Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v22 (#3942)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 57c6341 commit 347f809
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 76 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/node": "18.x",
"@types/node": "22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"create-rsbuild": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@types/node": "18.x",
"@types/node": "22.9.0",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"@types/node": "22.9.0",
"ansi-escapes": "4.3.2",
"cli-truncate": "2.1.0",
"patch-console": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@rslib/core": "0.0.16",
"@types/connect": "3.4.38",
"@types/fs-extra": "^11.0.4",
"@types/node": "18.x",
"@types/node": "22.9.0",
"@types/on-finished": "2.3.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/ws": "^8.5.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@rslib/core": "0.0.16",
"@types/node": "18.x",
"@types/node": "22.9.0",
"typescript": "^5.6.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"@types/node": "22.9.0",
"babel-loader": "9.2.1",
"prebundle": "1.2.5",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@types/node": "18.x",
"@types/node": "22.9.0",
"preact": "^10.24.3",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"@types/node": "22.9.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"@types/node": "22.9.0",
"@types/sass-loader": "^8.0.9",
"prebundle": "1.2.5",
"resolve-url-loader": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-stylus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"@types/node": "22.9.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"@types/node": "22.9.0",
"svelte": "^5.1.13",
"typescript": "^5.6.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.16",
"@scripts/test-helper": "workspace:*",
"@types/node": "18.x",
"@types/node": "22.9.0",
"file-loader": "6.2.0",
"prebundle": "1.2.5",
"svgo": "^3.3.2",
Expand Down
Loading

1 comment on commit 347f809

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ❌ failure
rspress ✅ success
rslib ✅ success
examples ✅ success

Please sign in to comment.