Skip to content

Commit 541ed39

Browse files
chore(deps): update all dependencies
1 parent 0fe91a4 commit 541ed39

8 files changed

Lines changed: 7576 additions & 9896 deletions

File tree

.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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2929
with:
3030
node-version: ${{ matrix.node }}
3131
cache: yarn
@@ -50,4 +50,4 @@ jobs:
5050
SKIP_YARN_COREPACK_CHECK: 1
5151

5252
- name: Codecov
53-
uses: codecov/codecov-action@v3
53+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # 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@v2
33+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
3434
with:
3535
languages: ${{ matrix.language }}
3636
queries: +security-and-quality
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v2
39+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
4040

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

.github/workflows/pkg-size.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616

1717
- name: Enable Corepack
1818
run: corepack enable
1919

2020
- name: Setup Node.js LTS
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2222
with:
2323
node-version: lts/*
2424

2525
- name: Package Size Report
26-
uses: pkg-size/action@v1
26+
uses: pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2424
with:
2525
node-version: lts/*
2626
cache: yarn

.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 }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"workspaces": [
1111
"packages/*"
1212
],
13-
"packageManager": "yarn@4.0.2",
13+
"packageManager": "yarn@4.8.1",
1414
"scripts": {
1515
"build": "concurrently -r 'yarn:build:*'",
1616
"build:r": "r -f cjs",
@@ -31,39 +31,39 @@
3131
"version": "changeset version && yarn --no-immutable"
3232
},
3333
"devDependencies": {
34-
"@1stg/app-config": "^10.0.1",
34+
"@1stg/app-config": "^11.0.0",
3535
"@changesets/changelog-github": "^0.5.0",
3636
"@changesets/cli": "^2.27.1",
37-
"@commitlint/cli": "^18.5.0",
37+
"@commitlint/cli": "^19.0.0",
3838
"@mdx-js/rollup": "^3.0.0",
39-
"@pkgr/rollup": "^5.0.0",
40-
"@types/node": "^20.11.5",
41-
"@types/react": "^18.2.48",
42-
"@types/react-dom": "^18.2.18",
43-
"@types/web": "^0.0.135",
39+
"@pkgr/rollup": "^6.0.0",
40+
"@types/node": "^22.0.0",
41+
"@types/react": "^19.0.0",
42+
"@types/react-dom": "^19.0.0",
43+
"@types/web": "^0.0.216",
4444
"@vitejs/plugin-react-swc": "^3.5.0",
45-
"@vitest/coverage-istanbul": "^1.2.1",
46-
"concurrently": "^8.2.2",
47-
"eslint": "^8.56.0",
45+
"@vitest/coverage-istanbul": "^3.0.0",
46+
"concurrently": "^9.0.0",
47+
"eslint": "^9.0.0",
4848
"github-markdown-css": "^5.5.0",
4949
"lint-staged": "^15.2.0",
5050
"pkg": "link:packages/pkg",
5151
"prettier": "^3.2.4",
52-
"react": "^18.2.0",
53-
"react-dom": "^18.2.0",
54-
"react-router-dom": "^6.21.3",
52+
"react": "^19.0.0",
53+
"react-dom": "^19.0.0",
54+
"react-router-dom": "^7.0.0",
5555
"remark-gfm": "^4.0.0",
56-
"rimraf": "^5.0.5",
56+
"rimraf": "^6.0.0",
5757
"sass": "^1.70.0",
5858
"simple-git-hooks": "^2.9.0",
59-
"sirv-cli": "^2.0.2",
59+
"sirv-cli": "^3.0.0",
6060
"stylelint": "^16.2.0",
6161
"tsx": "^4.7.0",
6262
"type-coverage": "^2.27.1",
6363
"typescript": "^5.3.3",
64-
"unplugin-auto-import": "^0.17.3",
65-
"vite": "^5.0.12",
66-
"vitest": "^1.2.1"
64+
"unplugin-auto-import": "^19.0.0",
65+
"vite": "^6.0.0",
66+
"vitest": "^3.0.0"
6767
},
6868
"resolutions": {
6969
"prettier": "^3.2.4"

0 commit comments

Comments
 (0)