The version 0.4.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of memory-fs.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 0.4.0 of memory-fs just got published.
The version 0.4.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of memory-fs. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 15 commits .
bca2616
0.4.0
d2adaa6
Only include
lib/
in npm packagecc8a71f
fix: make meta return undefined when path does not exist (fixes #19)
d248b04
fix: replace process.nextTick with setImmediate (fixes #22)
a542294
feat: make async callbacks call in a new event cycle (fixes #22) (#27)
0a12b5c
test: add tests for pathToArray
83e1ffc
test: add test for joining paths with different DS (fixes #26)
1880511
fix: handle non-empty string request (fixes #12)
3b1d847
Update join.js
804dfa1
Merge pull request #18 from elliottsj/mkdir-callback
6bd0793
Merge pull request #21 from ntrpy/master
a750bdf
Merge pull request #15 from pyrotechnick/patch-1
64a8076
#20 fix for joining relative paths in windows
4bd3ce4
For async mkdir, call the callback when passed as the third argument
2125322
Typo in README.md ("variantes" -> "variants")
See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: