jprichardson/node-fs-extra
### [`v10.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#1000--2021-05-03)
[Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0)
##### Breaking changes
- Require Node.js v12+ ([#886](https://togithub.com/jprichardson/node-fs-extra/issues/886), [#893](https://togithub.com/jprichardson/node-fs-extra/pull/893), [#890](https://togithub.com/jprichardson/node-fs-extra/pull/890), [#894](https://togithub.com/jprichardson/node-fs-extra/pull/894), [#895](https://togithub.com/jprichardson/node-fs-extra/pull/895))
- Allow copying broken symlinks ([#779](https://togithub.com/jprichardson/node-fs-extra/pull/779), [#765](https://togithub.com/jprichardson/node-fs-extra/issues/765), [#638](https://togithub.com/jprichardson/node-fs-extra/issues/638), [#761](https://togithub.com/jprichardson/node-fs-extra/issues/761))
**The following changes, although technically semver-major, will not affect the vast majority of users:**
- Ensure correct type when destination exists for `ensureLink*()`/`ensureSymlink*()` ([#826](https://togithub.com/jprichardson/node-fs-extra/pull/826), [#786](https://togithub.com/jprichardson/node-fs-extra/issues/786), [#870](https://togithub.com/jprichardson/node-fs-extra/issues/870))
- Error when attempting to `copy*()` unknown file type ([#880](https://togithub.com/jprichardson/node-fs-extra/pull/880))
- Remove undocumented options for `remove*()` ([#882](https://togithub.com/jprichardson/node-fs-extra/pull/882))
##### Improvements
- Allow changing case of filenames with `move*()`, even on technically case-insensitive filesystems ([#759](https://togithub.com/jprichardson/node-fs-extra/issues/759), [#801](https://togithub.com/jprichardson/node-fs-extra/pull/801))
- Use native `fs.rm*()` for `remove*()` in environments that support it ([#882](https://togithub.com/jprichardson/node-fs-extra/pull/882), [#806](https://togithub.com/jprichardson/node-fs-extra/issues/806))
- Improve `emptyDir()` performance ([#885](https://togithub.com/jprichardson/node-fs-extra/pull/885))
##### Bugfixes
- Ensure `copy*()`'s `filter` function is not called more than necessary ([#883](https://togithub.com/jprichardson/node-fs-extra/pull/883), [#809](https://togithub.com/jprichardson/node-fs-extra/issues/809))
- Fix `move*()` raising `EPERM` error when moving a file to the root of a drive on Windows ([#897](https://togithub.com/jprichardson/node-fs-extra/pull/897), [#819](https://togithub.com/jprichardson/node-fs-extra/issues/819))
##### Miscellaneous changes
- Do not use `at-least-node` as a dependency ([#896](https://togithub.com/jprichardson/node-fs-extra/pull/896))
- Improve documentation ([#888](https://togithub.com/jprichardson/node-fs-extra/pull/888), [#830](https://togithub.com/jprichardson/node-fs-extra/issues/830), [#884](https://togithub.com/jprichardson/node-fs-extra/pull/884), [#843](https://togithub.com/jprichardson/node-fs-extra/issues/843))
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
^9.1.0
->^10.0.0
Release Notes
jprichardson/node-fs-extra
### [`v10.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#1000--2021-05-03) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0) ##### Breaking changes - Require Node.js v12+ ([#886](https://togithub.com/jprichardson/node-fs-extra/issues/886), [#893](https://togithub.com/jprichardson/node-fs-extra/pull/893), [#890](https://togithub.com/jprichardson/node-fs-extra/pull/890), [#894](https://togithub.com/jprichardson/node-fs-extra/pull/894), [#895](https://togithub.com/jprichardson/node-fs-extra/pull/895)) - Allow copying broken symlinks ([#779](https://togithub.com/jprichardson/node-fs-extra/pull/779), [#765](https://togithub.com/jprichardson/node-fs-extra/issues/765), [#638](https://togithub.com/jprichardson/node-fs-extra/issues/638), [#761](https://togithub.com/jprichardson/node-fs-extra/issues/761)) **The following changes, although technically semver-major, will not affect the vast majority of users:** - Ensure correct type when destination exists for `ensureLink*()`/`ensureSymlink*()` ([#826](https://togithub.com/jprichardson/node-fs-extra/pull/826), [#786](https://togithub.com/jprichardson/node-fs-extra/issues/786), [#870](https://togithub.com/jprichardson/node-fs-extra/issues/870)) - Error when attempting to `copy*()` unknown file type ([#880](https://togithub.com/jprichardson/node-fs-extra/pull/880)) - Remove undocumented options for `remove*()` ([#882](https://togithub.com/jprichardson/node-fs-extra/pull/882)) ##### Improvements - Allow changing case of filenames with `move*()`, even on technically case-insensitive filesystems ([#759](https://togithub.com/jprichardson/node-fs-extra/issues/759), [#801](https://togithub.com/jprichardson/node-fs-extra/pull/801)) - Use native `fs.rm*()` for `remove*()` in environments that support it ([#882](https://togithub.com/jprichardson/node-fs-extra/pull/882), [#806](https://togithub.com/jprichardson/node-fs-extra/issues/806)) - Improve `emptyDir()` performance ([#885](https://togithub.com/jprichardson/node-fs-extra/pull/885)) ##### Bugfixes - Ensure `copy*()`'s `filter` function is not called more than necessary ([#883](https://togithub.com/jprichardson/node-fs-extra/pull/883), [#809](https://togithub.com/jprichardson/node-fs-extra/issues/809)) - Fix `move*()` raising `EPERM` error when moving a file to the root of a drive on Windows ([#897](https://togithub.com/jprichardson/node-fs-extra/pull/897), [#819](https://togithub.com/jprichardson/node-fs-extra/issues/819)) ##### Miscellaneous changes - Do not use `at-least-node` as a dependency ([#896](https://togithub.com/jprichardson/node-fs-extra/pull/896)) - Improve documentation ([#888](https://togithub.com/jprichardson/node-fs-extra/pull/888), [#830](https://togithub.com/jprichardson/node-fs-extra/issues/830), [#884](https://togithub.com/jprichardson/node-fs-extra/pull/884), [#843](https://togithub.com/jprichardson/node-fs-extra/issues/843))Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 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.