-
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 dependency not removed after updating to v8 #14636
Comments
I've upgraded my project some days ago and these polyfills were deleted from my
|
Removing it requires an analysis of all application code to ensure it is not used as well as any dependencies which might have a peer dependency on the package. While possible it is also complex and potentially time-intensive for large projects. |
Closing as per above comment. |
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
Command (mark with an
x
)Is this a regression?
No.
Description
Per #13954 (comment) - should the project dependency on
core-js
be removed when updating? It isn't present in new v8 projects.🔬 Minimal Reproduction
Run
ng update @angular/cli @angular/core
on a v7 project. See that after the update,core-js
is still listed as a dependency.The text was updated successfully, but these errors were encountered: