Is there an existing feature request for this?
Command
No response
Description
With Dart 3.9.0 we can now use semantic versioning on Git dependencies:
dependencies:
foo:
git:
url: https://github.com/myFoo/foo
tag_pattern: my-tag-pattern-v{{version}}
version: ^1.0.0
Currently melos version is failing to upgrade internal dependencies in the mono-repo when one package has a new version. In this example if Foo is updated to 1.1.0, the implementing package will not be updated to version: ^1.1.0
Reasoning
It is really great for private mono-repos that Dart is now supporting versioning via Git as this gives a great alternative to hosting a private pub. Implementing this feature in melos would benefit all private monorepos that use this new versioning
Additional context and comments
No response
Other
Is there an existing feature request for this?
Command
No response
Description
With Dart 3.9.0 we can now use semantic versioning on Git dependencies:
Currently
melos versionis failing to upgrade internal dependencies in the mono-repo when one package has a new version. In this example ifFoois updated to1.1.0, the implementing package will not be updated toversion: ^1.1.0Reasoning
It is really great for private mono-repos that Dart is now supporting versioning via Git as this gives a great alternative to hosting a private pub. Implementing this feature in melos would benefit all private monorepos that use this new versioning
Additional context and comments
No response
Other