### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `semver.valid('0.0.0-928490632884417731e7af463c92b034d6a78268fc993bcb88a57944')` passes on 7.5.2, returns null on 7.5.3. suspecting https://github.com/npm/node-semver/pull/571 as the culprit ### Expected Behavior either it should pass on 7.5.3 or it's a breaking change that warrants a non-patch version bump ### Steps To Reproduce see "current behavior" ### Environment N/A IMO