Commit 24bd1d3
authored
Bump fs-extra from 11.2.0 to 11.3.0 (#256)
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 853416e commit 24bd1d3
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3832 | 3832 | | |
3833 | 3833 | | |
3834 | 3834 | | |
3835 | | - | |
3836 | | - | |
3837 | | - | |
| 3835 | + | |
| 3836 | + | |
| 3837 | + | |
3838 | 3838 | | |
3839 | 3839 | | |
3840 | 3840 | | |
3841 | 3841 | | |
3842 | | - | |
| 3842 | + | |
3843 | 3843 | | |
3844 | 3844 | | |
3845 | 3845 | | |
| |||
5241 | 5241 | | |
5242 | 5242 | | |
5243 | 5243 | | |
5244 | | - | |
| 5244 | + | |
5245 | 5245 | | |
5246 | 5246 | | |
5247 | 5247 | | |
| |||
0 commit comments