Skip to content

Commit 1946333

Browse files
chore(deps): update all non-major dependencies (#1253)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timeless0911 <[email protected]>
1 parent 3435418 commit 1946333

File tree

58 files changed

+1161
-1096
lines changed

Some content is hidden

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

58 files changed

+1161
-1096
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.19.1",
16-
"@rsbuild/core": "~1.5.11",
16+
"@rsbuild/core": "~1.5.12",
1717
"@rsbuild/plugin-react": "^1.4.1",
18-
"@types/react": "^19.1.13",
18+
"@types/react": "^19.1.15",
1919
"@types/react-dom": "^19.1.9",
2020
"typescript": "^5.9.2"
2121
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"@module-federation/storybook-addon": "^4.0.30",
2424
"@rsbuild/plugin-react": "^1.4.1",
2525
"@rslib/core": "workspace:*",
26-
"@types/react": "^19.1.13",
26+
"@types/react": "^19.1.15",
2727
"http-server": "^14.1.1",
2828
"react": "^19.1.1",
2929
"react-dom": "^19.1.1",
30-
"storybook": "^9.1.7",
31-
"storybook-addon-rslib": "^2.1.1",
32-
"storybook-react-rsbuild": "^2.1.1"
30+
"storybook": "^9.1.8",
31+
"storybook-addon-rslib": "^2.1.2",
32+
"storybook-react-rsbuild": "^2.1.2"
3333
},
3434
"peerDependencies": {
3535
"react": "*"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"devDependencies": {
1515
"@module-federation/rsbuild-plugin": "^0.19.1",
16-
"@rsbuild/core": "~1.5.11",
16+
"@rsbuild/core": "~1.5.12",
1717
"@rsbuild/plugin-react": "^1.4.1",
18-
"@types/react": "^19.1.13",
18+
"@types/react": "^19.1.15",
1919
"@types/react-dom": "^19.1.9",
2020
"typescript": "^5.9.2"
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-react": "^1.4.1",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.13",
14+
"@types/react": "^19.1.15",
1515
"react": "^19.1.1"
1616
},
1717
"peerDependencies": {

examples/react-component-bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@rsbuild/plugin-react": "^1.4.1",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.1.13",
14+
"@types/react": "^19.1.15",
1515
"react": "^19.1.1"
1616
},
1717
"peerDependencies": {

examples/react-component-umd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@rsbuild/plugin-react": "^1.4.1",
1111
"@rsbuild/plugin-sass": "^1.4.0",
1212
"@rslib/core": "workspace:*",
13-
"@types/react": "^19.1.13",
13+
"@types/react": "^19.1.15",
1414
"react": "^19.1.1"
1515
},
1616
"peerDependencies": {

examples/vue-component-bundle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@rslib/core": "workspace:*",
1313
"rsbuild-plugin-unplugin-vue": "^0.1.0",
1414
"typescript": "^5.9.2",
15-
"vue": "^3.5.21",
16-
"vue-tsc": "^3.0.7"
15+
"vue": "^3.5.22",
16+
"vue-tsc": "^3.1.0"
1717
},
1818
"peerDependencies": {
1919
"vue": ">=3.0.0"

examples/vue-component-bundleless/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
},
1515
"devDependencies": {
1616
"@rslib/core": "workspace:*",
17-
"@storybook/addon-docs": "^9.1.7",
18-
"@storybook/addon-onboarding": "^9.1.7",
19-
"@storybook/vue3": "^9.1.7",
17+
"@storybook/addon-docs": "^9.1.8",
18+
"@storybook/addon-onboarding": "^9.1.8",
19+
"@storybook/vue3": "^9.1.8",
2020
"rsbuild-plugin-unplugin-vue": "^0.1.0",
21-
"storybook": "^9.1.7",
22-
"storybook-addon-rslib": "^2.1.1",
23-
"storybook-vue3-rsbuild": "^2.1.1",
21+
"storybook": "^9.1.8",
22+
"storybook-addon-rslib": "^2.1.2",
23+
"storybook-vue3-rsbuild": "^2.1.2",
2424
"typescript": "^5.9.2",
25-
"vue": "^3.5.21",
26-
"vue-tsc": "^3.0.7"
25+
"vue": "^3.5.22",
26+
"vue-tsc": "^3.1.0"
2727
},
2828
"peerDependencies": {
2929
"vue": ">=3.0.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@biomejs/biome": "^2.2.4",
4545
"@changesets/cli": "^2.29.7",
4646
"@rslint/core": "^0.1.13",
47-
"@rstest/core": "^0.4.1",
47+
"@rstest/core": "^0.5.0",
4848
"@types/fs-extra": "^11.0.4",
4949
"@types/node": "^22.18.6",
5050
"check-dependency-version-consistency": "^5.0.1",
@@ -58,7 +58,7 @@
5858
"prettier-plugin-packagejson": "^2.5.19",
5959
"simple-git-hooks": "^2.13.1",
6060
"typescript": "^5.9.2",
61-
"zx": "^8.8.3"
61+
"zx": "^8.8.4"
6262
},
6363
"packageManager": "[email protected]",
6464
"engines": {

packages/core/package.json

Lines changed: 3 additions & 3 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.5.11",
46+
"@rsbuild/core": "~1.5.12",
4747
"rsbuild-plugin-dts": "workspace:*"
4848
},
4949
"devDependencies": {
@@ -53,12 +53,12 @@
5353
"cac": "^6.7.14",
5454
"chokidar": "^4.0.3",
5555
"fs-extra": "^11.3.2",
56-
"memfs": "^4.43.0",
56+
"memfs": "^4.47.0",
5757
"path-serializer": "0.5.1",
5858
"picocolors": "1.1.1",
5959
"prebundle": "1.4.2",
6060
"rsbuild-plugin-publint": "^0.3.3",
61-
"rslib": "npm:@rslib/core@0.13.3",
61+
"rslib": "npm:@rslib/core@0.14.0",
6262
"rslog": "^1.2.11",
6363
"tinyglobby": "0.2.14",
6464
"tsconfck": "3.1.6",

0 commit comments

Comments
 (0)