Skip to content

Commit e1b3e77

Browse files
fix(deps): update all non-major dependencies
1 parent f19b9a9 commit e1b3e77

File tree

25 files changed

+670
-1039
lines changed

25 files changed

+670
-1039
lines changed

.github/workflows/ci-rsc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v6
28-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
28+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2929
- uses: actions/setup-node@v6
3030
with:
3131
node-version: 22
@@ -60,7 +60,7 @@ jobs:
6060
fail-fast: false
6161
steps:
6262
- uses: actions/checkout@v6
63-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
63+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
6464
- uses: actions/setup-node@v6
6565
with:
6666
node-version: 22

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545

4646
- name: Install pnpm
47-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
47+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
4848

4949
- name: Set node version to ${{ matrix.node_version }}
5050
uses: actions/setup-node@v6
@@ -103,7 +103,7 @@ jobs:
103103
fetch-depth: 0
104104

105105
- name: Install pnpm
106-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
106+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
107107

108108
- name: Set node version to 20
109109
uses: actions/setup-node@v6

.github/workflows/copilot-setup-steps.yml

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

2121
steps:
2222
- uses: actions/checkout@v6
23-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
23+
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2424
- uses: actions/setup-node@v6
2525
with:
2626
node-version: 22

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: Install pnpm
20-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
20+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2121

2222
- name: Set node version
2323
uses: actions/setup-node@v6

.github/workflows/release-continuous.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
24+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2525

2626
- uses: actions/setup-node@v6
2727
with:

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
"@types/node": "^24.12.0",
3636
"@vitejs/release-scripts": "^1.6.0",
3737
"eslint": "^9.39.4",
38-
"eslint-plugin-import-x": "^4.16.1",
38+
"eslint-plugin-import-x": "^4.16.2",
3939
"eslint-plugin-n": "^17.24.0",
40-
"eslint-plugin-regexp": "^3.0.0",
40+
"eslint-plugin-regexp": "^3.1.0",
4141
"fs-extra": "^11.3.4",
4242
"globals": "^17.4.0",
43-
"lint-staged": "^16.3.2",
44-
"oxfmt": "^0.36.0",
43+
"lint-staged": "^16.4.0",
44+
"oxfmt": "^0.40.0",
4545
"picocolors": "^1.1.1",
4646
"playwright-chromium": "^1.58.2",
4747
"simple-git-hooks": "^2.13.1",
4848
"typescript": "^5.9.3",
49-
"typescript-eslint": "^8.56.1",
50-
"vite": "^8.0.0-beta.16",
49+
"typescript-eslint": "^8.57.0",
50+
"vite": "^8.0.0",
5151
"vite-plugin-inspect": "^11.3.3",
52-
"vitest": "^4.0.18"
52+
"vitest": "^4.1.0"
5353
},
5454
"simple-git-hooks": {
5555
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -71,5 +71,5 @@
7171
"engines": {
7272
"node": "^20.19.0 || >=22.12.0"
7373
},
74-
"packageManager": "pnpm@10.31.0"
74+
"packageManager": "pnpm@10.32.1"
7575
}

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./refresh-runtime": "./refresh-runtime.js"
99
},
1010
"dependencies": {
11-
"@rolldown/pluginutils": "1.0.0-rc.7"
11+
"@rolldown/pluginutils": "1.0.0-rc.9"
1212
},
1313
"peerDependencies": {
1414
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"

packages/plugin-react-oxc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"prepublishOnly": "npm run build"
3737
},
3838
"dependencies": {
39-
"@rolldown/pluginutils": "1.0.0-rc.7"
39+
"@rolldown/pluginutils": "1.0.0-rc.9"
4040
},
4141
"devDependencies": {
4242
"@vitejs/react-common": "workspace:*",
43-
"tsdown": "^0.21.0",
43+
"tsdown": "^0.21.3",
4444
"vite": "catalog:rolldown-vite"
4545
},
4646
"peerDependencies": {

packages/plugin-react-swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "playwright test"
3030
},
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0-rc.7",
32+
"@rolldown/pluginutils": "1.0.0-rc.9",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {
@@ -39,7 +39,7 @@
3939
"@vitejs/react-common": "workspace:*",
4040
"fs-extra": "^11.3.4",
4141
"prettier": "^3.0.3",
42-
"tsdown": "^0.21.0",
42+
"tsdown": "^0.21.3",
4343
"typescript": "^5.9.3"
4444
},
4545
"peerDependencies": {

packages/plugin-react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
"test-unit": "vitest run"
4444
},
4545
"dependencies": {
46-
"@rolldown/pluginutils": "1.0.0-rc.7"
46+
"@rolldown/pluginutils": "1.0.0-rc.9"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "8.0.0-rc.2",
50-
"@rolldown/plugin-babel": "^0.2.0",
50+
"@rolldown/plugin-babel": "^0.2.1",
5151
"@vitejs/react-common": "workspace:*",
5252
"babel-plugin-react-compiler": "^1.0.0",
5353
"react": "^19.2.4",
5454
"react-dom": "^19.2.4",
55-
"rolldown": "1.0.0-rc.7",
56-
"tsdown": "^0.21.0",
57-
"vite": "^8.0.0-beta.16"
55+
"rolldown": "1.0.0-rc.9",
56+
"tsdown": "^0.21.3",
57+
"vite": "^8.0.0"
5858
},
5959
"peerDependencies": {
6060
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",

0 commit comments

Comments
 (0)