Deprecate minimumReleaseAge in pnpm-config.json, replace with minimumReleaseAgeMinutes - #5773
Merged
Ian Clanton-Thuon (iclanton) merged 4 commits intoApr 16, 2026
Conversation
…fig.json Agent-Logs-Url: https://github.com/microsoft/rushstack/sessions/2a108c92-3a48-45c3-84b3-ac209a297f21 Co-authored-by: iclanton <5010588+iclanton@users.noreply.github.com>
Member
|
Copilot - This needs a changelog entry. Run |
Ian Clanton-Thuon (iclanton)
approved these changes
Apr 16, 2026
Agent-Logs-Url: https://github.com/microsoft/rushstack/sessions/42e201d9-5dc3-4518-8740-679dce1a29c3 Co-authored-by: iclanton <5010588+iclanton@users.noreply.github.com>
Contributor
Author
Pete Gonzalez (octogonz)
approved these changes
Apr 16, 2026
…AgeMinutes Agent-Logs-Url: https://github.com/microsoft/rushstack/sessions/07a558e7-f3d4-48ad-bc91-096719653f7b Co-authored-by: iclanton <5010588+iclanton@users.noreply.github.com>
Ian Clanton-Thuon (iclanton)
approved these changes
Apr 16, 2026
…se-age_2026-04-16-02-50.json
Ian Clanton-Thuon (iclanton)
enabled auto-merge (squash)
April 16, 2026 03:05
Ian Clanton-Thuon (iclanton)
deleted the
copilot/deprecate-minimum-release-age
branch
April 16, 2026 03:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pnpm-config.schema.json): AddminimumReleaseAgeMinutes, markminimumReleaseAgeas deprecatedIPnpmOptionsJsoninterface: AddminimumReleaseAgeMinutes, keepminimumReleaseAgeas deprecatedPnpmOptionsConfigurationclass: AddminimumReleaseAgeMinutesas primary property, add validation to disallow both properties, map from either old or newInstallHelpers.ts: UseminimumReleaseAgeMinutesproperty name, map to pnpm'sminimumReleaseAgepnpm-config.json): UseminimumReleaseAgeMinutesin examplesminimumReleaseAgeMinutes, add test for both properties error and deprecated fallbackrush-lib.api.md)rush changeminimumReleaseAgegetter onPnpmOptionsConfigurationthat redirects tominimumReleaseAgeMinutes