[PR #978] [MERGED] Bump fs-extra from 10.0.0 to 10.0.1 #992

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

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/978
Author: @dependabot[bot]
Created: 2/23/2022
Status: Merged
Merged: 2/23/2022
Merged by: @mashb1t

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


📝 Commits (1)

  • 77432e2 Bump fs-extra from 10.0.0 to 10.0.1

📊 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 10.0.0 to 10.0.1.

Changelog

Sourced from fs-extra's changelog.

10.0.1 / 2022-02-22

  • Add sideEffects: false to package.json (#941)
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 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/978 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/23/2022 **Status:** ✅ Merged **Merged:** 2/23/2022 **Merged by:** [@mashb1t](https://github.com/mashb1t) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/fs-extra-10.0.1` --- ### 📝 Commits (1) - [`77432e2`](https://github.com/veggiemonk/awesome-docker/commit/77432e24d5da07ac21624fa059e8da86378cc02c) Bump fs-extra from 10.0.0 to 10.0.1 ### 📊 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 10.0.0 to 10.0.1. <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>10.0.1 / 2022-02-22</h2> <ul> <li>Add <code>sideEffects: false</code> to <code>package.json</code> (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/941">#941</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/69eb8964626871000de3a95548cd36035b5c4b27"><code>69eb896</code></a> 10.0.1</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/ec8ebf0a653901c00ac9be621e8449674711b248"><code>ec8ebf0</code></a> Test on Node 17</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/9568a6936f765a5fac678cf78c6215f1ea33767a"><code>9568a69</code></a> Add &quot;sideEffects&quot;: false to package.json (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/941">#941</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/7edcb16a06e041826af3303f961866bf3b243dae"><code>7edcb16</code></a> Fixed typo in readJson.md (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/940">#940</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/a84ef6dd8969f57d16e23267e1790def791e9a82"><code>a84ef6d</code></a> Upgrade standard linter (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/923">#923</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/cbf2a49325e1a2f4cc70d4e64d3bde025f1f680e"><code>cbf2a49</code></a> Remove old broken CI tooling; run nyc as part of normal tests (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/924">#924</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/8f79dcd221ad90d4288dbd90f4e8b00083af31b5"><code>8f79dcd</code></a> Refactor folder structure (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/922">#922</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/e6a95058c930953113177c9518f57e83cace3e79"><code>e6a9505</code></a> Skip the ncp / error / dest-permission test if running as root (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/899">#899</a>)</li> <li>See full diff in <a href="https://github.com/jprichardson/node-fs-extra/compare/10.0.0...10.0.1">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=10.0.0&new-version=10.0.1)](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 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:12:29 -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#992