Skip to content

Commit 5057858

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

File tree

13 files changed

+398
-392
lines changed

13 files changed

+398
-392
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"ci-publish": "tsx scripts/publishCI.ts"
3434
},
3535
"devDependencies": {
36-
"@eslint/js": "^9.32.0",
36+
"@eslint/js": "^9.33.0",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^22.17.0",
38+
"@types/node": "^22.17.1",
3939
"@vitejs/release-scripts": "^1.6.0",
40-
"eslint": "^9.32.0",
40+
"eslint": "^9.33.0",
4141
"eslint-plugin-import-x": "^4.16.1",
4242
"eslint-plugin-n": "^17.21.3",
43-
"eslint-plugin-regexp": "^2.9.1",
44-
"fs-extra": "^11.3.0",
43+
"eslint-plugin-regexp": "^2.10.0",
44+
"fs-extra": "^11.3.1",
4545
"globals": "^16.3.0",
4646
"lint-staged": "^15.5.2",
4747
"picocolors": "^1.1.1",
@@ -50,8 +50,8 @@
5050
"simple-git-hooks": "^2.13.1",
5151
"tsx": "^4.20.3",
5252
"typescript": "^5.9.2",
53-
"typescript-eslint": "^8.38.0",
54-
"vite": "^7.0.6",
53+
"typescript-eslint": "^8.39.0",
54+
"vite": "^7.1.1",
5555
"vitest": "^3.2.4"
5656
},
5757
"simple-git-hooks": {

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.13.2",
46+
"tsdown": "^0.14.0",
4747
"vite": "catalog:rolldown-vite"
4848
},
4949
"dependencies": {
50-
"@rolldown/pluginutils": "1.0.0-beta.30"
50+
"@rolldown/pluginutils": "1.0.0-beta.31"
5151
}
5252
}

packages/plugin-react-swc/package.json

Lines changed: 4 additions & 4 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.30",
35+
"@rolldown/pluginutils": "1.0.0-beta.31",
3636
"@swc/core": "^1.13.2"
3737
},
3838
"peerDependencies": {
@@ -41,11 +41,11 @@
4141
"devDependencies": {
4242
"@playwright/test": "^1.54.2",
4343
"@types/fs-extra": "^11.0.4",
44-
"@types/node": "^22.17.0",
44+
"@types/node": "^22.17.1",
4545
"@vitejs/react-common": "workspace:*",
46-
"fs-extra": "^11.3.0",
46+
"fs-extra": "^11.3.1",
4747
"prettier": "^3.0.3",
48-
"tsdown": "^0.13.2",
48+
"tsdown": "^0.14.0",
4949
"typescript": "^5.9.2"
5050
}
5151
}

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@babel/core": "^7.28.0",
4444
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
4545
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
46-
"@rolldown/pluginutils": "1.0.0-beta.30",
46+
"@rolldown/pluginutils": "1.0.0-beta.31",
4747
"@types/babel__core": "^7.20.5",
4848
"react-refresh": "^0.17.0"
4949
},
@@ -55,8 +55,8 @@
5555
"babel-plugin-react-compiler": "19.1.0-rc.2",
5656
"react": "^19.1.1",
5757
"react-dom": "^19.1.1",
58-
"rolldown": "1.0.0-beta.30",
59-
"tsdown": "^0.13.2",
58+
"rolldown": "1.0.0-beta.31",
59+
"tsdown": "^0.14.0",
6060
"vitest": "^3.2.4"
6161
}
6262
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@vitejs/test-dep-css-in-server": "file:./test-dep/css-in-server",
3131
"rsc-html-stream": "^0.0.7",
3232
"tailwindcss": "^4.1.11",
33-
"vite": "^7.0.6",
33+
"vite": "^7.1.1",
3434
"vite-plugin-inspect": "^11.3.2",
35-
"wrangler": "^4.27.0"
35+
"wrangler": "^4.28.1"
3636
}
3737
}

packages/plugin-rsc/examples/browser-mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react": "^19.1.9",
1919
"@types/react-dom": "^19.1.7",
2020
"@vitejs/plugin-react": "latest",
21-
"vite": "^7.0.6"
21+
"vite": "^7.1.1"
2222
}
2323
}

packages/plugin-rsc/examples/no-ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react": "^19.1.9",
1919
"@types/react-dom": "^19.1.7",
2020
"@vitejs/plugin-react": "latest",
21-
"vite": "^7.0.6"
21+
"vite": "^7.1.1"
2222
}
2323
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
"react-router": "7.7.0"
2020
},
2121
"devDependencies": {
22-
"@cloudflare/vite-plugin": "^1.11.0",
22+
"@cloudflare/vite-plugin": "^1.11.2",
2323
"@react-router/dev": "7.7.0",
2424
"@tailwindcss/typography": "^0.5.16",
2525
"@tailwindcss/vite": "^4.1.11",
2626
"@types/react": "^19.1.9",
2727
"@types/react-dom": "^19.1.7",
2828
"@vitejs/plugin-react": "latest",
2929
"tailwindcss": "^4.1.11",
30-
"vite": "^7.0.6",
30+
"vite": "^7.1.1",
3131
"vite-plugin-inspect": "^11.3.2",
32-
"wrangler": "^4.27.0"
32+
"wrangler": "^4.28.1"
3333
}
3434
}

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.1"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/vite-plugin": "^1.11.0",
19+
"@cloudflare/vite-plugin": "^1.11.2",
2020
"@types/react": "^19.1.9",
2121
"@types/react-dom": "^19.1.7",
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,7 +19,7 @@
1919
"@types/react-dom": "^19.1.7",
2020
"@vitejs/plugin-react": "latest",
2121
"rsc-html-stream": "^0.0.7",
22-
"vite": "^7.0.6",
22+
"vite": "^7.1.1",
2323
"vite-plugin-inspect": "^11.3.2"
2424
}
2525
}

0 commit comments

Comments
 (0)