question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bump jest version in @vue/cli-plugin-unit-jest

See original GitHub issue

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 in cli-plugin-unit-jest is "^23.6.0"

What does the proposed API look like?

“^24.1.0”

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:13
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

13reactions
st-slothcommented, Feb 18, 2019

Beside the new options, the current jest ^23.6.0 transitively depends on braces ^1.8.2 through micromatch ^2.3.11.

This causes the vue-projects that use the current @vue/cli-plugin-unit-jest to have 63 low severity vulnerabilities because of https://www.npmjs.com/advisories/786.

Similar to #3257 but it is nightwatch there.

7reactions
fourpixelscommented, Mar 29, 2019

Any news? Are there any blockers to do so? It’s been a while…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found