-
-
Notifications
You must be signed in to change notification settings - Fork 360
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 dependencies #855
Update dependencies #855
Conversation
This did not have an error when testing within the istanbuljs monorepo, I think the failure is due to testing against the latest |
c1eb70b
to
8b7ad4b
Compare
@bcoe I'm not sure what it takes to publish new |
@coreyfarrell I've released new next versions of the istanbul mono repo. |
8b7ad4b
to
2d46c37
Compare
@bcoe I thought you were going to bump istanbul-lib-hook to 2.0 since it has the a breaking API change? I've still updated the PR so this should soon pass CI. |
@coreyfarrell see istanbuljs/istanbuljs#181, I will release shortly. |
@coreyfarrell I have released |
Update all dependencies to latest except yargs-parser. The current version of yargs depends on yargs-parser@^9.0.2 so do the same to avoid duplicating the dependency. Implement fixes to work with istanbuljs master. Replace mkdirp with make-dir, remove unused micromatch.
* Address differences is `standard`. * Set versions to exactly that which is used by istanbuljs. * Increase LAZY_LOAD_COUNT by one. * Fix should.be.a.function to work with updated chai. * Remove exists-sync in favor of fs.existsSync.
This allows nyc to play more nicely with the istanbuljs lerna monorepo. Any dependencies used by both nyc and parts of istanbuljs will be hoisted.
2aa811f
to
6beb23b
Compare
This is related to istanbuljs/istanbuljs#180 and was tested against that.