Skip to content

Commit 5f1e588

Browse files
chore(deps): update all non-major dependencies (#1722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timeless0911 <daichenwei@bytedance.com>
1 parent bd49706 commit 5f1e588

25 files changed

Lines changed: 611 additions & 599 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
package-manager-cache: false
3131

3232
- name: Install pnpm
33-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
33+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3434
with:
3535
run_install: true
3636

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install pnpm
4646
if: steps.changes.outputs.changed == 'true'
47-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
47+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
4848
with:
4949
run_install: true
5050

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
package-manager-cache: false
4646

4747
- name: Install pnpm
48-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
48+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
4949
with:
5050
run_install: true
5151

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Install pnpm
5454
if: ${{ steps.changes.outputs.changed == 'true' }}
55-
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
55+
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
5656
with:
5757
run_install: true
5858

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
"react-dom": "^19.2.7"
1414
},
1515
"devDependencies": {
16-
"@module-federation/rsbuild-plugin": "^2.5.1",
16+
"@module-federation/rsbuild-plugin": "^2.6.0",
1717
"@rsbuild/core": "~2.1.0",
1818
"@rsbuild/plugin-react": "^2.1.0",
1919
"@types/react": "^19.2.17",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"storybook": "storybook dev -p 6006"
2020
},
2121
"devDependencies": {
22-
"@module-federation/enhanced": "^2.5.1",
23-
"@module-federation/rsbuild-plugin": "^2.5.1",
24-
"@module-federation/storybook-addon": "^6.0.13",
22+
"@module-federation/enhanced": "^2.6.0",
23+
"@module-federation/rsbuild-plugin": "^2.6.0",
24+
"@module-federation/storybook-addon": "^6.0.14",
2525
"@rsbuild/core": "~2.1.0",
2626
"@rsbuild/plugin-react": "^2.1.0",
2727
"@rslib/core": "workspace:*",

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
"react-dom": "^19.2.7"
1414
},
1515
"devDependencies": {
16-
"@module-federation/rsbuild-plugin": "^2.5.1",
16+
"@module-federation/rsbuild-plugin": "^2.6.0",
1717
"@rsbuild/core": "~2.1.0",
1818
"@rsbuild/plugin-react": "^2.1.0",
1919
"@types/react": "^19.2.17",

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
"@rsbuild/plugin-vue": "^2.0.0",
1313
"@rslib/core": "workspace:*",
1414
"typescript": "^6.0.3",
15-
"vue": "^3.5.38",
15+
"vue": "^3.5.39",
1616
"vue-tsc": "^3.3.5"
1717
},
1818
"peerDependencies": {

examples/vue-component-bundleless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"storybook-addon-rslib": "^3.3.4",
2424
"storybook-vue3-rsbuild": "^3.3.4",
2525
"typescript": "^6.0.3",
26-
"vue": "^3.5.38",
26+
"vue": "^3.5.39",
2727
"vue-tsc": "^3.3.5"
2828
},
2929
"peerDependencies": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
]
3333
},
3434
"devDependencies": {
35-
"@rslint/core": "^0.6.2",
35+
"@rslint/core": "^0.6.3",
3636
"@rstest/adapter-rslib": "^0.10.6",
3737
"@rstest/core": "^0.10.6",
3838
"@types/fs-extra": "^11.0.4",
3939
"@types/node": "^24.13.2",
40-
"@typescript/native-preview": "7.0.0-dev.20260620.1",
40+
"@typescript/native-preview": "7.0.0-dev.20260624.1",
4141
"cspell-ban-words": "^0.0.4",
4242
"fs-extra": "^11.3.5",
4343
"heading-case": "^1.1.3",
@@ -47,9 +47,9 @@
4747
"simple-git-hooks": "^2.13.1",
4848
"typescript": "^6.0.3"
4949
},
50-
"packageManager": "pnpm@11.8.0",
50+
"packageManager": "pnpm@11.9.0",
5151
"engines": {
5252
"node": "^20.19.0 || >=22.12.0",
53-
"pnpm": ">=11.8.0"
53+
"pnpm": ">=11.9.0"
5454
}
5555
}

0 commit comments

Comments
 (0)