Handler for ERR_PNPM_STRICT_MIN_RELEASE_AGE_REQUIRES_SAVE error type - #15532
Open
v-sachin-sandhu wants to merge 1 commit into
Open
Handler for ERR_PNPM_STRICT_MIN_RELEASE_AGE_REQUIRES_SAVE error type#15532v-sachin-sandhu wants to merge 1 commit into
v-sachin-sandhu wants to merge 1 commit into
Conversation
v-sachin-sandhu
force-pushed
the
ssandhu/pnpm-age-error-fix
branch
from
July 8, 2026 01:53
feed877 to
62c1355
Compare
v-sachin-sandhu
force-pushed
the
ssandhu/pnpm-age-error-fix
branch
from
July 8, 2026 01:57
62c1355 to
915758e
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.
What are you trying to accomplish?
We are adding a exception handler for
ERR_PNPM_STRICT_MIN_RELEASE_AGE_REQUIRES_SAVEerror as it is incompatible with--no-saveoption that we are using (This surfaces whenminimumReleaseAgeStrictis used in settings file). The exception body is as following:[ERR_PNPM_STRICT_MIN_RELEASE_AGE_REQUIRES_SAVE] minimumReleaseAgeStrict cannot be combined with --no-save: approval would require writing to minimumReleaseAgeExclude in pnpm-workspace.yaml, which --no-save prevents.
Anything you want to highlight for special attention from reviewers?
How will you know you've accomplished your goal?
Checklist