-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
update istanbul-api #5637
update istanbul-api #5637
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5637 +/- ##
=======================================
Coverage 62.28% 62.28%
=======================================
Files 216 216
Lines 7898 7898
Branches 3 4 +1
=======================================
Hits 4919 4919
Misses 2978 2978
Partials 1 1 Continue to review full report at Codecov.
|
@@ -442,7 +442,20 @@ babel-eslint@^7.2.3: | |||
babel-types "^6.23.0" | |||
babylon "^6.17.0" | |||
|
|||
babel-generator@^6.18.0, babel-generator@^6.24.1, babel-generator@^6.26.0: | |||
babel-generator@^6.18.0: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you edit lockfile by hand? This change is weird, ^6.18.0
should resolve to the same that ^6.24.1
and ^6.26.0
below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yarn doesn't dedupe on upgrades (yarnpkg/yarn#3778)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(running yarn-tools
to dedupe should be fine, fwiw)
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
istanbul changed its reporting format.
This PR updates
istanbul-api
version and updates coverage snapshots