Skip to content

Commit c8fc4c6

Browse files
fix(deps): update all non-major dependencies (#1168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1651ac commit c8fc4c6

File tree

15 files changed

+526
-729
lines changed

15 files changed

+526
-729
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
"fs-extra": "^11.3.4",
4242
"globals": "^17.4.0",
4343
"lint-staged": "^16.4.0",
44-
"oxfmt": "^0.41.0",
44+
"oxfmt": "^0.43.0",
4545
"picocolors": "^1.1.1",
46-
"playwright-chromium": "^1.58.2",
46+
"playwright-chromium": "^1.59.0",
4747
"simple-git-hooks": "^2.13.1",
4848
"typescript": "^5.9.3",
49-
"typescript-eslint": "^8.57.1",
50-
"vite": "^8.0.1",
49+
"typescript-eslint": "^8.58.0",
50+
"vite": "^8.0.3",
5151
"vite-plugin-inspect": "^11.3.3",
52-
"vitest": "^4.1.0"
52+
"vitest": "^4.1.2"
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.32.1"
74+
"packageManager": "pnpm@10.33.0"
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.10"
11+
"@rolldown/pluginutils": "1.0.0-rc.12"
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.10"
39+
"@rolldown/pluginutils": "1.0.0-rc.12"
4040
},
4141
"devDependencies": {
4242
"@vitejs/react-common": "workspace:*",
43-
"tsdown": "^0.21.4",
43+
"tsdown": "^0.21.7",
4444
"vite": "catalog:rolldown-vite"
4545
},
4646
"peerDependencies": {

packages/plugin-react-swc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
"test": "playwright test"
3030
},
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0-rc.10",
32+
"@rolldown/pluginutils": "1.0.0-rc.12",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {
36-
"@playwright/test": "^1.58.2",
36+
"@playwright/test": "^1.59.0",
3737
"@types/fs-extra": "^11.0.4",
3838
"@types/node": "^24.12.0",
3939
"@vitejs/react-common": "workspace:*",
4040
"fs-extra": "^11.3.4",
4141
"prettier": "^3.0.3",
42-
"tsdown": "^0.21.4",
42+
"tsdown": "^0.21.7",
4343
"typescript": "^5.9.3"
4444
},
4545
"peerDependencies": {

packages/plugin-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test-unit": "vitest run"
4444
},
4545
"dependencies": {
46-
"@rolldown/pluginutils": "1.0.0-rc.10"
46+
"@rolldown/pluginutils": "1.0.0-rc.12"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "8.0.0-rc.3",
@@ -52,9 +52,9 @@
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.10",
56-
"tsdown": "^0.21.4",
57-
"vite": "^8.0.1"
55+
"rolldown": "1.0.0-rc.12",
56+
"tsdown": "^0.21.7",
57+
"vite": "^8.0.3"
5858
},
5959
"peerDependencies": {
6060
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",

packages/plugin-rsc/examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@vitejs/test-dep-transitive-use-sync-external-store": "file:./test-dep/transitive-use-sync-external-store",
3232
"rsc-html-stream": "^0.0.7",
3333
"tailwindcss": "^4.2.2",
34-
"vite": "^8.0.1",
35-
"wrangler": "^4.76.0"
34+
"vite": "^8.0.3",
35+
"wrangler": "^4.79.0"
3636
},
3737
"stackblitz": {
3838
"installDependencies": false,

packages/plugin-rsc/examples/browser-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "^19.2.3",
1919
"@vitejs/plugin-react": "latest",
2020
"@vitejs/plugin-rsc": "latest",
21-
"vite": "^8.0.1",
21+
"vite": "^8.0.3",
2222
"vite-dev-rpc": "^1.1.0"
2323
}
2424
}

packages/plugin-rsc/examples/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "^19.2.3",
1919
"@vitejs/plugin-react": "latest",
2020
"@vitejs/plugin-rsc": "latest",
21-
"vite": "^8.0.1",
21+
"vite": "^8.0.3",
2222
"vite-dev-rpc": "^1.1.0"
2323
}
2424
}

packages/plugin-rsc/examples/no-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react-dom": "^19.2.3",
1919
"@vitejs/plugin-react": "latest",
2020
"@vitejs/plugin-rsc": "latest",
21-
"vite": "^8.0.1"
21+
"vite": "^8.0.3"
2222
}
2323
}

packages/plugin-rsc/examples/react-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"dependencies": {
1616
"react": "^19.2.4",
1717
"react-dom": "^19.2.4",
18-
"react-router": "7.13.1"
18+
"react-router": "7.13.2"
1919
},
2020
"devDependencies": {
21-
"@cloudflare/vite-plugin": "^1.30.0",
21+
"@cloudflare/vite-plugin": "^1.30.3",
2222
"@tailwindcss/typography": "^0.5.19",
2323
"@tailwindcss/vite": "^4.2.2",
2424
"@types/react": "^19.2.14",
2525
"@types/react-dom": "^19.2.3",
2626
"@vitejs/plugin-react": "latest",
2727
"@vitejs/plugin-rsc": "latest",
2828
"tailwindcss": "^4.2.2",
29-
"vite": "^8.0.1",
30-
"wrangler": "^4.76.0"
29+
"vite": "^8.0.3",
30+
"wrangler": "^4.79.0"
3131
}
3232
}

0 commit comments

Comments
 (0)