-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Bump jest version in @vue/cli-plugin-unit-jest #3450
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
Comments
Beside the new options, the current This causes the vue-projects that use the current Similar to #3257 but it is |
is there any workaround yet? |
According to: facebook/jest#6743
You should be able to use v23.6.0 in the meantime - of course, that's only if you aren't taking advantage of v24 already. |
Any news? Are there any blockers to do so? It's been a while.. |
I've been successful with yarn resolutions adding the following to
|
It seems it is fixed in 4-alpha, but not in 3.8.2 yet. Could it be bumped in v3 branch as well? Getting one vulnerability message repeated 63 times for just a dev dependency, even if it is just low, is pretty disturbing.. |
We can't. Because it's a breaking change. |
What problem does this feature solve?
It's been said that Jest 24 comes with the option to transpile
globalSetup
files using babel (to use ES6 modules), but current jest version incli-plugin-unit-jest
is"^23.6.0"
What does the proposed API look like?
"^24.1.0"
The text was updated successfully, but these errors were encountered: