eversport / intl-codegen

generate code and type definitions from translations
MIT License
15 stars 1 forks source link

Update dependency fs-extra to v10 #71

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fs-extra ^8.1.0 -> ^10.0.0 age adoption passing confidence

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)) ### [`v9.1.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/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/master/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/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 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: "before 3am on Monday" (UTC).

🚦 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.

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 10.x releases. However, if you upgrade to 10.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.