-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
cli-plugin-unit-jest
indirectly depends on an old version of core-js
#5125
Comments
Hm. It's possible that this is an orphaned dependency that we forgot to remove. We already have This would also explain why it doesn't crate any problems so far: it is simply never used, and corejs2 isn't either. @sodatea did I miss some weird compatibility reason that this dependency might still be in there for, or can we remove it? |
It's for https://github.com/vuejs/vue-jest |
We use the stable v3.0.4 of vue-jest https://github.com/vuejs/vue-jest/tree/v3.0.4 |
I thought I'd bring it up because I'm getting a deprecation notice when I install now. Is this the right project or should it be moved to
|
I'm still getting this. Any plans to sort it? |
Version
4.1.2
Environment info
Steps to reproduce
Start a new Vue CLI project
Include Jest tests
Install packages
Observe the dependency tree
What is expected?
core-js@2 should not get installed
What is actually happening?
core-js@2 is getting installed via the following dependency chain:
The rest of the project uses core-js@3 properly, this is the only package which brings in the older version.
The text was updated successfully, but these errors were encountered: