-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jest-snapshot v25 requires a version of semver which doesn't support node 8 #9450
Comments
I believe semver 7 and 6 are largely identical except for node version support; downgrading to semver 6 should address it. |
@ljharb I'll put up a PR shortly. |
@SimenB does this mean that support for node 8 is dropped ? I don't see how this PR solves the current issue |
What? I have no idea how that's your conclusion - we've rolled back to a version that still supports older nodes, it's just not released yet |
My bad, I checked the wrong reference for the fix 🤦♂ |
@SimenB any progress on a new release for this? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🐛 Bug Report
jest-snapshot
v25 requires a version of semver which doesn't support node 8To Reproduce
Steps to reproduce the behavior:
yarn init
a packageyarn add jest
Expected behavior
Jest is successfully added to the package manifest.
Link to repl or repo (highly encouraged)
envinfo
The text was updated successfully, but these errors were encountered: