Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps memfs from 4.17.2 to 4.20.0.

Release notes

Sourced from memfs's releases.

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)

v4.18.0

4.18.0 (2025-07-25)

Features

  • add missing opendir methods (7412d71)
Changelog

Sourced from memfs's changelog.

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

  • add missing opendir methods (7412d71)
Commits
  • 3df54f1 chore(release): 4.20.0 [skip ci]
  • 4b39403 feat: improve FileHandle implementation
  • db82836 style: 💄 run Prettier
  • a2243bc ci: fix typedoc generation TypeScript error
  • ce6040f Revert tsconfig.json changes as requested
  • 4b58c6c Fix TypeScript compilation by adding ES2018/ES2020 lib support and Node.js types
  • 067902d Improve readableWebStream implementation with proper chunking and BYOB support
  • 316db18 Implement enhanced FileHandle API with EventEmitter, reference counting, and ...
  • 35e9a35 Fix bind error in Dir.ts and revert tsconfig changes as requested
  • 9b6b8c7 Initial analysis and plan for FileHandle API implementation
  • 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.20.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.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 26, 2025 12:01
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 2, 2025

Superseded by #1274.

@dependabot dependabot bot closed this Aug 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/memfs-4.20.0 branch August 2, 2025 11:27
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.

0 participants