Skip to content

Commit

Permalink
feat(deps): unpin Rsbuild patch version (#6286)
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Sep 27, 2024
1 parent 279af34 commit d18f974
Show file tree
Hide file tree
Showing 18 changed files with 754 additions and 1,471 deletions.
5 changes: 5 additions & 0 deletions .changeset/cold-cats-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@modern-js/uni-builder': patch
---

feat(deps): unpin Rsbuild patch version
2 changes: 1 addition & 1 deletion packages/cli/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@babel/types": "^7.24.7",
"@rsbuild/plugin-babel": "1.0.1",
"@rsbuild/plugin-babel": "~1.0.1",
"@swc/helpers": "0.5.13",
"@types/babel__core": "^7.20.5",
"babel-plugin-dynamic-import-node": "2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-bff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"memfs": "^3.5.1",
"ts-jest": "^29.1.0",
"typescript": "^5",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"sideEffects": false,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/plugin-data-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"supertest": "^6.1.6",
"ts-jest": "^29.1.0",
"typescript": "^5",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"peerDependencies": {
"react": ">=17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/plugin-swc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@modern-js/utils": "workspace:*",
"@rsbuild/core": "1.0.7",
"@rsbuild/plugin-webpack-swc": "1.0.3",
"@rsbuild/core": "~1.0.7",
"@rsbuild/plugin-webpack-swc": "~1.0.3",
"@swc/helpers": "0.5.13"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/rsbuild-plugin-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dependencies": {
"@swc/helpers": "0.5.13",
"esbuild": "0.17.19",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"devDependencies": {
"@rsbuild/core": "1.0.7",
"@rsbuild/webpack": "1.0.7",
"@rsbuild/core": "~1.0.7",
"@rsbuild/webpack": "~1.0.7",
"@scripts/build": "workspace:*",
"typescript": "^5.4.2"
},
Expand Down
40 changes: 20 additions & 20 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.7",
"@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.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.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.7",
"@rsbuild/core": "~1.0.7",
"@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.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.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.7",
"@swc/helpers": "0.5.13",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
Expand All @@ -78,11 +78,11 @@
"terser-webpack-plugin": "5.3.10",
"ts-deepmerge": "7.0.0",
"ts-loader": "9.4.4",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-subresource-integrity": "5.1.0"
},
"devDependencies": {
"@rsbuild/plugin-webpack-swc": "1.0.3",
"@rsbuild/plugin-webpack-swc": "~1.0.3",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
"@types/html-minifier-terser": "^7.0.2",
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 @@ -39,7 +39,7 @@
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/themes": "^3.0.5",
"@rsbuild/core": "1.0.7",
"@rsbuild/core": "~1.0.7",
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/lodash": "^4.14.202",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@modern-js/server-core": "workspace:*",
"@modern-js/types": "workspace:*",
"@modern-js/uni-builder": "workspace:*",
"@rsbuild/core": "1.0.7",
"@rsbuild/core": "~1.0.7",
"@scripts/build": "workspace:*",
"@swc/helpers": "0.5.13",
"@types/node": "^14",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/plugin-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"@modern-js/app-tools": "workspace:*",
"@modern-js/core": "workspace:*",
"@remix-run/web-fetch": "^4.1.3",
"@rsbuild/core": "1.0.7",
"@rsbuild/core": "~1.0.7",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@testing-library/react": "^13.4.0",
Expand All @@ -236,7 +236,7 @@
"react-dom": "^18",
"ts-jest": "^29.1.0",
"typescript": "^5",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"sideEffects": false,
"publishConfig": {
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 @@ -75,7 +75,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "4.1.1",
"typescript": "^5",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"websocket": "^1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/solutions/app-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"@modern-js/types": "workspace:*",
"@modern-js/uni-builder": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rsbuild/core": "1.0.7",
"@rsbuild/plugin-node-polyfill": "1.0.4",
"@rsbuild/core": "~1.0.7",
"@rsbuild/plugin-node-polyfill": "~1.0.4",
"@swc/helpers": "0.5.13",
"@vercel/nft": "^0.26.4",
"es-module-lexer": "^1.1.0",
Expand All @@ -110,7 +110,7 @@
"std-env": "^3.7.0"
},
"devDependencies": {
"@rsbuild/plugin-webpack-swc": "1.0.3",
"@rsbuild/plugin-webpack-swc": "~1.0.3",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/babel__traverse": "7.20.6",
Expand All @@ -120,7 +120,7 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"peerDependencies": {
"ts-node": "^10.7.0",
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 @@
},
"devDependencies": {
"@modern-js/self": "workspace:@modern-js/module-tools@*",
"@rsbuild/core": "1.0.7",
"@rsbuild/core": "~1.0.7",
"@scripts/build": "workspace:*",
"@scripts/vitest-config": "workspace:*",
"@types/convert-source-map": "1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@modern-js/runtime": "workspace:*",
"@modern-js/uni-builder": "workspace:*",
"@modern-js/utils": "workspace:*",
"@rsbuild/core": "1.0.7",
"@rsbuild/core": "~1.0.7",
"@storybook/components": "~7.6.12",
"@storybook/core-common": "~7.6.12",
"@storybook/csf-plugin": "~7.6.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"@types/node": "^14",
"jest": "^29",
"typescript": "^5",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"sideEffects": false
}
Loading

0 comments on commit d18f974

Please sign in to comment.