nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.23k stars 171 forks source link

chore(deps): update dependency fs-extra to v10 - autoclosed #460

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fs-extra ^9.1.0 -> ^10.1.0 age adoption passing confidence

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))

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.