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 10.0.0 #378

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented May 5, 2021

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 (^9.0.0 → ^10.0.0) · Repo · Changelog

Release Notes

10.0.0 (from changelog)

Breaking changes

The following changes, although technically semver-major, will not affect the vast majority of users:

  • Ensure correct type when destination exists for ensureLink*()/ensureSymlink*() (#826, #786, #870)
  • Error when attempting to copy*() unknown file type (#880)
  • Remove undocumented options for remove*() (#882)

Improvements

  • Allow changing case of filenames with move*(), even on technically case-insensitive filesystems (#759, #801)
  • Use native fs.rm*() for remove*() in environments that support it (#882, #806)
  • Improve emptyDir() performance (#885)

Bugfixes

  • Ensure copy*()'s filter function is not called more than necessary (#883, #809)
  • Fix move*() raising EPERM error when moving a file to the root of a drive on Windows (#897, #819)

Miscellaneous changes

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

Commits

See the full diff on Github. The new version differs by 19 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 May 5, 2021
@coveralls
Copy link

Pull Request Test Coverage Report for Build 811832644

  • 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 92.709%

Totals Coverage Status
Change from base Build 783731177: 0.0%
Covered Lines: 704
Relevant Lines: 740

💛 - Coveralls

@papandreou
Copy link
Member

@depfu pause
unexpected-dom still supports node.js 10

@depfu
Copy link
Contributor Author

depfu bot commented May 5, 2021

Pausing fs-extra updates for all future versions. Go to your Depfu dashboard or use the @depfu resume command to resume updates.

@depfu depfu bot closed this May 5, 2021
@depfu depfu bot deleted the depfu/update/npm/fs-extra-10.0.0 branch May 5, 2021 13:13
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.

None yet

2 participants