File tree 4 files changed +589
-885
lines changed
4 files changed +589
-885
lines changed Original file line number Diff line number Diff line change 1
- name : autofix.ci # needed to securely identify the workflow
1
+ name : autofix.ci # needed to securely identify the workflow
2
2
3
3
on :
4
4
pull_request :
5
5
push :
6
- branches : [ "main" ]
6
+ branches : ["main"]
7
7
8
8
permissions :
9
9
contents : read
@@ -13,14 +13,14 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - run : corepack enable
16
+ - run : npm i -g -f corepack && corepack enable
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 20
19
+ node-version : 22
20
20
cache : " pnpm"
21
21
- run : pnpm install
22
22
- name : Fix lint issues
23
23
run : pnpm run lint:fix
24
24
- uses : autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
25
25
with :
26
- commit-message : ' chore: apply automated updates'
26
+ commit-message : " chore: apply automated updates"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - run : corepack enable
16
+ - run : npm i -g -f corepack && corepack enable
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 20
19
+ node-version : 22
20
20
cache : " pnpm"
21
21
- run : pnpm install
22
22
- run : pnpm lint
Original file line number Diff line number Diff line change 48
48
"pathe" : " ^2.0.2" ,
49
49
"pkg-types" : " ^1.3.1" ,
50
50
"pretty-bytes" : " ^6.1.1" ,
51
- "rollup" : " ^4.32.1 " ,
51
+ "rollup" : " ^4.34.5 " ,
52
52
"rollup-plugin-dts" : " ^6.1.1" ,
53
53
"scule" : " ^1.3.0" ,
54
54
"tinyglobby" : " ^0.2.10" ,
55
55
"untyped" : " ^1.5.2"
56
56
},
57
57
"devDependencies" : {
58
58
"@babel/plugin-transform-class-properties" : " ^7.25.9" ,
59
- "@types/node" : " ^22.13.0 " ,
60
- "@vitest/coverage-v8" : " ^2.1.8 " ,
59
+ "@types/node" : " ^22.13.1 " ,
60
+ "@vitest/coverage-v8" : " ^3.0.5 " ,
61
61
"automd" : " ^0.3.12" ,
62
62
"changelogen" : " ^0.5.7" ,
63
63
"eslint" : " ^9.19.0" ,
64
64
"eslint-config-unjs" : " ^0.4.2" ,
65
65
"prettier" : " ^3.4.2" ,
66
66
"typescript" : " ^5.7.3" ,
67
- "vitest" : " ^2.1.8 "
67
+ "vitest" : " ^3.0.5 "
68
68
},
69
69
"peerDependencies" : {
70
70
"typescript" : " ^5.7.3"
74
74
"optional" : true
75
75
}
76
76
},
77
- "packageManager" : " pnpm@9.15.4 "
77
+ "packageManager" : " pnpm@10.2.1 "
78
78
}
You can’t perform that action at this time.
0 commit comments