Correct React 19 RC version selection #32465
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Github Please tell us more about your question or problemReact 19 RC has following versioning:
At the moment Renovate is offering to "upgrade" Is it possible to persuade Renovate to use date part to determine correct order of versions and ignore the commit? Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
It will need custom regex versioning as a workaround. Ideally they should have put the date first so that it sorts correctly using standard semver. You can use 19.0.0 as the major.minor.patch while the date part can be |
Beta Was this translation helpful? Give feedback.
https://docs.renovatebot.com/modules/versioning/#using-a-custom-regex-versioning-scheme
And lots of examples in past discussions