Skip to content

Commit e38acca

Browse files
fix(deps): update all non-major dependencies (#1227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
1 parent 9a9bb26 commit e38acca

21 files changed

Lines changed: 608 additions & 726 deletions

File tree

.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@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
28+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
2929
- uses: actions/setup-node@v6
3030
with:
3131
node-version: 24
@@ -60,7 +60,7 @@ jobs:
6060
fail-fast: false
6161
steps:
6262
- uses: actions/checkout@v6
63-
- uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
63+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
6464
- uses: actions/setup-node@v6
6565
with:
6666
node-version: 24

.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@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
47+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
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@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
106+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
107107

108108
- name: Set node version to 24
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@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
23+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
2424
- uses: actions/setup-node@v6
2525
with:
2626
node-version: 24

.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@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
20+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
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@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6
24+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
2525

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
"devDependencies": {
3333
"@eslint/js": "^9.39.4",
3434
"@types/fs-extra": "^11.0.4",
35-
"@types/node": "^24.12.3",
36-
"@vitejs/release-scripts": "^1.7.0",
35+
"@types/node": "^24.12.4",
36+
"@vitejs/release-scripts": "^1.7.1",
3737
"eslint": "^9.39.4",
3838
"eslint-plugin-import-x": "^4.16.2",
3939
"eslint-plugin-n": "^17.24.0",
4040
"eslint-plugin-regexp": "^3.1.0",
4141
"fs-extra": "^11.3.5",
4242
"globals": "^17.6.0",
4343
"lint-staged": "^16.4.0",
44-
"oxfmt": "^0.48.0",
44+
"oxfmt": "^0.50.0",
4545
"picocolors": "^1.1.1",
46-
"playwright-chromium": "^1.59.1",
46+
"playwright-chromium": "^1.60.0",
4747
"simple-git-hooks": "^2.13.1",
4848
"typescript": "^6.0.3",
49-
"typescript-eslint": "^8.59.2",
50-
"vite": "^8.0.11",
49+
"typescript-eslint": "^8.59.4",
50+
"vite": "^8.0.13",
5151
"vite-plugin-inspect": "^11.3.3",
52-
"vitest": "^4.1.5"
52+
"vitest": "^4.1.6"
5353
},
5454
"simple-git-hooks": {
5555
"pre-commit": "pnpm exec lint-staged --concurrent false"

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"
11+
"@rolldown/pluginutils": "^1.0.1"
1212
},
1313
"peerDependencies": {
1414
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"

packages/plugin-react-swc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"test": "playwright test"
3030
},
3131
"dependencies": {
32-
"@rolldown/pluginutils": "^1.0.0",
32+
"@rolldown/pluginutils": "^1.0.1",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {
36-
"@playwright/test": "^1.59.1",
36+
"@playwright/test": "^1.60.0",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^24.12.3",
38+
"@types/node": "^24.12.4",
3939
"@vitejs/react-common": "workspace:*",
4040
"fs-extra": "^11.3.5",
4141
"prettier": "^3.0.3",

packages/plugin-react/package.json

Lines changed: 4 additions & 4 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"
46+
"@rolldown/pluginutils": "^1.0.1"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "8.0.0-rc.4",
49+
"@babel/core": "8.0.0-rc.5",
5050
"@rolldown/plugin-babel": "^0.2.3",
5151
"@vitejs/react-common": "workspace:*",
5252
"babel-plugin-react-compiler": "^1.0.0",
5353
"react": "^19.2.6",
5454
"react-dom": "^19.2.6",
55-
"rolldown": "^1.0.0",
55+
"rolldown": "^1.0.1",
5656
"tsdown": "^0.22.0",
57-
"vite": "^8.0.11"
57+
"vite": "^8.0.13"
5858
},
5959
"peerDependencies": {
6060
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",

packages/plugin-rsc/e2e/basic.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,10 @@ function defineTest(f: Fixture) {
10311031
'color',
10321032
'rgb(0, 0, 0)',
10331033
)
1034+
// wait longer for multiple edits
1035+
// resetting too fast seems to miss hmr update for fast machine
1036+
// (ubuntu / chromium on CI since playwright 1.60.0)
1037+
await page.waitForTimeout(100)
10341038
editor.reset()
10351039
await expect(page.getByTestId('css-module-client')).toHaveCSS(
10361040
'color',
@@ -1058,6 +1062,7 @@ function defineTest(f: Fixture) {
10581062
'color',
10591063
'rgb(0, 0, 0)',
10601064
)
1065+
await page.waitForTimeout(100)
10611066
editor.reset()
10621067
await expect(page.getByTestId('css-module-server')).toHaveCSS(
10631068
'color',
@@ -1118,6 +1123,7 @@ function defineTest(f: Fixture) {
11181123
await expect(serverCard).toHaveCSS('color', 'rgb(0, 0, 0)')
11191124
await expect(clientCard).toHaveCSS('color', 'rgb(0, 0, 0)')
11201125

1126+
await page.waitForTimeout(100)
11211127
editor.reset()
11221128
await expect(serverCard).toHaveCSS('color', 'rgb(255, 165, 0)')
11231129
await expect(clientCard).toHaveCSS('color', 'rgb(255, 165, 0)')

0 commit comments

Comments
 (0)