Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#4330)
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 Jan 6, 2025
1 parent a42e2cf commit 8ace850
Show file tree
Hide file tree
Showing 24 changed files with 346 additions and 333 deletions.
4 changes: 2 additions & 2 deletions e2e/cases/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "@e2e/svelte",
"version": "1.0.0",
"dependencies": {
"svelte": "^5.16.0"
"svelte": "^5.16.2"
},
"devDependencies": {
"less": "^4.2.1",
"sass": "^1.83.0",
"sass": "^1.83.1",
"stylus": "0.64.0"
}
}
10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.1.0",
"@rsbuild/webpack": "workspace:*",
"@module-federation/enhanced": "0.8.6",
"@module-federation/rsbuild-plugin": "0.8.6",
"@module-federation/enhanced": "0.8.7",
"@module-federation/rsbuild-plugin": "0.8.7",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"create-rsbuild": "workspace:*",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"playwright": "1.44.1",
"tailwindcss": "^3.4.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/module-federation-v2/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@module-federation/enhanced": "0.8.6",
"@module-federation/rsbuild-plugin": "0.8.6",
"@module-federation/enhanced": "0.8.7",
"@module-federation/rsbuild-plugin": "0.8.7",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/module-federation-v2/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@module-federation/enhanced": "0.8.6",
"@module-federation/rsbuild-plugin": "0.8.6",
"@module-federation/enhanced": "0.8.7",
"@module-federation/rsbuild-plugin": "0.8.7",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "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": "^22.10.2",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.16.0"
"svelte": "^5.16.2"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rslib/core": "0.2.2",
"@types/lodash": "^4.17.13",
"@types/lodash": "^4.17.14",
"@types/semver": "^7.5.8",
"typescript": "^5.7.2",
"webpack": "^5.97.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"ansi-escapes": "4.3.2",
"cli-truncate": "2.1.0",
"patch-console": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@rslib/core": "0.2.2",
"@types/connect": "3.4.38",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@types/on-finished": "2.3.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/ws": "^8.5.13",
Expand Down Expand Up @@ -88,7 +88,7 @@
"reduce-configs": "^1.1.0",
"rsbuild-dev-middleware": "0.1.2",
"rslog": "^1.2.3",
"rspack-chain": "^1.1.0",
"rspack-chain": "^1.1.1",
"rspack-manifest-plugin": "5.0.3",
"sirv": "^3.0.0",
"style-loader": "3.3.4",
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.2.2",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.16.0"
"svelte": "^5.16.2"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte": "^5.16.0"
"svelte": "^5.16.2"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
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.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"babel-loader": "9.2.1",
"prebundle": "1.2.5",
"typescript": "^5.7.2"
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.2.2",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"preact": "^10.25.4",
"typescript": "^5.7.2"
},
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.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"loader-utils": "^2.0.4",
"postcss": "^8.4.49",
"reduce-configs": "^1.1.0",
"sass-embedded": "^1.83.0"
"sass-embedded": "^1.83.1"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"@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.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"svelte": "^5.16.0",
"@types/node": "^22.10.5",
"svelte": "^5.16.2",
"typescript": "^5.7.2"
},
"peerDependencies": {
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.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"file-loader": "6.2.0",
"prebundle": "1.2.5",
"svgo": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"@types/node": "^22.10.5",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"webpack": "^5.97.1"
Expand Down
Loading

1 comment on commit 8ace850

@github-actions
Copy link
Contributor

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 ✅ success
rspress ❌ failure
rslib ✅ success
examples ✅ success

Please sign in to comment.