Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps memfs from 4.11.1 to 4.15.0.

Release notes

Sourced from memfs's releases.

v4.15.0

4.15.0 (2024-12-09)

Features

  • implement createReadStream and createWriteStream on FileHandle (#1076) (c413df5), closes #1063

v4.14.1

4.14.1 (2024-12-02)

Bug Fixes

  • accept passing a FileHandle to createReadStream and createWriteStream (#1077) (af163dc)

v4.14.0

4.14.0 (2024-10-13)

Features

  • support stream as source in promises version of writeFile (#1069) (11f8a36)

v4.13.0

4.13.0 (2024-10-07)

Features

v4.12.0

4.12.0 (2024-09-19)

Features

v4.11.2

4.11.2 (2024-09-17)

Bug Fixes

Changelog

Sourced from memfs's changelog.

4.15.0 (2024-12-09)

Features

  • implement createReadStream and createWriteStream on FileHandle (#1076) (c413df5), closes #1063

4.14.1 (2024-12-02)

Bug Fixes

  • accept passing a FileHandle to createReadStream and createWriteStream (#1077) (af163dc)

4.14.0 (2024-10-13)

Features

  • support stream as source in promises version of writeFile (#1069) (11f8a36)

4.13.0 (2024-10-07)

Features

4.12.0 (2024-09-19)

Features

4.11.2 (2024-09-17)

Bug Fixes

Commits
  • 1a73187 chore(release): 4.15.0 [skip ci]
  • c413df5 feat: implement createReadStream and createWriteStream on FileHandle (#...
  • cf16b76 chore(release): 4.14.1 [skip ci]
  • af163dc fix: accept passing a FileHandle to createReadStream and `createWriteStre...
  • d68c64d chore(deps): lock file maintenance (#1078)
  • 20476f3 chore(deps): lock file maintenance
  • 92be69e chore(release): 4.14.0 [skip ci]
  • 11f8a36 feat: support stream as source in promises version of writeFile (#1069)
  • 5460fce chore(deps): lock file maintenance
  • 85648ff chore(release): 4.13.0 [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 <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.11.1 to 4.15.0.
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](streamich/memfs@v4.11.1...v4.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from sgammon as a code owner December 9, 2024 22:06
@dependabot dependabot bot added dependencies Related to dependency updates or issues javascript Pull requests that update Javascript code labels Dec 9, 2024
@codecov
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.29%. Comparing base (f183353) to head (2ab3898).
Report is 13 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
- Coverage   93.22%   91.29%   -1.94%     
==========================================
  Files          32       32              
  Lines        7429     7429              
  Branches      453      445       -8     
==========================================
- Hits         6926     6782     -144     
- Misses        503      638     +135     
- Partials        0        9       +9     
Flag Coverage Δ
packages 91.29% <ø> (-1.94%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 14 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f183353...2ab3898. Read the comment docs.

@sgammon sgammon added this pull request to the merge queue Dec 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 19, 2024
@sgammon sgammon added this pull request to the merge queue Feb 4, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 4, 2025
@sgammon sgammon added this pull request to the merge queue Feb 4, 2025
@sgammon sgammon removed this pull request from the merge queue due to the queue being cleared Feb 4, 2025
@sgammon sgammon closed this Feb 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/memfs-4.15.0 branch February 4, 2025 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependency updates or issues javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant