Skip to content

Commit

Permalink
feat: update rsbuild version (#5652)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: gaoyuan.1226 <gaoyuan.1226@bytedance.com>
  • Loading branch information
3 people committed Apr 17, 2024
1 parent 768d2e0 commit fc20906
Show file tree
Hide file tree
Showing 15 changed files with 293 additions and 267 deletions.
2 changes: 1 addition & 1 deletion packages/cli/plugin-bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@swc/helpers": "0.5.3"
},
"devDependencies": {
"@rsbuild/shared": "0.6.2",
"@rsbuild/shared": "0.6.3",
"@modern-js/runtime": "workspace:*",
"@modern-js/core": "workspace:*",
"@modern-js/bff-runtime": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "jest"
},
"dependencies": {
"@rsbuild/plugin-swc": "0.6.2",
"@rsbuild/plugin-swc": "0.6.3",
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.3"
},
Expand Down
36 changes: 18 additions & 18 deletions packages/cli/uni-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
"@modern-js/utils": "workspace:*",
"@modern-js/server": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@rsbuild/babel-preset": "0.6.2",
"@rsbuild/core": "0.6.2",
"@rsbuild/plugin-assets-retry": "0.6.2",
"@rsbuild/plugin-babel": "0.6.2",
"@rsbuild/plugin-check-syntax": "0.6.2",
"@rsbuild/plugin-css-minimizer": "0.6.2",
"@rsbuild/plugin-pug": "0.6.2",
"@rsbuild/plugin-react": "0.6.2",
"@rsbuild/plugin-rem": "0.6.2",
"@rsbuild/plugin-source-build": "0.6.2",
"@rsbuild/plugin-styled-components": "0.6.2",
"@rsbuild/plugin-svgr": "0.6.2",
"@rsbuild/plugin-type-check": "0.6.2",
"@rsbuild/plugin-toml": "0.6.2",
"@rsbuild/plugin-yaml": "0.6.2",
"@rsbuild/shared": "0.6.2",
"@rsbuild/webpack": "0.6.2",
"@rsbuild/babel-preset": "0.6.3",
"@rsbuild/core": "0.6.3",
"@rsbuild/plugin-assets-retry": "0.6.3",
"@rsbuild/plugin-babel": "0.6.3",
"@rsbuild/plugin-check-syntax": "0.6.3",
"@rsbuild/plugin-css-minimizer": "0.6.3",
"@rsbuild/plugin-pug": "0.6.3",
"@rsbuild/plugin-react": "0.6.3",
"@rsbuild/plugin-rem": "0.6.3",
"@rsbuild/plugin-source-build": "0.6.3",
"@rsbuild/plugin-styled-components": "0.6.3",
"@rsbuild/plugin-svgr": "0.6.3",
"@rsbuild/plugin-type-check": "0.6.3",
"@rsbuild/plugin-toml": "0.6.3",
"@rsbuild/plugin-yaml": "0.6.3",
"@rsbuild/shared": "0.6.3",
"@rsbuild/webpack": "0.6.3",
"@swc/helpers": "0.5.3",
"babel-loader": "9.1.3",
"babel-plugin-import": "1.13.5",
Expand All @@ -77,7 +77,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"devDependencies": {
"@rsbuild/plugin-swc": "0.6.2",
"@rsbuild/plugin-swc": "0.6.3",
"@modern-js/prod-server": "workspace:*",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2607,6 +2607,7 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
"auto": true,
"exportLocalsConvention": "camelCase",
"localIdentName": "[path][name]__[local]-[hash:base64:6]",
"namedExport": false,
},
"sourceMap": true,
},
Expand Down Expand Up @@ -2667,6 +2668,7 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
"auto": true,
"exportLocalsConvention": "camelCase",
"localIdentName": "[path][name]__[local]-[hash:base64:6]",
"namedExport": false,
},
"sourceMap": true,
},
Expand Down Expand Up @@ -2741,6 +2743,7 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
"auto": true,
"exportLocalsConvention": "camelCase",
"localIdentName": "[path][name]__[local]-[hash:base64:6]",
"namedExport": false,
},
"sourceMap": true,
},
Expand Down Expand Up @@ -3721,6 +3724,7 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
"auto": true,
"exportLocalsConvention": "camelCase",
"localIdentName": "[local]-[hash:base64:6]",
"namedExport": false,
},
"sourceMap": false,
},
Expand Down Expand Up @@ -3781,6 +3785,7 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
"auto": true,
"exportLocalsConvention": "camelCase",
"localIdentName": "[local]-[hash:base64:6]",
"namedExport": false,
},
"sourceMap": false,
},
Expand Down Expand Up @@ -3855,6 +3860,7 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
"auto": true,
"exportLocalsConvention": "camelCase",
"localIdentName": "[local]-[hash:base64:6]",
"namedExport": false,
},
"sourceMap": false,
},
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 @@ -42,7 +42,7 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/themes": "^2.0.0",
"@rsbuild/core": "0.6.2",
"@rsbuild/core": "0.6.3",
"@types/jest": "^29",
"@types/lodash": "^4.14.202",
"@types/node": "~16.11.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/review/eslint-config-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-plugin": "^7.22.10",
"@rsbuild/babel-preset": "0.6.2",
"@rsbuild/core": "0.6.2",
"@rsbuild/babel-preset": "0.6.3",
"@rsbuild/core": "0.6.3",
"@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-garfish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react-dom": ">=17"
},
"devDependencies": {
"@rsbuild/shared": "0.6.2",
"@rsbuild/shared": "0.6.3",
"@modern-js/app-tools": "workspace:*",
"@modern-js/core": "workspace:*",
"@modern-js/plugin-router-v5": "workspace:*",
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.6.2",
"@rsbuild/babel-preset": "0.6.3",
"@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 @@ -61,7 +61,7 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@rsbuild/shared": "0.6.2",
"@rsbuild/shared": "0.6.3",
"@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.6.2",
"@rsbuild/babel-preset": "0.6.3",
"@swc/helpers": "0.5.3",
"babel-plugin-transform-typescript-metadata": "^0.3.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/solutions/app-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@
"@modern-js/types": "workspace:*",
"@modern-js/uni-builder": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rsbuild/plugin-esbuild": "0.6.2",
"@rsbuild/plugin-node-polyfill": "0.6.2",
"@rsbuild/shared": "0.6.2",
"@rsbuild/core": "0.6.2",
"@rsbuild/plugin-esbuild": "0.6.3",
"@rsbuild/plugin-node-polyfill": "0.6.3",
"@rsbuild/shared": "0.6.3",
"@rsbuild/core": "0.6.3",
"es-module-lexer": "^1.1.0",
"esbuild": "0.17.19",
"@swc/helpers": "0.5.3",
"esbuild-register": "^3.5.0"
},
"devDependencies": {
"@rsbuild/plugin-swc": "0.6.2",
"@rsbuild/plugin-swc": "0.6.3",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/babel__traverse": "7.18.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/solutions/module-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"tsconfig-paths-webpack-plugin": "4.1.0"
},
"devDependencies": {
"@rsbuild/core": "0.6.2",
"@rsbuild/core": "0.6.3",
"@modern-js/self": "workspace:@modern-js/module-tools@*",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"license": "MIT",
"dependencies": {
"@rsbuild/shared": "0.6.2",
"@rsbuild/core": "0.6.2",
"@rsbuild/shared": "0.6.3",
"@rsbuild/core": "0.6.3",
"@modern-js/uni-builder": "workspace:*",
"@modern-js/core": "workspace:*",
"@modern-js/runtime": "workspace:*",
Expand Down
Loading

0 comments on commit fc20906

Please sign in to comment.