The devDependency memfs was updated from 2.17.1 to 3.0.0.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
The devDependency memfs was updated from
2.17.1
to3.0.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: streamich
Release Notes for v3.0.0
3.0.0 (2019-11-26)
Bug Fixes
TCallback
to acceptnull
forerror
parameter (aedcbda)Link#walk
to returnLink | null
(1b76cb1)children
inLink
to be possibly undefined (b4945c2)_modeToNumber
to be called w/undefined
(07c0b7a)_modeToNumber
to returnundefined
(3e3c992)assertEncoding
to be called w/undefined
(e37ab9a)Dirent~build
to acceptundefined
for theencoding
parameter (8ca3550)flagsToNumber
to be called w/undefined
(dbfc754)mkdtempBase
to be called w/undefined
forencoding
(f28c395)modeToNumber
to be called w/undefined
(336821d)realpathBase
to be called w/undefined
forencoding
(e855f1c)tryGetChild
util function (b5093a1)tryGetChildNode
util function (62b5a52)Volume.releasedFds
array (9e21f3a)null
to._link
property inFSWatcher
(71569c0)null
to._steps
property inFSWatcher
(0e94b9c)null
to.buf
property inNode
(00be0c2)null
to.link
property inFile
(5d01713)null
to.node
property inFile
(d06201e)null
to.node
property inLink
(4d7f439)null
to.parent
property inLink
(b3e60b6)null
to.symlink
property inNode
(9bfb6f5)null
toStatWatcher.prev
property (fd1a253)null
toStatWatcher.vol
property (1540522)#vol
or#parent
oflink
tonull
(b396f04)strictNullChecks
(3896de7)StatWatcher.timeoutRef
property optional (d09cd03)#access
to be compatible w/strictNullChecks
(82ed81b)#copyFileSync
to be compatible w/strictNullChecks
(40f8337)#createLink
to be compatible w/strictNullChecks
(7d8559d)#ftruncate
to be compatible w/strictNullChecks
(f2ea3f1)#mkdir
to be compatible w/strictNullChecks
(d5d7883)#mkdirp
to be compatible w/strictNullChecks
(6cf0bce)#mkdtempBase
to be compatible w/strictNullChecks
(d935b3b)#mkdtempSync
to be compatible w/strictNullChecks
(7e22617)#newFdNumber
to be compatible w/strictNullChecks
(0bc4a15)#newInoNumber
to be compatible w/strictNullChecks
(e9ba56c)#openFile
to be compatible w/strictNullChecks
(1c4a4ba)#openLink
to be compatible w/strictNullChecks
(216a85f)#read
to be compatible w/strictNullChecks
(87b587f)#readdirBase
to be compatible w/strictNullChecks
(ab248b4)#readFileBase
to be compatible w/strictNullChecks
(27a4dad)#readlinkBase
to be compatible w/strictNullChecks
(b2e0f76)#resolveSymlinks
to be compatible w/strictNullChecks
(6dc4913)#statBase
to be compatible w/strictNullChecks
(ba0c20a)#symlink
to be compatible w/strictNullChecks
(4148ad3)#truncate
to be compatible w/strictNullChecks
(fadbd77)#watch
to be compatible w/strictNullChecks
(415a186)#watchFile
to be compatible w/strictNullChecks
(2c02287)#write
to be compatible w/strictNullChecks
(2ba6e0f)#writeFile
to be compatible w/strictNullChecks
(ac78c50)#writeFileBase
to be compatible w/strictNullChecks
(e931778)#writeSync
to be compatible w/strictNullChecks
(7b67eea)copyFile
tests to be compatible w/strictNullChecks
(e318af2)errors
to be compatible w/strictNullChecks
(b25c035)exists
tests to be compatible w/strictNullChecks
(81a564f)renameSync
tests to usetryGetChildNode
(8cd782a)volume
tests to be compatible w/strictNullChecks
(f02fbac)volume
tests to usetryGetChild
(5a6624f)volume
tests to usetryGetChildNode
(34acaac)writeFileSync
tests to be compatible w/strictNullChecks
(4b7f164)getArgAndCb
function (f8bb0f8)throwError
fn w/ inlinethrow createError()
calls (c9a0fd6)Features
BREAKING CHANGES
break some TypeScript users.
Commits
The new version differs by 70 commits.
2e4f00b
chore(release): 3.0.0 [skip ci]
03bc9f5
Merge pull request #470 from streamich/pr/409
7308ca5
docs: βοΈ remove version from README
1998b24
feat: πΈ enable TypeScript strict null checks
ab1aa4d
chore: π€ catch up with master
8cd782a
fix: π refactor
renameSync
tests to usetryGetChildNode
3896de7
fix: π enable
strictNullChecks
b25c035
fix: π refactor
errors
to be compatible w/strictNullChecks
f02fbac
fix: π refactor
volume
tests to be compatible w/strictNullChecks
5a6624f
fix: π refactor
volume
tests to usetryGetChild
34acaac
fix: π refactor
volume
tests to usetryGetChildNode
b5093a1
fix: π create
tryGetChild
util function4b7f164
fix: π refactor
writeFileSync
tests to be compatible w/strictNullChecks
62b5a52
fix: π create
tryGetChildNode
util function81a564f
fix: π refactor
exists
tests to be compatible w/strictNullChecks
There are 70 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: