Skip to content

Commit 6e3ca18

Browse files
committed
⬆️ [bump][frontend] pnpm@11.8.0
1 parent e649899 commit 6e3ca18

4 files changed

Lines changed: 206 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
hooks:
1010
- id: check-toml
1111
- id: check-yaml
12+
exclude: "frontend/pnpm-lock.yaml"
1213
- id: end-of-file-fixer
1314
- id: mixed-line-ending
1415
- id: trailing-whitespace

frontend/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,19 @@
2020
"postinstall": "scripts/postinstall.sh",
2121
"format": "mise run format:frontend"
2222
},
23-
"packageManager": "pnpm@10.12.1",
2423
"engines": {
25-
"node": "26.x"
24+
"node": "26.3.1"
2625
},
2726
"devEngines": {
2827
"runtime": {
2928
"name": "node",
30-
"onFail": "error"
29+
"onFail": "error",
30+
"version": "26.3.1"
3131
},
3232
"packageManager": {
3333
"name": "pnpm",
34-
"onFail": "error"
34+
"onFail": "error",
35+
"version": "11.8.0"
3536
}
3637
},
3738
"dependencies": {

frontend/pnpm-lock.yaml

Lines changed: 199 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tools]
22
hadolint = "2.14.0"
33
node = "26.3.1"
4-
pnpm = "10.12.1"
4+
pnpm = "11.8.0"
55
python = "3.12"
66
uv = "0.10.10"
77

0 commit comments

Comments
 (0)