amtrack / force-dev-tool

[DEPRECATED] Command line tool supporting the Force.com development lifecycle
MIT License
108 stars 37 forks source link

fix(deps): update dependency fs-extra to v9 #227

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
fs-extra dependencies major ^6.0.1 -> ^9.0.0

Release Notes

jprichardson/node-fs-extra ### [`v9.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#​900--2020-03-19) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/8.1.0...9.0.0) ##### Breaking changes - Requires Node.js version 10 or greater ([#​725](https://togithub.com/jprichardson/node-fs-extra/issues/725), [#​751](https://togithub.com/jprichardson/node-fs-extra/pull/751)) - Switched `ensureDir*` to use a fork of to make use of native recursive `fs.mkdir` where possible ([#​619](https://togithub.com/jprichardson/node-fs-extra/issues/619), [#​756](https://togithub.com/jprichardson/node-fs-extra/pull/756)) - Properly preserve `atime` for `copy*` with `preserveTimestamps` option ([#​633](https://togithub.com/jprichardson/node-fs-extra/pull/633)) **The following changes, allthough technically breaking, will not affect the vast majority of users:** - `outputJson` now outputs objects as they were when the function was called, even if they are mutated later ([#​702](https://togithub.com/jprichardson/node-fs-extra/issues/702), [#​768](https://togithub.com/jprichardson/node-fs-extra/pull/768)) - Cannot pass `null` as an options parameter to `*Json*` methods ([#​745](https://togithub.com/jprichardson/node-fs-extra/issues/745), [#​768](https://togithub.com/jprichardson/node-fs-extra/pull/768)) ##### Improvements - Add promise shims for `fs.writev` & `fs.opendir` ([#​747](https://togithub.com/jprichardson/node-fs-extra/pull/747)) - Better errors for `ensureFile` ([#​696](https://togithub.com/jprichardson/node-fs-extra/issues/696), [#​744](https://togithub.com/jprichardson/node-fs-extra/pull/744)) - Better file comparison for older Node versions ([#​694](https://togithub.com/jprichardson/node-fs-extra/pull/694)) ##### Miscellaneous changes - Peformance optimizations ([#​762](https://togithub.com/jprichardson/node-fs-extra/issues/762), [#​764](https://togithub.com/jprichardson/node-fs-extra/pull/764)) - Add missing documentation for aliases ([#​758](https://togithub.com/jprichardson/node-fs-extra/issues/758), [#​766](https://togithub.com/jprichardson/node-fs-extra/pull/766)) - Update `universalify` dependency ([#​767](https://togithub.com/jprichardson/node-fs-extra/pull/767)) ### [`v8.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#​810--2019-06-28) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/32a65ffd9111829dbba15d79f1d27519c7dc96a6...8.1.0) - Add support for promisified `fs.realpath.native` in Node v9.2+ ([#​650](https://togithub.com/jprichardson/node-fs-extra/issues/650), [#​682](https://togithub.com/jprichardson/node-fs-extra/pull/682)) - Update `graceful-fs` dependency ([#​700](https://togithub.com/jprichardson/node-fs-extra/pull/700)) - Use `graceful-fs` everywhere ([#​700](https://togithub.com/jprichardson/node-fs-extra/pull/700)) ### [`v8.0.1`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#​801--2019-05-13) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/8.0.0...32a65ffd9111829dbba15d79f1d27519c7dc96a6) - Fix bug `Maximum call stack size exceeded` error in `util/stat` ([#​679](https://togithub.com/jprichardson/node-fs-extra/pull/679)) ### [`v8.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#​800--2019-05-11) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/7.0.1...8.0.0) **NOTE:** Node.js v6 support is deprecated, and will be dropped in the next major release. - Use `renameSync()` under the hood in `moveSync()` - Fix bug with bind-mounted directories in `copy*()` ([#​613](https://togithub.com/jprichardson/node-fs-extra/issues/613), [#​618](https://togithub.com/jprichardson/node-fs-extra/pull/618)) - Fix bug in `move()` with case-insensitive file systems - Use `fs.stat()`'s `bigint` option in `copy*()` & `move*()` where possible ([#​657](https://togithub.com/jprichardson/node-fs-extra/issues/657)) ### [`v7.0.1`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#​701--2018-11-07) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/7.0.0...7.0.1) - Fix `removeSync()` on Windows, in some cases, it would error out with `ENOTEMPTY` ([#​646](https://togithub.com/jprichardson/node-fs-extra/pull/646)) - Document `mode` option for `ensureDir*()` ([#​587](https://togithub.com/jprichardson/node-fs-extra/pull/587)) - Don't include documentation files in npm package tarball ([#​642](https://togithub.com/jprichardson/node-fs-extra/issues/642), [#​643](https://togithub.com/jprichardson/node-fs-extra/pull/643)) ### [`v7.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#​700--2018-07-16) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/6.0.1...7.0.0) - **BREAKING:** Refine `copy*()` handling of symlinks to properly detect symlinks that point to the same file. ([#​582](https://togithub.com/jprichardson/node-fs-extra/pull/582)) - Fix bug with copying write-protected directories ([#​600](https://togithub.com/jprichardson/node-fs-extra/pull/600)) - Universalify `fs.lchmod()` ([#​596](https://togithub.com/jprichardson/node-fs-extra/pull/596)) - Add `engines` field to `package.json` ([#​580](https://togithub.com/jprichardson/node-fs-extra/pull/580))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

amtrack commented 4 years ago

:tada: This PR is included in version 2.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: