Skip to content

Commit 456e40c

Browse files
chore(deps): update all non-major dependencies
1 parent 2eba605 commit 456e40c

File tree

3 files changed

+403
-522
lines changed

3 files changed

+403
-522
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@3809910bc12872edc9b8132f122069ac16cd16ee # v3.7.3
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@3809910bc12872edc9b8132f122069ac16cd16ee # v3.7.3
2323
with:
2424
actions: create-comment
2525
issue-number: ${{ github.event.issue.number }}

package.json

Lines changed: 6 additions & 6 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.24.0",
6+
"packageManager": "pnpm@10.25.0",
77
"license": "MIT",
88
"keywords": [
99
"vue",
@@ -22,18 +22,18 @@
2222
"devDependencies": {
2323
"@babel/plugin-syntax-typescript": "^7.27.1",
2424
"@rollup/plugin-babel": "^6.1.0",
25-
"@sxzz/eslint-config": "^7.4.1",
25+
"@sxzz/eslint-config": "^7.4.3",
2626
"@sxzz/prettier-config": "^2.2.6",
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.1",
31-
"@typescript/native-preview": "7.0.0-dev.20251202.1",
30+
"@types/node": "^24.10.4",
31+
"@typescript/native-preview": "7.0.0-dev.20251215.1",
3232
"@vitest/coverage-v8": "^4.0.15",
3333
"@vue/babel-plugin-jsx": "workspace:*",
3434
"bumpp": "^10.3.2",
35-
"eslint": "^9.39.1",
36-
"jsdom": "^27.2.0",
35+
"eslint": "^9.39.2",
36+
"jsdom": "^27.3.0",
3737
"prettier": "3.7.3",
3838
"tsdown": "^0.17.0-beta.5",
3939
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)