Skip to content

Commit 45a727c

Browse files
fix(deps): update all non-major dependencies (#373)
Co-authored-by: Hiroshi Ogawa <[email protected]>
1 parent 5d2b6c6 commit 45a727c

File tree

10 files changed

+403
-518
lines changed

10 files changed

+403
-518
lines changed

.github/renovate.json5

+4
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@
1919
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)
2020

2121
"prettier", // waiting for stable choice on ternaries
22+
23+
// renovate doesn't properly handle x.x.x-experimental-yyy-zzz version schema
24+
"react-compiler-runtime",
25+
"babel-plugin-react-compiler",
2226
],
2327
}

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"node": "^14.18.0 || >=16.0.0"
77
},
8-
"packageManager": "pnpm@9.11.0",
8+
"packageManager": "pnpm@9.14.2",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -35,25 +35,25 @@
3535
"@eslint-types/import": "^2.29.1",
3636
"@eslint-types/typescript-eslint": "^7.5.0",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^20.16.10",
38+
"@types/node": "^20.17.7",
3939
"@typescript-eslint/eslint-plugin": "^7.18.0",
4040
"@typescript-eslint/parser": "^7.18.0",
4141
"@vitejs/release-scripts": "^1.3.2",
4242
"eslint": "^8.57.1",
4343
"eslint-define-config": "^2.1.0",
44-
"eslint-plugin-import": "^2.30.0",
45-
"eslint-plugin-n": "^17.10.3",
46-
"eslint-plugin-regexp": "^2.6.0",
44+
"eslint-plugin-import": "^2.31.0",
45+
"eslint-plugin-n": "^17.14.0",
46+
"eslint-plugin-regexp": "^2.7.0",
4747
"fs-extra": "^11.2.0",
4848
"lint-staged": "^15.2.10",
49-
"npm-run-all2": "^6.2.3",
50-
"picocolors": "^1.1.0",
51-
"playwright-chromium": "^1.47.2",
49+
"npm-run-all2": "^6.2.6",
50+
"picocolors": "^1.1.1",
51+
"playwright-chromium": "^1.49.0",
5252
"prettier": "^3.0.3",
5353
"simple-git-hooks": "^2.11.1",
54-
"tsx": "^4.19.1",
55-
"typescript": "^5.6.2",
56-
"vite": "^5.4.8",
54+
"tsx": "^4.19.2",
55+
"typescript": "^5.7.2",
56+
"vite": "^5.4.11",
5757
"vitest": "^2.1.5"
5858
},
5959
"simple-git-hooks": {

packages/plugin-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
4040
"dependencies": {
4141
"@babel/core": "^7.26.0",
42-
"@babel/plugin-transform-react-jsx-self": "^7.24.7",
43-
"@babel/plugin-transform-react-jsx-source": "^7.24.7",
42+
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
43+
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
4444
"@types/babel__core": "^7.20.5",
4545
"react-refresh": "^0.14.2"
4646
},

playground/class-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.3.10",
16-
"@types/react-dom": "^18.3.0",
15+
"@types/react": "^18.3.12",
16+
"@types/react-dom": "^18.3.1",
1717
"@vitejs/plugin-react": "workspace:*"
1818
}
1919
}

playground/compiler-react-18/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
},
1010
"dependencies": {
1111
"react": "^18.3.1",
12-
"react-compiler-runtime": "0.0.0-experimental-8d8e73f-20241009",
12+
"react-compiler-runtime": "0.0.0-experimental-dc8bd44-20241121",
1313
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
17-
"@types/react": "^18.3.10",
18-
"@types/react-dom": "^18.3.0",
16+
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
17+
"@types/react": "^18.3.12",
18+
"@types/react-dom": "^18.3.1",
1919
"@vitejs/plugin-react": "workspace:*",
20-
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
21-
"typescript": "^5.6.2",
22-
"vite": "^5.4.8"
20+
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",
21+
"typescript": "^5.7.2",
22+
"vite": "^5.4.11"
2323
}
2424
}

playground/compiler/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614"
1313
},
1414
"devDependencies": {
15-
"@babel/plugin-transform-react-jsx-development": "^7.24.7",
16-
"@types/react": "^18.3.10",
17-
"@types/react-dom": "^18.3.0",
15+
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
16+
"@types/react": "^18.3.12",
17+
"@types/react-dom": "^18.3.1",
1818
"@vitejs/plugin-react": "workspace:*",
19-
"babel-plugin-react-compiler": "0.0.0-experimental-58c2b1c-20241009",
20-
"typescript": "^5.6.2",
21-
"vite": "^5.4.8"
19+
"babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121",
20+
"typescript": "^5.7.2",
21+
"vite": "^5.4.11"
2222
}
2323
}

playground/mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@mdx-js/rollup": "^3.0.1",
16-
"@types/react": "^18.3.10",
17-
"@types/react-dom": "^18.3.0",
15+
"@mdx-js/rollup": "^3.1.0",
16+
"@types/react": "^18.3.12",
17+
"@types/react-dom": "^18.3.1",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/react-emotion/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.13.3",
13-
"@emotion/styled": "^11.13.0",
12+
"@emotion/react": "^11.13.5",
13+
"@emotion/styled": "^11.13.5",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
1616
"react-switch": "^7.0.0"
1717
},
1818
"devDependencies": {
19-
"@babel/plugin-proposal-pipeline-operator": "^7.24.7",
20-
"@emotion/babel-plugin": "^11.12.0",
19+
"@babel/plugin-proposal-pipeline-operator": "^7.25.9",
20+
"@emotion/babel-plugin": "^11.13.5",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},
2323
"babel": {

playground/ssr-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"dependencies": {
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1",
17-
"react-router-dom": "^6.26.2"
17+
"react-router-dom": "^6.28.0"
1818
},
1919
"devDependencies": {
2020
"@vitejs/plugin-react": "workspace:*",
21-
"compression": "^1.7.4",
22-
"express": "^4.21.0",
21+
"compression": "^1.7.5",
22+
"express": "^4.21.1",
2323
"serve-static": "^1.16.2"
2424
}
2525
}

0 commit comments

Comments
 (0)