fix: remove scoped registry override, fix warning message typo [EXT-00]#10734
Merged
Jared Jolton (jjolton-contentful) merged 2 commits intomasterfrom Mar 24, 2026
Merged
Conversation
Copilot started reviewing on behalf of
Jared Jolton (jjolton-contentful)
March 24, 2026 19:19
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Removes a root-level npm scoped-registry override that was interfering with lerna publish --registry, and includes a minor string typo fix in dam-app-base to trigger a release.
Changes:
- Removed
@contentful:registryoverride from the root.npmrcso--registryis respected during publish. - Fixed a user-facing typo (“incompatibile” → “incompatible”) in
dam-app-base.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.npmrc |
Removes the scoped registry override that was overriding lerna publish --registry. |
packages/dam-app-base/src/Editor/Field.tsx |
Fixes a typo in a warning Note title (also forces a new release). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ryunsong-contentful
approved these changes
Mar 24, 2026
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.
Purpose
We need to remove the redundant
@contentful:registryfrom.npmrcthat is overriding the--registryflag duringlerna publish, causing E404. The registry was added to the.npmrcincidentally in #9950 and is safe to remove.Approach
I included a small typo fix in dam-app-base to ensure it triggers a new release.
Testing steps
Merge and ensure release works.
Breaking Changes
None
Dependencies and/or References
builds on #10733
Deployment
None