-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(core): remove deprecated defaultCollection and npmScope nx.json … #19708
feat(core): remove deprecated defaultCollection and npmScope nx.json … #19708
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d512081. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 5 targets
Sent with 💌 from NxCloud. |
delete nxJson['npmScope']; | ||
|
||
updateNxJson(tree, nxJson); |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should just warn. I'll add that
11145dd
to
9272090
Compare
9272090
to
d61297b
Compare
d61297b
to
d512081
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
… properties
Current Behavior
defaultCollection
andnpmScope
configuration innx.json
has been deprecated for over a year.Expected Behavior
defaultCollection
andnpmScope
configuration innx.json
have been removed.defaultCollection
is no longer necessary because Nx will prompt when there are multiple collections with the same generator.npmScope
is no longer necessary because it is now read from the rootpackage.json
.Related Issue(s)
Fixes #