don't error when watched directory gets renamed (#939) (b431b08)
memfs v4
memfs v4 has been released, install 4.2.0 NPM package.
File System Access API
memfs added adapters for File System Access (FAS) API, which is a file system API available in browsers. FSA can write to a real user folder, which user picks; or without any permissions can write to a virtual file system, called OPFS (Origin Private File System). memfs implements adapters, which:
Construct a Node's fs-like API out of the FSA API.
In browser, support for synchronous fs methods is also available using a WebWorker.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps memfs from 3.5.0 to 4.4.0.
Release notes
Sourced from memfs's releases.
... (truncated)
Changelog
Sourced from memfs's changelog.
... (truncated)
Commits
d1d66f6
chore(release): 4.4.0 [skip ci]91a3742
feat(volume):toJSON
now accepts theasBuffer
parameter (#952)966e17e
feat(volume): implement readv and writev (#946)125a996
chore: sort package.json (#950)539a78d
chore(deps): update jest monorepo to v29 (major) (#844)b15a80e
chore(release): 4.3.0 [skip ci]96cbce4
feat: add support forO_SYMLINK
(#944)f6d988d
chore(release): 4.2.3 [skip ci]b9d4c6d
fix: add missing nanosecond-precision properties to Stats (#943)b813101
chore(release): 4.2.2 [skip ci]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show