Skip to content

Commit bc1ed7b

Browse files
chore(deps): update all dependencies (#50)
* chore(deps): update all dependencies * Apply suggestions from code review Signed-off-by: JounQin <[email protected]> --------- Signed-off-by: JounQin <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: JounQin <[email protected]>
1 parent 3e7c925 commit bc1ed7b

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Checkout Repo
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030

3131
- name: Setup Node.js ${{ matrix.node }}
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
3434
node-version: ${{ matrix.node }}
3535
cache: yarn
@@ -43,6 +43,6 @@ jobs:
4343
PARSER_NO_WATCH: true
4444

4545
- name: Codecov
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@v4
29+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030
with:
3131
node-version: lts/*
3232
cache: yarn

.github/workflows/size-limit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
size-limit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717

1818
- name: Setup Node.js LTS
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.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@v1
27+
- uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1.8.0
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
skip_step: install

.github/workflows/vercel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818

1919
- name: Check Branch
2020
id: branch
@@ -24,7 +24,7 @@ jobs:
2424
echo "comment=false" >> $GITHUB_OUTPUT
2525
2626
- name: Deploy
27-
uses: amondnet/vercel-action@v25
27+
uses: amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25.2.0
2828
with:
2929
vercel-args: ${{ steps.branch.outputs.args }}
3030
vercel-token: ${{ secrets.VERCEL_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/node": "^22.15.19",
4040
"@types/react": "^19.1.4",
4141
"@types/react-dom": "^19.1.5",
42-
"@types/web": "^0.0.235",
42+
"@types/web": "^0.0.236",
4343
"@vitejs/plugin-react-swc": "^3.9.0",
4444
"eslint": "^9.27.0",
4545
"github-markdown-css": "^5.8.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4535,10 +4535,10 @@ __metadata:
45354535
languageName: node
45364536
linkType: hard
45374537

4538-
"@types/web@npm:^0.0.235":
4539-
version: 0.0.235
4540-
resolution: "@types/web@npm:0.0.235"
4541-
checksum: 10c0/74303218a2024780ea4a6b9cb82fe982a35da5d7f14085c30bcd6dae26e26a34d80b4991ac89cf1ff7bd88797f2609af834c1ccf568273c5df4ce1eee270f6b6
4538+
"@types/web@npm:^0.0.236":
4539+
version: 0.0.236
4540+
resolution: "@types/web@npm:0.0.236"
4541+
checksum: 10c0/4614a89f2d61539e88b87832267092a473865d43bde8a06dadcf58e82d865e632c4c1832e49d05e20fb8b5d7837bab057fa65852e6343ac9827795eac336e61b
45424542
languageName: node
45434543
linkType: hard
45444544

@@ -4803,7 +4803,7 @@ __metadata:
48034803
"@types/node": "npm:^22.15.19"
48044804
"@types/react": "npm:^19.1.4"
48054805
"@types/react-dom": "npm:^19.1.5"
4806-
"@types/web": "npm:^0.0.235"
4806+
"@types/web": "npm:^0.0.236"
48074807
"@vitejs/plugin-react-swc": "npm:^3.9.0"
48084808
eslint: "npm:^9.27.0"
48094809
github-markdown-css: "npm:^5.8.1"

0 commit comments

Comments
 (0)