chore(deps): set Yarn Modern minimumReleaseAge to 7d (7 days)#1818
Merged
mschile merged 1 commit intoJul 2, 2026
Merged
Conversation
Collaborator
|
MikeMcC399
force-pushed
the
yarn-modern-7-day-release-age
branch
from
July 2, 2026 12:57
46e4a94 to
b4c062a
Compare
MikeMcC399
marked this pull request as ready for review
July 2, 2026 13:02
4 tasks
mschile
approved these changes
Jul 2, 2026
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.
Situation
The renovate.json configuration includes:
Yarn Modern examples are set up with npmMinimalAgeGate set to
3d(3 days).An exception for
cypressis in place using npmPreapprovedPackages.Change
In Yarn Modern examples:
update npmMinimalAgeGate:
3d(3 days)7d(7 days)Refresh
yarn.lockfiles asyarn up --recursivedoes not update transient dependencies as documented.rm -rf node_modules # only relevant for non-pnp rm yarn.lock touch yarn.lock yarnVerification
Using Ubuntu 24.04.4 LTS with Node.js 24.18.0 LTS execute:
Yarn should complete with no errors or warnings.
Note
Low Risk
Example-only Yarn config and lockfile updates with no production runtime or auth changes.
Overview
Raises
npmMinimalAgeGatefrom3dto7din theyarn-modernandyarn-modern-pnpexample.yarnrc.ymlfiles (with a short comment on the unit), matching Renovate’sminimumReleaseAge: "7 days"so example policy stays consistent. The existingcypressnpmPreapprovedPackagesexception is unchanged.Both example
yarn.lockfiles were regenerated; transient bumps includeqs6.15.2 → 6.15.3 (dependency tweaks onside-channel) andsysteminformation5.31.7 → 5.31.11.Reviewed by Cursor Bugbot for commit b4c062a. Bugbot is set up for automated code reviews on this repo. Configure here.