Skip to content

Commit cf12f88

Browse files
chore(deps): update all dependencies
1 parent 5cd4f90 commit cf12f88

File tree

7 files changed

+7349
-10442
lines changed

7 files changed

+7349
-10442
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ 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: Setup Node.js ${{ matrix.node }}
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2626
with:
2727
node-version: ${{ matrix.node }}
2828
cache: yarn
@@ -43,4 +43,4 @@ jobs:
4343
PARSER_NO_WATCH: true
4444

4545
- name: Codecov
46-
uses: codecov/codecov-action@v3
46+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # 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@181d5eefc20863364f96762470ba6f862bdef56b # 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@181d5eefc20863364f96762470ba6f862bdef56b # v3
4040

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 20
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2121
with:
2222
node-version: 20
2323
cache: yarn

.github/workflows/size-limit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ 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: Setup Node.js 20
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1616
with:
1717
node-version: 20
1818
cache: yarn
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Dependencies
2727
run: yarn --immutable
2828

29-
- uses: andresz1/size-limit-action@v1
29+
- uses: andresz1/size-limit-action@e7493a72a44b113341c0cf6186ab49c17c4b65c1 # v1
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
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: 18 additions & 18 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.2",
1111
"engines": {
1212
"node": ">=18.0.0"
1313
},
@@ -45,37 +45,37 @@
4545
"tslib": "^2.6.2"
4646
},
4747
"devDependencies": {
48-
"@1stg/app-config": "^10.0.1",
48+
"@1stg/app-config": "^14.0.0",
4949
"@changesets/changelog-github": "^0.5.0",
5050
"@changesets/cli": "^2.27.1",
51-
"@commitlint/cli": "^18.4.3",
51+
"@commitlint/cli": "^19.0.0",
5252
"@mdx-js/rollup": "^3.0.0",
53-
"@pkgr/rollup": "^5.0.0",
53+
"@pkgr/rollup": "^7.0.0",
5454
"@size-limit/preset-small-lib": "^11.0.1",
5555
"@types/mdx": "^2.0.10",
56-
"@types/node": "^20.10.5",
57-
"@types/react": "^18.2.46",
58-
"@types/react-dom": "^18.2.18",
59-
"@types/web": "^0.0.131",
56+
"@types/node": "^22.0.0",
57+
"@types/react": "^19.0.0",
58+
"@types/react-dom": "^19.0.0",
59+
"@types/web": "^0.0.245",
6060
"@vitejs/plugin-react-swc": "^3.5.0",
61-
"@vitest/coverage-v8": "^1.1.0",
62-
"eslint": "^8.56.0",
61+
"@vitest/coverage-v8": "^3.0.0",
62+
"eslint": "^9.0.0",
6363
"github-markdown-css": "^5.5.0",
64-
"lint-staged": "^15.2.0",
65-
"npm-run-all": "^4.1.5",
66-
"react": "^18.2.0",
67-
"react-dom": "^18.2.0",
68-
"react-router-dom": "^6.21.1",
64+
"lint-staged": "^16.0.0",
65+
"npm-run-all2": "^5.0.0",
66+
"react": "^19.0.0",
67+
"react-dom": "^19.0.0",
68+
"react-router-dom": "^7.0.0",
6969
"rehype-slug": "^6.0.0",
7070
"remark-gfm": "^4.0.0",
7171
"simple-git-hooks": "^2.9.0",
7272
"size-limit": "^11.0.1",
7373
"stylelint": "^16.1.0",
7474
"type-coverage": "^2.27.1",
7575
"typescript": "^5.3.3",
76-
"unplugin-auto-import": "^0.17.3",
77-
"vite": "^5.0.10",
78-
"vitest": "^1.1.0"
76+
"unplugin-auto-import": "^19.0.0",
77+
"vite": "^7.0.0",
78+
"vitest": "^3.0.0"
7979
},
8080
"size-limit": [
8181
{

0 commit comments

Comments
 (0)