Skip to content

Commit 59ba402

Browse files
authored
feat(deps): bump Rsbuild 1.0.1-rc.3 (#6171)
1 parent 6c084da commit 59ba402

File tree

17 files changed

+264
-370
lines changed

17 files changed

+264
-370
lines changed

.changeset/calm-planets-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@modern-js/uni-builder': patch
3+
---
4+
5+
feat(deps): bump Rsbuild 1.0.1-rc.3

packages/cli/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/preset-typescript": "^7.24.7",
6262
"@babel/runtime": "^7.24.7",
6363
"@babel/types": "^7.24.7",
64-
"@rsbuild/plugin-babel": "1.0.1-rc.2",
64+
"@rsbuild/plugin-babel": "1.0.1-rc.3",
6565
"@swc/helpers": "0.5.3",
6666
"@types/babel__core": "^7.20.5",
6767
"babel-plugin-dynamic-import-node": "2.3.3",

packages/cli/plugin-swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@modern-js/utils": "workspace:*",
42-
"@rsbuild/core": "1.0.1-rc.2",
43-
"@rsbuild/plugin-swc": "1.0.1-rc.2",
42+
"@rsbuild/core": "1.0.1-rc.3",
43+
"@rsbuild/plugin-swc": "1.0.1-rc.3",
4444
"@swc/helpers": "0.5.3"
4545
},
4646
"devDependencies": {

packages/cli/rsbuild-plugin-esbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"webpack": "^5.94.0"
3232
},
3333
"devDependencies": {
34-
"@rsbuild/core": "1.0.1-rc.2",
35-
"@rsbuild/webpack": "1.0.1-rc.2",
34+
"@rsbuild/core": "1.0.1-rc.3",
35+
"@rsbuild/webpack": "1.0.1-rc.3",
3636
"@scripts/build": "workspace:*",
3737
"typescript": "^5.4.2"
3838
},

