fix: remove unsupported min-release-age from .npmrc - #156
Merged
Conversation
The dependency pinning commit regenerated the lockfile with npm 11, which produced a lockfile incompatible with npm 10.8 (Node 18 in CI). Regenerated with npm 10.8 and added legacy-peer-deps=true to .npmrc to handle the eslint@10 vs @typescript-eslint@2.16 peer dep conflict. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Gabrielpanga
force-pushed
the
Gabrielpanga/fix-ci-release
branch
from
April 7, 2026 11:05
13f36fb to
4f86e39
Compare
Keep the setting for when CI upgrades to a compatible npm version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
github-actions Bot
pushed a commit
that referenced
this pull request
Apr 7, 2026
## [0.84.1](v0.84.0...v0.84.1) (2026-04-07) ### Bug Fixes * remove unsupported min-release-age from .npmrc ([#156](#156)) ([83c0cb4](83c0cb4))
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.
Summary
min-release-age=7from.npmrcas it's not supported on npm 10.x (Node 18 used in CI)npm cito fail with a bizarreMissing: typescript@6.0.2 from lock fileerrorsave-exact=truewhich works fine across npm versionsTest plan
npm cisucceeds locallynpm run buildpassesnpm testpasses🤖 Generated with Claude Code