From d5cf1c827561e285bea9057970a7e3d216a90e64 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 5 Sep 2026 01:10:44 +0000 Subject: [PATCH] Remove minimumReleaseAgeExclude for graphql-codegen packages @graphql-codegen/cli@7.4.0 and @graphql-codegen/plugin-helpers@7.3.0 (published 2026-09-01) are now well past pnpm's built-in 1-day minimumReleaseAge default window, so the exclude entries added when they were pinned are no longer needed. Verified with the pinned pnpm version (11.7.0 via corepack): a fresh frozen-lockfile install passes pnpm's supply-chain policy check without the exclude and does not re-add it. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01DZKSusdmEZmakEQJJfRqQH --- pnpm-workspace.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7161d470..fc226505 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,6 +6,3 @@ allowBuilds: esbuild: true nx: true unrs-resolver: true -minimumReleaseAgeExclude: - - '@graphql-codegen/cli' - - '@graphql-codegen/plugin-helpers'