Skip to content

Commit fe03fa2

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

File tree

7 files changed

+565
-615
lines changed

7 files changed

+565
-615
lines changed

‎package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,30 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.27.7",
40-
"@eslint/js": "^9.30.0",
39+
"@babel/types": "^7.28.0",
40+
"@eslint/js": "^9.30.1",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
4343
"@types/debug": "^4.1.12",
4444
"@types/fs-extra": "^11.0.4",
45-
"@types/node": "^22.15.34",
45+
"@types/node": "^22.16.0",
4646
"@vitejs/release-scripts": "^1.6.0",
47-
"eslint": "^9.30.0",
47+
"eslint": "^9.30.1",
4848
"eslint-import-resolver-typescript": "^4.4.4",
4949
"eslint-plugin-import-x": "^4.16.1",
50-
"eslint-plugin-n": "^17.20.0",
50+
"eslint-plugin-n": "^17.21.0",
5151
"eslint-plugin-regexp": "^2.9.0",
5252
"execa": "^9.6.0",
5353
"fs-extra": "^11.3.0",
5454
"lint-staged": "^16.1.2",
5555
"picocolors": "^1.1.1",
56-
"playwright-chromium": "^1.53.1",
56+
"playwright-chromium": "^1.53.2",
5757
"prettier": "3.6.2",
5858
"rollup": "^4.44.2",
5959
"simple-git-hooks": "^2.13.0",
6060
"tsx": "^4.20.3",
6161
"typescript": "^5.8.3",
62-
"typescript-eslint": "^8.35.0",
62+
"typescript-eslint": "^8.35.1",
6363
"unbuild": "3.5.0",
6464
"vite": "catalog:",
6565
"vitest": "^3.2.4",

‎packages/plugin-vue-jsx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.27.7",
39-
"@babel/plugin-transform-typescript": "^7.27.1",
40-
"@rolldown/pluginutils": "^1.0.0-beta.21",
38+
"@babel/core": "^7.28.0",
39+
"@babel/plugin-transform-typescript": "^7.28.0",
40+
"@rolldown/pluginutils": "^1.0.0-beta.24",
4141
"@vue/babel-plugin-jsx": "^1.4.0"
4242
},
4343
"devDependencies": {

‎packages/plugin-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"vue": "^3.2.25"
4040
},
4141
"devDependencies": {
42-
"@jridgewell/gen-mapping": "^0.3.9",
43-
"@jridgewell/trace-mapping": "^0.3.26",
42+
"@jridgewell/gen-mapping": "^0.3.12",
43+
"@jridgewell/trace-mapping": "^0.3.29",
4444
"debug": "^4.4.1",
4545
"rollup": "^4.44.2",
4646
"slash": "^5.1.0",
@@ -49,6 +49,6 @@
4949
"vue": "catalog:"
5050
},
5151
"dependencies": {
52-
"@rolldown/pluginutils": "1.0.0-beta.21"
52+
"@rolldown/pluginutils": "1.0.0-beta.24"
5353
}
5454
}

‎playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^22.15.34",
7+
"@types/node": "^22.16.0",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1"

‎playground/tailwind-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.15.34",
18+
"@types/node": "^22.16.0",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"ts-node": "^10.9.2"
2121
}

‎playground/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.15.34",
18+
"@types/node": "^22.16.0",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

0 commit comments

Comments
 (0)