Skip to content

Build(deps): Bump memfs from 4.17.2 to 4.22.0 #33878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 27, 2025

Bumps memfs from 4.17.2 to 4.22.0.

Bumps [memfs](https://github.com/streamich/memfs) from 4.17.2 to 4.22.0.
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.17.2...v4.22.0)

---
updated-dependencies:
- dependency-name: memfs
  dependency-version: 4.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 27, 2025
Copy link

PR body updated to plaintext for easier squash-merging. Original body content below:


Bumps memfs from 4.17.2 to 4.22.0.

Release notes

Sourced from memfs's releases.

v4.22.0

4.22.0 (2025-07-27)

Features

  • add realpath.native and its sync variant (89d7e54)

v4.21.0

4.21.0 (2025-07-27)

Features

  • improve Dir class, align better with Node.js (cdc257a)

v4.20.1

4.20.1 (2025-07-27)

Bug Fixes

  • track internal position in FileHandle (7406f1b)

v4.20.0

4.20.0 (2025-07-25)

Features

  • improve FileHandle implementation (4b39403)

v4.19.0

4.19.0 (2025-07-25)

Bug Fixes

  • improve cross-platform path validation in cp operations to prevent Windows infinite recursion (77535d0)
  • prevent infinite recursion in Windows path resolution for cp operations (0f26418)

Features

  • implement cp, cpSync, and promises.cp APIs (389f1f5)

Performance Improvements

  • ⚡️ do not create a temporary function (c8dbc24)

... (truncated)

Changelog

Sourced from memfs's changelog.

4.22.0 (2025-07-27)

Features

  • add realpath.native and its sync variant (89d7e54)

4.21.0 (2025-07-27)

Features

  • improve Dir class, align better with Node.js (cdc257a)

4.20.1 (2025-07-27)

Bug Fixes

  • track internal position in FileHandle (7406f1b)

4.20.0 (2025-07-25)

Features

  • improve FileHandle implementation (4b39403)

4.19.0 (2025-07-25)

Bug Fixes

  • improve cross-platform path validation in cp operations to prevent Windows infinite recursion (77535d0)
  • prevent infinite recursion in Windows path resolution for cp operations (0f26418)

Features

  • implement cp, cpSync, and promises.cp APIs (389f1f5)

Performance Improvements

  • ⚡️ do not create a temporary function (c8dbc24)

4.18.0 (2025-07-25)

Features

... (truncated)

Commits
  • 53f0bf8 chore(release): 4.22.0 [skip ci]
  • 89d7e54 feat: add realpath.native and its sync variant
  • cf7a19f Fix createFsFromVolume and consolidate duplicate implementations
  • 5219e1a chore(release): 4.21.0 [skip ci]
  • cdc257a feat: improve Dir class, align better with Node.js
  • 4390275 Refactor realpath to use constructor pattern with native properties
  • 9fb854d Run prettier to format code and fix typo in error message
  • 78ab143 chore(release): 4.20.1 [skip ci]
  • 7406f1b fix: track internal position in FileHandle
  • 70172d9 Implement realpath.native support for memfs
  • 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 <dependency name> 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)

@CvX CvX merged commit e73ed20 into main Jul 27, 2025
18 checks passed
@CvX CvX deleted the dependabot/npm_and_yarn/memfs-4.22.0 branch July 27, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

1 participant