jprichardson/node-fs-extra
### [`v10.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1010--2022-04-16)
[Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/10.0.1...10.1.0)
- Warn if `fs.realpath.native` does not exist, instead of erroring ([#953](https://togithub.com/jprichardson/node-fs-extra/pull/953))
- Allow explicitly passing `undefined` options to `move()` ([#947](https://togithub.com/jprichardson/node-fs-extra/issues/947), [#955](https://togithub.com/jprichardson/node-fs-extra/pull/955))
- Use `process.emitWarning` instead of `console.warn` ([#954](https://togithub.com/jprichardson/node-fs-extra/pull/954))
### [`v10.0.1`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1001--2022-02-22)
[Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/10.0.0...10.0.1)
- Add `sideEffects: false` to `package.json` ([#941](https://togithub.com/jprichardson/node-fs-extra/pull/941))
### [`v10.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/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))
### [`v9.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#910--2021-01-19)
[Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0)
- Add promise support for `fs.rm()` ([#841](https://togithub.com/jprichardson/node-fs-extra/issues/841), [#860](https://togithub.com/jprichardson/node-fs-extra/pull/860))
- Upgrade universalify for performance improvments ([#825](https://togithub.com/jprichardson/node-fs-extra/pull/825))
### [`v9.0.1`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#901--2020-06-03)
[Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/9.0.0...9.0.1)
- Fix issue with `ensureFile()` when used with Jest on Windows ([#804](https://togithub.com/jprichardson/node-fs-extra/issues/804), [#805](https://togithub.com/jprichardson/node-fs-extra/pull/805))
- Remove unneeded `process.umask()` call ([#791](https://togithub.com/jprichardson/node-fs-extra/pull/791))
- Docs improvements ([#753](https://togithub.com/jprichardson/node-fs-extra/pull/753), [#795](https://togithub.com/jprichardson/node-fs-extra/pull/795), [#797](https://togithub.com/jprichardson/node-fs-extra/pull/797))
### [`v9.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/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 https://github.com/sindresorhus/make-dir 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))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^8.1.0
->^10.0.0
Release Notes
jprichardson/node-fs-extra
### [`v10.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1010--2022-04-16) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/10.0.1...10.1.0) - Warn if `fs.realpath.native` does not exist, instead of erroring ([#953](https://togithub.com/jprichardson/node-fs-extra/pull/953)) - Allow explicitly passing `undefined` options to `move()` ([#947](https://togithub.com/jprichardson/node-fs-extra/issues/947), [#955](https://togithub.com/jprichardson/node-fs-extra/pull/955)) - Use `process.emitWarning` instead of `console.warn` ([#954](https://togithub.com/jprichardson/node-fs-extra/pull/954)) ### [`v10.0.1`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1001--2022-02-22) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/10.0.0...10.0.1) - Add `sideEffects: false` to `package.json` ([#941](https://togithub.com/jprichardson/node-fs-extra/pull/941)) ### [`v10.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/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)) ### [`v9.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#910--2021-01-19) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/9.0.1...9.1.0) - Add promise support for `fs.rm()` ([#841](https://togithub.com/jprichardson/node-fs-extra/issues/841), [#860](https://togithub.com/jprichardson/node-fs-extra/pull/860)) - Upgrade universalify for performance improvments ([#825](https://togithub.com/jprichardson/node-fs-extra/pull/825)) ### [`v9.0.1`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#901--2020-06-03) [Compare Source](https://togithub.com/jprichardson/node-fs-extra/compare/9.0.0...9.0.1) - Fix issue with `ensureFile()` when used with Jest on Windows ([#804](https://togithub.com/jprichardson/node-fs-extra/issues/804), [#805](https://togithub.com/jprichardson/node-fs-extra/pull/805)) - Remove unneeded `process.umask()` call ([#791](https://togithub.com/jprichardson/node-fs-extra/pull/791)) - Docs improvements ([#753](https://togithub.com/jprichardson/node-fs-extra/pull/753), [#795](https://togithub.com/jprichardson/node-fs-extra/pull/795), [#797](https://togithub.com/jprichardson/node-fs-extra/pull/797)) ### [`v9.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/HEAD/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 https://github.com/sindresorhus/make-dir 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))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.