Skip to content

Commit e3a7fec

Browse files
authoredAug 14, 2024··
fix(deps): update all non-major dependencies (#421)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 236a40f commit e3a7fec

File tree

9 files changed

+1324
-1070
lines changed

9 files changed

+1324
-1070
lines changed
 

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -36,38 +36,38 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.24.7",
39+
"@babel/types": "^7.25.2",
4040
"@eslint/js": "^9.9.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": "^20.14.2",
45+
"@types/node": "^20.14.15",
4646
"@types/resolve": "^1.20.6",
4747
"@vitejs/release-scripts": "^1.3.2",
4848
"conventional-changelog-cli": "^5.0.0",
4949
"eslint": "^9.9.0",
5050
"eslint-plugin-import-x": "^3.1.0",
5151
"eslint-plugin-n": "^17.10.2",
5252
"eslint-plugin-regexp": "^2.6.0",
53-
"execa": "^9.2.0",
53+
"execa": "^9.3.0",
5454
"fast-glob": "^3.3.2",
5555
"fs-extra": "^11.2.0",
56-
"lint-staged": "^15.2.7",
57-
"npm-run-all2": "^6.2.0",
56+
"lint-staged": "^15.2.9",
57+
"npm-run-all2": "^6.2.2",
5858
"picocolors": "^1.0.1",
59-
"playwright-chromium": "^1.44.1",
59+
"playwright-chromium": "^1.46.0",
6060
"prettier": "3.3.3",
6161
"resolve": "^1.22.8",
6262
"rollup": "^4.20.0",
6363
"rollup-plugin-license": "^3.5.2",
6464
"simple-git-hooks": "^2.11.1",
65-
"tsx": "^4.15.5",
66-
"typescript": "^5.4.5",
65+
"tsx": "^4.17.0",
66+
"typescript": "^5.5.4",
6767
"typescript-eslint": "^8.1.0",
6868
"unbuild": "2.0.0",
6969
"vite": "catalog:",
70-
"vitest": "^2.0.0",
70+
"vitest": "^2.0.5",
7171
"vue": "catalog:"
7272
},
7373
"simple-git-hooks": {
@@ -87,7 +87,7 @@
8787
"eslint --cache --fix"
8888
]
8989
},
90-
"packageManager": "pnpm@9.7.0",
90+
"packageManager": "pnpm@9.7.1",
9191
"pnpm": {
9292
"overrides": {
9393
"@vitejs/plugin-vue": "workspace:*"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.24.7",
39-
"@babel/plugin-transform-typescript": "^7.24.7",
38+
"@babel/core": "^7.25.2",
39+
"@babel/plugin-transform-typescript": "^7.25.2",
4040
"@vue/babel-plugin-jsx": "^1.2.2"
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.5",
44+
"debug": "^4.3.6",
4545
"rollup": "^4.20.0",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.0",

‎playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1.0.0",
55
"devDependencies": {
6-
"@types/node": "^20.14.2",
6+
"@types/node": "^20.14.15",
77
"convert-source-map": "^2.0.0",
88
"css-color-names": "^1.0.1",
99
"kill-port": "^1.6.1",

‎playground/ssr-vue/package.json

+1-1
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.1.7",
19+
"pinia": "^2.2.1",
2020
"vue": "catalog:",
2121
"vue-router": "catalog:"
2222
},

‎playground/tailwind/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"autoprefixer": "^10.4.19",
13-
"tailwindcss": "^3.4.4",
12+
"autoprefixer": "^10.4.20",
13+
"tailwindcss": "^3.4.10",
1414
"vue": "catalog:",
1515
"vue-router": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.14.2",
18+
"@types/node": "^20.14.15",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"ts-node": "^10.9.2"
2121
}

‎playground/vue-sourcemap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"devDependencies": {
1212
"@vitejs/plugin-vue": "workspace:*",
1313
"less": "^4.2.0",
14-
"postcss-nested": "^6.0.1",
15-
"sass": "^1.77.5"
14+
"postcss-nested": "^6.2.0",
15+
"sass": "^1.77.8"
1616
},
1717
"dependencies": {
1818
"vue": "catalog:"

‎playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.2.0",
1919
"pug": "^3.0.3",
20-
"sass": "^1.77.5",
20+
"sass": "^1.77.8",
2121
"stylus": "^0.63.0"
2222
}
2323
}

‎pnpm-lock.yaml

+1,303-1,049
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.