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 f664741 commit a4f907cCopy full SHA for a4f907c
1 file changed
pnpm-workspace.yaml
@@ -31,6 +31,11 @@ catalog:
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
+#
35
+# Note: Since pnpm@11.4, tarball integrity mismatches are always a hard error
36
+# regardless of this setting — a compromised or re-published tarball will still be
37
+# caught at download time even with trustLockfile enabled. The only check skipped
38
+# here is the time-based minimumReleaseAge / trustPolicy verification.
39
trustLockfile: true
40
41
# Require packages to be published for at least 3 days before allowing install (default: 1 day)
0 commit comments