-
Notifications
You must be signed in to change notification settings - Fork 12k
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 2 deprecated #16576
Comments
Angular 8 doesn't require |
Yarn gives a bit more info
|
@alfaproject yes, this is from a project that does not have core-js as a dependency. As @internalsystemerror points out, it's part of angular. Though possible this is more of a cli issue, given the |
After looking into this a bit, it seems like the underlying issue is that @angular-devkit/build-angular should probably find a way to avoid using istanbul-instrumenter-loader if possible. That package has not seen a release for 2 years, and has a dependency on a version of istanbul-lib-instrument that dates back to June 2017 (v1.7.3 vs v4.0.0 released just a few days ago). The loader package is just a very thin wrapper around createInstrumenter: |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 bug report
Is this a regression?
Yes and no - it's the underlying npm dependencies that have changed to cause this problem, not angular itself.(problem was not present on the 20th of December, for example)
Description
When creating a new angular package, or doing an npm install, we now receive a warning that core-js 2 is deprecated and we should be using 3.
🔬 Minimal Reproduction
ng new
(create a new angular 8 project)
🔥 Exception or Error
🌍 Your Environment
Angular Version:
Additional comments:
We might need a new version of angular 8 to fix this problem (8.2.15)
The text was updated successfully, but these errors were encountered: