Skip to content

Commit 829b2ca

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

File tree

10 files changed

+801
-262
lines changed

10 files changed

+801
-262
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@
3131
"devDependencies": {
3232
"@eslint/js": "^9.39.2",
3333
"@types/fs-extra": "^11.0.4",
34-
"@types/node": "^24.10.12",
34+
"@types/node": "^24.10.13",
3535
"@vitejs/release-scripts": "^1.6.0",
3636
"eslint": "^9.39.2",
3737
"eslint-plugin-import-x": "^4.16.1",
38-
"eslint-plugin-n": "^17.23.2",
38+
"eslint-plugin-n": "^17.24.0",
3939
"eslint-plugin-regexp": "^3.0.0",
4040
"fs-extra": "^11.3.3",
4141
"globals": "^17.3.0",
4242
"lint-staged": "^16.2.7",
43-
"oxfmt": "^0.28.0",
43+
"oxfmt": "^0.32.0",
4444
"picocolors": "^1.1.1",
4545
"playwright-chromium": "^1.58.2",
4646
"simple-git-hooks": "^2.13.1",
4747
"typescript": "^5.9.3",
48-
"typescript-eslint": "^8.54.0",
48+
"typescript-eslint": "^8.55.0",
4949
"vite": "^7.3.1",
5050
"vite-plugin-inspect": "^11.3.3",
5151
"vitest": "^4.0.18"
@@ -70,5 +70,5 @@
7070
"engines": {
7171
"node": "^20.19.0 || >=22.12.0"
7272
},
73-
"packageManager": "pnpm@10.29.2"
73+
"packageManager": "pnpm@10.29.3"
7474
}

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.3"
11+
"@rolldown/pluginutils": "1.0.0-rc.4"
1212
},
1313
"peerDependencies": {
1414
"vite": "^4.2.0 || ^5.0.0 || ^6.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.3"
39+
"@rolldown/pluginutils": "1.0.0-rc.4"
4040
},
4141
"devDependencies": {
4242
"@vitejs/react-common": "workspace:*",

packages/plugin-react-swc/package.json

Lines changed: 2 additions & 2 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.3",
32+
"@rolldown/pluginutils": "1.0.0-rc.4",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {
3636
"@playwright/test": "^1.58.2",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^24.10.12",
38+
"@types/node": "^24.10.13",
3939
"@vitejs/react-common": "workspace:*",
4040
"fs-extra": "^11.3.3",
4141
"prettier": "^3.0.3",

packages/plugin-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/core": "^7.29.0",
4545
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
4646
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
47-
"@rolldown/pluginutils": "1.0.0-rc.3",
47+
"@rolldown/pluginutils": "1.0.0-rc.4",
4848
"@types/babel__core": "^7.20.5",
4949
"react-refresh": "^0.18.0"
5050
},
@@ -53,7 +53,7 @@
5353
"babel-plugin-react-compiler": "19.1.0-rc.3",
5454
"react": "^19.2.4",
5555
"react-dom": "^19.2.4",
56-
"rolldown": "1.0.0-rc.3",
56+
"rolldown": "1.0.0-rc.4",
5757
"tsdown": "^0.20.3"
5858
},
5959
"peerDependencies": {

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.1.18",
3434
"vite": "^7.3.1",
35-
"wrangler": "^4.63.0"
35+
"wrangler": "^4.65.0"
3636
},
3737
"stackblitz": {
3838
"installDependencies": false,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-router": "7.13.0"
1919
},
2020
"devDependencies": {
21-
"@cloudflare/vite-plugin": "^1.23.1",
21+
"@cloudflare/vite-plugin": "^1.25.0",
2222
"@tailwindcss/typography": "^0.5.19",
2323
"@tailwindcss/vite": "^4.1.18",
2424
"@types/react": "^19.2.14",
@@ -27,6 +27,6 @@
2727
"@vitejs/plugin-rsc": "latest",
2828
"tailwindcss": "^4.1.18",
2929
"vite": "^7.3.1",
30-
"wrangler": "^4.63.0"
30+
"wrangler": "^4.65.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.23.1",
18+
"@cloudflare/vite-plugin": "^1.25.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": "^7.3.1",
25-
"wrangler": "^4.63.0"
25+
"wrangler": "^4.65.0"
2626
}
2727
}

packages/plugin-rsc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"prepack": "tsdown"
4040
},
4141
"dependencies": {
42-
"@rolldown/pluginutils": "1.0.0-rc.3",
42+
"@rolldown/pluginutils": "1.0.0-rc.4",
4343
"es-module-lexer": "^2.0.0",
4444
"estree-walker": "^3.0.3",
4545
"magic-string": "^0.30.21",
4646
"periscopic": "^4.0.2",
47-
"srvx": "^0.11.2",
47+
"srvx": "^0.11.4",
4848
"strip-literal": "^3.1.0",
4949
"turbo-stream": "^3.1.0",
5050
"vitefu": "^1.1.1"
@@ -54,7 +54,7 @@
5454
"@playwright/test": "^1.58.2",
5555
"@tsconfig/strictest": "^2.0.8",
5656
"@types/estree": "^1.0.8",
57-
"@types/node": "^24.10.12",
57+
"@types/node": "^24.10.13",
5858
"@types/react": "^19.2.14",
5959
"@types/react-dom": "^19.2.3",
6060
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)