Skip to content

Commit 522a519

Browse files
chore(deps): update all non-major dependencies
1 parent 85d98b5 commit 522a519

File tree

6 files changed

+829
-616
lines changed

6 files changed

+829
-616
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@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
13+
uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1
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@45d75b6cf72bf4f254be6230cb887ad002702491 # v3.6.3
22+
uses: actions-cool/issues-helper@564cd9b1baacd7a9cd634e8039a149901ee5f600 # v3.7.1
2323
with:
2424
actions: 'create-comment'
2525
issue-number: ${{ github.event.issue.number }}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "2.0.1",
44
"private": true,
5-
"packageManager": "pnpm@10.18.1",
5+
"packageManager": "pnpm@10.20.0",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -21,24 +21,24 @@
2121
],
2222
"devDependencies": {
2323
"@babel/plugin-syntax-typescript": "^7.27.1",
24-
"@eslint/js": "^9.37.0",
25-
"@rollup/plugin-babel": "^6.0.4",
24+
"@eslint/js": "^9.39.1",
25+
"@rollup/plugin-babel": "^6.1.0",
2626
"@types/babel__core": "^7.20.5",
2727
"@types/babel__helper-module-imports": "^7.18.3",
2828
"@types/babel__helper-plugin-utils": "^7.10.3",
29-
"@types/node": "^24.7.0",
29+
"@types/node": "^24.10.0",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"@vue/babel-plugin-jsx": "workspace:*",
3232
"bumpp": "^10.3.1",
33-
"eslint": "^9.37.0",
33+
"eslint": "^9.39.1",
3434
"eslint-config-prettier": "^10.1.8",
3535
"eslint-plugin-import-x": "^4.16.1",
36-
"jsdom": "^27.0.0",
36+
"jsdom": "^27.1.0",
3737
"prettier": "3.6.2",
3838
"tsdown": "^0.15.6",
3939
"tslib": "^2.8.1",
4040
"typescript": "~5.9.3",
41-
"typescript-eslint": "^8.45.0",
41+
"typescript-eslint": "^8.46.3",
4242
"vite": "^7.1.9",
4343
"vitest": "^3.2.4"
4444
}

packages/babel-plugin-jsx/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"@babel/helper-plugin-utils": "^7.27.1",
3939
"@babel/plugin-syntax-jsx": "^7.27.1",
4040
"@babel/template": "^7.27.2",
41-
"@babel/traverse": "^7.28.4",
42-
"@babel/types": "^7.28.4",
41+
"@babel/traverse": "^7.28.5",
42+
"@babel/types": "^7.28.5",
4343
"@vue/babel-helper-vue-transform-on": "workspace:*",
4444
"@vue/babel-plugin-resolve-type": "workspace:*",
4545
"@vue/shared": "^3.5.22"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.28.4",
49-
"@babel/preset-env": "^7.28.3",
48+
"@babel/core": "^7.28.5",
49+
"@babel/preset-env": "^7.28.5",
5050
"@types/babel__template": "^7.4.4",
5151
"@types/babel__traverse": "^7.28.0",
5252
"@vue/test-utils": "^2.4.6",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"@babel/code-frame": "^7.27.1",
4242
"@babel/helper-module-imports": "^7.27.1",
4343
"@babel/helper-plugin-utils": "^7.27.1",
44-
"@babel/parser": "^7.28.4",
44+
"@babel/parser": "^7.28.5",
4545
"@vue/compiler-sfc": "^3.5.22"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.28.4",
48+
"@babel/core": "^7.28.5",
4949
"@types/babel__code-frame": "^7.0.6",
5050
"vue": "catalog:"
5151
}

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.4",
12+
"@babel/standalone": "^7.28.5",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
1515
"monaco-editor": "^0.54.0",

0 commit comments

Comments
 (0)