[PR #1103] [MERGED] Bump fs-extra from 11.1.1 to 11.2.0 #1101

Closed
opened 2025-11-06 12:14:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1103
Author: @dependabot[bot]
Created: 11/28/2023
Status: Merged
Merged: 11/29/2023
Merged by: @agebhar1

Base: masterHead: dependabot/npm_and_yarn/fs-extra-11.2.0


📝 Commits (1)

  • abed0b2 Bump fs-extra from 11.1.1 to 11.2.0

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 package-lock.json (+7 -7)
📝 package.json (+1 -1)

📄 Description

Bumps fs-extra from 11.1.1 to 11.2.0.

Changelog

Sourced from fs-extra's changelog.

11.2.0 / 2023-11-27

  • Copy directory contents in parallel for better performance (#1026)
  • Refactor internal code to use async/await (#1020)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/1103 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/28/2023 **Status:** ✅ Merged **Merged:** 11/29/2023 **Merged by:** [@agebhar1](https://github.com/agebhar1) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/fs-extra-11.2.0` --- ### 📝 Commits (1) - [`abed0b2`](https://github.com/veggiemonk/awesome-docker/commit/abed0b2793e166411d6fc10cf15758b04ebe6417) Bump fs-extra from 11.1.1 to 11.2.0 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+7 -7) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.1 to 11.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md">fs-extra's changelog</a>.</em></p> <blockquote> <h2>11.2.0 / 2023-11-27</h2> <ul> <li>Copy directory contents in parallel for better performance (<a href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1026">#1026</a>)</li> <li>Refactor internal code to use <code>async</code>/<code>await</code> (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1020">#1020</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/5d4bf0b1b9886a2842949aded25c8a16b5d39452"><code>5d4bf0b</code></a> 11.2.0</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/d293448717d81e69d056794aad32fb2d4af2c246"><code>d293448</code></a> perf: copy dir contents in parallel (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1026">#1026</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/a277cbbdf630424482b1e7418749ccaac0db98fe"><code>a277cbb</code></a> Refactor <code>move</code> API to async/await (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1025">#1025</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/40c516134d5927a2a196edffda54ac3a8cd2b455"><code>40c5161</code></a> Refactor <code>copy</code> API to async/await (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1021">#1021</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/6f2b2bc9958954f127e9974b7f2d31ba09e703b2"><code>6f2b2bc</code></a> Refactor <code>create*</code>/<code>ensure*</code> API to async/await (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1023">#1023</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/426bb46067a57deacb93259d5af8b20d8ab528c0"><code>426bb46</code></a> Refactor <code>outputFile</code> API to async/await (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1024">#1024</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/47bc43d036a0aa0b0429a478da78122793b42bdb"><code>47bc43d</code></a> Simplify reduce for checking match (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1016">#1016</a>)</li> <li>See full diff in <a href="https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fs-extra&package-manager=npm_and_yarn&previous-version=11.1.1&new-version=11.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <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:14:45 -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#1101