File tree Expand file tree Collapse file tree 9 files changed +1124
-1112
lines changed Expand file tree Collapse file tree 9 files changed +1124
-1112
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 runs-on : ${{ matrix.os }}
2727 steps :
2828 - name : Checkout Repo
29- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
3131 - name : Setup Node.js ${{ matrix.node }}
32- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
32+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
3333 with :
3434 node-version : ${{ matrix.node }}
3535 cache : yarn
4343 PARSER_NO_WATCH : true
4444
4545 - name : Codecov
46- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
46+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
4747 with :
4848 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout Repo
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 with :
2525 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2626 fetch-depth : 0
2727
2828 - name : Setup Node.js LTS
29- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
29+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
3030 with :
3131 node-version : lts/*
3232 cache : yarn
Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
1313 size-limit :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
1818 - name : Setup Node.js LTS
19- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
19+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
2020 with :
2121 node-version : lts/*
2222 cache : yarn
2323
2424 - name : Install Dependencies
2525 run : yarn --immutable
2626
27- - uses : andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1.8.0
27+ - uses : andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # v1.8.0
2828 with :
2929 github_token : ${{ secrets.GITHUB_TOKEN }}
3030 skip_step : install
Original file line number Diff line number Diff line change 1414 deploy :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
1919 - name : Check Branch
2020 id : branch
2424 echo "comment=false" >> $GITHUB_OUTPUT
2525
2626 - name : Deploy
27- uses : amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0
27+ uses : amondnet/vercel-action@888da851026e0573da056b061931bcb765a915c4 # v41.1.4
2828 with :
2929 vercel-args : ${{ steps.branch.outputs.args }}
3030 vercel-token : ${{ secrets.VERCEL_TOKEN }}
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 path : .yarn/plugins/plugin-prepare-lifecycle.cjs
88 spec : ' https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
99
10- yarnPath : .yarn/releases/yarn-4.9.1 .cjs
10+ yarnPath : .yarn/releases/yarn-4.10.3 .cjs
Original file line number Diff line number Diff line change 1010 "workspaces" : [
1111 " packages/*"
1212 ],
13- "packageManager" : " yarn@4.9.1 " ,
13+ "packageManager" : " yarn@4.10.3 " ,
1414 "scripts" : {
1515 "build" : " tsc -b" ,
1616 "clean" : " rimraf -g 'packages/**/{lib,*.tsbuildinfo}'" ,
3333 "@1stg/common-config" : " ^14.0.0" ,
3434 "@changesets/changelog-github" : " ^0.5.1" ,
3535 "@changesets/cli" : " ^2.29.4" ,
36- "@commitlint/cli" : " ^19.8.1 " ,
36+ "@commitlint/cli" : " ^20.0.0 " ,
3737 "@mdx-js/rollup" : " ^3.1.0" ,
3838 "@shikijs/rehype" : " ^3.4.2" ,
3939 "@types/node" : " ^22.15.19" ,
4040 "@types/react" : " ^19.1.4" ,
4141 "@types/react-dom" : " ^19.1.5" ,
42- "@types/web" : " ^0.0.236 " ,
43- "@vitejs/plugin-react-swc" : " ^3.9 .0" ,
42+ "@types/web" : " ^0.0.280 " ,
43+ "@vitejs/plugin-react-swc" : " ^4.0 .0" ,
4444 "eslint" : " ^9.27.0" ,
4545 "github-markdown-css" : " ^5.8.1" ,
4646 "nano-staged" : " ^0.8.0" ,
You can’t perform that action at this time.
0 commit comments