Skip to content

Commit 5582839

Browse files
chore(deps): update all non-major dependencies (#1326)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 796ab39 commit 5582839

File tree

78 files changed

+648
-840
lines changed

Some content is hidden

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

78 files changed

+648
-840
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.3",
17-
"@rsbuild/core": "~1.6.2",
18-
"@rsbuild/plugin-react": "^1.4.1",
17+
"@rsbuild/core": "~1.6.3",
18+
"@rsbuild/plugin-react": "^1.4.2",
1919
"@types/react": "^19.2.2",
2020
"@types/react-dom": "^19.2.2",
2121
"typescript": "^5.9.3"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"devDependencies": {
2222
"@module-federation/enhanced": "^0.21.3",
2323
"@module-federation/rsbuild-plugin": "^0.21.3",
24-
"@module-federation/storybook-addon": "^4.0.34",
25-
"@rsbuild/plugin-react": "^1.4.1",
24+
"@module-federation/storybook-addon": "^4.0.35",
25+
"@rsbuild/plugin-react": "^1.4.2",
2626
"@rslib/core": "workspace:*",
2727
"@types/react": "^19.2.2",
2828
"http-server": "^14.1.1",
2929
"react": "^19.2.0",
3030
"react-dom": "^19.2.0",
3131
"storybook": "^9.1.16",
32-
"storybook-addon-rslib": "^2.1.3",
33-
"storybook-react-rsbuild": "^2.1.3"
32+
"storybook-addon-rslib": "^2.1.4",
33+
"storybook-react-rsbuild": "^2.1.4"
3434
},
3535
"peerDependencies": {
3636
"react": "*"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.3",
17-
"@rsbuild/core": "~1.6.2",
18-
"@rsbuild/plugin-react": "^1.4.1",
17+
"@rsbuild/core": "~1.6.3",
18+
"@rsbuild/plugin-react": "^1.4.2",
1919
"@types/react": "^19.2.2",
2020
"@types/react-dom": "^19.2.2",
2121
"typescript": "^5.9.3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "rslib build"
1010
},
1111
"devDependencies": {
12-
"@rsbuild/plugin-react": "^1.4.1",
12+
"@rsbuild/plugin-react": "^1.4.2",
1313
"@rsbuild/plugin-sass": "^1.4.0",
1414
"@rslib/core": "workspace:*",
1515
"@types/react": "^19.2.2",

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "rslib build"
1010
},
1111
"devDependencies": {
12-
"@rsbuild/plugin-react": "^1.4.1",
12+
"@rsbuild/plugin-react": "^1.4.2",
1313
"@rsbuild/plugin-sass": "^1.4.0",
1414
"@rslib/core": "workspace:*",
1515
"@types/react": "^19.2.2",

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "rslib build"
99
},
1010
"devDependencies": {
11-
"@rsbuild/plugin-react": "^1.4.1",
11+
"@rsbuild/plugin-react": "^1.4.2",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
1414
"@types/react": "^19.2.2",

examples/vue-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rslib/core": "workspace:*",
1313
"rsbuild-plugin-unplugin-vue": "^0.1.0",
1414
"typescript": "^5.9.3",
15-
"vue": "^3.5.22",
15+
"vue": "^3.5.24",
1616
"vue-tsc": "^3.1.3"
1717
},
1818
"peerDependencies": {

examples/vue-component-bundleless/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@storybook/vue3": "^9.1.16",
2020
"rsbuild-plugin-unplugin-vue": "^0.1.0",
2121
"storybook": "^9.1.16",
22-
"storybook-addon-rslib": "^2.1.3",
23-
"storybook-vue3-rsbuild": "^2.1.3",
22+
"storybook-addon-rslib": "^2.1.4",
23+
"storybook-vue3-rsbuild": "^2.1.4",
2424
"typescript": "^5.9.3",
25-
"vue": "^3.5.22",
25+
"vue": "^3.5.24",
2626
"vue-tsc": "^3.1.3"
2727
},
2828
"peerDependencies": {

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
"pnpm-lock.yaml": "pnpm dedupe --check"
4343
},
4444
"devDependencies": {
45-
"@biomejs/biome": "^2.3.2",
45+
"@biomejs/biome": "^2.3.4",
4646
"@changesets/cli": "^2.29.7",
4747
"@rslint/core": "^0.1.13",
48-
"@rstest/core": "^0.6.2",
48+
"@rstest/core": "^0.6.3",
4949
"@types/fs-extra": "^11.0.4",
5050
"@types/node": "^24.10.0",
5151
"check-dependency-version-consistency": "^5.0.1",
5252
"cross-env": "^10.1.0",
5353
"cspell-ban-words": "^0.0.4",
5454
"fs-extra": "^11.3.2",
55-
"heading-case": "^1.0.2",
55+
"heading-case": "^1.0.3",
5656
"nano-staged": "^0.8.0",
5757
"nx": "^22.0.2",
5858
"prettier": "^3.6.2",
@@ -61,9 +61,9 @@
6161
"typescript": "^5.9.3",
6262
"zx": "^8.8.5"
6363
},
64-
"packageManager": "pnpm@10.20.0",
64+
"packageManager": "pnpm@10.21.0",
6565
"engines": {
6666
"node": ">=18.12.0",
67-
"pnpm": ">=10.20.0"
67+
"pnpm": ">=10.21.0"
6868
}
6969
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
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.2",
46+
"@rsbuild/core": "~1.6.3",
4747
"rsbuild-plugin-dts": "workspace:*"
4848
},
4949
"devDependencies": {
@@ -58,7 +58,7 @@
5858
"picocolors": "1.1.1",
5959
"prebundle": "1.5.0",
6060
"rsbuild-plugin-publint": "^0.3.3",
61-
"rslib": "npm:@rslib/core@0.17.0",
61+
"rslib": "npm:@rslib/core@0.17.1",
6262
"rslog": "^1.3.0",
6363
"tinyglobby": "0.2.14",
6464
"tsconfck": "3.1.6",

0 commit comments

Comments
 (0)