You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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 versionCurrent behaviorr:
yarn up -R istanbul-lib-coverage
sets all of my dependencies except Cypress to the latest versionThe text was updated successfully, but these errors were encountered: