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

Upgrade fs-extra to version 9.0.0 #320

Merged
merged 1 commit into from
May 31, 2020

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Mar 20, 2020

👉 This PR is queued up to get rebased by Depfu

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ fs-extra (^8.1.0 → ^9.0.0) · Repo · Changelog

Release Notes

9.0.0 (from changelog)

Breaking changes

The following changes, allthough technically breaking, will not affect the vast majority of users:

  • outputJson now outputs objects as they were when the function was called, even if they are mutated later (#702, #768)
  • Cannot pass null as an options parameter to *Json* methods (#745, #768)

Improvements

  • Add promise shims for fs.writev & fs.opendir (#747)
  • Better errors for ensureFile (#696, #744)
  • Better file comparison for older Node versions (#694)

Miscellaneous changes

  • Peformance optimizations (#762, #764)
  • Add missing documentation for aliases (#758, #766)
  • Update universalify dependency (#767)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 23 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Mar 20, 2020
@coveralls
Copy link

coveralls commented Mar 20, 2020

Pull Request Test Coverage Report for Build 1408

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 93.631%

Totals Coverage Status
Change from base Build 1406: 0.0%
Covered Lines: 710
Relevant Lines: 740

💛 - Coveralls

@depfu depfu bot force-pushed the depfu/update/npm/fs-extra-9.0.0 branch from d2f76f3 to 282fbcd Compare May 31, 2020 00:11
@papandreou papandreou merged commit 6ba15e8 into master May 31, 2020
@depfu depfu bot deleted the depfu/update/npm/fs-extra-9.0.0 branch May 31, 2020 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants