expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
427 stars 91 forks source link

chore(deps-dev): bump memfs from 3.6.0 to 4.4.0 in /packages/apple-settings #193

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps memfs from 3.6.0 to 4.4.0.

Release notes

Sourced from memfs's releases.

v4.4.0

4.4.0 (2023-09-22)

Features

  • volume: toJSON now accepts the asBuffer parameter (#952) (91a3742)
  • volume: implement readv and writev (#946) (966e17e)

v4.3.0

4.3.0 (2023-09-15)

Features

v4.2.3

4.2.3 (2023-09-15)

Bug Fixes

  • add missing nanosecond-precision properties to Stats (#943) (b9d4c6d)

v4.2.2

4.2.2 (2023-09-15)

Bug Fixes

v4.2.1

4.2.1 (2023-08-07)

Bug Fixes

  • 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.

... (truncated)

Changelog

Sourced from memfs's changelog.

4.4.0 (2023-09-22)

Features

  • volume: toJSON now accepts the asBuffer parameter (#952) (91a3742)
  • volume: implement readv and writev (#946) (966e17e)

4.3.0 (2023-09-15)

Features

4.2.3 (2023-09-15)

Bug Fixes

  • add missing nanosecond-precision properties to Stats (#943) (b9d4c6d)

4.2.2 (2023-09-15)

Bug Fixes

4.2.1 (2023-08-07)

Bug Fixes

  • don't error when watched directory gets renamed (#939) (b431b08)

4.1.0 (2023-06-26)

Bug Fixes

  • 🐛 add support for unknown nodes (77786f1)
  • 🐛 allow readin into various kinds of buffers (361812d)
  • 🐛 allow readin into various kinds of buffers (e9c70e9)
  • 🐛 allow to seek in file (c04895b)
  • 🐛 allow to seek in file (b363689)
  • 🐛 correctly handle directory paths (ea909e8)
  • 🐛 do not allow empty children names (f014fd8)
  • 🐛 do not allow empty children names (43da1d6)
  • 🐛 handle root folder better (89bbffd)

... (truncated)

Commits
  • d1d66f6 chore(release): 4.4.0 [skip ci]
  • 91a3742 feat(volume): toJSON now accepts the asBuffer 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 for O_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]
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 9 months ago

Superseded by #196.