Skip to content

Commit 3de7373

Browse files
authored
chore(deps): bump Rsbuild 1.4.0-rc.0 (#1087)
1 parent 8f14d41 commit 3de7373

File tree

22 files changed

+271
-176
lines changed

22 files changed

+271
-176
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.15.0",
16-
"@rsbuild/core": "1.4.0-beta.5",
16+
"@rsbuild/core": "1.4.0-rc.0",
1717
"@rsbuild/plugin-react": "^1.3.2",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.15.0",
16-
"@rsbuild/core": "1.4.0-beta.5",
16+
"@rsbuild/core": "1.4.0-rc.0",
1717
"@rsbuild/plugin-react": "^1.3.2",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4343
},
4444
"dependencies": {
45-
"@rsbuild/core": "1.4.0-beta.5",
45+
"@rsbuild/core": "1.4.0-rc.0",
4646
"rsbuild-plugin-dts": "workspace:*",
4747
"tinyglobby": "^0.2.14"
4848
},

packages/core/src/config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,6 @@ export async function createConstantRsbuildConfig(): Promise<EnvironmentConfig>
504504
// When the default configuration is inconsistent with rsbuild, remember to modify the type hints
505505
// see https://github.com/web-infra-dev/rslib/discussions/856
506506
return defineRsbuildConfig({
507-
dev: {
508-
progressBar: false,
509-
},
510507
performance: {
511508
chunkSplit: {
512509
strategy: 'custom',

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
44
[
55
{
66
"config": {
7-
"dev": {
8-
"progressBar": false,
9-
},
107
"output": {
118
"assetPrefix": "auto",
129
"dataUriLimit": 0,
@@ -257,9 +254,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
257254
},
258255
{
259256
"config": {
260-
"dev": {
261-
"progressBar": false,
262-
},
263257
"output": {
264258
"assetPrefix": "auto",
265259
"dataUriLimit": 0,
@@ -505,9 +499,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
505499
},
506500
{
507501
"config": {
508-
"dev": {
509-
"progressBar": false,
510-
},
511502
"output": {
512503
"distPath": {
513504
"css": "./",
@@ -726,9 +717,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
726717
},
727718
{
728719
"config": {
729-
"dev": {
730-
"progressBar": false,
731-
},
732720
"output": {
733721
"distPath": {
734722
"css": "./",
@@ -952,7 +940,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
952940
{
953941
"config": {
954942
"dev": {
955-
"progressBar": false,
956943
"writeToDisk": true,
957944
},
958945
"output": {

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.4.0-beta.5",
7+
"@rsbuild/core": "1.4.0-rc.0",
88
"@storybook/addon-docs": "^9.0.12",
99
"@storybook/addon-essentials": "^9.0.0-alpha.12",
1010
"@storybook/addon-interactions": "^9.0.0-alpha.10",

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.4.0-beta.5",
7+
"@rsbuild/core": "1.4.0-rc.0",
88
"@storybook/addon-docs": "^9.0.12",
99
"@storybook/addon-essentials": "^9.0.0-alpha.12",
1010
"@storybook/addon-interactions": "^9.0.0-alpha.10",

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.4.0-beta.5",
7+
"@rsbuild/core": "1.4.0-rc.0",
88
"@storybook/addon-docs": "^9.0.12",
99
"@storybook/addon-essentials": "^9.0.0-alpha.12",
1010
"@storybook/addon-interactions": "^9.0.0-alpha.10",

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.4.0-beta.5",
7+
"@rsbuild/core": "1.4.0-rc.0",
88
"@storybook/addon-docs": "^9.0.12",
99
"@storybook/addon-essentials": "^9.0.0-alpha.12",
1010
"@storybook/addon-interactions": "^9.0.0-alpha.10",

packages/create-rslib/template-[react]-[storybook,vitest]-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "vitest run"
1919
},
2020
"devDependencies": {
21-
"@rsbuild/core": "1.4.0-beta.5",
21+
"@rsbuild/core": "1.4.0-rc.0",
2222
"@rsbuild/plugin-react": "^1.3.2",
2323
"@rslib/core": "workspace:*",
2424
"@storybook/addon-docs": "^9.0.12",

0 commit comments

Comments
 (0)