Skip to content

Commit 9776cde

Browse files
chore(deps): update all dependencies
1 parent 94dc595 commit 9776cde

File tree

7 files changed

+18749
-18368
lines changed

7 files changed

+18749
-18368
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424

2525
- name: Setup pnpm
26-
uses: pnpm/action-setup@v2
26+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
2727
with:
2828
version: latest
2929

3030
- name: Setup Node.js ${{ matrix.node }}
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3232
with:
3333
node-version: ${{ matrix.node }}
3434
cache: pnpm
@@ -47,4 +47,4 @@ jobs:
4747
if: matrix.node != 14
4848

4949
- name: Codecov
50-
uses: codecov/codecov-action@v3
50+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828

2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v2
30+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
3131
with:
3232
languages: ${{ matrix.language }}
3333
queries: +security-and-quality
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v2
36+
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2
39+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
4040
with:
4141
category: "/language:${{ matrix.language }}"

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v3
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 pnpm
20-
uses: pnpm/action-setup@v2
20+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
2121
with:
2222
version: latest
2323

2424
- name: Setup Node.js 16
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2626
with:
2727
node-version: 16
2828
cache: pnpm

.github/workflows/size-limit.yml

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

1414
- name: Setup pnpm
15-
uses: pnpm/action-setup@v2
15+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
1616
with:
1717
version: latest
1818

1919
- name: Setup Node.js 16
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2121
with:
2222
node-version: 16
2323
cache: pnpm
2424

2525
- name: Install Dependencies
2626
run: pnpm i
2727

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

.github/workflows/vercel.yml

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

1515
- name: Setup Node.js 16
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1717
with:
1818
node-version: 16
1919

@@ -25,7 +25,7 @@ jobs:
2525
echo "::set-output name=comment::false"
2626
2727
- name: Deploy
28-
uses: amondnet/vercel-action@v25
28+
uses: amondnet/vercel-action@16e87c0a08142b0d0d33b76aeaf20823c381b9b9 # v25
2929
with:
3030
vercel-args: ${{ steps.branch.outputs.args }}
3131
vercel-token: ${{ secrets.VERCEL_TOKEN }}

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"funding": "https://opencollective.com/unts",
4040
"license": "MIT",
41-
"packageManager": "pnpm@7.9.3",
41+
"packageManager": "pnpm@10.10.0",
4242
"engines": {
4343
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
4444
},
@@ -73,32 +73,32 @@
7373
"vercel-build": "w -e docs -p --publicPath /"
7474
},
7575
"devDependencies": {
76-
"@1stg/app-config": "^7.3.0",
77-
"@1stg/lib-config": "^10.1.1",
78-
"@changesets/changelog-github": "^0.4.8",
76+
"@1stg/app-config": "^13.0.0",
77+
"@1stg/lib-config": "^13.0.0",
78+
"@changesets/changelog-github": "^0.5.0",
7979
"@changesets/cli": "^2.24.4",
8080
"@isaacs/ttlcache": "^1.2.1",
8181
"@pkgr/webpack": "^3.3.0",
8282
"@pkgr/webpack-mdx": "^2.1.0",
83-
"@size-limit/preset-small-lib": "^8.0.1",
84-
"@types/jest": "^28.1.8",
83+
"@size-limit/preset-small-lib": "^11.0.0",
84+
"@types/jest": "^29.0.0",
8585
"@types/mdx": "^2.0.3",
86-
"@types/node": "^18.7.9",
87-
"@types/react": "^18.0.28",
88-
"@types/react-dom": "^18.0.11",
89-
"@types/web": "^0.0.93",
86+
"@types/node": "^22.0.0",
87+
"@types/react": "^19.0.0",
88+
"@types/react-dom": "^19.0.0",
89+
"@types/web": "^0.0.230",
9090
"github-markdown-css": "^5.1.0",
91-
"jest": "^28.1.3",
92-
"jest-environment-jsdom": "^28.1.3",
93-
"mitata": "^0.1.6",
94-
"react": "^18.2.0",
95-
"react-dom": "^18.2.0",
96-
"react-router-dom": "^6.3.0",
97-
"sirv-cli": "^2.0.2",
98-
"size-limit": "^8.0.1",
99-
"ts-jest": "^28.0.8",
91+
"jest": "^29.0.0",
92+
"jest-environment-jsdom": "^29.0.0",
93+
"mitata": "^1.0.0",
94+
"react": "^19.0.0",
95+
"react-dom": "^19.0.0",
96+
"react-router-dom": "^7.0.0",
97+
"sirv-cli": "^3.0.0",
98+
"size-limit": "^11.0.0",
99+
"ts-jest": "^29.0.0",
100100
"type-coverage": "^2.22.0",
101-
"typescript": "^4.7.4"
101+
"typescript": "^5.0.0"
102102
},
103103
"publishConfig": {
104104
"main": "./lib/index.cjs",

0 commit comments

Comments
 (0)