invertase / melos

🌋 A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.19k stars 208 forks source link

Dependency versioning #175

Closed mark-nicepants closed 2 years ago

mark-nicepants commented 3 years ago

Hey all, Im wondering how dependency versioning works in melos. I cannot seem to find it in the documentation apart from a TODO. Would like to be able to declare dependencies (and dart/flutter environment constraints) that are then applied to all pubspecs.

image

SAGARSURI commented 3 years ago

Do you mean add common dependencies in one place and they will be added to all the pubspecs of the packages? I guess it's not possible to achieve that with melos.

blaugold commented 2 years ago

Closing this as a duplicate of #94.