-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
core-js@<3.0 related warnings #817
Comments
This should be fixed as-of 0.9.2 @hipstersmoothie |
Is there any criteria for 0.9.2 to move from canary to stable? |
That's something that'd have to be done by @hipstersmoothie manually. |
Should get released when #825 is merged. There was a hiccup in the tests that caused that last release to not go out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
yarn add jimp
should install without outdated dependency warning.Current Behavior
When installing jimp with
yarn
, the logs contain several instances of the warningcore-js@<3.0 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
.Context
Failure Logs
See above.
The text was updated successfully, but these errors were encountered: