Renovate doesn't upgrade after minor bump with ignoreUnstable when using prerelease semver versions #8545
Unanswered
Jolg42
asked this question in
Request Help
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Renovate type, platform and version are you using?
Renovate on GitHub, original repo: https://github.com/prisma/prisma/blob/master/.github/renovate.json
Describe the bug
The problem happens with the
@prisma/engines
and@prisma/engines-version
npm packages which are only released in a semver pre-release style like (fromnpm info @prisma/engines versions
)Here is what semver parsing looks like from my runkit
I created this small repro, where I set the version to
2.16.0-43.a973e24a4e5194f8fe3301bfa7ff982b24f97c05
Expecting to see renovate upgrading it to the latest version available
2.17.0-4.62e1b79e1c93665abe9d3a3694eba727695dcf82
Instead it's only suggesting
2.16.0-44.854c8ba7f0dce66f115af36af24e66989a8c02a1
and will never upgrade the minor to 2.17 after that.https://github.com/Jolg42/repro-renovate-engines-package/pull/1
We thought that
"ignoreUnstable": true,
would change something but it's the same behavior wit or without.Relevant debug logs
Have you created a minimal reproduction repository?
https://github.com/Jolg42/repro-renovate-engines-package/
https://github.com/Jolg42/repro-renovate-engines-package/blob/master/renovate.json
Additional context
Beta Was this translation helpful? Give feedback.
All reactions