Skip to content

Commit 9bfb1a7

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

File tree

10 files changed

+402
-184
lines changed

10 files changed

+402
-184
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@eslint/js": "^9.39.4",
3434
"@types/fs-extra": "^11.0.4",
35-
"@types/node": "^24.12.0",
35+
"@types/node": "^24.12.2",
3636
"@vitejs/release-scripts": "^1.6.0",
3737
"eslint": "^9.39.4",
3838
"eslint-plugin-import-x": "^4.16.2",
@@ -43,7 +43,7 @@
4343
"lint-staged": "^16.4.0",
4444
"oxfmt": "^0.43.0",
4545
"picocolors": "^1.1.1",
46-
"playwright-chromium": "^1.59.0",
46+
"playwright-chromium": "^1.59.1",
4747
"simple-git-hooks": "^2.13.1",
4848
"typescript": "^5.9.3",
4949
"typescript-eslint": "^8.58.0",

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.12"
11+
"@rolldown/pluginutils": "1.0.0-rc.13"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prepublishOnly": "npm run build"
3737
},
3838
"dependencies": {
39-
"@rolldown/pluginutils": "1.0.0-rc.12"
39+
"@rolldown/pluginutils": "1.0.0-rc.13"
4040
},
4141
"devDependencies": {
4242
"@vitejs/react-common": "workspace:*",

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-rc.12",
32+
"@rolldown/pluginutils": "1.0.0-rc.13",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {
36-
"@playwright/test": "^1.59.0",
36+
"@playwright/test": "^1.59.1",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^24.12.0",
38+
"@types/node": "^24.12.2",
3939
"@vitejs/react-common": "workspace:*",
4040
"fs-extra": "^11.3.4",
4141
"prettier": "^3.0.3",

packages/plugin-react/package.json

Lines changed: 2 additions & 2 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.12"
46+
"@rolldown/pluginutils": "1.0.0-rc.13"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "8.0.0-rc.3",
@@ -52,7 +52,7 @@
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.12",
55+
"rolldown": "1.0.0-rc.13",
5656
"tsdown": "^0.21.7",
5757
"vite": "^8.0.3"
5858
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"rsc-html-stream": "^0.0.7",
3333
"tailwindcss": "^4.2.2",
3434
"vite": "^8.0.3",
35-
"wrangler": "^4.79.0"
35+
"wrangler": "^4.80.0"
3636
},
3737
"stackblitz": {
3838
"installDependencies": false,

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"dependencies": {
1616
"react": "^19.2.4",
1717
"react-dom": "^19.2.4",
18-
"react-router": "7.13.2"
18+
"react-router": "7.14.0"
1919
},
2020
"devDependencies": {
21-
"@cloudflare/vite-plugin": "^1.30.3",
21+
"@cloudflare/vite-plugin": "^1.31.0",
2222
"@tailwindcss/typography": "^0.5.19",
2323
"@tailwindcss/vite": "^4.2.2",
2424
"@types/react": "^19.2.14",
@@ -27,6 +27,6 @@
2727
"@vitejs/plugin-rsc": "latest",
2828
"tailwindcss": "^4.2.2",
2929
"vite": "^8.0.3",
30-
"wrangler": "^4.79.0"
30+
"wrangler": "^4.80.0"
3131
}
3232
}

packages/plugin-rsc/examples/starter-cf-single/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"react-dom": "^19.2.4"
1616
},
1717
"devDependencies": {
18-
"@cloudflare/vite-plugin": "^1.30.3",
18+
"@cloudflare/vite-plugin": "^1.31.0",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
2121
"@vitejs/plugin-react": "latest",
2222
"@vitejs/plugin-rsc": "latest",
2323
"rsc-html-stream": "^0.0.7",
2424
"vite": "^8.0.3",
25-
"wrangler": "^4.79.0"
25+
"wrangler": "^4.80.0"
2626
}
2727
}

packages/plugin-rsc/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@
3939
"prepack": "tsdown"
4040
},
4141
"dependencies": {
42-
"@rolldown/pluginutils": "1.0.0-rc.12",
42+
"@rolldown/pluginutils": "1.0.0-rc.13",
4343
"es-module-lexer": "^2.0.0",
4444
"estree-walker": "^3.0.3",
4545
"magic-string": "^0.30.21",
46-
"srvx": "^0.11.13",
46+
"srvx": "^0.11.15",
4747
"strip-literal": "^3.1.0",
4848
"turbo-stream": "^3.2.0",
49-
"vitefu": "^1.1.2"
49+
"vitefu": "^1.1.3"
5050
},
5151
"devDependencies": {
5252
"@hiogawa/utils": "^1.7.0",
53-
"@playwright/test": "^1.59.0",
53+
"@playwright/test": "^1.59.1",
5454
"@tsconfig/strictest": "^2.0.8",
5555
"@types/estree": "^1.0.8",
56-
"@types/node": "^24.12.0",
56+
"@types/node": "^24.12.2",
5757
"@types/react": "^19.2.14",
5858
"@types/react-dom": "^19.2.3",
5959
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)