Skip to content

Commit cdbae68

Browse files
authoredDec 10, 2024··
fix(deps): update all non-major dependencies (#482)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f62465 commit cdbae68

File tree

9 files changed

+730
-467
lines changed

9 files changed

+730
-467
lines changed
 

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.26.0",
40-
"@eslint/js": "^9.15.0",
39+
"@babel/types": "^7.26.3",
40+
"@eslint/js": "^9.16.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.10.0",
45+
"@types/node": "^22.10.1",
4646
"@vitejs/release-scripts": "^1.3.2",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.15.0",
49-
"eslint-plugin-import-x": "^4.4.3",
48+
"eslint": "^9.16.0",
49+
"eslint-plugin-import-x": "^4.5.0",
5050
"eslint-plugin-n": "^17.14.0",
5151
"eslint-plugin-regexp": "^2.7.0",
52-
"execa": "^9.5.1",
52+
"execa": "^9.5.2",
5353
"fs-extra": "^11.2.0",
5454
"lint-staged": "^15.2.10",
5555
"npm-run-all2": "^7.0.1",
@@ -60,10 +60,10 @@
6060
"simple-git-hooks": "^2.11.1",
6161
"tsx": "^4.19.2",
6262
"typescript": "^5.7.2",
63-
"typescript-eslint": "^8.16.0",
63+
"typescript-eslint": "^8.18.0",
6464
"unbuild": "2.0.0",
6565
"vite": "catalog:",
66-
"vitest": "^2.1.6",
66+
"vitest": "^2.1.8",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "pnpm@9.14.2",
86+
"packageManager": "pnpm@9.15.0",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
3838
"@babel/core": "^7.26.0",
39-
"@babel/plugin-transform-typescript": "^7.25.9",
39+
"@babel/plugin-transform-typescript": "^7.26.3",
4040
"@vue/babel-plugin-jsx": "^1.2.5"
4141
},
4242
"devDependencies": {

‎packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.5",
4343
"@jridgewell/trace-mapping": "^0.3.25",
44-
"debug": "^4.3.7",
44+
"debug": "^4.4.0",
4545
"rollup": "^4.27.4",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",

‎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.10.0",
7+
"@types/node": "^22.10.1",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@vitejs/test-example-external-component": "file:example-external-component",
19-
"pinia": "^2.2.6",
19+
"pinia": "^2.3.0",
2020
"vue": "catalog:",
2121
"vue-router": "catalog:"
2222
},
@@ -25,7 +25,7 @@
2525
"@vitejs/plugin-vue-jsx": "workspace:*",
2626
"@vitejs/test-dep-import-type": "link:dep-import-type",
2727
"compression": "^1.7.5",
28-
"express": "^4.21.1",
28+
"express": "^4.21.2",
2929
"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.15",
14+
"tailwindcss": "^3.4.16",
1515
"vue": "catalog:",
1616
"vue-router": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.10.0",
19+
"@types/node": "^22.10.1",
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.1",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.81.0"
16+
"sass": "^1.82.0"
1717
},
1818
"dependencies": {
1919
"vue": "catalog:"

‎playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"js-yaml": "^4.1.0",
1919
"less": "^4.2.1",
2020
"pug": "^3.0.3",
21-
"sass": "^1.81.0",
21+
"sass": "^1.82.0",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)