Skip to content

Add minimumReleaseAge setting for PNPM - #1031

Merged
maiertech merged 2 commits into
mainfrom
copilot/fix-1030
Oct 10, 2025
Merged

Add minimumReleaseAge setting for PNPM#1031
maiertech merged 2 commits into
mainfrom
copilot/fix-1030

Conversation

Copilot AI commented Sep 21, 2025

Copy link
Copy Markdown
Contributor

This PR adds the minimumReleaseAge=1440 setting to the existing .npmrc file 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 .npmrc file with appropriate documentation linking to the PNPM settings documentation. The configuration is validated and correctly recognized by PNPM version 10.17.0.

Before:

# https://pnpm.io/npmrc#registry
registry=https://registry.npmjs.org/
@maiertech:registry=https://npm.pkg.github.com/

# https://pnpm.io/npmrc#url_authtoken
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}

After:

# https://pnpm.io/npmrc#registry
registry=https://registry.npmjs.org/
@maiertech:registry=https://npm.pkg.github.com/

# https://pnpm.io/npmrc#url_authtoken
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}

# https://pnpm.io/settings#minimumreleaseage
minimumReleaseAge=1440

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.

Copilot AI changed the title [WIP] Add minimumReleaseAge setting for PNPM Add minimumReleaseAge setting for PNPM Sep 21, 2025
Copilot AI requested a review from maiertech September 21, 2025 18:42
@maiertech

Copy link
Copy Markdown
Owner

@copilot Why is this still a draft PR when it's ready for review?

Copilot AI commented Sep 21, 2025

Copy link
Copy Markdown
Contributor Author

@copilot Why is this still a draft PR when it's ready for review?

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
maiertech marked this pull request as ready for review September 21, 2025 19:03
Copilot AI and others added 2 commits October 10, 2025 18:30
Co-authored-by: maiertech <1482402+maiertech@users.noreply.github.com>
Repository owner deleted a comment from vercel Bot Oct 10, 2025
@maiertech
maiertech merged commit d12c160 into main Oct 10, 2025
1 check passed
@maiertech
maiertech deleted the copilot/fix-1030 branch October 10, 2025 16:47
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.

Add minimumReleaseAge setting for PNPM

2 participants