Skip to content
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

Deprecation dependencies warnings #41

Open
rtritto opened this issue Sep 26, 2021 · 0 comments
Open

Deprecation dependencies warnings #41

rtritto opened this issue Sep 26, 2021 · 0 comments

Comments

@rtritto
Copy link

rtritto commented Sep 26, 2021

Summary

karma-coverage, dependency of videojs-generate-karma-config, contains istanbul dependency that is a deprecated library.

To solve, update karma-coverage to latest version.

Steps to Reproduce

  1. yarn init -y
  2. yarn add videojs-generate-karma-config
  3. See yarn log

Results

Actual

yarn log:

...
warning videojs-generate-karma-config > karma-coverage > [email protected]: This module is no longer maintained, try this instead:
  npm i nyc
Visit https://istanbul.js.org/integrations for other alternatives.
...

Expect

No warning in yarn log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant