Possibly incorrect react experimental rollback #8095
Unanswered
AdrienLemaire
asked this question in
Request Help
Replies: 1 comment 2 replies
-
The way these experimental versions are done is a misuse of semver, and they will be sorted as per semver guidelines. It's hard to tell what is the correct one to be using because you can't sort commit hashes, but here's the current tagging: Here's the recent list of published versions: I suggest you utilize |
Beta Was this translation helpful? Give feedback.
2 replies
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?
Describe the bug
Got 2 renovate PRs to rollback react & react-dom
0.0.0-experimental-4ead6b530
->0.0.0-experimental-3310209d0
0.0.0-experimental-4ead6b530
->0.0.0-experimental-3310209d0
Reverting broke my tests with numerous errors:
Checking the react github repo and commit logs, I cannot find any mention of a revert needed, and I cannot even find the commit which hash starts with 331020.
Why is this rollback done, and what is is rollbacking to ?
To Reproduce
setup a package.json with
renovate has then created the PR to rollback to 3310209d0
Beta Was this translation helpful? Give feedback.
All reactions