Skip to content

chore(FR-2859): set minimumReleaseAgeIgnoreMissingTime to true#7338

Merged
yomybaby merged 1 commit into
mainfrom
chore/FR-2859-pnpm-ignore-missing-time
May 11, 2026
Merged

chore(FR-2859): set minimumReleaseAgeIgnoreMissingTime to true#7338
yomybaby merged 1 commit into
mainfrom
chore/FR-2859-pnpm-ignore-missing-time

Conversation

@yomybaby
Copy link
Copy Markdown
Member

@yomybaby yomybaby commented May 11, 2026

Resolves #7337(FR-2859)

Summary

  • Add minimumReleaseAgeIgnoreMissingTime: true to pnpm-workspace.yaml so packages whose registry response omits the time field do not block pnpm install under the minimumReleaseAge policy.

Test plan

  • pnpm install succeeds in a fresh environment.
  • Existing minimumReleaseAge / minimumReleaseAgeExclude behavior remains intact for packages that do report publish times.

Copy link
Copy Markdown
Member Author


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent changes, fast-track this PR to the front of the merge queue

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions Bot added the size:XS ~10 LoC label May 11, 2026
@yomybaby yomybaby marked this pull request as ready for review May 11, 2026 08:27
Copilot AI review requested due to automatic review settings May 11, 2026 08:27
@yomybaby yomybaby merged commit 7a4501f into main May 11, 2026
12 checks passed
@yomybaby yomybaby deleted the chore/FR-2859-pnpm-ignore-missing-time branch May 11, 2026 08:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s pnpm workspace configuration to prevent pnpm install from failing when a registry response omits package publish-time metadata (time) while minimumReleaseAge is enabled.

Changes:

  • Adds minimumReleaseAgeIgnoreMissingTime: true to the workspace config so missing time metadata does not block installs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS ~10 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set minimumReleaseAgeIgnoreMissingTime in pnpm-workspace

2 participants