Skip to content

Commit 7b25410

Browse files
fix(deps): update all dependencies
1 parent 92ba81e commit 7b25410

File tree

8 files changed

+687
-698
lines changed

8 files changed

+687
-698
lines changed

.github/actions/pnpm-install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ runs:
2121
uses: ./.github/actions/git-config
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
24+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
2525
with:
2626
run_install: false
2727

2828
- name: Install Node.js
29-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
29+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
3030
with:
3131
cache: pnpm
3232
node-version-file: .nvmrc

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
runs-on: ubuntu-latest
55
steps:
66
- name: Check out code
7-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
88
with:
99
fetch-depth: 2
1010

@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2727
with:
2828
fetch-depth: 2
2929

@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Check out code
45-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4646
with:
4747
fetch-depth: 2
4848

@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Check out code
64-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
64+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6565
with:
6666
fetch-depth: 2
6767

@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- name: Check out code
83-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
83+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
8484
with:
8585
fetch-depth: 2
8686

@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: Check out code
102-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
102+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
103103
with:
104104
fetch-depth: 2
105105

@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119
steps:
120120
- name: Check out code
121-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
121+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
122122
with:
123123
fetch-depth: 2
124124

.github/workflows/semantic-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
name: Validate PR title
9-
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
9+
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
1010

1111
name: Semantic PR
1212

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ jobs:
22
spellcheck: # run the action
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v5
5+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
66
with:
77
persist-credentials: "false"
8-
- uses: streetsidesoftware/cspell-action@v8
8+
- uses: streetsidesoftware/cspell-action@d5d910b521ad408f1e7383c24609079f5a88bdca # v8
99

1010
name: "Check spelling"
1111

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
runs-on: ubuntu-latest
44
steps:
55
- name: Check out code
6-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
77
with:
88
fetch-depth: 2
99

.nvmrc

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

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
"@bprogress/next": "3.2.12",
7676
"clsx": "2.1.1",
7777
"ky": "1.14.3",
78-
"next": "16.1.4",
78+
"next": "16.1.6",
7979
"next-themes": "0.4.6",
80-
"react": "19.2.3",
81-
"react-dom": "19.2.3",
80+
"react": "19.2.4",
81+
"react-dom": "19.2.4",
8282
"serwist": "9.5.0",
8383
"tailwind-merge": "3.4.0",
8484
"zod": "4.3.6"
@@ -87,25 +87,25 @@
8787
"@commitlint/cli": "20.3.1",
8888
"@commitlint/config-conventional": "20.3.1",
8989
"@eslint-community/eslint-plugin-eslint-comments": "4.6.0",
90-
"@eslint-react/eslint-plugin": "2.7.4",
90+
"@eslint-react/eslint-plugin": "2.8.0",
9191
"@eslint/compat": "2.0.1",
9292
"@eslint/js": "9.39.2",
9393
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
9494
"@inquirer/prompts": "8.2.0",
95-
"@next/bundle-analyzer": "16.1.4",
96-
"@next/eslint-plugin-next": "16.1.4",
95+
"@next/bundle-analyzer": "16.1.6",
96+
"@next/eslint-plugin-next": "16.1.6",
9797
"@octokit/core": "7.0.6",
9898
"@prettier/plugin-oxc": "0.1.3",
9999
"@release-it/conventional-changelog": "10.0.4",
100-
"@sentry/nextjs": "10.36.0",
100+
"@sentry/nextjs": "10.37.0",
101101
"@serwist/turbopack": "9.5.0",
102102
"@tailwindcss/forms": "0.5.11",
103103
"@tailwindcss/postcss": "4.1.18",
104104
"@types/fs-extra": "11.0.4",
105-
"@types/node": "25.0.10",
106-
"@types/react": "19.2.9",
105+
"@types/node": "25.1.0",
106+
"@types/react": "19.2.10",
107107
"@types/react-dom": "19.2.3",
108-
"@typescript-eslint/parser": "8.53.1",
108+
"@typescript-eslint/parser": "8.54.0",
109109
"all-contributors-cli": "6.26.1",
110110
"cross-env": "10.1.0",
111111
"cspell": "9.6.2",
@@ -155,13 +155,13 @@
155155
"svgo": "4.0.0",
156156
"tailwindcss": "4.1.18",
157157
"tsx": "4.21.0",
158-
"turbo": "2.7.6",
158+
"turbo": "2.8.0",
159159
"typescript": "5.9.3",
160-
"typescript-eslint": "8.53.1"
160+
"typescript-eslint": "8.54.0"
161161
},
162162
"packageManager": "[email protected]",
163163
"engines": {
164-
"node": "^22.14.0"
164+
"node": "^24.0.0"
165165
},
166166
"pnpm": {
167167
"onlyBuiltDependencies": [
@@ -173,7 +173,7 @@
173173
"unrs-resolver"
174174
],
175175
"overrides": {
176-
"@types/react": "19.2.9",
176+
"@types/react": "19.2.10",
177177
"@types/react-dom": "19.2.3"
178178
}
179179
}

0 commit comments

Comments
 (0)