-
Notifications
You must be signed in to change notification settings - Fork 219
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
chore(melos): updated dependencies to latest stable versions #618
Conversation
To view this pull requests documentation preview, visit the following URL: Documentation is deployed and generated using docs.page. |
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.
This does not pass the dependency constraints.
This supports upgrading dependency to breaking versions/changes
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 don't think this change gives us anything, it will be more work maintaining those dependency ranges. It's better to wait with bumping these dependencies until we bump Dart.
Yo @spydon, this is the same tactic we used while updating the Also because of these constraints, I'm unable to add melos as I'm using packages with the latest versions of Additionally, we can later remove the range after the current melos is updated. |
The dependencies of Melos should not affect your usage of it? If you have a package/app in the root I recommend that you move it into a sub-directory, for example |
Description
Updated packages file and pub_updater to latest stable versions i.e.
v7.0.0
andv0.4.0
respectively.Also updated dependency versions in the
melos.yaml
file to properly bootstrap melos while usingmelos bootstrap
.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