core-js@<3.0 related warnings
See original GitHub issueExpected Behavior
yarn add jimp
should install without outdated dependency warning.
Current Behavior
When installing jimp with yarn
, the logs contain several instances of the warning core-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.
.
> yarn add jimp 1059ms Tue 19 Nov 15:30:32 2019
yarn add v1.17.3
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/4] 🔍 Resolving packages...
warning jimp > core-js@2.6.10: core-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.
warning jimp > @jimp/custom > core-js@2.6.10: core-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.
warning jimp > @jimp/types > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > core-js@2.6.10: core-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.
warning jimp > @jimp/custom > @jimp/core > core-js@2.6.10: core-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.
warning jimp > @jimp/types > @jimp/jpeg > core-js@2.6.10: core-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.
warning jimp > @jimp/types > @jimp/gif > core-js@2.6.10: core-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.
warning jimp > @jimp/types > @jimp/png > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-blit > core-js@2.6.10: core-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.
warning jimp > @jimp/types > @jimp/bmp > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-blur > core-js@2.6.10: core-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.
warning jimp > @jimp/types > @jimp/tiff > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-contain > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-color > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-crop > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-dither > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-flip > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-displace > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-gaussian > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-mask > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-invert > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-cover > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-print > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-normalize > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-resize > core-js@2.6.10: core-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.
warning jimp > @jimp/custom > @jimp/core > @jimp/utils > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-rotate > core-js@2.6.10: core-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.
warning jimp > @jimp/plugins > @jimp/plugin-scale > core-js@2.6.10: core-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.
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
success Saved lockfile.
success Saved 72 new dependencies.
Context
- Jimp Version: v0.8.5
- Operating System: OSX Mojave v10.14.6
- Node version: v10.15.3
Failure Logs
See above.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Fix babel useBuiltIns core-js warning #1471 - vuejs/vuepress
Try npm install --save core-js@2 probably your project core are not compatible with current core-js@3, but even if the same warning are keep,...
Read more >npm WARN deprecated core-js@2.6.11: core-js@<3 is no ...
I observed this warning message within a Vaadin project with Vaadin 14.1.3 after switching from dependency com.vaadin.vaadin to ...
Read more >babel-plugin-polyfill-corejs3 - npm
A Babel plugin to inject imports to core-js@3 polyfills. Latest version: 0.6.0, last published: 3 months ago.
Read more >@babel/runtime-corejs3 | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >T240525 cxserver: Update to core-js@3 - Wikimedia Phabricator
npm update shows deprecation warning: npm WARN deprecated core-js@2.6.10: core-js@<3 is no longer maintained and not recommended for usage due to the number ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/oliver-moran/jimp/releases/tag/v0.9.3
Should get released when https://github.com/oliver-moran/jimp/pull/825 is merged. There was a hiccup in the tests that caused that last release to not go out