Skip to content

Handler for ERR_PNPM_STRICT_MIN_RELEASE_AGE_REQUIRES_SAVE error type - #15532

Open
v-sachin-sandhu wants to merge 1 commit into
mainfrom
ssandhu/pnpm-age-error-fix
Open

Handler for ERR_PNPM_STRICT_MIN_RELEASE_AGE_REQUIRES_SAVE error type#15532
v-sachin-sandhu wants to merge 1 commit into
mainfrom
ssandhu/pnpm-age-error-fix

Conversation

@v-sachin-sandhu

@v-sachin-sandhu v-sachin-sandhu commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

What are you trying to accomplish?

We are adding a exception handler for ERR_PNPM_STRICT_MIN_RELEASE_AGE_REQUIRES_SAVE error as it is incompatible with --no-save option that we are using (This surfaces when minimumReleaseAgeStrict is 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

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@v-sachin-sandhu
v-sachin-sandhu requested a review from a team as a code owner July 8, 2026 01:48
Copilot AI review requested due to automatic review settings July 8, 2026 01:48

This comment was marked as outdated.

Copilot AI review requested due to automatic review settings July 8, 2026 01:53
@v-sachin-sandhu
v-sachin-sandhu force-pushed the ssandhu/pnpm-age-error-fix branch from feed877 to 62c1355 Compare July 8, 2026 01:53
@v-sachin-sandhu v-sachin-sandhu self-assigned this Jul 8, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings July 8, 2026 01:57
@v-sachin-sandhu
v-sachin-sandhu force-pushed the ssandhu/pnpm-age-error-fix branch from 62c1355 to 915758e Compare July 8, 2026 01:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants