dependabot[bot] opened a new pull request, #69186:
URL: https://github.com/apache/airflow/pull/69186

   Bumps the fab-ui-package-updates group with 3 updates in the 
/providers/fab/src/airflow/providers/fab/www directory: 
[prettier](https://github.com/prettier/prettier), 
[webpack](https://github.com/webpack/webpack) and 
[webpack-cli](https://github.com/webpack/webpack-cli).
   
   Updates `prettier` from 3.8.4 to 3.8.5
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/prettier/prettier/releases";>prettier's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.8.5</h2>
   <ul>
   <li>Fix Flow variance annotation print (<a 
href="https://redirect.github.com/prettier/prettier/pull/19022";>#19022</a> by 
<a href="https://github.com/marcoww6";><code>@​marcoww6</code></a>)</li>
   </ul>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/3.8.5/CHANGELOG.md#385";>Changelog</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md";>prettier's 
changelog</a>.</em></p>
   <blockquote>
   <h1>3.8.5</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.8.4...3.8.5";>diff</a></p>
   <h4>Flow: Support <code>readonly</code> as a variance annotation (<a 
href="https://redirect.github.com/prettier/prettier/pull/19022";>#19022</a> by 
<a href="https://github.com/marcoww6";><code>@​marcoww6</code></a>)</h4>
   <p>Flow now accepts <code>readonly</code> as a property variance annotation, 
equivalent to <code>+</code> (covariant/read-only).</p>
   <!-- raw HTML omitted -->
   <pre lang="jsx"><code>// Input
   type T = {
     readonly foo: string,
   };
   <p>// Prettier 3.8.4<br />
   SyntaxError</p>
   <p>// Prettier 3.8.5<br />
   type T = {<br />
   readonly foo: string,<br />
   };<br />
   </code></pre></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prettier/prettier/commit/1ce8c47015ab1e9dfa99f6238df60ff1e70e1498";><code>1ce8c47</code></a>
 Release 3.8.5</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/74923fa8316cd78f8461e77290915155efbcd714";><code>74923fa</code></a>
 Fix variance annotation</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/8b4eb339d43edba35a509ff324d4cdb4416b3efc";><code>8b4eb33</code></a>
 Bump Prettier dependency to 3.8.4</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/e9cbdfa1b755e68ea6f97b0b321524a5169a85d1";><code>e9cbdfa</code></a>
 Clean changelog_unreleased</li>
   <li>See full diff in <a 
href="https://github.com/prettier/prettier/compare/3.8.4...3.8.5";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack` from 5.108.0 to 5.108.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/releases";>webpack's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.108.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Fix invalid property access for escaped namespace imports with 
multi-character mangled export names. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21280";>#21280</a>)</p>
   </li>
   <li>
   <p>Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace 
loads in Chrome DevTools. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21269";>#21269</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md";>webpack's 
changelog</a>.</em></p>
   <blockquote>
   <h2>5.108.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Fix invalid property access for escaped namespace imports with 
multi-character mangled export names. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21280";>#21280</a>)</p>
   </li>
   <li>
   <p>Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace 
loads in Chrome DevTools. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21269";>#21269</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/da91761ed92c8e133ee321c7db4ad6c4698cae0a";><code>da91761</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/21284";>#21284</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/b6c9fcf866f3a52432a3ee82453a857f3473569c";><code>b6c9fcf</code></a>
 chore: move members to emeritus (<a 
href="https://redirect.github.com/webpack/webpack/issues/21281";>#21281</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/062aa200173d1b648fe4af703d6e555a3d73aee6";><code>062aa20</code></a>
 Fix invalid property access for escaped namespace with mangled exports (<a 
href="https://redirect.github.com/webpack/webpack/issues/21280";>#21280</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/ed9fa71fa6862a97f7b6246afdfee910daf6bfb0";><code>ed9fa71</code></a>
 fix: render ProfilingPlugin trace in Chrome DevTools (<a 
href="https://redirect.github.com/webpack/webpack/issues/21269";>#21269</a>)</li>
   <li>See full diff in <a 
href="https://github.com/webpack/webpack/compare/v5.108.0...v5.108.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack-cli` from 7.0.3 to 7.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/releases";>webpack-cli's 
releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p>feat(cli): refresh the <code>--help</code> output using commander's 
<code>configureHelp</code> API — branded headers, section dividers, colorized 
terms and a clearer footer. Colors and chrome collapse to plain text when 
output is piped or <code>--no-color</code> is used, so scripts keep working. 
(by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4779";>#4779</a>)</p>
   </li>
   <li>
   <p>feat: support <code>.json5</code>, <code>.yaml</code>/<code>.yml</code> 
and <code>.toml</code> configuration files by parsing them directly, with the 
parser package (<code>json5</code>, <code>js-yaml</code>, <code>toml</code>) 
installed on demand by the user and declared as optional 
<code>peerDependencies</code> so the parsers resolve correctly under Yarn PnP 
(by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4777";>#4777</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md";>webpack-cli's
 changelog</a>.</em></p>
   <blockquote>
   <h2>7.1.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p>feat(cli): refresh the <code>--help</code> output using commander's 
<code>configureHelp</code> API — branded headers, section dividers, colorized 
terms and a clearer footer. Colors and chrome collapse to plain text when 
output is piped or <code>--no-color</code> is used, so scripts keep working. 
(by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4779";>#4779</a>)</p>
   </li>
   <li>
   <p>feat: support <code>.json5</code>, <code>.yaml</code>/<code>.yml</code> 
and <code>.toml</code> configuration files by parsing them directly, with the 
parser package (<code>json5</code>, <code>js-yaml</code>, <code>toml</code>) 
installed on demand by the user and declared as optional 
<code>peerDependencies</code> so the parsers resolve correctly under Yarn PnP 
(by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4777";>#4777</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/3cd7423fa3639b061bc181188372a703fec71ec4";><code>3cd7423</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4778";>#4778</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/b42d1f4679f0463b48aaf5251e30ef19e7197887";><code>b42d1f4</code></a>
 fix(webpack-cli): declare json5/js-yaml/toml as optional peerDependencies (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4";>#4</a>...</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/347110344d4d2354066490a09bbcf6e7817a639c";><code>3471103</code></a>
 refactor(cli): hierarchical indentation for styled CLI output (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4786";>#4786</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/772330c5fc658772164aa1d988802e1c506bf92a";><code>772330c</code></a>
 build(deps): update dependencies (except commander) (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4785";>#4785</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/a7380e1aebe8dfe6664b0aba6c2b7d0b35842163";><code>a7380e1</code></a>
 feat(cli): refresh CLI output via commander's help API + shared status icons 
...</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/721d8fdf3703a298d80c5c1d6f6fdce2ee588858";><code>721d8fd</code></a>
 chore(deps): bump the dependencies group with 2 updates (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4780";>#4780</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/65aa86cad969847df41342edde89832def8a73a5";><code>65aa86c</code></a>
 chore(deps-dev): bump the dependencies group with 3 updates (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4781";>#4781</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/134e62d9b3609c4fa7e0225b5a32e9d07f46f00f";><code>134e62d</code></a>
 feat(webpack-cli): support json5/yaml/toml configs via direct parsing (no 
int...</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/0b22f7704efe80de8d4c15df803f7ba8604f2026";><code>0b22f77</code></a>
 fix(cli): make config loading errors more verbose (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4776";>#4776</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/a5af40197cb73be2d6c681c411a8ebfd4b2d81d8";><code>a5af401</code></a>
 chore(deps): bump launch-editor from 2.13.1 to 2.14.1 (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4774";>#4774</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack-cli/compare/[email protected]@7.1.0";>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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to