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

Bump fs-extra from 4.0.3 to 5.0.0 #11

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fs-extra from 4.0.3 to 5.0.0.

Changelog

Sourced from fs-extra's changelog.

5.0.0 / 2017-12-11

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

Huge thanks to [manidlou](https://github.com/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
  • 80494ee 5.0.0
  • 1212680 Merge branch 'develop'
  • 42e42be Merge pull request #521 from jprichardson/async-filter
  • a06f88b Apply the async filter to initial filter checking in copy
  • 86d2ad6 Merge pull request #519 from jprichardson/rewrite-copySync
  • 5bdbdc4 Skip copySync preserveTimestamp tests on older node versions
  • 935e189 Merge pull request #518 from jprichardson/async-filter
  • 9732252 Allow copy's filter to return a Promise
  • 5d1f2d3 Use fs.chmodSync() before preserveTimestamp
  • d6f6da1 Use srcStat param in copyFileFallback
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

@injms injms added bug Something isn't working and removed dependencies labels Mar 17, 2018
@dependabot-preview
Copy link
Contributor Author

Would you like Dependabot to label all PRs for this repo / language combination as bug? If so, just reply @dependabot use this label.

@injms injms closed this Mar 19, 2018
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/fs-extra-5.0.0 branch March 19, 2018 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants