dependabot[bot] opened a new pull request, #26517: URL: https://github.com/apache/superset/pull/26517
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.2.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.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> <h3>Bugfixes</h3> <ul> <li>Don't <code>stat</code> filtered items in <code>copy*</code> (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/965">#965</a>, <a href="https://redirect.github.com/jprichardson/node-fs-extra/pull/971">#971</a>)</li> <li>Remove buggy stats check in <code>copy</code> (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/918">#918</a>, <a href="https://redirect.github.com/jprichardson/node-fs-extra/pull/976">#976</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/5d4bf0b1b9886a2842949aded25c8a16b5d39452"><code>5d4bf0b</code></a> 11.2.0</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/d293448717d81e69d056794aad32fb2d4af2c246"><code>d293448</code></a> perf: copy dir contents in parallel (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1026">#1026</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/a277cbbdf630424482b1e7418749ccaac0db98fe"><code>a277cbb</code></a> Refactor <code>move</code> API to async/await (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1025">#1025</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/40c516134d5927a2a196edffda54ac3a8cd2b455"><code>40c5161</code></a> Refactor <code>copy</code> API to async/await (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1021">#1021</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/6f2b2bc9958954f127e9974b7f2d31ba09e703b2"><code>6f2b2bc</code></a> Refactor <code>create*</code>/<code>ensure*</code> API to async/await (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1023">#1023</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/426bb46067a57deacb93259d5af8b20d8ab528c0"><code>426bb46</code></a> Refactor <code>outputFile</code> API to async/await (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1024">#1024</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/47bc43d036a0aa0b0429a478da78122793b42bdb"><code>47bc43d</code></a> Simplify reduce for checking match (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1016">#1016</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/cc7b3b22a984de5124131c7897574091c9df00e1"><code>cc7b3b2</code></a> 11.1.1</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/055e0b8a09529dc4924b367460781bab696d57fd"><code>055e0b8</code></a> Unify cross-device move test configuration/logic (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/1001">#1001</a>)</li> <li><a href="https://github.com/jprichardson/node-fs-extra/commit/0e7de32aac6689ea61b50a3b0627bfdf99444429"><code>0e7de32</code></a> Preserve timestamp when moving across devices (<a href="https://redirect.github.com/jprichardson/node-fs-extra/issues/994">#994</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jprichardson/node-fs-extra/compare/10.1.0...11.2.0">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org