Skip to content

Commit f664741

Browse files
committed
chore: upgrade pnpm to 11.5.0 and enable trustLockfile
1 parent 11acf44 commit f664741

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"engines": {
2424
"node": "24.x"
2525
},
26-
"packageManager": "pnpm@11.1.2"
26+
"packageManager": "pnpm@11.5.0"
2727
}

pnpm-workspace.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ catalog:
2828
# - minimumReleaseAge: 1440 (1 day)
2929
# - verifyDepsBeforeRun: install
3030

31+
# Trust the lockfile so that already-resolved entries skip the minimumReleaseAge /
32+
# trustPolicy verification pass. This prevents unrelated packages from failing
33+
# trust checks when updating a specific dependency.
34+
trustLockfile: true
35+
3136
# Require packages to be published for at least 3 days before allowing install (default: 1 day)
3237
minimumReleaseAge: 4320
3338

0 commit comments

Comments
 (0)