Skip to content

Commit 10d4c7f

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

File tree

21 files changed

+700
-486
lines changed

21 files changed

+700
-486
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"fs-extra": "^11.3.4",
4242
"globals": "^17.4.0",
4343
"lint-staged": "^16.4.0",
44-
"oxfmt": "^0.40.0",
44+
"oxfmt": "^0.41.0",
4545
"picocolors": "^1.1.1",
4646
"playwright-chromium": "^1.58.2",
4747
"simple-git-hooks": "^2.13.1",
4848
"typescript": "^5.9.3",
49-
"typescript-eslint": "^8.57.0",
50-
"vite": "^8.0.0",
49+
"typescript-eslint": "^8.57.1",
50+
"vite": "^8.0.1",
5151
"vite-plugin-inspect": "^11.3.3",
5252
"vitest": "^4.1.0"
5353
},

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.9"
11+
"@rolldown/pluginutils": "1.0.0-rc.10"
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.9"
39+
"@rolldown/pluginutils": "1.0.0-rc.10"
4040
},
4141
"devDependencies": {
4242
"@vitejs/react-common": "workspace:*",
43-
"tsdown": "^0.21.3",
43+
"tsdown": "^0.21.4",
4444
"vite": "catalog:rolldown-vite"
4545
},
4646
"peerDependencies": {

packages/plugin-react-swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "playwright test"
3030
},
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0-rc.9",
32+
"@rolldown/pluginutils": "1.0.0-rc.10",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {
@@ -39,7 +39,7 @@
3939
"@vitejs/react-common": "workspace:*",
4040
"fs-extra": "^11.3.4",
4141
"prettier": "^3.0.3",
42-
"tsdown": "^0.21.3",
42+
"tsdown": "^0.21.4",
4343
"typescript": "^5.9.3"
4444
},
4545
"peerDependencies": {

packages/plugin-react-swc/playground/styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"react": "^19.2.4",
1212
"react-dom": "^19.2.4",
13-
"styled-components": "^6.3.11"
13+
"styled-components": "^6.3.12"
1414
},
1515
"devDependencies": {
1616
"@swc/plugin-styled-components": "^12.5.0",

packages/plugin-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
"test-unit": "vitest run"
4444
},
4545
"dependencies": {
46-
"@rolldown/pluginutils": "1.0.0-rc.9"
46+
"@rolldown/pluginutils": "1.0.0-rc.10"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "8.0.0-rc.2",
50-
"@rolldown/plugin-babel": "^0.2.1",
49+
"@babel/core": "8.0.0-rc.3",
50+
"@rolldown/plugin-babel": "^0.2.2",
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.9",
56-
"tsdown": "^0.21.3",
57-
"vite": "^8.0.0"
55+
"rolldown": "1.0.0-rc.10",
56+
"tsdown": "^0.21.4",
57+
"vite": "^8.0.1"
5858
},
5959
"peerDependencies": {
6060
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
19-
"@tailwindcss/vite": "^4.2.1",
19+
"@tailwindcss/vite": "^4.2.2",
2020
"@types/react": "^19.2.14",
2121
"@types/react-dom": "^19.2.3",
2222
"@vitejs/plugin-react": "latest",
@@ -30,9 +30,9 @@
3030
"@vitejs/test-dep-transitive-cjs": "file:./test-dep/transitive-cjs",
3131
"@vitejs/test-dep-transitive-use-sync-external-store": "file:./test-dep/transitive-use-sync-external-store",
3232
"rsc-html-stream": "^0.0.7",
33-
"tailwindcss": "^4.2.1",
34-
"vite": "^8.0.0",
35-
"wrangler": "^4.73.0"
33+
"tailwindcss": "^4.2.2",
34+
"vite": "^8.0.1",
35+
"wrangler": "^4.76.0"
3636
},
3737
"stackblitz": {
3838
"installDependencies": false,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "^19.2.3",
1919
"@vitejs/plugin-react": "latest",
2020
"@vitejs/plugin-rsc": "latest",
21-
"vite": "^8.0.0",
21+
"vite": "^8.0.1",
2222
"vite-dev-rpc": "^1.1.0"
2323
}
2424
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "^19.2.3",
1919
"@vitejs/plugin-react": "latest",
2020
"@vitejs/plugin-rsc": "latest",
21-
"vite": "^8.0.0",
21+
"vite": "^8.0.1",
2222
"vite-dev-rpc": "^1.1.0"
2323
}
2424
}

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.2.1",
6+
"@rolldown/plugin-babel": "^0.2.2",
77
"@vitejs/plugin-react": "latest",
88
"@vitejs/plugin-rsc": "latest",
99
"babel-plugin-react-compiler": "^1.0.0",

0 commit comments

Comments
 (0)