From 4dde159286bd846864ca63aeb4db3cb1ef102012 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Wed, 9 Sep 2026 01:06:48 +0800 Subject: [PATCH] chore: enable `trustPolicyExcludePrune` (#14695) Explain what changed and why. Reference issues here too (Closes pnpm/pnpm#123). --- pnpm-workspace.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4b8a928640..6c1227ea71 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -542,12 +542,12 @@ trustPolicy: no-downgrade trustPolicyExclude: - '@pnpm/*' - '@yarnpkg/libzip@3.2.2' - - fastq@1.20.2 - pnpm - rxjs@7.8.2 - - tinyexec@1.2.2 - undici-types@6.21.0 +trustPolicyExcludePrune: true + trustPolicyIgnoreAfter: 10080 # 1 week # Dependencies deliberately held back, which `pnpm update --latest` (run by the