Bump jest version in @vue/cli-plugin-unit-jest
See original GitHub issueWhat 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 in cli-plugin-unit-jest
is "^23.6.0"
What does the proposed API look like?
“^24.1.0”
Issue Analytics
- State:
- Created 5 years ago
- Reactions:13
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Support Jest 28 with @vue/cli-plugin-unit-jest #7129 - GitHub
There is also already a version 28 for ts-jest available that is compatible with Jest 28. What does the proposed API look like?...
Read more >@vue/cli-plugin-unit-jest - npm
unit-jest plugin for vue-cli. Latest version: 5.0.8, last published: 6 months ago. Start using @vue/cli-plugin-unit-jest in your project by ...
Read more >@vue/cli-plugin-unit-jest | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >vue/cli-plugin-unit-jest - Awesome JS
This version fixed a CORS vulnerability and an XSS vulnerability in Vue CLI UI. We recommend all users of vue ui to upgrade...
Read more >vue/cli-plugin-unit-jest: Versions - Openbase
The default ESLint version is bumped to v6. Users can upgrade through vue upgrade . The default TypeScript version is bumped from ~3.5.3...
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
Beside the new options, the current
jest
^23.6.0 transitively depends onbraces
^1.8.2 throughmicromatch
^2.3.11.This causes the vue-projects that use the current
@vue/cli-plugin-unit-jest
to have63 low severity vulnerabilities
because of https://www.npmjs.com/advisories/786.Similar to #3257 but it is
nightwatch
there.Any news? Are there any blockers to do so? It’s been a while…