Skip to content

Commit aac3e9e

Browse files
fix(deps): update all dependencies
1 parent 8a0f8f0 commit aac3e9e

File tree

8 files changed

+7006
-9902
lines changed

8 files changed

+7006
-9902
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout Repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323

2424
- name: Enable Corepack
2525
run: corepack enable
2626

2727
- name: Setup Node.js ${{ matrix.node }}
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2929
with:
3030
node-version: ${{ matrix.node }}
3131
cache: yarn
@@ -49,4 +49,4 @@ jobs:
4949
SKIP_YARN_COREPACK_CHECK: 1
5050

5151
- name: Codecov
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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@v3
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@v3
39+
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3
4343
with:
4444
category: '/language:${{ matrix.language }}'

.github/workflows/release-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout Repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323

2424
- name: Enable Corepack
2525
run: corepack enable
2626

2727
- name: Setup Node.js
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2929
with:
3030
node-version: lts/*
3131
cache: yarn

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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
@@ -20,7 +20,7 @@ jobs:
2020
run: corepack enable
2121

2222
- name: Setup Node.js LTS
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2424
with:
2525
node-version: lts/*
2626
cache: yarn

.github/workflows/size-limit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ jobs:
99
size-limit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1313

1414
- name: Enable Corepack
1515
run: corepack enable
1616

1717
- name: Setup Node.js LTS
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1919
with:
2020
node-version: lts/*
2121
cache: yarn
2222

2323
- name: Install Dependencies
2424
run: yarn --immutable
2525

26-
- uses: andresz1/size-limit-action@v1
26+
- uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
skip_step: install

.github/workflows/vercel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414

1515
- name: Check Branch
1616
id: branch
@@ -20,7 +20,7 @@ jobs:
2020
echo "comment=false" >> $GITHUB_OUTPUT
2121
2222
- name: Deploy
23-
uses: amondnet/vercel-action@v25
23+
uses: amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25
2424
with:
2525
vercel-args: ${{ steps.branch.outputs.args }}
2626
vercel-token: ${{ secrets.VERCEL_TOKEN }}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin (https://www.1stG.me) <[email protected]>",
88
"funding": "https://opencollective.com/unts",
99
"license": "MIT",
10-
"packageManager": "yarn@4.0.2",
10+
"packageManager": "yarn@4.9.1",
1111
"engines": {
1212
"node": ">=18.0.0"
1313
},
@@ -50,34 +50,34 @@
5050
"version": "changeset version && yarn --no-immutable"
5151
},
5252
"dependencies": {
53-
"@pkgr/core": "^0.1.0",
54-
"commander": "^11.1.0",
53+
"@pkgr/core": "^0.2.0",
54+
"commander": "^13.0.0",
5555
"semver": "^7.5.4"
5656
},
5757
"devDependencies": {
58-
"@1stg/app-config": "^10.0.1",
58+
"@1stg/app-config": "^13.0.0",
5959
"@changesets/changelog-github": "^0.5.0",
6060
"@changesets/cli": "^2.27.1",
61-
"@commitlint/cli": "^18.4.4",
61+
"@commitlint/cli": "^19.0.0",
6262
"@mdx-js/rollup": "^3.0.0",
63-
"@pkgr/rollup": "^5.0.0",
63+
"@pkgr/rollup": "^6.0.0",
6464
"@size-limit/preset-small-lib": "^11.0.1",
6565
"@types/mdx": "^2.0.10",
66-
"@types/node": "^20.10.6",
67-
"@types/react": "^18.2.46",
68-
"@types/react-dom": "^18.2.18",
66+
"@types/node": "^22.0.0",
67+
"@types/react": "^19.0.0",
68+
"@types/react-dom": "^19.0.0",
6969
"@types/semver": "^7.5.6",
70-
"@types/web": "^0.0.134",
70+
"@types/web": "^0.0.223",
7171
"@vitejs/plugin-react-swc": "^3.5.0",
72-
"@vitest/coverage-v8": "^1.1.3",
73-
"concurrently": "^8.2.2",
74-
"eslint": "^8.56.0",
72+
"@vitest/coverage-v8": "^3.0.0",
73+
"concurrently": "^9.0.0",
74+
"eslint": "^9.0.0",
7575
"github-markdown-css": "^5.5.0",
7676
"lint-staged": "^15.2.0",
7777
"prettier": "^3.1.1",
78-
"react": "^18.2.0",
79-
"react-dom": "^18.2.0",
80-
"react-router-dom": "^6.21.1",
78+
"react": "^19.0.0",
79+
"react-dom": "^19.0.0",
80+
"react-router-dom": "^7.0.0",
8181
"rehype-slug": "^6.0.0",
8282
"remark-gfm": "^4.0.0",
8383
"simple-git-hooks": "^2.9.0",
@@ -86,7 +86,7 @@
8686
"stylelint": "^16.1.0",
8787
"type-coverage": "^2.27.1",
8888
"typescript": "^5.3.3",
89-
"unplugin-auto-import": "^0.17.3",
89+
"unplugin-auto-import": "^19.0.0",
9090
"vite": "^5.0.11",
9191
"vitest": "^1.1.3"
9292
},

0 commit comments

Comments
 (0)