Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Update fs-extra in /acceptance-setup from 4.0.3 to 5.0.0 #94

Merged
merged 1 commit into from Dec 12, 2017

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Dec 12, 2017

Dependencies.io has updated fs-extra (a npm dependency in /acceptance-setup) from "4.0.3" to "5.0.0".

5.0.0

Significant refactor of copy() & copySync(), including breaking changes. No changes to other functions in this release.

Huge thanks to manidlou for doing most of the work on this release.

  • The filter option can no longer be a RegExp (must be a function). This was deprecated since fs-extra v1.0.0. #512
  • copy()'s filter option can now be a function that returns a Promise. #518
  • copy() & copySync() now use fs.copyFile()/fs.copyFileSync() in environments that support it (currently Node 8.5.0+). Older Node versions still get the old implementation. #505
  • Don't allow copying a directory into itself. #83
  • Handle copying between identical files. #198
  • Error out when copying an empty folder to a path that already exists. #464
  • Don't create dest's parent if the filter function aborts the copy() operation. #517
  • Fix writeStream not being closed if there was an error in copy(). #516

@codecov
Copy link

codecov bot commented Dec 12, 2017

Codecov Report

Merging #94 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   97.23%   97.23%           
=======================================
  Files          14       14           
  Lines         217      217           
  Branches       24       24           
=======================================
  Hits          211      211           
  Misses          6        6

Continue to review full report at Codecov.

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

Copy link
Contributor

@nickbalestra nickbalestra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 💅
We not using copy() nor copySync()

@nickbalestra nickbalestra merged commit 79cede4 into master Dec 12, 2017
@nickbalestra nickbalestra deleted the fs-extra-5.0.0-59.4.0 branch December 12, 2017 10:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants