-
Notifications
You must be signed in to change notification settings - Fork 58
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
Epic: Overrides Support #343
Comments
I think the RFC link in the description can be updated to https://github.com/npm/rfcs/blob/latest/accepted/0036-overrides.md (as the RFC PR has now been closed and moved to accepted). |
Any chance this will go any time soon into the https://github.com/npm/roadmap/projects/1 ? |
For historical reference: #377 |
Thanks a lot to everybody involved for making this happen! |
This is included in npm v8.3.0 (2021-12-09) |
Problem statement
Users want the ability to override/dependencies as they are being resolved.
Features
overrides
inpackage.json
that will resolve dependencies differently at specific points in the treeExit criteria
nodeFromEdge
in build-ideal-tree takes overrides into accountCanPlaceDep
/PlaceDep
verify that placing nodes does not violate overridespackage.json
(ie. adding a section specifically foroverrides
)Useful Links
The text was updated successfully, but these errors were encountered: