Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM: Fix lerna version erroring with unknown registry arg #2421

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

jackw
Copy link
Contributor

@jackw jackw commented Jan 18, 2024

What Changed

Removed the getRegistryArgs() calls to version command when in dry run.

Why

Lerna added a global flag for passing --registry to any of its commands. This was then removed later on in v7.2.0+.

Todo:

  • Add tests
  • Add docs

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7a6f0ae) 85.92% compared to head (d8c86e4) 80.58%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2421      +/-   ##
==========================================
- Coverage   85.92%   80.58%   -5.34%     
==========================================
  Files          69       69              
  Lines        5675     5675              
  Branches     1332     1274      -58     
==========================================
- Hits         4876     4573     -303     
- Misses        718      719       +1     
- Partials       81      383     +302     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hipstersmoothie hipstersmoothie added the patch Increment the patch version when merged label Feb 22, 2024
@hipstersmoothie hipstersmoothie merged commit 9760c10 into intuit:main Feb 22, 2024
6 of 9 checks passed
Copy link

🚀 PR was released in v11.0.6 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants