Skip to content

Commit cfe2912

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

File tree

11 files changed

+265
-350
lines changed

11 files changed

+265
-350
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@vitejs/release-scripts": "^1.6.0",
4040
"eslint": "^9.30.1",
4141
"eslint-plugin-import-x": "^4.16.1",
42-
"eslint-plugin-n": "^17.20.0",
42+
"eslint-plugin-n": "^17.21.0",
4343
"eslint-plugin-regexp": "^2.9.0",
4444
"fs-extra": "^11.3.0",
4545
"globals": "^16.3.0",

packages/plugin-react-oxc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"vite": "catalog:rolldown-vite"
4949
},
5050
"dependencies": {
51-
"@rolldown/pluginutils": "1.0.0-beta.23"
51+
"@rolldown/pluginutils": "1.0.0-beta.24"
5252
}
5353
}

packages/plugin-react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0-beta.23",
32+
"@rolldown/pluginutils": "1.0.0-beta.24",
3333
"@swc/core": "^1.12.9"
3434
},
3535
"peerDependencies": {

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
},
5050
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
5151
"dependencies": {
52-
"@babel/core": "^7.27.7",
52+
"@babel/core": "^7.28.0",
5353
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
5454
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
55-
"@rolldown/pluginutils": "1.0.0-beta.23",
55+
"@rolldown/pluginutils": "1.0.0-beta.24",
5656
"@types/babel__core": "^7.20.5",
5757
"react-refresh": "^0.17.0"
5858
},
@@ -64,7 +64,7 @@
6464
"babel-plugin-react-compiler": "19.1.0-rc.2",
6565
"react": "^19.1.0",
6666
"react-dom": "^19.1.0",
67-
"rolldown": "1.0.0-beta.23",
67+
"rolldown": "1.0.0-beta.24",
6868
"unbuild": "^3.5.0",
6969
"vitest": "^3.2.4"
7070
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "^19.1.0"
1818
},
1919
"devDependencies": {
20-
"@tailwindcss/vite": "^4.1.4",
20+
"@tailwindcss/vite": "^4.1.11",
2121
"@types/react": "^19.1.8",
2222
"@types/react-dom": "^19.1.6",
2323
"@vitejs/plugin-react": "latest",
@@ -26,9 +26,9 @@
2626
"@vitejs/test-dep-server-in-client": "file:./test-dep/server-in-client",
2727
"@vitejs/test-dep-server-in-server": "file:./test-dep/server-in-server",
2828
"babel-plugin-react-compiler": "19.1.0-rc.2",
29-
"tailwindcss": "^4.1.4",
29+
"tailwindcss": "^4.1.11",
3030
"vite": "^7.0.2",
31-
"vite-plugin-inspect": "^11.2.0",
32-
"wrangler": "^4.22.0"
31+
"vite-plugin-inspect": "^11.3.0",
32+
"wrangler": "^4.23.0"
3333
}
3434
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"react-router": "0.0.0-experimental-23decd7bc"
2020
},
2121
"devDependencies": {
22-
"@cloudflare/vite-plugin": "^1.8.0",
22+
"@cloudflare/vite-plugin": "^1.9.0",
2323
"@react-router/dev": "0.0.0-experimental-23decd7bc",
2424
"@tailwindcss/typography": "^0.5.16",
25-
"@tailwindcss/vite": "^4.1.4",
25+
"@tailwindcss/vite": "^4.1.11",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"@vitejs/plugin-react": "latest",
29-
"tailwindcss": "^4.1.4",
29+
"tailwindcss": "^4.1.11",
3030
"vite": "^7.0.2",
31-
"vite-plugin-inspect": "^11.2.0",
32-
"wrangler": "^4.22.0"
31+
"vite-plugin-inspect": "^11.3.0",
32+
"wrangler": "^4.23.0"
3333
}
3434
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react": "^19.1.8",
2020
"@types/react-dom": "^19.1.6",
2121
"@vitejs/plugin-react": "latest",
22-
"vite-plugin-inspect": "^11.2.0"
22+
"vite-plugin-inspect": "^11.3.0"
2323
}
2424
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^19.1.0"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/vite-plugin": "^1.8.0",
19+
"@cloudflare/vite-plugin": "^1.9.0",
2020
"@types/react": "^19.1.8",
2121
"@types/react-dom": "^19.1.6",
2222
"@vitejs/plugin-react": "latest"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react-dom": "^19.1.6",
2020
"@vitejs/plugin-react": "latest",
2121
"vite": "^7.0.2",
22-
"vite-plugin-inspect": "^11.2.0"
22+
"vite-plugin-inspect": "^11.3.0"
2323
}
2424
}

packages/plugin-rsc/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"build": "tsdown"
3838
},
3939
"dependencies": {
40-
"@mjackson/node-fetch-server": "^0.6.1",
41-
"es-module-lexer": "^1.6.0",
40+
"@mjackson/node-fetch-server": "^0.7.0",
41+
"es-module-lexer": "^1.7.0",
4242
"estree-walker": "^3.0.3",
4343
"magic-string": "^0.30.17",
4444
"periscopic": "^4.0.2",
4545
"turbo-stream": "^3.1.0",
46-
"vitefu": "^1.0.5"
46+
"vitefu": "^1.1.1"
4747
},
4848
"devDependencies": {
4949
"@hiogawa/utils": "^1.7.0",
50-
"@playwright/test": "^1.53.1",
50+
"@playwright/test": "^1.53.2",
5151
"@tsconfig/strictest": "^2.0.5",
5252
"@types/estree": "^1.0.8",
53-
"@types/node": "^22.14.1",
53+
"@types/node": "^22.16.0",
5454
"@types/react": "^19.1.8",
5555
"@types/react-dom": "^19.1.6",
5656
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)