Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#4018)
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 20, 2024
1 parent 59f3c2f commit 6ad76bb
Show file tree
Hide file tree
Showing 40 changed files with 367 additions and 384 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@e2e/svelte",
"version": "1.0.0",
"dependencies": {
"svelte": "^5.2.2"
"svelte": "^5.2.4"
},
"devDependencies": {
"less": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.0.1",
"@rsbuild/webpack": "workspace:*",
"@module-federation/rspack": "0.7.5",
"@module-federation/rspack": "0.7.6",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"create-rsbuild": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation-v2/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rspack": "0.7.5",
"@module-federation/rspack": "0.7.6",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation-v2/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rspack": "0.7.5",
"@module-federation/rspack": "0.7.6",
"@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.9.0",
"@types/node": "^22.9.1",
"typescript": "^5.6.3"
}
}
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.2.2"
"svelte": "^5.2.4"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
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 @@ -38,7 +38,7 @@
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"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 @@ -60,7 +60,7 @@
"@rslib/core": "0.0.18",
"@types/connect": "3.4.38",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@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.18",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"typescript": "^5.6.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lit": "^3.2.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2"
"@rsbuild/core": "^1.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lit": "^3.2.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-preact": "^1.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.24.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-react": "^1.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-react": "^1.0.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.9.3"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.2.2"
"svelte": "^5.2.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-svelte": "^1.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte": "^5.2.2"
"svelte": "^5.2.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.0.9",
"typescript": "^5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte4-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "^5.2.2"
"svelte": "^5.2.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-svelte": "^1.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte4-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"svelte-check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"svelte": "^5.2.2"
"svelte": "^5.2.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-svelte": "^1.0.5",
"svelte-check": "^4.0.9",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2"
"@rsbuild/core": "^1.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-vue2": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-vue": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.2",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.6.3"
}
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.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"babel-loader": "9.2.1",
"prebundle": "1.2.5",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/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.18",
"@scripts/test-helper": "workspace:*",
"@types/less": "^3.0.6",
"@types/less": "^3.0.7",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"prebundle": "1.2.5",
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.18",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"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.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"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.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@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.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"typescript": "^5.6.3"
},
"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.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"svelte": "^5.2.2",
"@types/node": "^22.9.1",
"svelte": "^5.2.4",
"typescript": "^5.6.3"
},
"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.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"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.0.18",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"typescript": "^5.6.3",
"vue": "^3.5.13",
"webpack": "^5.96.1"
Expand Down
Loading

0 comments on commit 6ad76bb

Please sign in to comment.