Skip to content

Commit 61bcc74

Browse files
authored
chore(deps): update dependency @rsbuild/core to v1.7.0-beta.0 (#1398)
1 parent 423c9ee commit 61bcc74

File tree

33 files changed

+396
-188
lines changed

33 files changed

+396
-188
lines changed

examples/module-federation/mf-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.6",
17-
"@rsbuild/core": "~1.6.14",
17+
"@rsbuild/core": "~1.7.0-beta.0",
1818
"@rsbuild/plugin-react": "^1.4.2",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",

examples/module-federation/mf-react-component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@module-federation/enhanced": "^0.21.6",
2323
"@module-federation/rsbuild-plugin": "^0.21.6",
2424
"@module-federation/storybook-addon": "^5.0.1",
25-
"@rsbuild/core": "~1.6.14",
25+
"@rsbuild/core": "~1.7.0-beta.0",
2626
"@rsbuild/plugin-react": "^1.4.2",
2727
"@rslib/core": "workspace:*",
2828
"@storybook/addon-docs": "^10.1.8",

examples/module-federation/mf-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.6",
17-
"@rsbuild/core": "~1.6.14",
17+
"@rsbuild/core": "~1.7.0-beta.0",
1818
"@rsbuild/plugin-react": "^1.4.2",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",

examples/vue-component-bundleless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "vitest run"
1414
},
1515
"devDependencies": {
16-
"@rsbuild/core": "~1.6.14",
16+
"@rsbuild/core": "~1.7.0-beta.0",
1717
"@rslib/core": "workspace:*",
1818
"@storybook/addon-docs": "^10.1.8",
1919
"@storybook/addon-onboarding": "^10.1.8",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4444
},
4545
"dependencies": {
46-
"@rsbuild/core": "~1.6.14",
46+
"@rsbuild/core": "~1.7.0-beta.0",
4747
"rsbuild-plugin-dts": "workspace:*"
4848
},
4949
"devDependencies": {

packages/core/tests/__snapshots__/config.test.ts.snap

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ exports[`Should compose create Rsbuild config correctly > Enable experiment.adva
1717
aggregateTimeout: 0
1818
},
1919
experiments: {
20-
inlineEnum: true,
21-
inlineConst: true,
22-
typeReexportsPresence: true,
2320
rspackFuture: {
2421
bundlerInfo: {
2522
force: false
@@ -173,7 +170,6 @@ exports[`Should compose create Rsbuild config correctly > Enable experiment.adva
173170
parser: {
174171
javascript: {
175172
exportsPresence: 'error',
176-
inlineConst: true,
177173
typeReexportsPresence: 'tolerant',
178174
importMeta: false,
179175
importDynamic: false,
@@ -638,6 +634,7 @@ exports[`Should compose create Rsbuild config correctly > Enable experiment.adva
638634
]
639635
},
640636
optimization: {
637+
inlineExports: true,
641638
minimize: true,
642639
splitChunks: {
643640
chunks: 'async'
@@ -1056,9 +1053,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
10561053
aggregateTimeout: 0
10571054
},
10581055
experiments: {
1059-
inlineEnum: true,
1060-
inlineConst: true,
1061-
typeReexportsPresence: true,
10621056
rspackFuture: {
10631057
bundlerInfo: {
10641058
force: false
@@ -1216,7 +1210,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
12161210
parser: {
12171211
javascript: {
12181212
exportsPresence: 'error',
1219-
inlineConst: true,
12201213
typeReexportsPresence: 'tolerant',
12211214
importMeta: false,
12221215
importDynamic: false,
@@ -1697,6 +1690,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
16971690
]
16981691
},
16991692
optimization: {
1693+
inlineExports: true,
17001694
minimize: true,
17011695
splitChunks: {
17021696
chunks: 'async'
@@ -1802,9 +1796,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
18021796
aggregateTimeout: 0
18031797
},
18041798
experiments: {
1805-
inlineEnum: true,
1806-
inlineConst: true,
1807-
typeReexportsPresence: true,
18081799
rspackFuture: {
18091800
bundlerInfo: {
18101801
force: false
@@ -1960,7 +1951,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
19601951
parser: {
19611952
javascript: {
19621953
exportsPresence: 'error',
1963-
inlineConst: true,
19641954
typeReexportsPresence: 'tolerant',
19651955
importMeta: false,
19661956
importDynamic: false,
@@ -2430,6 +2420,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
24302420
]
24312421
},
24322422
optimization: {
2423+
inlineExports: true,
24332424
minimize: true,
24342425
splitChunks: {
24352426
chunks: 'async'
@@ -2530,9 +2521,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
25302521
aggregateTimeout: 0
25312522
},
25322523
experiments: {
2533-
inlineEnum: true,
2534-
inlineConst: true,
2535-
typeReexportsPresence: true,
25362524
rspackFuture: {
25372525
bundlerInfo: {
25382526
force: false
@@ -2677,7 +2665,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
26772665
parser: {
26782666
javascript: {
26792667
exportsPresence: 'error',
2680-
inlineConst: true,
26812668
typeReexportsPresence: 'tolerant',
26822669
importMeta: false
26832670
}
@@ -3066,6 +3053,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
30663053
]
30673054
},
30683055
optimization: {
3056+
inlineExports: true,
30693057
minimize: true,
30703058
splitChunks: false,
30713059
minimizer: [
@@ -3161,9 +3149,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
31613149
aggregateTimeout: 0
31623150
},
31633151
experiments: {
3164-
inlineEnum: true,
3165-
inlineConst: true,
3166-
typeReexportsPresence: true,
31673152
rspackFuture: {
31683153
bundlerInfo: {
31693154
force: false
@@ -3310,7 +3295,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
33103295
parser: {
33113296
javascript: {
33123297
exportsPresence: 'error',
3313-
inlineConst: true,
33143298
typeReexportsPresence: 'tolerant',
33153299
importMeta: false
33163300
}
@@ -3710,6 +3694,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
37103694
]
37113695
},
37123696
optimization: {
3697+
inlineExports: true,
37133698
minimize: true,
37143699
splitChunks: false,
37153700
minimizer: [
@@ -3806,9 +3791,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
38063791
aggregateTimeout: 0
38073792
},
38083793
experiments: {
3809-
inlineEnum: true,
3810-
inlineConst: true,
3811-
typeReexportsPresence: true,
38123794
rspackFuture: {
38133795
bundlerInfo: {
38143796
force: false
@@ -3892,7 +3874,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
38923874
parser: {
38933875
javascript: {
38943876
exportsPresence: 'error',
3895-
inlineConst: true,
38963877
typeReexportsPresence: 'tolerant'
38973878
}
38983879
},
@@ -4293,6 +4274,7 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
42934274
]
42944275
},
42954276
optimization: {
4277+
inlineExports: true,
42964278
minimize: true,
42974279
splitChunks: {
42984280
chunks: 'all',

packages/create-rslib/fragments/tools/storybook-react-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "~1.6.14",
7+
"@rsbuild/core": "~1.7.0-beta.0",
88
"@storybook/addon-docs": "^10.1.8",
99
"@storybook/addon-onboarding": "^10.1.8",
1010
"@storybook/react": "^10.1.8",

packages/create-rslib/fragments/tools/storybook-react-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "~1.6.14",
7+
"@rsbuild/core": "~1.7.0-beta.0",
88
"@storybook/addon-docs": "^10.1.8",
99
"@storybook/addon-onboarding": "^10.1.8",
1010
"@storybook/react": "^10.1.8",

packages/create-rslib/fragments/tools/storybook-vue-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "~1.6.14",
7+
"@rsbuild/core": "~1.7.0-beta.0",
88
"@storybook/addon-docs": "^10.1.8",
99
"@storybook/addon-onboarding": "^10.1.8",
1010
"@storybook/vue3": "^10.1.8",

packages/create-rslib/fragments/tools/storybook-vue-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"storybook": "storybook dev"
55
},
66
"devDependencies": {
7-
"@rsbuild/core": "~1.6.14",
7+
"@rsbuild/core": "~1.7.0-beta.0",
88
"@storybook/addon-docs": "^10.1.8",
99
"@storybook/addon-onboarding": "^10.1.8",
1010
"@storybook/vue3": "^10.1.8",

0 commit comments

Comments
 (0)