Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2025

Bumps memfs from 4.17.2 to 4.34.0.

Release notes

Sourced from memfs's releases.

v4.34.0

4.34.0 (2025-08-01)

Features

  • add ENOTDIR error for files accessed with trailing slash (83d36f3)

v4.33.0

4.33.0 (2025-08-01)

Bug Fixes

  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)

Features

  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

v4.32.1

4.32.1 (2025-08-01)

Bug Fixes

  • remove setTimeout to capture immediate file events in watched directories (6cda8d5)

v4.32.0

4.32.0 (2025-08-01)

Bug Fixes

  • ensure glob APIs use consistent posix paths on all platforms (a0cff3e)
  • resolve merge conflicts and update missing-apis tests (247302f)

Features

  • implement in-memory Node.js fs glob APIs (1b57205)

v4.31.0

4.31.0 (2025-08-01)

Features

  • improve FileHandle.readableWebStream() with proper locking and autoClose support (1e27b52)

... (truncated)

Changelog

Sourced from memfs's changelog.

4.34.0 (2025-08-01)

Features

  • add ENOTDIR error for files accessed with trailing slash (83d36f3)

4.33.0 (2025-08-01)

Bug Fixes

  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)

Features

  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

4.32.1 (2025-08-01)

Bug Fixes

  • remove setTimeout to capture immediate file events in watched directories (6cda8d5)

4.32.0 (2025-08-01)

Bug Fixes

  • ensure glob APIs use consistent posix paths on all platforms (a0cff3e)
  • resolve merge conflicts and update missing-apis tests (247302f)

Features

  • implement in-memory Node.js fs glob APIs (1b57205)

4.31.0 (2025-08-01)

Features

  • improve FileHandle.readableWebStream() with proper locking and autoClose support (1e27b52)

4.30.1 (2025-08-01)

Bug Fixes

... (truncated)

Commits
  • 54b0994 chore(release): 4.34.0 [skip ci]
  • 5e8c264 Merge pull request #1150 from streamich/copilot/fix-1051
  • 331d76b chore(release): 4.33.0 [skip ci]
  • 87d6bdd Merge pull request #1147 from streamich/copilot/fix-1050
  • fe3feeb chore(release): 4.32.1 [skip ci]
  • 2d3271a Merge pull request #1149 from streamich/copilot/fix-1014
  • 83d36f3 feat: add ENOTDIR error for files accessed with trailing slash
  • b268e2e chore(release): 4.32.0 [skip ci]
  • 740d13a Initial plan
  • ea3e999 Merge pull request #1144 from streamich/copilot/fix-1143
  • 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)

Bumps [memfs](https://github.com/streamich/memfs) from 4.17.2 to 4.34.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.34.0)

---
updated-dependencies:
- dependency-name: memfs
  dependency-version: 4.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 2, 2025 11:27
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2025
@jkowalleck jkowalleck merged commit b57b873 into main Aug 5, 2025
34 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/memfs-4.34.0 branch August 5, 2025 10:53
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants