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

Update fs-extra from 3.0.1 to 4.0.2 #146

Merged
merged 1 commit into from Oct 20, 2017
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Oct 20, 2017

fs-extra has been updated to 4.0.2 by dependencies.io

4.0.2

  • Added EOL option to writeJson* & outputJson* (via upgrade to jsonfile v4)
  • Added promise support to fs.copyFile() in Node 8.5+
  • Added .js extension to main field in package.json for better tooling compatibility. #485

4.0.1

Fixed

  • Previously, ensureFile() & ensureFileSync() would do nothing if the path was a directory. Now, they error out for consistency with ensureDir(). #465, #466, #470

4.0.0

Changed

  • BREAKING: The promisified versions of fs.read() & fs.write() now return objects. See the docs for details. #436, #449
  • fs.move() now errors out when destination is a subdirectory of source. #458
  • Applied upstream fixes from rimraf to fs.remove() & fs.removeSync(). #459

Fixed

  • Got fs.outputJSONSync() working again; it was broken due to refactoring. #428

Also clarified the docs in a few places.

@codecov
Copy link

codecov bot commented Oct 20, 2017

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #146   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files          27       27           
  Lines         321      321           
  Branches       49       49           
=======================================
  Hits          314      314           
  Misses          7        7

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 0079fa7...f79aa45. Read the comment docs.

@codecov
Copy link

codecov bot commented Oct 20, 2017

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #146   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files          27       27           
  Lines         321      321           
  Branches       49       49           
=======================================
  Hits          314      314           
  Misses          7        7

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 0079fa7...f79aa45. Read the comment docs.

@nickbalestra nickbalestra merged commit 932023b into master Oct 20, 2017
@nickbalestra nickbalestra deleted the fs-extra-4.0.2-9.7.0 branch October 20, 2017 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants