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

fix(deps): update dependency fs-extra to version .x 🌟 #4419

Merged
merged 2 commits into from
Jun 10, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2019

This PR contains the following updates:

Package Type Update Change
fs-extra dependencies major 1.0.0 -> 2.1.2
fs-extra devDependencies major 1.0.0 -> 2.1.2

Release Notes

jprichardson/node-fs-extra

v2.1.2

Compare Source

Fixed
  • Weird windows bug that resulted in ensureDir()'s callback being called twice in some cases. This bug may have also affected remove(). See #​392, #​393

v2.1.1

Compare Source

Fixed
  • Reverted 5597bd, this broke compatibility with Node.js versions v4+ but less than v4.5.0.
  • Remove Buffer.alloc() usage in moveSync().

v2.1.0

Compare Source

Thanks to Mani Maghsoudlou (@​manidlou) & Jan Peer Stöcklmair (@​JPeer264) for their extraordinary help with this release!

Added
Changed
Fixed

v2.0.0

Compare Source

Removed
  • BREAKING: Removed support for Node v0.12. The Node foundation stopped officially supporting it
    on Jan 1st, 2017.
  • BREAKING: Remove walk() and walkSync(). walkSync() was only part of fs-extra for a little
    over two months. Use klaw instead of walk(), in fact, walk() was just
    an alias to klaw. For walkSync() use klaw-sync. See: [#​338], [#​339]
Changed
  • BREAKING: Renamed clobber to overwrite. This affects copy(), copySync(), and move(). [#​330], [#​333]
  • Moved docs, to docs/. [#​340]
Fixed
  • Apply filters to directories in copySync() like in copy(). [#​324]
  • A specific condition when disk is under heavy use, copy() can fail. [#​326]

Renovate configuration

📅 Schedule: "before 3am on the first day of the month" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added renovate Triggered by renovatebot type: dependencies labels Jun 10, 2019
@jennifer-shehane jennifer-shehane self-requested a review June 10, 2019 07:45
@renovate
Copy link
Contributor Author

renovate bot commented Jun 10, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

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

I reviewed and updated breaking changes - removes very old Node verison support also.

Looking through the changelog, I am encouraged by seeing this bug fix in fs-extra:

This fixes a Windows bug when calling ensureDir that would cause a callback to be called twice when EPERM permissions are hit.

We have several issues on Windows where eperm errors are being thrown - so this may clear things up a little bit with the errors being thrown.

@jennifer-shehane jennifer-shehane merged commit 706999d into develop Jun 10, 2019
@renovate renovate bot deleted the renovate/fs-extra-2.x branch June 10, 2019 08:23
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jun 27, 2019

Released in 3.3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants