Skip to content
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

chore: update memfs #1693

Merged
merged 3 commits into from
Dec 26, 2023
Merged

chore: update memfs #1693

merged 3 commits into from
Dec 26, 2023

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • documentation update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #1674

Breaking Changes

Yes due https://github.com/streamich/memfs/releases/tag/v4.2.0

Especial due:

  • mkdirp and mkdripSync were removed, they were deprecated before. (You can pass the "recursive" flag to mkdir and mkdirSync, instead.)

Additional Info

Because it is a breaking change I want to increase minimum Node.js version and update our deps (will do in the next PR)

Also we need update it in webpack-dev-server (and do a major release, I will try to do it soon)

Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (be844c9) 96.82% compared to head (984c1eb) 96.82%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1693   +/-   ##
=======================================
  Coverage   96.82%   96.82%           
=======================================
  Files           9        9           
  Lines         378      378           
  Branches      115      115           
=======================================
  Hits          366      366           
  Misses         11       11           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexander-akait alexander-akait merged commit 244d9f8 into master Dec 26, 2023
17 checks passed
@alexander-akait alexander-akait deleted the chore-update-memfs branch December 26, 2023 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade memfs
1 participant