Upgrade mock-fs dev dependency to support Node v12 #74
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello! After cloning this repository and installing dependencies, I found that I had two failing tests:
I'm running the latest Node LTS version (v12), so I switched over to the last LTS version to successfully run in CI for this repository (v8) and found that tests passed locally. I tracked down the issue to a problem with the
mock-fs
dependency: tschaub/mock-fs#256This PR upgrades that dependency so that tests will pass on the latest version of Node. This PR also introduces a fair amount of lockfile churn, but I suspect that's because the lockfile hasn't been touched in a while. I'm running the latest version of the npm cli (v6.14.5).