Skip to content

Commit e432bcb

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

File tree

9 files changed

+943
-1068
lines changed

9 files changed

+943
-1068
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -36,34 +36,34 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.25.6",
40-
"@eslint/js": "^9.9.1",
39+
"@babel/types": "^7.26.0",
40+
"@eslint/js": "^9.14.0",
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.5.1",
45+
"@types/node": "^22.9.0",
4646
"@vitejs/release-scripts": "^1.3.2",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.9.1",
49-
"eslint-plugin-import-x": "^4.1.1",
50-
"eslint-plugin-n": "^17.10.2",
48+
"eslint": "^9.14.0",
49+
"eslint-plugin-import-x": "^4.4.0",
50+
"eslint-plugin-n": "^17.13.1",
5151
"eslint-plugin-regexp": "^2.6.0",
52-
"execa": "^9.3.1",
52+
"execa": "^9.5.1",
5353
"fs-extra": "^11.2.0",
54-
"lint-staged": "^15.2.9",
54+
"lint-staged": "^15.2.10",
5555
"npm-run-all2": "^7.0.1",
56-
"picocolors": "^1.0.1",
57-
"playwright-chromium": "^1.46.1",
56+
"picocolors": "^1.1.1",
57+
"playwright-chromium": "^1.48.2",
5858
"prettier": "3.3.3",
5959
"rollup": "^4.24.3",
6060
"simple-git-hooks": "^2.11.1",
61-
"tsx": "^4.19.0",
62-
"typescript": "^5.5.4",
63-
"typescript-eslint": "^8.3.0",
61+
"tsx": "^4.19.2",
62+
"typescript": "^5.6.3",
63+
"typescript-eslint": "^8.13.0",
6464
"unbuild": "2.0.0",
6565
"vite": "catalog:",
66-
"vitest": "^2.0.5",
66+
"vitest": "^2.1.4",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {

packages/plugin-vue-jsx/package.json

+3-3
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.25.2",
39-
"@babel/plugin-transform-typescript": "^7.25.2",
40-
"@vue/babel-plugin-jsx": "^1.2.2"
38+
"@babel/core": "^7.26.0",
39+
"@babel/plugin-transform-typescript": "^7.25.9",
40+
"@vue/babel-plugin-jsx": "^1.2.5"
4141
},
4242
"devDependencies": {
4343
"vite": "catalog:"

packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.5",
4343
"@jridgewell/trace-mapping": "^0.3.25",
44-
"debug": "^4.3.6",
44+
"debug": "^4.3.7",
4545
"rollup": "^4.24.3",
4646
"slash": "^5.1.0",
47-
"source-map-js": "^1.2.0",
47+
"source-map-js": "^1.2.1",
4848
"vite": "catalog:",
4949
"vue": "catalog:"
5050
}

playground/package.json

+1-1
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.5.1",
7+
"@types/node": "^22.9.0",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1",

playground/ssr-vue/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
},
1717
"dependencies": {
1818
"@vitejs/test-example-external-component": "file:example-external-component",
19-
"pinia": "^2.2.2",
19+
"pinia": "^2.2.6",
2020
"vue": "catalog:",
2121
"vue-router": "catalog:"
2222
},
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "workspace:*",
2525
"@vitejs/plugin-vue-jsx": "workspace:*",
2626
"@vitejs/test-dep-import-type": "link:dep-import-type",
27-
"compression": "^1.7.4",
28-
"express": "^4.19.2",
29-
"serve-static": "^1.15.0"
27+
"compression": "^1.7.5",
28+
"express": "^4.21.1",
29+
"serve-static": "^1.16.2"
3030
}
3131
}

playground/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"autoprefixer": "^10.4.20",
14-
"tailwindcss": "^3.4.10",
14+
"tailwindcss": "^3.4.14",
1515
"vue": "catalog:",
1616
"vue-router": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.5.1",
19+
"@types/node": "^22.9.0",
2020
"@vitejs/plugin-vue": "workspace:*",
2121
"ts-node": "^10.9.2"
2222
}

playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vitejs/plugin-vue": "workspace:*",
1414
"less": "^4.2.0",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.77.8"
16+
"sass": "^1.80.6"
1717
},
1818
"dependencies": {
1919
"vue": "catalog:"

playground/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"js-yaml": "^4.1.0",
1919
"less": "^4.2.0",
2020
"pug": "^3.0.3",
21-
"sass": "^1.77.8",
22-
"stylus": "^0.63.0"
21+
"sass": "^1.80.6",
22+
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)