We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11acf44 commit f664741Copy full SHA for f664741
2 files changed
package.json
@@ -23,5 +23,5 @@
23
"engines": {
24
"node": "24.x"
25
},
26
- "packageManager": "pnpm@11.1.2"
+ "packageManager": "pnpm@11.5.0"
27
}
pnpm-workspace.yaml
@@ -28,6 +28,11 @@ catalog:
28
# - minimumReleaseAge: 1440 (1 day)
29
# - verifyDepsBeforeRun: install
30
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
+
36
# Require packages to be published for at least 3 days before allowing install (default: 1 day)
37
minimumReleaseAge: 4320
38
0 commit comments