Commit bbff53e
authored
Bump fs-extra from 11.2.0 to 11.3.0 (#448)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.2.0 to 11.3.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.3.0 / 2025-01-15</h2>
<ul>
<li>Add promise support for newer <code>fs</code> methods (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1044">#1044</a>, <a href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1045">#1045</a>)</li>
<li>Use <code>fs.opendir</code> in <code>copy()</code>/<code>copySync()</code> for better perf/scalability (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/972">#972</a>, <a href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1028">#1028</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jprichardson/node-fs-extra/commit/176ad6a6dbdec503c2d79fa70d17df32dff49972"><code>176ad6a</code></a> 11.3.0</li>
<li><a href="https://github.com/jprichardson/node-fs-extra/commit/e75b9bf3a0827a5052143f48b81fe80cf478bd76"><code>e75b9bf</code></a> Add promise support for missing fs methods (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1045">#1045</a>)</li>
<li><a href="https://github.com/jprichardson/node-fs-extra/commit/d96f2655f181f1c6b1641711619400140a89d027"><code>d96f265</code></a> Update copyright year (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1036">#1036</a>)</li>
<li><a href="https://github.com/jprichardson/node-fs-extra/commit/1d931c88b2d5428670fb39458158ce9c5ac242a3"><code>1d931c8</code></a> Refactor <code>copy</code> to use <code>opendir</code> (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1028">#1028</a>)</li>
<li><a href="https://github.com/jprichardson/node-fs-extra/commit/acf55855580db460fd5532b22d73c4543798cd7d"><code>acf5585</code></a> Fix wording in copy-sync-dir.test.js (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1031">#1031</a>)</li>
<li>See full diff in <a href="https://github.com/jprichardson/node-fs-extra/compare/11.2.0...11.3.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>1 parent d24b5e4 commit bbff53e
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4478 | 4478 | | |
4479 | 4479 | | |
4480 | 4480 | | |
4481 | | - | |
4482 | | - | |
4483 | | - | |
| 4481 | + | |
| 4482 | + | |
| 4483 | + | |
4484 | 4484 | | |
4485 | 4485 | | |
4486 | 4486 | | |
4487 | 4487 | | |
4488 | | - | |
| 4488 | + | |
4489 | 4489 | | |
4490 | 4490 | | |
4491 | 4491 | | |
| |||
5983 | 5983 | | |
5984 | 5984 | | |
5985 | 5985 | | |
5986 | | - | |
| 5986 | + | |
5987 | 5987 | | |
5988 | 5988 | | |
5989 | 5989 | | |
| |||
0 commit comments