Support for dart git packages #26319
Replies: 5 comments
-
|
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction. We may close the discussion if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
|
Maybe this is more feasible now that Dart 3.9.0 added support for a 'tag_pattern' field in the dependencies:
my_dependency:
git:
url: https://github.com/example/my_dependency
tag_pattern: v{{version}}
version: ^2.0.1The 'version' field must be a semantic version, unlike |
Beta Was this translation helpful? Give feedback.
-
|
I created a minimal reproduction here: https://github.com/Conrad598/renovate-reproduction-26319 |
Beta Was this translation helpful? Give feedback.
-
|
Renovate trying to look up the package on pub.dev leads to it using any hosted package that might have the same name. More information in: #38814 |
Beta Was this translation helpful? Give feedback.
-
|
Looks like this got added in 41.159.0. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
Hello,
we're currently unable to use renovate for dart git packages (go, terraform and bazel are working great!) - is there any chance this feature request could be added to renovate?
ref: https://dart.dev/tools/pub/dependencies#git-packages
Beta Was this translation helpful? Give feedback.
All reactions