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 🌟 #4422

Merged
merged 1 commit into from
Jun 11, 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 2.1.2 -> 3.0.1
fs-extra devDependencies major 2.1.2 -> 3.0.1

Release Notes

jprichardson/node-fs-extra

v3.0.1

Compare Source

  • Fix bug in move() & moveSync() when source and destination are the same, and source does not exist. #​415

v3.0.0

Compare Source

Added
  • BREAKING: Added Promise support. All asynchronous native fs methods and fs-extra methods now return a promise if the callback is not passed. #​403
  • pathExists(), a replacement for the deprecated fs.exists. pathExists has a normal error-first callback signature. Also added pathExistsSync, an alias to fs.existsSync, for completeness. #​406
Removed
  • BREAKING: Removed support for setting the default spaces for writeJson(), writeJsonSync(), outputJson(), & outputJsonSync(). This was undocumented. #​402
Changed
  • Upgraded jsonfile dependency to v3.0.0:
    • BREAKING: Changed behavior of throws option for readJsonSync(); now does not throw filesystem errors when throws is false.
  • BREAKING: writeJson(), writeJsonSync(), outputJson(), & outputJsonSync() now output minified JSON by default for consistency with JSON.stringify(); set the spaces option to 2 to override this new behavior. #​402
  • Use Buffer.allocUnsafe() instead of new Buffer() in environments that support it. #​394
Fixed
  • removeSync() silently failed on Windows in some cases. Now throws an EBUSY error. #​408

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 requested a review from a team June 11, 2019 04:32
@jennifer-shehane jennifer-shehane merged commit 3f3e784 into develop Jun 11, 2019
@renovate renovate bot deleted the renovate/fs-extra-3.x branch June 11, 2019 04:36
@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