Skip to content

Commit 9cabe27

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

File tree

12 files changed

+371
-406
lines changed

12 files changed

+371
-406
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"node": "^20.19.0 || >=22.12.0"
77
},
8-
"packageManager": "pnpm@10.19.0",
8+
"packageManager": "pnpm@10.20.0",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -33,23 +33,23 @@
3333
"ci-publish": "node scripts/publishCI.ts"
3434
},
3535
"devDependencies": {
36-
"@eslint/js": "^9.38.0",
36+
"@eslint/js": "^9.39.1",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^22.18.12",
38+
"@types/node": "^22.19.0",
3939
"@vitejs/release-scripts": "^1.6.0",
40-
"eslint": "^9.38.0",
40+
"eslint": "^9.39.1",
4141
"eslint-plugin-import-x": "^4.16.1",
4242
"eslint-plugin-n": "^17.23.1",
4343
"eslint-plugin-regexp": "^2.10.0",
4444
"fs-extra": "^11.3.2",
45-
"globals": "^16.4.0",
45+
"globals": "^16.5.0",
4646
"lint-staged": "^16.2.6",
4747
"picocolors": "^1.1.1",
4848
"playwright-chromium": "^1.56.1",
4949
"prettier": "^3.6.2",
5050
"simple-git-hooks": "^2.13.1",
5151
"typescript": "^5.9.3",
52-
"typescript-eslint": "^8.46.2",
52+
"typescript-eslint": "^8.46.3",
5353
"vite": "^7.1.10",
5454
"vite-plugin-inspect": "^11.3.3",
5555
"vitest": "^3.2.4"

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-beta.45"
11+
"@rolldown/pluginutils": "1.0.0-beta.46"
1212
},
1313
"peerDependencies": {
1414
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"

packages/plugin-react-oxc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
},
4444
"devDependencies": {
4545
"@vitejs/react-common": "workspace:*",
46-
"tsdown": "^0.15.10",
46+
"tsdown": "^0.15.12",
4747
"vite": "catalog:rolldown-vite"
4848
},
4949
"dependencies": {
50-
"@rolldown/pluginutils": "1.0.0-beta.45"
50+
"@rolldown/pluginutils": "1.0.0-beta.46"
5151
}
5252
}

packages/plugin-react-swc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
3434
"dependencies": {
35-
"@rolldown/pluginutils": "1.0.0-beta.45",
35+
"@rolldown/pluginutils": "1.0.0-beta.46",
3636
"@swc/core": "^1.13.5"
3737
},
3838
"peerDependencies": {
@@ -41,11 +41,11 @@
4141
"devDependencies": {
4242
"@playwright/test": "^1.56.1",
4343
"@types/fs-extra": "^11.0.4",
44-
"@types/node": "^22.18.12",
44+
"@types/node": "^22.19.0",
4545
"@vitejs/react-common": "workspace:*",
4646
"fs-extra": "^11.3.2",
4747
"prettier": "^3.0.3",
48-
"tsdown": "^0.15.10",
48+
"tsdown": "^0.15.12",
4949
"typescript": "^5.9.3"
5050
}
5151
}

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@babel/core": "^7.28.5",
4848
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
4949
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
50-
"@rolldown/pluginutils": "1.0.0-beta.45",
50+
"@rolldown/pluginutils": "1.0.0-beta.46",
5151
"@types/babel__core": "^7.20.5",
5252
"react-refresh": "^0.18.0"
5353
},
@@ -59,7 +59,7 @@
5959
"babel-plugin-react-compiler": "19.1.0-rc.3",
6060
"react": "^19.2.0",
6161
"react-dom": "^19.2.0",
62-
"rolldown": "1.0.0-beta.45",
63-
"tsdown": "^0.15.10"
62+
"rolldown": "1.0.0-beta.46",
63+
"tsdown": "^0.15.12"
6464
}
6565
}

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.16",
3333
"vite": "^7.1.10",
34-
"wrangler": "^4.45.0"
34+
"wrangler": "^4.45.3"
3535
},
3636
"stackblitz": {
3737
"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.0",
1717
"react-dom": "^19.2.0",
18-
"react-router": "7.9.4"
18+
"react-router": "7.9.5"
1919
},
2020
"devDependencies": {
21-
"@cloudflare/vite-plugin": "^1.13.15",
21+
"@cloudflare/vite-plugin": "^1.13.18",
2222
"@tailwindcss/typography": "^0.5.19",
2323
"@tailwindcss/vite": "^4.1.16",
2424
"@types/react": "^19.2.2",
@@ -27,6 +27,6 @@
2727
"@vitejs/plugin-rsc": "latest",
2828
"tailwindcss": "^4.1.16",
2929
"vite": "^7.1.10",
30-
"wrangler": "^4.45.0"
30+
"wrangler": "^4.45.3"
3131
}
3232
}

packages/plugin-rsc/examples/react-router/react-router-vite/entry.browser.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ import {
77
import { startTransition, StrictMode } from 'react'
88
import { hydrateRoot } from 'react-dom/client'
99
import {
10-
unstable_createCallServer as createCallServer,
11-
unstable_getRSCStream as getRSCStream,
12-
unstable_RSCHydratedRouter as RSCHydratedRouter,
1310
type DataRouter,
1411
type unstable_RSCPayload as RSCServerPayload,
1512
} from 'react-router'
13+
import {
14+
unstable_createCallServer as createCallServer,
15+
unstable_getRSCStream as getRSCStream,
16+
unstable_RSCHydratedRouter as RSCHydratedRouter,
17+
} from 'react-router/dom'
1618

1719
// Create and set the callServer function to support post-hydration server actions.
1820
setServerCallback(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {
18-
"@cloudflare/vite-plugin": "^1.13.15",
18+
"@cloudflare/vite-plugin": "^1.13.18",
1919
"@types/react": "^19.2.2",
2020
"@types/react-dom": "^19.2.2",
2121
"@vitejs/plugin-react": "latest",

packages/plugin-rsc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"devDependencies": {
5252
"@hiogawa/utils": "^1.7.0",
5353
"@playwright/test": "^1.56.1",
54-
"@tsconfig/strictest": "^2.0.6",
54+
"@tsconfig/strictest": "^2.0.7",
5555
"@types/estree": "^1.0.8",
56-
"@types/node": "^22.18.12",
56+
"@types/node": "^22.19.0",
5757
"@types/react": "^19.2.2",
5858
"@types/react-dom": "^19.2.2",
5959
"@vitejs/plugin-react": "workspace:*",
@@ -63,7 +63,7 @@
6363
"react-dom": "^19.2.0",
6464
"react-server-dom-webpack": "^19.2.0",
6565
"tinyexec": "^1.0.1",
66-
"tsdown": "^0.15.10"
66+
"tsdown": "^0.15.12"
6767
},
6868
"peerDependencies": {
6969
"react": "*",

0 commit comments

Comments
 (0)