packages/cli/uni-builder/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
"@modern-js/babel-preset": "workspace:*",
3535
"@modern-js/utils": "workspace:*",
3636
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
37-
"@rsbuild/core": "1.0.1-rc.2",
38-
"@rsbuild/plugin-assets-retry": "1.0.1-rc.2",
39-
"@rsbuild/plugin-babel": "1.0.1-rc.2",
37+
"@rsbuild/core": "1.0.1-rc.3",
38+
"@rsbuild/plugin-assets-retry": "1.0.1-rc.3",
39+
"@rsbuild/plugin-babel": "1.0.1-rc.3",
4040
"@rsbuild/plugin-check-syntax": "1.0.1",
4141
"@rsbuild/plugin-css-minimizer": "1.0.2",
42-
"@rsbuild/plugin-less": "1.0.1-rc.2",
42+
"@rsbuild/plugin-less": "1.0.1-rc.3",
4343
"@rsbuild/plugin-pug": "1.0.2",
44-
"@rsbuild/plugin-react": "1.0.1-rc.2",
44+
"@rsbuild/plugin-react": "1.0.1-rc.3",
4545
"@rsbuild/plugin-rem": "1.0.1",
46-
"@rsbuild/plugin-sass": "1.0.1-rc.2",
46+
"@rsbuild/plugin-sass": "1.0.1-rc.3",
4747
"@rsbuild/plugin-source-build": "1.0.1",
4848
"@rsbuild/plugin-styled-components": "1.0.1",
49-
"@rsbuild/plugin-svgr": "1.0.1-rc.2",
49+
"@rsbuild/plugin-svgr": "1.0.1-rc.3",
5050
"@rsbuild/plugin-toml": "1.0.1",
51-
"@rsbuild/plugin-type-check": "1.0.1-rc.2",
51+
"@rsbuild/plugin-type-check": "1.0.1-rc.3",
5252
"@rsbuild/plugin-typed-css-modules": "1.0.2",
5353
"@rsbuild/plugin-yaml": "1.0.2",
54-
"@rsbuild/webpack": "1.0.1-rc.2",
54+
"@rsbuild/webpack": "1.0.1-rc.3",
5555
"@swc/helpers": "0.5.3",
5656
"autoprefixer": "10.4.19",
5757
"babel-loader": "9.1.3",
@@ -82,7 +82,7 @@
8282
"webpack-subresource-integrity": "5.1.0"
8383
},
8484
"devDependencies": {
85-
"@rsbuild/plugin-swc": "1.0.1-rc.2",
85+
"@rsbuild/plugin-swc": "1.0.1-rc.3",
8686
"@scripts/build": "workspace:*",
8787
"@scripts/vitest-config": "workspace:*",
8888
"@types/html-minifier-terser": "^7.0.2",

packages/cli/uni-builder/tests/__snapshots__/default.test.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -911,9 +911,9 @@ exports[`uni-builder rspack > should generator rspack config correctly 1`] = `
911911
"extensions": [
912912
".ts",
913913
".tsx",
914+
".mjs",
914915
".js",
915916
".jsx",
916-
".mjs",
917917
".json",
918918
],
919919
"tsConfig": {
@@ -1718,9 +1718,9 @@ exports[`uni-builder rspack > should generator rspack config correctly when node
17181718
"extensions": [
17191719
".ts",
17201720
".tsx",
1721+
".mjs",
17211722
".js",
17221723
".jsx",
1723-
".mjs",
17241724
".json",
17251725
],
17261726
"tsConfig": {
@@ -2664,9 +2664,9 @@ exports[`uni-builder rspack > should generator rspack config correctly when prod
26642664
"extensions": [
26652665
".ts",
26662666
".tsx",
2667+
".mjs",
26672668
".js",
26682669
".jsx",
2669-
".mjs",
26702670
".json",
26712671
],
26722672
"tsConfig": {
@@ -3396,9 +3396,9 @@ exports[`uni-builder rspack > should generator rspack config correctly when serv
33963396
"extensions": [
33973397
".ts",
33983398
".tsx",
3399+
".mjs",
33993400
".js",
34003401
".jsx",
3401-
".mjs",
34023402
".json",
34033403
],
34043404
"tsConfig": {
@@ -4493,9 +4493,9 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
44934493
"extensions": [
44944494
".ts",
44954495
".tsx",
4496+
".mjs",
44964497
".js",
44974498
".jsx",
4498-
".mjs",
44994499
".json",
45004500
],
45014501
"plugins": [
@@ -4505,9 +4505,9 @@ exports[`uni-builder webpack > should generator webpack config correctly 1`] = `
45054505
"extensions": [
45064506
".ts",
45074507
".tsx",
4508+
".mjs",
45084509
".js",
45094510
".jsx",
4510-
".mjs",
45114511
".json",
45124512
],
45134513
"log": {
@@ -5695,9 +5695,9 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
56955695
"extensions": [
56965696
".ts",
56975697
".tsx",
5698+
".mjs",
56985699
".js",
56995700
".jsx",
5700-
".mjs",
57015701
".json",
57025702
],
57035703
"plugins": [
@@ -5707,9 +5707,9 @@ exports[`uni-builder webpack > should generator webpack config correctly when pr
57075707
"extensions": [
57085708
".ts",
57095709
".tsx",
5710+
".mjs",
57105711
".js",
57115712
".jsx",
5712-
".mjs",
57135713
".json",
57145714
],
57155715
"log": {

packages/cli/uni-builder/tests/__snapshots__/environment.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -892,9 +892,9 @@ exports[`uni-builder environment compat > should generator environment config co
892892
"extensions": [
893893
".ts",
894894
".tsx",
895+
".mjs",
895896
".js",
896897
".jsx",
897-
".mjs",
898898
".json",
899899
],
900900
"tsConfig": {
@@ -1603,9 +1603,9 @@ exports[`uni-builder environment compat > should generator environment config co
16031603
"extensions": [
16041604
".ts",
16051605
".tsx",
1606+
".mjs",
16061607
".js",
16071608
".jsx",
1608-
".mjs",
16091609
".json",
16101610
],
16111611
"tsConfig": {
@@ -2274,9 +2274,9 @@ exports[`uni-builder environment compat > should generator environment config co
22742274
"extensions": [
22752275
".ts",
22762276
".tsx",
2277+
".mjs",
22772278
".js",
22782279
".jsx",
2279-
".mjs",
22802280
".json",
22812281
],
22822282
"tsConfig": {

packages/cli/uni-builder/tests/__snapshots__/moduleScopes.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ exports[`plugin-module-scopes > should set entry correctly 1`] = `
55
"extensions": [
66
".ts",
77
".tsx",
8+
".mjs",
89
".js",
910
".jsx",
10-
".mjs",
1111
".json",
1212
],
1313
"plugins": [
@@ -17,9 +17,9 @@ exports[`plugin-module-scopes > should set entry correctly 1`] = `
1717
"extensions": [
1818
".ts",
1919
".tsx",
20+
".mjs",
2021
".js",
2122
".jsx",
22-
".mjs",
2323
".json",
2424
],
2525
"log": {

packages/devtools/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@radix-ui/react-tabs": "^1.0.4",
4242
"@radix-ui/react-toast": "^1.1.5",
4343
"@radix-ui/themes": "^3.0.5",
44-
"@rsbuild/core": "1.0.1-rc.2",
44+
"@rsbuild/core": "1.0.1-rc.3",
4545
"@scripts/jest-config": "workspace:*",
4646
"@types/jest": "^29",
4747
"@types/lodash": "^4.14.202",

packages/devtools/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@modern-js/server-core": "workspace:*",
7676
"@modern-js/types": "workspace:*",
7777
"@modern-js/uni-builder": "workspace:*",
78-
"@rsbuild/core": "1.0.1-rc.2",
78+
"@rsbuild/core": "1.0.1-rc.3",
7979
"@scripts/build": "workspace:*",
8080
"@swc/helpers": "0.5.3",
8181
"@types/node": "^14",

0 commit comments

Comments
 (0)