Skip to content

Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them#1935

Merged
Andarist merged 7 commits intomainfrom
fix/registry-url-normalization
Apr 17, 2026
Merged

Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them#1935
Andarist merged 7 commits intomainfrom
fix/registry-url-normalization

Conversation

@Andarist
Copy link
Copy Markdown
Member

fixes #1932

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 17, 2026

🦋 Changeset detected

Latest commit: dfb78bf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@changesets/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.84%. Comparing base (036fdd4) to head (dfb78bf).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1935      +/-   ##
==========================================
+ Coverage   83.37%   83.84%   +0.46%     
==========================================
  Files          56       56              
  Lines        2466     2463       -3     
  Branches      742      747       +5     
==========================================
+ Hits         2056     2065       +9     
+ Misses        404      392      -12     
  Partials        6        6              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Andarist Andarist changed the title Fix npm auth for path-based registries during publish by fixing registry URL normalization logic Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them Apr 17, 2026
@Andarist Andarist merged commit d2121dc into main Apr 17, 2026
8 checks passed
@Andarist Andarist deleted the fix/registry-url-normalization branch April 17, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

normalizeRegistry breaks npm auth for registries with path components

1 participant