Skip to content

Remove minimumReleaseAgeExclude for graphql-codegen packages - #493

Merged
eddeee888 merged 1 commit into
masterfrom
claude/minimum-release-age-exclude-6jkja1
Sep 5, 2026
Merged

Remove minimumReleaseAgeExclude for graphql-codegen packages#493
eddeee888 merged 1 commit into
masterfrom
claude/minimum-release-age-exclude-6jkja1

Conversation

@eddeee888

Copy link
Copy Markdown
Owner

What

Removes the minimumReleaseAgeExclude entries for @graphql-codegen/cli and @graphql-codegen/plugin-helpers from pnpm-workspace.yaml.

Why

These excludes were added when package.json was pinned to @graphql-codegen/[email protected] and @graphql-codegen/[email protected] (published 2026-09-01), since both versions were too new for pnpm's minimumReleaseAge supply-chain check at the time.

The repo pins pnpm 11.7.0 via devEngines.packageManager, which defaults minimumReleaseAge to 1440 minutes (1 day) when unset. Both pinned versions are now several days old — well past that window — so the excludes are no longer needed.

Verification

Activated the pinned pnpm version (corepack prepare [email protected] --activate) and ran a fresh pnpm install --frozen-lockfile with the excludes removed:

  • Install completed cleanly (✓ Lockfile passes supply-chain policies).
  • pnpm did not re-add the entries to pnpm-workspace.yaml (it auto-writes them back if a pinned version is still immature — it didn't here), confirming both packages now pass the age check on their own.

🤖 Generated with Claude Code

https://claude.ai/code/session_01DZKSusdmEZmakEQJJfRqQH


Generated by Claude Code

@graphql-codegen/[email protected] and @graphql-codegen/[email protected]
(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 <[email protected]>
Claude-Session: https://claude.ai/code/session_01DZKSusdmEZmakEQJJfRqQH
@changeset-bot

changeset-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d5cf1c8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@eddeee888
eddeee888 marked this pull request as ready for review September 5, 2026 01:13
@eddeee888
eddeee888 merged commit 57a074b into master Sep 5, 2026
7 checks passed
@eddeee888
eddeee888 deleted the claude/minimum-release-age-exclude-6jkja1 branch September 5, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants