Skip to content

Commit 972f055

Browse files
committed
chore: upgrade deps
1 parent 769322d commit 972f055

File tree

6 files changed

+900
-928
lines changed

6 files changed

+900
-928
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches: [main]
88

9+
permissions: {}
10+
911
jobs:
1012
unit-test:
1113
uses: sxzz/workflows/.github/workflows/unit-test.yml@v1

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"editor.formatOnSave": true,
3-
"eslint.experimental.useFlatConfig": true
2+
"editor.formatOnSave": true
43
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2022-PRESENT 三咲智子 (https://github.com/sxzz)
3+
Copyright © 2022-PRESENT Kevin Deng (https://github.com/sxzz)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-ast",
33
"version": "0.15.2",
4-
"packageManager": "pnpm@10.15.0",
4+
"packageManager": "pnpm@10.18.1",
55
"description": "Manipulate the AST to transform your code.",
66
"type": "module",
77
"keywords": [
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "git+https://github.com/unplugin/unplugin-ast.git"
2222
},
23-
"author": "三咲智子 Kevin Deng <[email protected]>",
23+
"author": "Kevin Deng <[email protected]>",
2424
"funding": "https://github.com/sponsors/sxzz",
2525
"files": [
2626
"dist"
@@ -63,30 +63,30 @@
6363
},
6464
"dependencies": {
6565
"@babel/generator": "^7.28.3",
66-
"ast-kit": "^2.1.2",
67-
"magic-string-ast": "^1.0.2",
66+
"ast-kit": "^2.1.3",
67+
"magic-string-ast": "^1.0.3",
6868
"unplugin": "^2.3.10"
6969
},
7070
"devDependencies": {
71-
"@antfu/utils": "^9.2.0",
72-
"@babel/parser": "^7.28.3",
73-
"@babel/types": "^7.28.2",
74-
"@sxzz/eslint-config": "^7.1.4",
71+
"@antfu/utils": "^9.3.0",
72+
"@babel/parser": "^7.28.4",
73+
"@babel/types": "^7.28.4",
74+
"@sxzz/eslint-config": "^7.2.7",
7575
"@sxzz/prettier-config": "^2.2.4",
7676
"@types/babel__generator": "^7.27.0",
77-
"@types/node": "^24.3.0",
78-
"bumpp": "^10.2.3",
79-
"eslint": "^9.34.0",
77+
"@types/node": "^24.7.0",
78+
"bumpp": "^10.3.1",
79+
"eslint": "^9.37.0",
8080
"prettier": "^3.6.2",
81-
"rollup": "^4.50.0",
82-
"tsdown": "^0.14.2",
83-
"tsx": "^4.20.5",
84-
"typescript": "^5.9.2",
85-
"vite": "^7.1.3",
81+
"rollup": "^4.52.4",
82+
"tsdown": "^0.15.6",
83+
"tsx": "^4.20.6",
84+
"typescript": "^5.9.3",
85+
"vite": "^7.1.9",
8686
"vitest": "^3.2.4"
8787
},
8888
"engines": {
89-
"node": ">=20.18.0"
89+
"node": ">=20.19.0"
9090
},
9191
"prettier": "@sxzz/prettier-config"
9292
}

0 commit comments

Comments
 (0)