Skip to content

Commit 608b9bd

Browse files
fix(deps): update all non-major dependencies
1 parent b733b91 commit 608b9bd

File tree

11 files changed

+1014
-1443
lines changed

11 files changed

+1014
-1443
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
- name: Install pnpm
53-
uses: pnpm/action-setup@v4.0.0
53+
uses: pnpm/action-setup@v4.1.0
5454

5555
- name: Set node version to ${{ matrix.node_version }}
5656
uses: actions/setup-node@v4
@@ -101,7 +101,7 @@ jobs:
101101
fetch-depth: 0
102102

103103
- name: Install pnpm
104-
uses: pnpm/action-setup@v4.0.0
104+
uses: pnpm/action-setup@v4.1.0
105105

106106
- name: Set node version to LTS
107107
uses: actions/setup-node@v4

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v4.0.0
24+
uses: pnpm/action-setup@v4.1.0
2525

2626
- name: Set node version to LTS
2727
uses: actions/setup-node@v4

.github/workflows/release-continuous.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v4
1111

1212
- name: Install pnpm
13-
uses: pnpm/action-setup@v4.0.0
13+
uses: pnpm/action-setup@v4.1.0
1414

1515
- uses: actions/setup-node@v4
1616
with:

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,32 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.26.7",
40-
"@eslint/js": "^9.19.0",
39+
"@babel/types": "^7.26.10",
40+
"@eslint/js": "^9.23.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.13.1",
45+
"@types/node": "^22.13.13",
4646
"@vitejs/release-scripts": "^1.3.3",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.19.0",
49-
"eslint-plugin-import-x": "^4.6.1",
50-
"eslint-plugin-n": "^17.15.1",
48+
"eslint": "^9.23.0",
49+
"eslint-plugin-import-x": "^4.9.1",
50+
"eslint-plugin-n": "^17.16.2",
5151
"eslint-plugin-regexp": "^2.7.0",
5252
"execa": "^9.5.2",
5353
"fs-extra": "^11.3.0",
54-
"lint-staged": "^15.4.3",
54+
"lint-staged": "^15.5.0",
5555
"npm-run-all2": "^7.0.2",
5656
"picocolors": "^1.1.1",
57-
"playwright-chromium": "^1.50.1",
57+
"playwright-chromium": "^1.51.1",
5858
"prettier": "3.4.2",
5959
"rollup": "^4.34.9",
60-
"simple-git-hooks": "^2.11.1",
61-
"tsx": "^4.19.2",
62-
"typescript": "^5.7.3",
63-
"typescript-eslint": "^8.23.0",
64-
"unbuild": "3.3.1",
60+
"simple-git-hooks": "^2.12.1",
61+
"tsx": "^4.19.3",
62+
"typescript": "^5.8.2",
63+
"typescript-eslint": "^8.27.0",
64+
"unbuild": "3.5.0",
6565
"vite": "catalog:",
6666
"vitest": "^2.1.9",
6767
"vue": "catalog:"
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "[email protected].5",
86+
"packageManager": "[email protected].9",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

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.26.7",
39-
"@babel/plugin-transform-typescript": "^7.26.7",
40-
"@vue/babel-plugin-jsx": "^1.2.5"
38+
"@babel/core": "^7.26.10",
39+
"@babel/plugin-transform-typescript": "^7.26.8",
40+
"@vue/babel-plugin-jsx": "^1.4.0"
4141
},
4242
"devDependencies": {
4343
"vite": "catalog:"

playground/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^22.13.1",
7+
"@types/node": "^22.13.13",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1",
1111
"node-fetch": "^3.3.2",
12-
"sirv": "^3.0.0"
12+
"sirv": "^3.0.1"
1313
}
1414
}

playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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.5",
27+
"compression": "^1.8.0",
2828
"express": "^4.21.2",
2929
"serve-static": "^1.16.2"
3030
}

playground/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"autoprefixer": "^10.4.20",
13+
"autoprefixer": "^10.4.21",
1414
"tailwindcss": "^3.4.17",
1515
"vue": "catalog:",
1616
"vue-router": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.13.1",
19+
"@types/node": "^22.13.13",
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.2",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.83.4"
16+
"sass": "^1.86.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.2",
2020
"pug": "^3.0.3",
21-
"sass": "^1.83.4",
21+
"sass": "^1.86.0",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)