File tree Expand file tree Collapse file tree 6 files changed +230
-236
lines changed
Expand file tree Collapse file tree 6 files changed +230
-236
lines changed Original file line number Diff line number Diff line change 1515 build_and_test :
1616 runs-on : ubuntu-24.04
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919
2020 - uses : ./.github/actions/setup-node
2121
5454 issues : write
5555 pull-requests : write
5656 steps :
57- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
57+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5858 with :
5959 fetch-depth : 0
6060 persist-credentials : false
Original file line number Diff line number Diff line change 1010 commitlint :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 99 test :
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1313
1414 - name : Generate token
1515 id : generate_token
16- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
16+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1717 with :
1818 app-id : ${{ secrets.GH_APP_E2E_ID }}
1919 private-key : ${{ secrets.GH_APP_E2E_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1- 20.19.5
1+ 20.20.0
Original file line number Diff line number Diff line change 5151 "zod-validation-error" : " ^4.0.2"
5252 },
5353 "devDependencies" : {
54- "@commitlint/cli" : " 20.1.0 " ,
55- "@commitlint/config-conventional" : " 20.0.0 " ,
54+ "@commitlint/cli" : " 20.3.1 " ,
55+ "@commitlint/config-conventional" : " 20.3.1 " ,
5656 "@semantic-release/commit-analyzer" : " 13.0.1" ,
5757 "@semantic-release/github" : " 11.0.6" ,
5858 "@semantic-release/release-notes-generator" : " 14.1.0" ,
5959 "@types/ejs" : " 3.1.5" ,
6060 "@types/is-base64" : " 1.1.3" ,
61- "@types/micromatch" : " 4.0.9 " ,
62- "@types/node" : " 20.19.21 " ,
61+ "@types/micromatch" : " 4.0.10 " ,
62+ "@types/node" : " 20.19.28 " ,
6363 "@vercel/ncc" : " 0.38.4" ,
6464 "conventional-changelog-conventionalcommits" : " 8.0.0" ,
6565 "gha-docgen" : " 2.0.0" ,
7171 "semantic-release" : " 24.2.9" ,
7272 "semantic-release-major-tag" : " 0.3.2" ,
7373 "ts-dedent" : " 2.2.0" ,
74- "ts-morph" : " 27.0.0 " ,
75- "tsx" : " 4.20.6 " ,
74+ "ts-morph" : " 27.0.2 " ,
75+ "tsx" : " 4.21.0 " ,
7676 "type-fest" : " 4.41.0" ,
7777 "typescript" : " 5.9.3" ,
7878 "vitest" : " 3.2.4"
7979 },
80- "packageManager" : " pnpm@10.18.3 "
80+ "packageManager" : " pnpm@10.28.0 "
8181}
You can’t perform that action at this time.
0 commit comments