Skip to content

Commit f348334

Browse files
chore(deps): update all non-major dependencies
1 parent 69deadb commit f348334

File tree

7 files changed

+1502
-1273
lines changed

7 files changed

+1502
-1273
lines changed

.github/workflows/issue-reply.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: help wanted
1212
if: github.event.label.name == 'help wanted'
13-
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
13+
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
1414
with:
1515
actions: create-comment
1616
issue-number: ${{ github.event.issue.number }}
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: need reproduction
2121
if: github.event.label.name == 'need reproduction'
22-
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
22+
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
2323
with:
2424
actions: create-comment
2525
issue-number: ${{ github.event.issue.number }}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.0.1",
55
"private": true,
6-
"packageManager": "pnpm@10.26.1",
6+
"packageManager": "pnpm@10.31.0",
77
"license": "MIT",
88
"keywords": [
99
"vue",
@@ -20,26 +20,26 @@
2020
"release": "bumpp -r"
2121
},
2222
"devDependencies": {
23-
"@babel/plugin-syntax-typescript": "^7.27.1",
23+
"@babel/plugin-syntax-typescript": "^7.28.6",
2424
"@rollup/plugin-babel": "^6.1.0",
25-
"@sxzz/eslint-config": "^7.4.4",
26-
"@sxzz/prettier-config": "^2.2.6",
25+
"@sxzz/eslint-config": "^7.8.3",
26+
"@sxzz/prettier-config": "^2.3.1",
2727
"@types/babel__core": "^7.20.5",
2828
"@types/babel__helper-module-imports": "^7.18.3",
2929
"@types/babel__helper-plugin-utils": "^7.10.3",
30-
"@types/node": "^24.10.4",
31-
"@typescript/native-preview": "7.0.0-dev.20251222.1",
32-
"@vitest/coverage-v8": "^4.0.16",
30+
"@types/node": "^24.12.0",
31+
"@typescript/native-preview": "7.0.0-dev.20260308.1",
32+
"@vitest/coverage-v8": "^4.0.18",
3333
"@vue/babel-plugin-jsx": "workspace:*",
34-
"bumpp": "^10.3.2",
35-
"eslint": "^9.39.2",
36-
"jsdom": "^27.3.0",
34+
"bumpp": "^10.4.1",
35+
"eslint": "^9.39.4",
36+
"jsdom": "^27.4.0",
3737
"prettier": "3.7.3",
3838
"tsdown": "^0.17.0-beta.5",
3939
"tslib": "^2.8.1",
4040
"typescript": "~5.9.3",
4141
"vite": "^7.2.6",
42-
"vitest": "^4.0.16"
42+
"vitest": "^4.0.18"
4343
},
4444
"prettier": "@sxzz/prettier-config"
4545
}

packages/babel-plugin-jsx/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@babel/helper-module-imports": "^7.27.1",
46-
"@babel/helper-plugin-utils": "^7.27.1",
47-
"@babel/plugin-syntax-jsx": "^7.27.1",
48-
"@babel/template": "^7.27.2",
49-
"@babel/traverse": "^7.28.5",
50-
"@babel/types": "^7.28.5",
45+
"@babel/helper-module-imports": "^7.28.6",
46+
"@babel/helper-plugin-utils": "^7.28.6",
47+
"@babel/plugin-syntax-jsx": "^7.28.6",
48+
"@babel/template": "^7.28.6",
49+
"@babel/traverse": "^7.29.0",
50+
"@babel/types": "^7.29.0",
5151
"@vue/babel-helper-vue-transform-on": "workspace:*",
5252
"@vue/babel-plugin-resolve-type": "workspace:*",
53-
"@vue/shared": "^3.5.26"
53+
"@vue/shared": "^3.5.29"
5454
},
5555
"devDependencies": {
56-
"@babel/core": "^7.28.5",
57-
"@babel/preset-env": "^7.28.5",
56+
"@babel/core": "^7.29.0",
57+
"@babel/preset-env": "^7.29.0",
5858
"@types/babel__template": "^7.4.4",
5959
"@types/babel__traverse": "^7.28.0",
6060
"@vue/test-utils": "^2.4.6",

packages/babel-plugin-resolve-type/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"@babel/core": "^7.0.0-0"
3939
},
4040
"dependencies": {
41-
"@babel/code-frame": "^7.27.1",
42-
"@babel/helper-module-imports": "^7.27.1",
43-
"@babel/helper-plugin-utils": "^7.27.1",
44-
"@babel/parser": "^7.28.5",
45-
"@vue/compiler-sfc": "^3.5.26"
41+
"@babel/code-frame": "^7.29.0",
42+
"@babel/helper-module-imports": "^7.28.6",
43+
"@babel/helper-plugin-utils": "^7.28.6",
44+
"@babel/parser": "^7.29.0",
45+
"@vue/compiler-sfc": "^3.5.29"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.28.5",
49-
"@types/babel__code-frame": "^7.0.6",
48+
"@babel/core": "^7.29.0",
49+
"@types/babel__code-frame": "^7.27.0",
5050
"vue": "catalog:"
5151
}
5252
}

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.28.5",
12+
"@babel/standalone": "^7.29.1",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
1515
"monaco-editor": "^0.55.1",

0 commit comments

Comments
 (0)