Skip to content

Commit f812135

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

File tree

15 files changed

+443
-447
lines changed

15 files changed

+443
-447
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
"override-vite7": "yq -i '.overrides.vite = \"^7\"' pnpm-workspace.yaml && yq -i '.overrides.\"@vitejs/plugin-react\" = \"^5\"' pnpm-workspace.yaml && yq -i '.packages += [\"!packages/plugin-react\"]' pnpm-workspace.yaml"
3131
},
3232
"devDependencies": {
33-
"@eslint/js": "^9.39.3",
33+
"@eslint/js": "^9.39.4",
3434
"@types/fs-extra": "^11.0.4",
35-
"@types/node": "^24.11.0",
35+
"@types/node": "^24.12.0",
3636
"@vitejs/release-scripts": "^1.6.0",
37-
"eslint": "^9.39.3",
37+
"eslint": "^9.39.4",
3838
"eslint-plugin-import-x": "^4.16.1",
3939
"eslint-plugin-n": "^17.24.0",
4040
"eslint-plugin-regexp": "^3.0.0",
41-
"fs-extra": "^11.3.3",
41+
"fs-extra": "^11.3.4",
4242
"globals": "^17.4.0",
43-
"lint-staged": "^16.3.1",
43+
"lint-staged": "^16.3.2",
4444
"oxfmt": "^0.36.0",
4545
"picocolors": "^1.1.1",
4646
"playwright-chromium": "^1.58.2",
@@ -71,5 +71,5 @@
7171
"engines": {
7272
"node": "^20.19.0 || >=22.12.0"
7373
},
74-
"packageManager": "pnpm@10.30.3"
74+
"packageManager": "pnpm@10.31.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.6"
11+
"@rolldown/pluginutils": "1.0.0-rc.7"
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.6"
39+
"@rolldown/pluginutils": "1.0.0-rc.7"
4040
},
4141
"devDependencies": {
4242
"@vitejs/react-common": "workspace:*",
43-
"tsdown": "^0.20.3",
43+
"tsdown": "^0.21.0",
4444
"vite": "catalog:rolldown-vite"
4545
},
4646
"peerDependencies": {

packages/plugin-react-swc/package.json

Lines changed: 4 additions & 4 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.6",
32+
"@rolldown/pluginutils": "1.0.0-rc.7",
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.11.0",
38+
"@types/node": "^24.12.0",
3939
"@vitejs/react-common": "workspace:*",
40-
"fs-extra": "^11.3.3",
40+
"fs-extra": "^11.3.4",
4141
"prettier": "^3.0.3",
42-
"tsdown": "^0.20.3",
42+
"tsdown": "^0.21.0",
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,17 +43,17 @@
4343
"test-unit": "vitest run"
4444
},
4545
"dependencies": {
46-
"@rolldown/pluginutils": "1.0.0-rc.6"
46+
"@rolldown/pluginutils": "1.0.0-rc.7"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "8.0.0-rc.2",
50-
"@rolldown/plugin-babel": "^0.1.7",
50+
"@rolldown/plugin-babel": "^0.2.0",
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.6",
56-
"tsdown": "^0.20.3",
55+
"rolldown": "1.0.0-rc.7",
56+
"tsdown": "^0.21.0",
5757
"vite": "^8.0.0-beta.16"
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.2.1",
3434
"vite": "^8.0.0-beta.16",
35-
"wrangler": "^4.69.0"
35+
"wrangler": "^4.71.0"
3636
},
3737
"stackblitz": {
3838
"installDependencies": false,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"devDependencies": {
6-
"@rolldown/plugin-babel": "^0.1.7",
6+
"@rolldown/plugin-babel": "^0.2.0",
77
"@vitejs/plugin-react": "latest",
88
"@vitejs/plugin-rsc": "latest",
99
"babel-plugin-react-compiler": "^1.0.0",

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.1"
1919
},
2020
"devDependencies": {
21-
"@cloudflare/vite-plugin": "^1.25.6",
21+
"@cloudflare/vite-plugin": "^1.26.1",
2222
"@tailwindcss/typography": "^0.5.19",
2323
"@tailwindcss/vite": "^4.2.1",
2424
"@types/react": "^19.2.14",
@@ -27,6 +27,6 @@
2727
"@vitejs/plugin-rsc": "latest",
2828
"tailwindcss": "^4.2.1",
2929
"vite": "^8.0.0-beta.16",
30-
"wrangler": "^4.69.0"
30+
"wrangler": "^4.71.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.25.6",
18+
"@cloudflare/vite-plugin": "^1.26.1",
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.0-beta.16",
25-
"wrangler": "^4.69.0"
25+
"wrangler": "^4.71.0"
2626
}
2727
}

packages/plugin-rsc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prepack": "tsdown"
4040
},
4141
"dependencies": {
42-
"@rolldown/pluginutils": "1.0.0-rc.6",
42+
"@rolldown/pluginutils": "1.0.0-rc.7",
4343
"es-module-lexer": "^2.0.0",
4444
"estree-walker": "^3.0.3",
4545
"magic-string": "^0.30.21",
@@ -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.11.0",
57+
"@types/node": "^24.12.0",
5858
"@types/react": "^19.2.14",
5959
"@types/react-dom": "^19.2.3",
6060
"@vitejs/plugin-react": "workspace:*",
@@ -65,7 +65,7 @@
6565
"react-dom": "^19.2.4",
6666
"react-server-dom-webpack": "^19.2.4",
6767
"tinyexec": "^1.0.2",
68-
"tsdown": "^0.20.3"
68+
"tsdown": "^0.21.0"
6969
},
7070
"peerDependencies": {
7171
"react": "*",

0 commit comments

Comments
 (0)