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

Dependencies need ^ in their semver #540

Closed
quisido opened this issue Dec 22, 2021 · 2 comments · Fixed by #747
Closed

Dependencies need ^ in their semver #540

quisido opened this issue Dec 22, 2021 · 2 comments · Fixed by #747
Labels

Comments

@quisido
Copy link
Contributor

quisido commented Dec 22, 2021

In order to merge Cypress coverage reports with other coverage reports, the istanbul-lib-coverage module needs to be the same version.

Cypress, however, hard-locks it at 3.0.0, when other packages correctly use ^3.0.0.

As a result, I'm currently seeing other packages use 3.2.0, and I am unable to upgrade Cypress's dependency because of its exact semver.

Expected behavior: yarn up -R istanbul-lib-coverage should set all my dependencies to the same version
Current behaviorr: yarn up -R istanbul-lib-coverage sets all of my dependencies except Cypress to the latest version

@djasselette-evs
Copy link

I totally agree that istanbul-lib-coverage should be upgraded. There were pull requests open on the topic: #507 and #728 but they were recently closed. @jennifer-shehane could you elaborate on why you closed them?

@cypress-app-bot
Copy link

🎉 This issue has been resolved in version 3.12.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

3 participants