Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump rspack to 0.4.5 and bump rsbuild to 0.2.11 #5157

Merged
merged 3 commits into from
Dec 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/slow-snakes-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
9aoy marked this conversation as resolved.
Show resolved Hide resolved
'@modern-js/builder-webpack-provider': patch
'@modern-js/builder-rspack-provider': patch
---

chore(deps): bump rspack to 0.4.5 and bump rsbuild to 0.2.11

chore(deps): 升级 rspack 到 0.4.5 & 升级 rsbuild 到 0.2.11
6 changes: 3 additions & 3 deletions packages/builder/builder-rspack-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"@modern-js/types": "workspace:*",
"@modern-js/utils": "workspace:*",
"@babel/preset-typescript": "^7.22.15",
"@rspack/core": "0.4.4",
"@rspack/plugin-react-refresh": "0.4.4",
"@rspack/plugin-html": "0.4.4",
"@rspack/core": "0.4.5",
"@rspack/plugin-react-refresh": "0.4.5",
"@rspack/plugin-html": "0.4.5",
"@swc/helpers": "0.5.3",
"rspack-manifest-plugin": "5.0.0-alpha0",
"caniuse-lite": "^1.0.30001520",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly 1`] = `
"process.env.ASSET_PREFIX": "\\"\\"",
"process.env.NODE_ENV": "\\"development\\"",
},
"affectedHooks": undefined,
"affectedHooks": "compilation",
"name": "DefinePlugin",
},
ProgressPlugin {
Expand Down Expand Up @@ -1461,7 +1461,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctly when prod
"process.env.ASSET_PREFIX": "\\"\\"",
"process.env.NODE_ENV": "\\"production\\"",
},
"affectedHooks": undefined,
"affectedHooks": "compilation",
"name": "DefinePlugin",
},
RemoveCssSourcemapPlugin {
Expand Down Expand Up @@ -1946,7 +1946,7 @@ exports[`applyDefaultPlugins > should apply default plugins correctyly when targ
"process.env.ASSET_PREFIX": "\\"\\"",
"process.env.NODE_ENV": "\\"test\\"",
},
"affectedHooks": undefined,
"affectedHooks": "compilation",
"name": "DefinePlugin",
},
ProgressPlugin {
Expand Down Expand Up @@ -2679,7 +2679,7 @@ exports[`tools.rspack > should match snapshot 1`] = `
"process.env.ASSET_PREFIX": "\\"\\"",
"process.env.NODE_ENV": "\\"development\\"",
},
"affectedHooks": undefined,
"affectedHooks": "compilation",
"name": "DefinePlugin",
},
ProgressPlugin {
Expand Down
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.8",
"@rsbuild/babel-preset": "0.2.11",
"@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.8",
"@rsbuild/monorepo-utils": "0.2.11",
"@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 @@ -34,21 +34,21 @@
"@modern-js/server": "workspace:*",
"@modern-js/prod-server": "workspace:*",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@rsbuild/babel-preset": "0.2.8",
"@rsbuild/core": "0.2.8",
"@rsbuild/plugin-assets-retry": "0.2.8",
"@rsbuild/plugin-babel": "0.2.8",
"@rsbuild/plugin-check-syntax": "0.2.8",
"@rsbuild/plugin-css-minimizer": "0.2.8",
"@rsbuild/plugin-pug": "0.2.8",
"@rsbuild/plugin-react": "0.2.8",
"@rsbuild/plugin-rem": "0.2.8",
"@rsbuild/plugin-source-build": "0.2.8",
"@rsbuild/plugin-styled-components": "0.2.8",
"@rsbuild/plugin-svgr": "0.2.8",
"@rsbuild/plugin-type-check": "0.2.8",
"@rsbuild/shared": "0.2.8",
"@rsbuild/webpack": "0.2.8",
"@rsbuild/babel-preset": "0.2.11",
"@rsbuild/core": "0.2.11",
"@rsbuild/plugin-assets-retry": "0.2.11",
"@rsbuild/plugin-babel": "0.2.11",
"@rsbuild/plugin-check-syntax": "0.2.11",
"@rsbuild/plugin-css-minimizer": "0.2.11",
"@rsbuild/plugin-pug": "0.2.11",
"@rsbuild/plugin-react": "0.2.11",
"@rsbuild/plugin-rem": "0.2.11",
"@rsbuild/plugin-source-build": "0.2.11",
"@rsbuild/plugin-styled-components": "0.2.11",
"@rsbuild/plugin-svgr": "0.2.11",
"@rsbuild/plugin-type-check": "0.2.11",
"@rsbuild/shared": "0.2.11",
"@rsbuild/webpack": "0.2.11",
"@swc/helpers": "0.5.3",
"babel-loader": "9.1.3",
"babel-plugin-import": "1.13.5",
Expand All @@ -72,7 +72,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"devDependencies": {
"@rsbuild/plugin-swc": "0.2.8",
"@rsbuild/plugin-swc": "0.2.11",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
"@types/lodash": "^4.14.202",
Expand Down
Loading