Skip to content

Commit 8480c13

Browse files
fix(deps): update all non-major dependencies
1 parent 5153e33 commit 8480c13

8 files changed

Lines changed: 913 additions & 709 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Run zizmor 🌈
30-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
30+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@
4141
"@types/convert-source-map": "^2.0.3",
4242
"@types/fs-extra": "^11.0.4",
4343
"@types/node": "^24.12.4",
44-
"@typescript/native-preview": "7.0.0-dev.20260514.1",
44+
"@typescript/native-preview": "7.0.0-dev.20260525.1",
4545
"@vitejs/release-scripts": "^1.7.1",
46-
"eslint": "^10.3.0",
46+
"eslint": "^10.4.0",
4747
"eslint-import-resolver-typescript": "^4.4.4",
4848
"eslint-plugin-import-x": "^4.16.2",
4949
"eslint-plugin-n": "^18.0.1",
5050
"eslint-plugin-regexp": "^3.1.0",
5151
"execa": "^9.6.1",
5252
"fs-extra": "^11.3.5",
5353
"lint-staged": "^17.0.5",
54-
"oxfmt": "^0.49.0",
54+
"oxfmt": "^0.51.0",
5555
"picocolors": "^1.1.1",
5656
"playwright-chromium": "^1.60.0",
5757
"simple-git-hooks": "^2.13.1",
58-
"tsx": "^4.22.0",
58+
"tsx": "^4.22.3",
5959
"typescript": "^6.0.3",
60-
"typescript-eslint": "^8.59.3",
60+
"typescript-eslint": "^8.59.4",
6161
"vite": "catalog:",
62-
"vitest": "^4.1.6",
62+
"vitest": "^4.1.7",
6363
"vue": "catalog:"
6464
},
6565
"simple-git-hooks": {

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.29.0",
39-
"@babel/plugin-syntax-typescript": "^7.28.6",
40-
"@babel/plugin-transform-typescript": "^7.28.6",
38+
"@babel/core": "^7.29.7",
39+
"@babel/plugin-syntax-typescript": "^7.29.7",
40+
"@babel/plugin-transform-typescript": "^7.29.7",
4141
"@rolldown/pluginutils": "^1.0.1",
4242
"@vue/babel-plugin-jsx": "^2.0.1"
4343
},

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"vue": "^3.2.25"
4040
},
4141
"devDependencies": {
42-
"@babel/types": "^7.29.0",
42+
"@babel/types": "^7.29.7",
4343
"@jridgewell/gen-mapping": "^0.3.13",
4444
"@jridgewell/trace-mapping": "^0.3.31",
4545
"obug": "^2.1.1",

playground/vue-jsx-ts-built-in/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"vue": "catalog:"
1414
},
1515
"devDependencies": {
16-
"@babel/plugin-syntax-decorators": "^7.28.6",
16+
"@babel/plugin-syntax-decorators": "^7.29.7",
1717
"@rollup/plugin-swc": "^0.4.0",
18-
"@swc/core": "^1.15.33",
18+
"@swc/core": "^1.15.40",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"@vitejs/plugin-vue-jsx": "workspace:*",
2121
"rollup": "^4.60.4"

playground/vue-sourcemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vitejs/plugin-vue": "workspace:*",
1414
"less": "^4.6.4",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.99.0"
16+
"sass": "^1.100.0"
1717
},
1818
"dependencies": {
1919
"vue": "catalog:"

playground/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"js-yaml": "^4.1.1",
2020
"less": "^4.6.4",
2121
"pug": "^3.0.4",
22-
"sass": "^1.99.0",
22+
"sass": "^1.100.0",
2323
"stylus": "^0.64.0"
2424
}
2525
}

0 commit comments

Comments
 (0)