File tree Expand file tree Collapse file tree 5 files changed +5661
-6025
lines changed Expand file tree Collapse file tree 5 files changed +5661
-6025
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Repo
19- uses : actions/checkout@v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
2121 - name : Setup Node.js ${{ matrix.node }}
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323 with :
2424 node-version : ${{ matrix.node }}
2525 cache : yarn
3434 PARSER_NO_WATCH : true
3535
3636 - name : Codecov
37- uses : codecov/codecov-action@v3
37+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ jobs:
2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@v2
33+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3
3434 with :
3535 languages : ${{ matrix.language }}
3636 queries : +security-and-quality
3737
3838 - name : Autobuild
39- uses : github/codeql-action/autobuild@v2
39+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3
4040
4141 - name : Perform CodeQL Analysis
42- uses : github/codeql-action/analyze@v2
42+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3
4343 with :
4444 category : ' /language:${{ matrix.language }}'
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v4
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515 with :
1616 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717 fetch-depth : 0
1818
1919 - name : Setup Node.js LTS
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2121 with :
2222 node-version : lts/*
2323 cache : yarn
Original file line number Diff line number Diff line change 66 "repository" : " git+https://github.com/un-ts/babel-preset-proposal-typescript.git" ,
77 "author" :
" JounQin <[email protected] >" ,
88 "license" : " MIT" ,
9- "packageManager" :
" [email protected] .21 " ,
9+ "packageManager" :
" [email protected] .22 " ,
1010 "engines" : {
1111 "node" : " >=6.9.0"
1212 },
7676 "@bloomberg/record-tuple-polyfill" : " ^0.0.4"
7777 },
7878 "devDependencies" : {
79- "@1stg/lib-config" : " ^12 .0.1 " ,
79+ "@1stg/lib-config" : " ^13 .0.0 " ,
8080 "@babel/core" : " ^7.23.6" ,
8181 "@changesets/changelog-github" : " ^0.5.0" ,
8282 "@changesets/cli" : " ^2.27.1" ,
8383 "@node-loader/babel" : " ^2.0.1" ,
8484 "@types/babel__core" : " ^7.20.5" ,
8585 "@types/jest" : " ^29.5.11" ,
86- "@types/node" : " ^18.19.3 " ,
87- "@vitest/coverage-istanbul" : " ^1 .0.4 " ,
86+ "@types/node" : " ^22.0.0 " ,
87+ "@vitest/coverage-istanbul" : " ^3 .0.0 " ,
8888 "clean-pkg-json" : " ^1.2.0" ,
8989 "core-dts" : " ^0.0.3" ,
9090 "jest" : " ^29.7.0" ,
9494 },
9595 "resolutions" : {
9696 "babel-preset-proposal-typescript" : " link:." ,
97- "prettier" : " ^2.8.8 "
97+ "prettier" : " ^3.0.0 "
9898 }
9999}
You can’t perform that action at this time.
0 commit comments