File tree Expand file tree Collapse file tree 4 files changed +589
-885
lines changed
Expand file tree Collapse file tree 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
22
33on :
44 pull_request :
55 push :
6- branches : [ "main" ]
6+ branches : ["main"]
77
88permissions :
99 contents : read
@@ -13,14 +13,14 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - run : corepack enable
16+ - run : npm i -g -f corepack && corepack enable
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 cache : " pnpm"
2121 - run : pnpm install
2222 - name : Fix lint issues
2323 run : pnpm run lint:fix
2424 - uses : autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
2525 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:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - run : corepack enable
16+ - run : npm i -g -f corepack && corepack enable
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 cache : " pnpm"
2121 - run : pnpm install
2222 - run : pnpm lint
Original file line number Diff line number Diff line change 4848 "pathe" : " ^2.0.2" ,
4949 "pkg-types" : " ^1.3.1" ,
5050 "pretty-bytes" : " ^6.1.1" ,
51- "rollup" : " ^4.32.1 " ,
51+ "rollup" : " ^4.34.5 " ,
5252 "rollup-plugin-dts" : " ^6.1.1" ,
5353 "scule" : " ^1.3.0" ,
5454 "tinyglobby" : " ^0.2.10" ,
5555 "untyped" : " ^1.5.2"
5656 },
5757 "devDependencies" : {
5858 "@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 " ,
6161 "automd" : " ^0.3.12" ,
6262 "changelogen" : " ^0.5.7" ,
6363 "eslint" : " ^9.19.0" ,
6464 "eslint-config-unjs" : " ^0.4.2" ,
6565 "prettier" : " ^3.4.2" ,
6666 "typescript" : " ^5.7.3" ,
67- "vitest" : " ^2.1.8 "
67+ "vitest" : " ^3.0.5 "
6868 },
6969 "peerDependencies" : {
7070 "typescript" : " ^5.7.3"
7474 "optional" : true
7575 }
7676 },
77- "packageManager" : " pnpm@9.15.4 "
77+ "packageManager" : " pnpm@10.2.1 "
7878}
You can’t perform that action at this time.
0 commit comments