Skip to content

Commit

Permalink
feat(deps): bump rsbuild 1.0.6 & rspack 1.0.7 (#6262)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy authored Sep 25, 2024
1 parent 5130d69 commit ff24d56
Show file tree
Hide file tree
Showing 18 changed files with 441 additions and 177 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-shirts-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@modern-js/uni-builder': patch
---

feat(deps): bump rsbuild 1.0.6 & rspack 1.0.7
2 changes: 1 addition & 1 deletion packages/cli/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@modern-js/utils": "workspace:*",
"@rsbuild/core": "1.0.2",
"@rsbuild/core": "1.0.6",
"@rsbuild/plugin-webpack-swc": "1.0.2",
"@swc/helpers": "0.5.13"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/rsbuild-plugin-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"webpack": "^5.94.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.2",
"@rsbuild/webpack": "1.0.2",
"@rsbuild/core": "1.0.6",
"@rsbuild/webpack": "1.0.6",
"@scripts/build": "workspace:*",
"typescript": "^5.4.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/uni-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@
"@modern-js/babel-preset": "workspace:*",
"@modern-js/utils": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@rsbuild/core": "1.0.2",
"@rsbuild/core": "1.0.6",
"@rsbuild/plugin-assets-retry": "1.0.1",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-check-syntax": "1.0.1",
"@rsbuild/plugin-css-minimizer": "1.0.2",
"@rsbuild/plugin-less": "1.0.1",
"@rsbuild/plugin-pug": "1.0.2",
"@rsbuild/plugin-react": "1.0.1",
"@rsbuild/plugin-react": "1.0.2",
"@rsbuild/plugin-rem": "1.0.1",
"@rsbuild/plugin-sass": "1.0.1",
"@rsbuild/plugin-source-build": "1.0.1",
"@rsbuild/plugin-styled-components": "1.0.1",
"@rsbuild/plugin-svgr": "1.0.1",
"@rsbuild/plugin-svgr": "1.0.2",
"@rsbuild/plugin-toml": "1.0.1",
"@rsbuild/plugin-type-check": "1.0.1",
"@rsbuild/plugin-typed-css-modules": "1.0.2",
"@rsbuild/plugin-yaml": "1.0.2",
"@rsbuild/webpack": "1.0.2",
"@rsbuild/webpack": "1.0.6",
"@swc/helpers": "0.5.13",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@ exports[`plugin-babel (rspack mode) > should not set babel-loader when babel con
"syntax": "typescript",
"tsx": true,
},
"preserveAllComments": true,
"transform": {
"decoratorMetadata": true,
"legacyDecorator": true,
"react": {
"development": false,
"refresh": true,
"refresh": false,
"runtime": "automatic",
},
"useDefineForClassFields": false,
Expand Down Expand Up @@ -160,13 +159,12 @@ exports[`plugin-babel (rspack mode) > should set babel-loader when babel config
"syntax": "typescript",
"tsx": true,
},
"preserveAllComments": true,
"transform": {
"decoratorMetadata": true,
"legacyDecorator": true,
"react": {
"development": false,
"refresh": true,
"refresh": false,
"runtime": "automatic",
},
"useDefineForClassFields": false,
Expand Down
Loading

0 comments on commit ff24d56

Please sign in to comment.