Commit 78ed91b
chore(deps): bump fs-extra and @types/fs-extra (#1040)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) and
[@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fs-extra).
These dependencies needed to be updated together.
Updates `fs-extra` from 9.1.0 to 11.3.3
<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.3 / 2025-12-18</h2>
<ul>
<li>Fix copying symlink when destination is a symlink to the same target
(<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1019">#1019</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1060">#1060</a>)</li>
</ul>
<h2>11.3.2 / 2025-09-15</h2>
<ul>
<li>Fix spurrious <code>UnhandledPromiseRejectionWarning</code> that
could occur when calling <code>.copy()</code> in some cases (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1056">#1056</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1058">#1058</a>)</li>
</ul>
<h2>11.3.1 / 2025-08-05</h2>
<ul>
<li>Fix case where <code>move</code>/<code>moveSync</code> could
incorrectly think files are identical on Windows (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/1050">#1050</a>)</li>
</ul>
<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>
<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>
<h2>11.1.1 / 2023-03-20</h2>
<ul>
<li>Preserve timestamps when moving files across devices (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/992">#992</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/994">#994</a>)</li>
</ul>
<h2>11.1.0 / 2022-11-29</h2>
<ul>
<li>Re-add <code>main</code> field to <code>package.json</code> for
better TypeScript compatibility (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/979">#979</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/981">#981</a>)</li>
</ul>
<h2>11.0.0 / 2022-11-28</h2>
<h3>Breaking Changes</h3>
<ul>
<li>Don't allow requiring <code>fs-extra/lib/SOMETHING</code> (switched
to <code>exports</code>) (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/974">#974</a>)</li>
<li>Require Node v14.14+ (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/968">#968</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/969">#969</a>)</li>
</ul>
<h3>New Features</h3>
<ul>
<li>Add <code>fs-extra/esm</code> for ESM named export support; see <a
href="https://github.com/jprichardson/node-fs-extra#esm">docs</a> for
details (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/746">#746</a>,
<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/974">#974</a>)</li>
<li>Add promise support for <code>fs.readv()</code> (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/pull/970">#970</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/1de81e98a8ff3afb5cf4a6b4dc63a93216728dd3"><code>1de81e9</code></a>
11.3.3</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/ddc46f7cb980e5f2cc2174c73342cfe18e875895"><code>ddc46f7</code></a>
Fix symlink copy failing when source and dest symlinks point to same
target (...</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/5023c22431e2341385d6c4b7645bb896d2e477b6"><code>5023c22</code></a>
Use macos-15-intel runner (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1061">#1061</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/403e8aaf191e1fe7f40273cacce754330c923b8a"><code>403e8aa</code></a>
11.3.2</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/47f1095d4bea4a9c0a2efea017b3a5570597366f"><code>47f1095</code></a>
Fix UnhandledPromiseRejectionWarning in copy (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1058">#1058</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/5e62bb79e6a0305033e69422101ecc8494b53a54"><code>5e62bb7</code></a>
11.3.1</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/b897b36648860e9c0b12050163d98d9228422316"><code>b897b36</code></a>
fix incorrect identical result for windows node v22+ (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1050">#1050</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/22583f7bbe1b6b573a74faf8d0fa83c9ee4779d5"><code>22583f7</code></a>
Test on more modern Node versions (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1051">#1051</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/83ff8ca965d16f69c49cfebe717114363a3783bd"><code>83ff8ca</code></a>
Do not mutate args in ensure symlink tests (<a
href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1052">#1052</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/176ad6a6dbdec503c2d79fa70d17df32dff49972"><code>176ad6a</code></a>
11.3.0</li>
<li>Additional commits viewable in <a
href="https://github.com/jprichardson/node-fs-extra/compare/9.1.0...11.3.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `@types/fs-extra` from 9.0.13 to 11.0.4
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/fs-extra">compare
view</a></li>
</ul>
</details>
<br />
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>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Momo Kornher <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 88e95b9 commit 78ed91b
1 file changed
+1
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments