Skip to content

Commit 99e480c

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

File tree

10 files changed

+527
-298
lines changed

10 files changed

+527
-298
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
"eslint-plugin-n": "^17.23.2",
3939
"eslint-plugin-regexp": "^2.10.0",
4040
"fs-extra": "^11.3.3",
41-
"globals": "^17.1.0",
41+
"globals": "^17.3.0",
4242
"lint-staged": "^16.2.7",
43-
"oxfmt": "^0.26.0",
43+
"oxfmt": "^0.27.0",
4444
"picocolors": "^1.1.1",
45-
"playwright-chromium": "^1.58.0",
45+
"playwright-chromium": "^1.58.1",
4646
"simple-git-hooks": "^2.13.1",
4747
"typescript": "^5.9.3",
48-
"typescript-eslint": "^8.53.1",
48+
"typescript-eslint": "^8.54.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.28.1"
73+
"packageManager": "pnpm@10.28.2"
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.1"
11+
"@rolldown/pluginutils": "1.0.0-rc.2"
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.1"
39+
"@rolldown/pluginutils": "1.0.0-rc.2"
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,11 +29,11 @@
2929
"test": "playwright test"
3030
},
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0-rc.1",
32+
"@rolldown/pluginutils": "1.0.0-rc.2",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {
36-
"@playwright/test": "^1.58.0",
36+
"@playwright/test": "^1.58.1",
3737
"@types/fs-extra": "^11.0.4",
3838
"@types/node": "^24.10.9",
3939
"@vitejs/react-common": "workspace:*",

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"test-unit": "vitest run"
4242
},
4343
"dependencies": {
44-
"@babel/core": "^7.28.6",
44+
"@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.1",
47+
"@rolldown/pluginutils": "1.0.0-rc.2",
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.1",
56+
"rolldown": "1.0.0-rc.2",
5757
"tsdown": "^0.20.1"
5858
},
5959
"peerDependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"rsc-html-stream": "^0.0.7",
3232
"tailwindcss": "^4.1.18",
3333
"vite": "^7.3.1",
34-
"wrangler": "^4.60.0"
34+
"wrangler": "^4.61.1"
3535
},
3636
"stackblitz": {
3737
"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.21.2",
21+
"@cloudflare/vite-plugin": "^1.22.1",
2222
"@tailwindcss/typography": "^0.5.19",
2323
"@tailwindcss/vite": "^4.1.18",
2424
"@types/react": "^19.2.10",
@@ -27,6 +27,6 @@
2727
"@vitejs/plugin-rsc": "latest",
2828
"tailwindcss": "^4.1.18",
2929
"vite": "^7.3.1",
30-
"wrangler": "^4.60.0"
30+
"wrangler": "^4.61.1"
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.21.2",
18+
"@cloudflare/vite-plugin": "^1.22.1",
1919
"@types/react": "^19.2.10",
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.60.0"
25+
"wrangler": "^4.61.1"
2626
}
2727
}

packages/plugin-rsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@hiogawa/utils": "^1.7.0",
53-
"@playwright/test": "^1.58.0",
53+
"@playwright/test": "^1.58.1",
5454
"@tsconfig/strictest": "^2.0.8",
5555
"@types/estree": "^1.0.8",
5656
"@types/node": "^24.10.9",

0 commit comments

Comments
 (0)