Skip to content

Commit 72a8512

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

File tree

68 files changed

+1037
-761
lines changed

Some content is hidden

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

68 files changed

+1037
-761
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.6",
17-
"@rsbuild/core": "~1.6.9",
17+
"@rsbuild/core": "~1.6.10",
1818
"@rsbuild/plugin-react": "^1.4.2",
19-
"@types/react": "^19.2.6",
19+
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
2121
"typescript": "^5.9.3"
2222
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
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.9",
25+
"@rsbuild/core": "~1.6.10",
2626
"@rsbuild/plugin-react": "^1.4.2",
2727
"@rslib/core": "workspace:*",
28-
"@storybook/addon-docs": "^10.1.0",
29-
"@storybook/addon-onboarding": "^10.1.0",
30-
"@storybook/react": "^10.1.0",
31-
"@types/react": "^19.2.6",
28+
"@storybook/addon-docs": "^10.1.2",
29+
"@storybook/addon-onboarding": "^10.1.2",
30+
"@storybook/react": "^10.1.2",
31+
"@types/react": "^19.2.7",
3232
"http-server": "^14.1.1",
3333
"react": "^19.2.0",
3434
"react-dom": "^19.2.0",
35-
"storybook": "^10.1.0",
35+
"storybook": "^10.1.2",
3636
"storybook-addon-rslib": "^3.0.0",
3737
"storybook-react-rsbuild": "^3.0.0"
3838
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"devDependencies": {
1616
"@module-federation/rsbuild-plugin": "^0.21.6",
17-
"@rsbuild/core": "~1.6.9",
17+
"@rsbuild/core": "~1.6.10",
1818
"@rsbuild/plugin-react": "^1.4.2",
19-
"@types/react": "^19.2.6",
19+
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
2121
"typescript": "^5.9.3"
2222
}

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

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

examples/react-component-bundle/package.json

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

examples/react-component-umd/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.2",
1212
"@rsbuild/plugin-sass": "^1.4.0",
1313
"@rslib/core": "workspace:*",
14-
"@types/react": "^19.2.6",
14+
"@types/react": "^19.2.7",
1515
"react": "^19.2.0"
1616
},
1717
"peerDependencies": {

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.24",
15+
"vue": "^3.5.25",
1616
"vue-tsc": "^3.1.5"
1717
},
1818
"peerDependencies": {

examples/vue-component-bundleless/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"test": "vitest run"
1414
},
1515
"devDependencies": {
16-
"@rsbuild/core": "~1.6.9",
16+
"@rsbuild/core": "~1.6.10",
1717
"@rslib/core": "workspace:*",
18-
"@storybook/addon-docs": "^10.1.0",
19-
"@storybook/addon-onboarding": "^10.1.0",
20-
"@storybook/vue3": "^10.1.0",
18+
"@storybook/addon-docs": "^10.1.2",
19+
"@storybook/addon-onboarding": "^10.1.2",
20+
"@storybook/vue3": "^10.1.2",
2121
"rsbuild-plugin-unplugin-vue": "^0.1.0",
22-
"storybook": "^10.1.0",
22+
"storybook": "^10.1.2",
2323
"storybook-addon-rslib": "^3.0.0",
2424
"storybook-vue3-rsbuild": "^3.0.0",
2525
"typescript": "^5.9.3",
26-
"vue": "^3.5.24",
26+
"vue": "^3.5.25",
2727
"vue-tsc": "^3.1.5"
2828
},
2929
"peerDependencies": {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"pnpm-lock.yaml": "pnpm dedupe --check"
4343
},
4444
"devDependencies": {
45-
"@biomejs/biome": "^2.3.7",
46-
"@changesets/cli": "^2.29.7",
45+
"@biomejs/biome": "^2.3.8",
46+
"@changesets/cli": "^2.29.8",
4747
"@rslint/core": "^0.1.13",
48-
"@rstest/core": "^0.6.6",
48+
"@rstest/core": "^0.6.8",
4949
"@types/fs-extra": "^11.0.4",
5050
"@types/node": "^24.10.1",
5151
"check-dependency-version-consistency": "^5.0.1",
@@ -54,16 +54,16 @@
5454
"fs-extra": "^11.3.2",
5555
"heading-case": "^1.0.3",
5656
"nano-staged": "^0.9.0",
57-
"nx": "^22.1.1",
58-
"prettier": "^3.6.2",
59-
"prettier-plugin-packagejson": "^2.5.19",
57+
"nx": "^22.1.3",
58+
"prettier": "^3.7.3",
59+
"prettier-plugin-packagejson": "^2.5.20",
6060
"simple-git-hooks": "^2.13.1",
6161
"typescript": "^5.9.3",
6262
"zx": "^8.8.5"
6363
},
64-
"packageManager": "pnpm@10.23.0",
64+
"packageManager": "pnpm@10.24.0",
6565
"engines": {
6666
"node": ">=18.12.0",
67-
"pnpm": ">=10.23.0"
67+
"pnpm": ">=10.24.0"
6868
}
6969
}

packages/core/package.json

Lines changed: 4 additions & 4 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.9",
46+
"@rsbuild/core": "~1.6.10",
4747
"rsbuild-plugin-dts": "workspace:*"
4848
},
4949
"devDependencies": {
@@ -53,13 +53,13 @@
5353
"cac": "^6.7.14",
5454
"chokidar": "^4.0.3",
5555
"fs-extra": "^11.3.2",
56-
"memfs": "^4.51.0",
56+
"memfs": "^4.51.1",
5757
"path-serializer": "0.5.1",
5858
"picocolors": "1.1.1",
5959
"prebundle": "1.6.0",
6060
"rsbuild-plugin-publint": "^0.3.3",
61-
"rslib": "npm:@rslib/[email protected].0",
62-
"rslog": "^1.3.0",
61+
"rslib": "npm:@rslib/[email protected].2",
62+
"rslog": "^1.3.2",
6363
"tinyglobby": "0.2.14",
6464
"tsconfck": "3.1.6",
6565
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)