Add minimumReleaseAge setting for PNPM - #1031
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Add
Add Sep 21, 2025
minimumReleaseAge setting for PNPMminimumReleaseAge setting for PNPM
Owner
|
@copilot Why is this still a draft PR when it's ready for review? |
Contributor
Author
The PR status cannot be changed from draft to ready for review through the automated tools available to me. The code changes are complete and validated - you'll need to manually mark the PR as ready for review in the GitHub interface. |
maiertech
marked this pull request as ready for review
September 21, 2025 19:03
Co-authored-by: maiertech <1482402+maiertech@users.noreply.github.com>
maiertech
force-pushed
the
copilot/fix-1030
branch
from
October 10, 2025 16:37
e8580f1 to
20e2edb
Compare
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.
This PR adds the
minimumReleaseAge=1440setting to the existing.npmrcfile to delay installation of new packages by one day (1440 minutes). This configuration helps ensure package stability by providing additional time to identify potential issues with newly published packages before they are installed.The setting has been added to the existing
.npmrcfile with appropriate documentation linking to the PNPM settings documentation. The configuration is validated and correctly recognized by PNPM version 10.17.0.Before:
After:
This change maintains all existing functionality while adding the requested security and stability enhancement.
Fixes #1030.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.