Skip to content

Commit 88440f2

Browse files
chore(deps): update all non-major dependencies (#1586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timeless0911 <1604889533@qq.com>
1 parent 48b99a6 commit 88440f2

41 files changed

Lines changed: 899 additions & 1356 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "rsbuild preview"
1010
},
1111
"dependencies": {
12-
"react": "^19.2.4",
13-
"react-dom": "^19.2.4"
12+
"react": "^19.2.5",
13+
"react-dom": "^19.2.5"
1414
},
1515
"devDependencies": {
16-
"@module-federation/rsbuild-plugin": "^2.3.1",
17-
"@rsbuild/core": "2.0.0-rc.1",
16+
"@module-federation/rsbuild-plugin": "^2.3.2",
17+
"@rsbuild/core": "2.0.0-rc.2",
1818
"@rsbuild/plugin-react": "^1.4.6",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
"storybook": "storybook dev -p 6006"
2020
},
2121
"devDependencies": {
22-
"@module-federation/enhanced": "^2.3.1",
23-
"@module-federation/rsbuild-plugin": "^2.3.1",
24-
"@module-federation/storybook-addon": "^6.0.8",
25-
"@rsbuild/core": "2.0.0-rc.1",
22+
"@module-federation/enhanced": "^2.3.2",
23+
"@module-federation/rsbuild-plugin": "^2.3.2",
24+
"@module-federation/storybook-addon": "^6.0.9",
25+
"@rsbuild/core": "2.0.0-rc.2",
2626
"@rsbuild/plugin-react": "^1.4.6",
2727
"@rslib/core": "workspace:*",
28-
"@storybook/addon-docs": "^10.3.4",
29-
"@storybook/addon-onboarding": "^10.3.4",
30-
"@storybook/react": "^10.3.4",
28+
"@storybook/addon-docs": "^10.3.5",
29+
"@storybook/addon-onboarding": "^10.3.5",
30+
"@storybook/react": "^10.3.5",
3131
"@types/react": "^19.2.14",
3232
"http-server": "^14.1.1",
33-
"react": "^19.2.4",
34-
"react-dom": "^19.2.4",
35-
"storybook": "^10.3.4",
36-
"storybook-addon-rslib": "^3.3.2",
37-
"storybook-react-rsbuild": "^3.3.2"
33+
"react": "^19.2.5",
34+
"react-dom": "^19.2.5",
35+
"storybook": "^10.3.5",
36+
"storybook-addon-rslib": "^3.3.3",
37+
"storybook-react-rsbuild": "^3.3.3"
3838
},
3939
"peerDependencies": {
4040
"react": "*"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "rsbuild preview"
1010
},
1111
"dependencies": {
12-
"react": "^19.2.4",
13-
"react-dom": "^19.2.4"
12+
"react": "^19.2.5",
13+
"react-dom": "^19.2.5"
1414
},
1515
"devDependencies": {
16-
"@module-federation/rsbuild-plugin": "^2.3.1",
17-
"@rsbuild/core": "2.0.0-rc.1",
16+
"@module-federation/rsbuild-plugin": "^2.3.2",
17+
"@rsbuild/core": "2.0.0-rc.2",
1818
"@rsbuild/plugin-react": "^1.4.6",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",

examples/react-component-bundle-false/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rsbuild/plugin-sass": "^1.5.1",
1414
"@rslib/core": "workspace:*",
1515
"@types/react": "^19.2.14",
16-
"react": "^19.2.4"
16+
"react": "^19.2.5"
1717
},
1818
"peerDependencies": {
1919
"react": "*"

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rsbuild/plugin-sass": "^1.5.1",
1414
"@rslib/core": "workspace:*",
1515
"@types/react": "^19.2.14",
16-
"react": "^19.2.4"
16+
"react": "^19.2.5"
1717
},
1818
"peerDependencies": {
1919
"react": "*"

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rsbuild/plugin-sass": "^1.5.1",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.2.14",
15-
"react": "^19.2.4"
15+
"react": "^19.2.5"
1616
},
1717
"peerDependencies": {
1818
"react": "*"

examples/vue-component-bundleless/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"test": "vitest run"
1414
},
1515
"devDependencies": {
16-
"@rsbuild/core": "2.0.0-rc.1",
16+
"@rsbuild/core": "2.0.0-rc.2",
1717
"@rsbuild/plugin-vue": "^1.2.7",
1818
"@rslib/core": "workspace:*",
19-
"@storybook/addon-docs": "^10.3.4",
20-
"@storybook/addon-onboarding": "^10.3.4",
21-
"@storybook/vue3": "^10.3.4",
22-
"storybook": "^10.3.4",
23-
"storybook-addon-rslib": "^3.3.2",
24-
"storybook-vue3-rsbuild": "^3.3.2",
19+
"@storybook/addon-docs": "^10.3.5",
20+
"@storybook/addon-onboarding": "^10.3.5",
21+
"@storybook/vue3": "^10.3.5",
22+
"storybook": "^10.3.5",
23+
"storybook-addon-rslib": "^3.3.3",
24+
"storybook-vue3-rsbuild": "^3.3.3",
2525
"typescript": "^6.0.2",
2626
"vue": "^3.5.32",
2727
"vue-tsc": "^3.2.6"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"@biomejs/biome": "^2.4.10",
45+
"@biomejs/biome": "^2.4.11",
4646
"@changesets/cli": "^2.30.0",
4747
"@rslint/core": "^0.4.2",
4848
"@rstest/adapter-rslib": "^0.2.2",
49-
"@rstest/core": "^0.9.6",
49+
"@rstest/core": "^0.9.7",
5050
"@types/fs-extra": "^11.0.4",
5151
"@types/node": "^24.12.2",
5252
"check-dependency-version-consistency": "^6.0.0",
@@ -55,7 +55,7 @@
5555
"fs-extra": "^11.3.4",
5656
"heading-case": "^1.1.0",
5757
"nano-staged": "^1.0.2",
58-
"prettier": "^3.8.1",
58+
"prettier": "^3.8.2",
5959
"prettier-plugin-packagejson": "^3.0.2",
6060
"simple-git-hooks": "^2.13.1",
6161
"typescript": "^6.0.2",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
"type-check": "tsc --noEmit && tsc --noEmit -p tests"
4444
},
4545
"dependencies": {
46-
"@rsbuild/core": "2.0.0-rc.1",
46+
"@rsbuild/core": "2.0.0-rc.2",
4747
"rsbuild-plugin-dts": "workspace:*"
4848
},
4949
"devDependencies": {
50-
"@module-federation/rsbuild-plugin": "^2.3.1",
50+
"@module-federation/rsbuild-plugin": "^2.3.2",
5151
"@rslib/tsconfig": "workspace:*",
5252
"@types/fs-extra": "^11.0.4",
5353
"cac": "^7.0.0",

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

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
235235
name: 'rsbuild:swc',
236236
setup() {}
237237
},
238-
{
239-
name: 'rsbuild:esm',
240-
setup() {}
241-
},
242238
{
243239
name: 'rsbuild:externals',
244240
setup() {}
@@ -398,18 +394,15 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
398394
filename: '[name].js',
399395
chunkFilename: '0~[name].js',
400396
publicPath: 'auto',
401-
bundlerInfo: {
402-
force: false
403-
},
404397
library: {
405398
type: 'modern-module'
406399
},
407-
assetModuleFilename: 'static/assets/[name][ext]',
408-
webassemblyModuleFilename: 'static/wasm/[contenthash:10].module.wasm',
409400
module: true,
410401
chunkFormat: false,
411402
chunkLoading: 'import',
412-
workerChunkLoading: 'import'
403+
workerChunkLoading: 'import',
404+
assetModuleFilename: 'static/assets/[name][ext]',
405+
webassemblyModuleFilename: 'static/wasm/[contenthash:10].module.wasm'
413406
},
414407
resolve: {
415408
tsConfig: {
@@ -1106,9 +1099,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
11061099
filename: '[name].cjs',
11071100
chunkFilename: '1~[name].cjs',
11081101
publicPath: 'auto',
1109-
bundlerInfo: {
1110-
force: false
1111-
},
11121102
library: {
11131103
type: 'commonjs-static'
11141104
},
@@ -1807,9 +1797,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
18071797
filename: '[name].js',
18081798
chunkFilename: '2~[name].js',
18091799
publicPath: '/',
1810-
bundlerInfo: {
1811-
force: false
1812-
},
18131800
library: {
18141801
type: 'umd'
18151802
},
@@ -2417,9 +2404,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
24172404
filename: '[name].js',
24182405
chunkFilename: '3~[name].js',
24192406
publicPath: '/',
2420-
bundlerInfo: {
2421-
force: false
2422-
},
24232407
library: {
24242408
type: 'module'
24252409
},
@@ -2972,9 +2956,6 @@ exports[`Should compose create Rsbuild config correctly > Merge Rsbuild config i
29722956
filename: '[name].js',
29732957
chunkFilename: '[name].js',
29742958
publicPath: '/',
2975-
bundlerInfo: {
2976-
force: false
2977-
},
29782959
assetModuleFilename: 'static/assets/[name][ext]',
29792960
webassemblyModuleFilename: 'static/wasm/[contenthash:10].module.wasm',
29802961
uniqueName: '@rslib/core'

0 commit comments

Comments
 (0)