-
Notifications
You must be signed in to change notification settings - Fork 206
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: Add global dependency overrides #520
Conversation
To view this pull requests documentation preview, visit the following URL: Documentation is deployed and generated using docs.page. |
Hint: The added |
@jtdLab Thanks for this contribution! We already have
Yes. Often, dependency overrides are used to override transitive dependencies. |
@blaugold i am no sure about the docs is it only the overview page which needs an update? |
This reverts commit 132ec80.
Any updates on this? |
I'll close this since the functionality will be implemented with the new system in 594, thanks for the effort though! |
Description
Support global dependency_overrides (#439)
This allows to define dependency overrides for each workspace package in
melos.yaml
like:Type of Change
feat
-- New feature (non-breaking change which adds functionality)fix
-- Bug fix (non-breaking change which fixes an issue)!
-- Breaking change (fix or feature that would cause existing functionality to change)refactor
-- Code refactorci
-- Build configuration changedocs
-- Documentationchore
-- Chore