Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#4292)
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 Dec 30, 2024
1 parent a0e518e commit 300a109
Show file tree
Hide file tree
Showing 39 changed files with 287 additions and 269 deletions.
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.30.1",
"preact": "^10.25.3",
"preact": "^10.25.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.0",
"react-router-dom": "^7.1.1",
"solid-js": "^1.9.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
Expand All @@ -40,8 +40,8 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.1.0",
"@rsbuild/webpack": "workspace:*",
"@module-federation/enhanced": "0.8.5",
"@module-federation/rsbuild-plugin": "0.8.5",
"@module-federation/enhanced": "0.8.6",
"@module-federation/rsbuild-plugin": "0.8.6",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
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.5",
"@module-federation/rsbuild-plugin": "0.8.5",
"@module-federation/enhanced": "0.8.6",
"@module-federation/rsbuild-plugin": "0.8.6",
"@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.5",
"@module-federation/rsbuild-plugin": "0.8.5",
"@module-federation/enhanced": "0.8.6",
"@module-federation/rsbuild-plugin": "0.8.6",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.25.3"
"preact": "^10.25.4"
},
"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 @@ -37,7 +37,7 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@types/lodash": "^4.17.13",
"@types/semver": "^7.5.8",
"typescript": "^5.7.2",
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 @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"ansi-escapes": "4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"core-js": "~3.39.0"
},
"devDependencies": {
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@types/connect": "3.4.38",
"@types/node": "^22.10.2",
"@types/on-finished": "2.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 @@ -31,7 +31,7 @@
"create-rstack": "1.0.9"
},
"devDependencies": {
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
},
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.12"
"@rsbuild/core": "^1.1.13"
}
}
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.12",
"@rsbuild/core": "^1.1.13",
"typescript": "^5.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.25.3"
"preact": "^10.25.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-preact": "^1.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"preact": "^10.25.3"
"preact": "^10.25.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.7.2"
}
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": "^19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "^1.1.0"
}
}
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": "^19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
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.12",
"@rsbuild/core": "^1.1.13",
"@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.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.7.2"
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 @@ -11,7 +11,7 @@
"svelte": "^5.16.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-svelte": "^1.0.7"
}
}
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 @@ -12,7 +12,7 @@
"svelte": "^5.16.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-svelte": "^1.0.7",
"svelte-check": "^4.1.1",
"typescript": "^5.7.2"
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.12"
"@rsbuild/core": "^1.1.13"
}
}
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.12",
"@rsbuild/core": "^1.1.13",
"typescript": "^5.7.2"
}
}
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.12",
"@rsbuild/core": "^1.1.13",
"@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.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.7.2"
}
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.12",
"@rsbuild/core": "^1.1.13",
"@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.12",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@types/serialize-javascript": "^5.0.4",
"serialize-javascript": "^6.0.2",
"terser": "5.37.0",
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 @@ -39,7 +39,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"babel-loader": "9.2.1",
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 @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/less": "^3.0.7",
"less": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@types/node": "^22.10.2",
"preact": "^10.25.3",
"preact": "^10.25.4",
"typescript": "^5.7.2"
},
"peerDependencies": {
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 @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
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 @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"@types/sass-loader": "^8.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/babel__core": "^7.20.5",
"typescript": "^5.7.2"
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 @@ -34,7 +34,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"typescript": "^5.7.2"
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 @@ -31,7 +31,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"svelte": "^5.16.0",
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 @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"file-loader": "6.2.0",
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.2.0",
"@rslib/core": "0.2.2",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.2",
"typescript": "^5.7.2",
Expand Down
Loading

0 comments on commit 300a109

Please sign in to comment.