Is there an existing issue for this?
Current Behavior
This is not a bug with the semver package, but with https://semver.npmjs.com/
I couldn't find any better place to report this, so I hope I'm right here or the maintainers know where I can report this correctly.
Currently, if you go to https://semver.npmjs.com/ and search for ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0, it misses all React 19 RCs in the results.

Expected Behavior
Irritatingly, when removing ^18.0.0 from that list, it gives a result that seems correct

Steps To Reproduce
go to https://semver.npmjs.com/ and search for ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
Environment
Firefox
Is there an existing issue for this?
Current Behavior
This is not a bug with the
semverpackage, but with https://semver.npmjs.com/I couldn't find any better place to report this, so I hope I'm right here or the maintainers know where I can report this correctly.
Currently, if you go to https://semver.npmjs.com/ and search for

^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0, it misses all React 19 RCs in the results.Expected Behavior
Irritatingly, when removing
^18.0.0from that list, it gives a result that seems correctSteps To Reproduce
go to https://semver.npmjs.com/ and search for
^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0Environment
Firefox