Skip to content

Commit f509d2a

Browse files
chore(deps): update dependency @types/node to v24 (#9038)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44dca5f commit f509d2a

4 files changed

Lines changed: 151 additions & 111 deletions

File tree

examples/typecheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:run": "vitest run"
1111
},
1212
"devDependencies": {
13-
"@types/node": "^20.19.24",
13+
"@types/node": "^24.10.1",
1414
"@vitest/ui": "latest",
1515
"typescript": "^5.9.3",
1616
"vite": "latest",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@rollup/plugin-commonjs": "^29.0.0",
4444
"@rollup/plugin-json": "^6.1.0",
4545
"@rollup/plugin-node-resolve": "^16.0.3",
46-
"@types/node": "^22.19.0",
46+
"@types/node": "^24.10.1",
4747
"@types/ws": "catalog:",
4848
"@vitest/browser": "workspace:*",
4949
"@vitest/coverage-istanbul": "workspace:*",

packages/vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"@types/istanbul-lib-coverage": "catalog:",
205205
"@types/istanbul-reports": "catalog:",
206206
"@types/jsdom": "^27.0.0",
207-
"@types/node": "^22.19.0",
207+
"@types/node": "^24.10.1",
208208
"@types/picomatch": "^4.0.2",
209209
"@types/prompts": "^2.4.9",
210210
"@types/sinonjs__fake-timers": "^8.1.5",

0 commit comments

Comments
 (0)