Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

fix(deps): update dependency fs-extra to ^5.0.0 #20

Merged
merged 1 commit into from
Apr 4, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2018

This Pull Request updates dependency fs-extra from ^4.0.3 to ^5.0.0

This PR also includes an upgrade to the corresponding @​types/fs-extra package.

Release Notes

v5.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

Commits

v5.0.0


This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/fs-extra-5.x branch 2 times, most recently from 945c1e1 to 48980f1 Compare April 4, 2018 17:13
@renovate renovate bot force-pushed the renovate/fs-extra-5.x branch from 48980f1 to eee5ab6 Compare April 4, 2018 17:19
@justinlettau justinlettau merged commit 33813b6 into master Apr 4, 2018
@justinlettau justinlettau deleted the renovate/fs-extra-5.x branch April 4, 2018 17:22
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.

2 participants