[PR #831] [MERGED] Update dependency fs-extra to v9 #867

Closed
opened 2025-11-06 12:08:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/831
Author: @renovate[bot]
Created: 3/19/2020
Status: Merged
Merged: 3/19/2020
Merged by: @veggiemonk

Base: masterHead: renovate/fs-extra-9.x


📝 Commits (1)

  • 525f192 Update dependency fs-extra to v9

📊 Changes

2 files changed (+20 additions, -13 deletions)

View changed files

📝 package-lock.json (+19 -12)
📝 package.json (+1 -1)

📄 Description

This PR contains the following updates:

Package Type Update Change
fs-extra dependencies major 8.1.0 -> 9.0.0

Release Notes

jprichardson/node-fs-extra

v9.0.0

Compare Source

Breaking changes

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, #​768)
  • Cannot pass null as an options parameter to *Json* methods (#​745, #​768)
Improvements
  • Add promise shims for fs.writev & fs.opendir (#​747)
  • Better errors for ensureFile (#​696, #​744)
  • Better file comparison for older Node versions (#​694)
Miscellaneous changes

Renovate 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, check this box

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/831 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/19/2020 **Status:** ✅ Merged **Merged:** 3/19/2020 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `renovate/fs-extra-9.x` --- ### 📝 Commits (1) - [`525f192`](https://github.com/veggiemonk/awesome-docker/commit/525f192c28a2661c1c225073c4be537acbcde501) Update dependency fs-extra to v9 ### 📊 Changes **2 files changed** (+20 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+19 -12) 📝 `package.json` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fs-extra](https://togithub.com/jprichardson/node-fs-extra) | dependencies | major | [`8.1.0` -> `9.0.0`](https://renovatebot.com/diffs/npm/fs-extra/8.1.0/9.0.0) | --- ### Release Notes <details> <summary>jprichardson/node-fs-extra</summary> ### [`v9.0.0`](https://togithub.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#&#8203;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 ([#&#8203;725](https://togithub.com/jprichardson/node-fs-extra/issues/725), [#&#8203;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 ([#&#8203;619](https://togithub.com/jprichardson/node-fs-extra/issues/619), [#&#8203;756](https://togithub.com/jprichardson/node-fs-extra/pull/756)) - Properly preserve `atime` for `copy*` with `preserveTimestamps` option ([#&#8203;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 ([#&#8203;702](https://togithub.com/jprichardson/node-fs-extra/issues/702), [#&#8203;768](https://togithub.com/jprichardson/node-fs-extra/pull/768)) - Cannot pass `null` as an options parameter to `*Json*` methods ([#&#8203;745](https://togithub.com/jprichardson/node-fs-extra/issues/745), [#&#8203;768](https://togithub.com/jprichardson/node-fs-extra/pull/768)) ##### Improvements - Add promise shims for `fs.writev` & `fs.opendir` ([#&#8203;747](https://togithub.com/jprichardson/node-fs-extra/pull/747)) - Better errors for `ensureFile` ([#&#8203;696](https://togithub.com/jprichardson/node-fs-extra/issues/696), [#&#8203;744](https://togithub.com/jprichardson/node-fs-extra/pull/744)) - Better file comparison for older Node versions ([#&#8203;694](https://togithub.com/jprichardson/node-fs-extra/pull/694)) ##### Miscellaneous changes - Peformance optimizations ([#&#8203;762](https://togithub.com/jprichardson/node-fs-extra/issues/762), [#&#8203;764](https://togithub.com/jprichardson/node-fs-extra/pull/764)) - Add missing documentation for aliases ([#&#8203;758](https://togithub.com/jprichardson/node-fs-extra/issues/758), [#&#8203;766](https://togithub.com/jprichardson/node-fs-extra/pull/766)) - Update `universalify` dependency ([#&#8203;767](https://togithub.com/jprichardson/node-fs-extra/pull/767)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#veggiemonk/awesome-docker). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 12:08:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#867