Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 26afad8 commit 15cd24a
Show file tree
Hide file tree
Showing 40 changed files with 599 additions and 704 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/swc-plugin",
"version": "1.0.0",
"dependencies": {
"@swc/plugin-remove-console": "^6.0.2"
"@swc/plugin-remove-console": "^6.0.3"
}
}
12 changes: 6 additions & 6 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1",
"solid-js": "^1.9.3",
"solid-js": "^1.9.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
Expand All @@ -40,19 +40,19 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.1.0",
"@rsbuild/webpack": "workspace:*",
"@module-federation/enhanced": "0.8.7",
"@module-federation/rsbuild-plugin": "0.8.7",
"@module-federation/enhanced": "0.8.8",
"@module-federation/rsbuild-plugin": "0.8.8",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.5",
"@types/react-dom": "^19.0.3",
"create-rsbuild": "workspace:*",
"fast-glob": "^3.3.3",
"fs-extra": "^11.2.0",
"playwright": "1.44.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"lit": "^3.2.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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.7",
"@module-federation/rsbuild-plugin": "0.8.7",
"@module-federation/enhanced": "0.8.8",
"@module-federation/rsbuild-plugin": "0.8.8",
"@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.7",
"@module-federation/rsbuild-plugin": "0.8.7",
"@module-federation/enhanced": "0.8.8",
"@module-federation/rsbuild-plugin": "0.8.8",
"@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 @@ -9,6 +9,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-preact": "workspace:*",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
"@types/react": "^19.0.5",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"solid-js": "^1.9.3"
"solid-js": "^1.9.4"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rsbuild/plugin-webpack-swc": "workspace:*",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"cross-env": "^7.0.3",
"cspell-ban-words": "^0.0.4",
"nano-staged": "^0.8.0",
"nx": "^20.3.0",
"nx": "^20.3.1",
"prettier": "^3.4.2",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"pnpm": {
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/plugin-webpack-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/webpack": "workspace:*",
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@types/lodash": "^4.17.14",
"@types/semver": "^7.5.8",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"ansi-escapes": "4.3.2",
"cli-truncate": "2.1.0",
"patch-console": "1.0.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "^1.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"core-js": "~3.40.0"
},
"devDependencies": {
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@types/connect": "3.4.38",
"@types/node": "^22.10.5",
"@types/on-finished": "2.3.4",
Expand Down Expand Up @@ -93,7 +93,7 @@
"sirv": "^3.0.0",
"style-loader": "3.3.4",
"tinyglobby": "^0.2.10",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-merge": "6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"create-rstack": "1.1.0"
},
"devDependencies": {
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"engines": {
"node": ">=16.7.0"
Expand Down
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 @@ -12,6 +12,6 @@
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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 @@ -13,6 +13,6 @@
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
"@types/react": "^19.0.5",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
}
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 @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"solid-js": "^1.9.3"
"solid-js": "^1.9.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"preview": "rsbuild preview"
},
"dependencies": {
"solid-js": "^1.9.3"
"solid-js": "^1.9.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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 @@ -14,7 +14,7 @@
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-svelte": "^1.0.7",
"svelte-check": "^4.1.1",
"typescript": "^5.7.2"
"svelte-check": "^4.1.3",
"typescript": "^5.7.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 @@ -9,6 +9,6 @@
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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 @@ -13,6 +13,6 @@
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
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 @@ -13,6 +13,6 @@
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
6 changes: 3 additions & 3 deletions packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.3.0",
"@swc/core": "^1.10.4",
"@rslib/core": "0.3.1",
"@swc/core": "^1.10.7",
"@types/serialize-javascript": "^5.0.4",
"serialize-javascript": "^6.0.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"babel-loader": "9.2.1",
"prebundle": "1.2.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@scripts/test-helper": "workspace:*",
"@types/less": "^3.0.7",
"less": "^4.2.1",
"less-loader": "^12.2.0",
"prebundle": "1.2.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@prefresh/core": "^1.5.3",
"@prefresh/utils": "^1.2.0",
"@rspack/plugin-preact-refresh": "^1.1.2",
"@swc/plugin-prefresh": "^6.0.2"
"@swc/plugin-prefresh": "^6.0.3"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@types/node": "^22.10.5",
"preact": "^10.25.4",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
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 @@ -37,14 +37,14 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@scripts/test-helper": "workspace:*",
"@types/node": "^22.10.5",
"@types/sass-loader": "^8.0.9",
"prebundle": "1.2.5",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^16.0.4",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rslib/core": "0.3.0",
"@rslib/core": "0.3.1",
"@scripts/test-helper": "workspace:*",
"@types/babel__core": "^7.20.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"peerDependencies": {
"@rsbuild/core": "1.x"
Expand Down
Loading

0 comments on commit 15cd24a

Please sign in to comment.