Bump fs-extra from 10.0.1 to 10.1.0 #346

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/fs-extra-10.1.0 into main 2022-04-18 09:09:16 +00:00
dependabot[bot] commented 2022-04-18 07:05:45 +00:00 (Migrated from github.com)

Bumps fs-extra from 10.0.1 to 10.1.0.

Changelog

Sourced from fs-extra's changelog.

10.1.0 / 2022-04-16

  • Warn if fs.realpath.native does not exist, instead of erroring (#953)
  • Allow explicitly passing undefined options to move() (#947, #955)
  • Use process.emitWarning instead of console.warn (#954)
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)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.0.1 to 10.1.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>10.1.0 / 2022-04-16</h2> <ul> <li>Warn if <code>fs.realpath.native</code> does not exist, instead of erroring (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/953">#953</a>)</li> <li>Allow explicitly passing <code>undefined</code> options to <code>move()</code> (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/947">#947</a>, <a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/955">#955</a>)</li> <li>Use <code>process.emitWarning</code> instead of <code>console.warn</code> (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/954">#954</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/0220eac966d7d6b9a595d69b1242ab8a397fba7f"><code>0220eac</code></a> 10.1.0</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/baa9934b7948a13598d86737232d5e5c2700b36e"><code>baa9934</code></a> refactor: replace console.warn with process.emitWarning (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/954">#954</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/5cadd767cc1ffb989abd29f19c23bff56a2a364b"><code>5cadd76</code></a> Allow passing undefined opts to move() (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/955">#955</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/7bb0120cec3690243f86e3eaafd9371aaaeb306a"><code>7bb0120</code></a> Check and warn for the absence of fs.realpath.native (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/953">#953</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/e0d298d297ce4998b02dd86748f68b302d590bff"><code>e0d298d</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/950">#950</a>)</li> <li>See full diff in <a href="https://github.com/jprichardson/node-fs-extra/compare/10.0.1...10.1.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=10.0.1&new-version=10.1.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 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>
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#346
No description provided.