Skip to content

Commit

Permalink
chore(deps): bump rsbuild to 0.2.15 (#5178)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Jan 3, 2024
1 parent b287898 commit 19881b3
Show file tree
Hide file tree
Showing 13 changed files with 140 additions and 151 deletions.
4 changes: 2 additions & 2 deletions .changeset/five-cougars-sip.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
'@modern-js/uni-builder': patch
---

chore(deps): bump rsbuild to 0.2.13
chore(deps): bump rsbuild to 0.2.15

chore(deps): 升级 rsbuild 到 0.2.13
chore(deps): 升级 rsbuild 到 0.2.15
2 changes: 1 addition & 1 deletion packages/builder/builder-webpack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@modern-js/types": "workspace:*",
"@modern-js/utils": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@rsbuild/babel-preset": "0.2.13",
"@rsbuild/babel-preset": "0.2.15",
"@swc/helpers": "0.5.3",
"babel-plugin-import": "1.13.5",
"babel-plugin-styled-components": "1.13.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@modern-js/builder-shared": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rsbuild/monorepo-utils": "0.2.13",
"@rsbuild/monorepo-utils": "0.2.15",
"@svgr/webpack": "8.1.0",
"@swc/helpers": "0.5.3",
"deepmerge": "^4.3.1",
Expand Down
32 changes: 16 additions & 16 deletions packages/builder/uni-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"@modern-js/server": "workspace:*",
"@modern-js/prod-server": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@rsbuild/babel-preset": "0.2.13",
"@rsbuild/core": "0.2.13",
"@rsbuild/plugin-assets-retry": "0.2.13",
"@rsbuild/plugin-babel": "0.2.13",
"@rsbuild/plugin-check-syntax": "0.2.13",
"@rsbuild/plugin-css-minimizer": "0.2.13",
"@rsbuild/plugin-pug": "0.2.13",
"@rsbuild/plugin-react": "0.2.13",
"@rsbuild/plugin-rem": "0.2.13",
"@rsbuild/plugin-source-build": "0.2.13",
"@rsbuild/plugin-styled-components": "0.2.13",
"@rsbuild/plugin-svgr": "0.2.13",
"@rsbuild/plugin-type-check": "0.2.13",
"@rsbuild/shared": "0.2.13",
"@rsbuild/webpack": "0.2.13",
"@rsbuild/babel-preset": "0.2.15",
"@rsbuild/core": "0.2.15",
"@rsbuild/plugin-assets-retry": "0.2.15",
"@rsbuild/plugin-babel": "0.2.15",
"@rsbuild/plugin-check-syntax": "0.2.15",
"@rsbuild/plugin-css-minimizer": "0.2.15",
"@rsbuild/plugin-pug": "0.2.15",
"@rsbuild/plugin-react": "0.2.15",
"@rsbuild/plugin-rem": "0.2.15",
"@rsbuild/plugin-source-build": "0.2.15",
"@rsbuild/plugin-styled-components": "0.2.15",
"@rsbuild/plugin-svgr": "0.2.15",
"@rsbuild/plugin-type-check": "0.2.15",
"@rsbuild/shared": "0.2.15",
"@rsbuild/webpack": "0.2.15",
"@swc/helpers": "0.5.3",
"babel-loader": "9.1.3",
"babel-plugin-import": "1.13.5",
Expand All @@ -74,7 +74,7 @@
},
"devDependencies": {
"@modern-js/builder-plugin-node-polyfill": "workspace:*",
"@rsbuild/plugin-swc": "0.2.13",
"@rsbuild/plugin-swc": "0.2.15",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
"@types/lodash": "^4.14.202",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ exports[`uni-builder rspack > should generator rspack config correctly 1`] = `
"type": "javascript/auto",
"use": [
{
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/shared/compiled/toml-loader",
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/core/compiled/toml-loader",
},
],
},
Expand Down Expand Up @@ -1579,7 +1579,7 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
"type": "javascript/auto",
"use": [
{
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/shared/compiled/toml-loader",
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/core/compiled/toml-loader",
},
],
},
Expand Down Expand Up @@ -2316,7 +2316,7 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
"type": "javascript/auto",
"use": [
{
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/shared/compiled/toml-loader",
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/core/compiled/toml-loader",
},
],
},
Expand Down Expand Up @@ -3338,7 +3338,7 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
"type": "javascript/auto",
"use": [
{
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/shared/compiled/toml-loader",
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/core/compiled/toml-loader",
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ exports[`plugin-postcssLegacy > should register postcss plugin by browserslist 1
"type": "javascript/auto",
"use": [
{
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/shared/compiled/toml-loader",
"loader": "<WORKSPACE>/node_modules/<PNPM_INNER>/@rsbuild/core/compiled/toml-loader",
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/themes": "^2.0.0",
"@rsbuild/core": "0.2.13",
"@rsbuild/core": "0.2.15",
"@types/jest": "^29",
"@types/lodash": "^4.14.202",
"@types/node": "~16.11.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/review/eslint-config-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-plugin": "^7.22.10",
"@rsbuild/babel-preset": "0.2.13",
"@rsbuild/babel-preset": "0.2.15",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"@modern-js/plugin": "workspace:*",
"@modern-js/prod-server": "workspace:*",
"@modern-js/types": "workspace:*",
"@rsbuild/babel-preset": "0.2.13",
"@rsbuild/babel-preset": "0.2.15",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^13.4.0",
"@types/testing-library__jest-dom": "^5.14.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"axios": "^1.6.0"
},
"devDependencies": {
"@rsbuild/shared": "0.2.13",
"@rsbuild/shared": "0.2.15",
"@modern-js/server-core": "workspace:*",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@modern-js/babel-compiler": "workspace:*",
"@modern-js/utils": "workspace:*",
"@modern-js/babel-plugin-module-resolver": "workspace:*",
"@rsbuild/babel-preset": "0.2.13",
"@rsbuild/babel-preset": "0.2.15",
"@swc/helpers": "0.5.3",
"babel-plugin-transform-typescript-metadata": "^0.3.2"
},
Expand Down
Loading

0 comments on commit 19881b3

Please sign in to comment.