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.5.0 in /packages/apple-settings #196

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps memfs from 3.6.0 to 4.5.0.

Release notes

Sourced from memfs's releases.

v4.5.0

4.5.0 (2023-09-25)

Features

  • volume: fromJSON now accepts Buffer as volume content (#880) (9c0a6ff)

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

... (truncated)

Changelog

Sourced from memfs's changelog.

4.5.0 (2023-09-25)

Features

  • volume: fromJSON now accepts Buffer as volume content (#880) (9c0a6ff)

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)

... (truncated)

Commits
  • 7fc1f7e chore(release): 4.5.0 [skip ci]
  • 9c0a6ff feat(volume): fromJSON now accepts Buffer as volume content (#880)
  • 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]
  • 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 8 months ago

Superseded by #199.