dependabot[bot] opened a new pull request, #72342: URL: https://github.com/apache/airflow/pull/72342
Bumps the fab-ui-package-updates group with 2 updates in the /providers/fab/src/airflow/providers/fab/www directory: [eslint](https://github.com/eslint/eslint) and [webpack](https://github.com/webpack/webpack). Updates `eslint` from 10.9.0 to 10.9.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v10.9.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1e641c919fc1421493bf913feb607896982451a3"><code>1e641c9</code></a> fix: no-loss-of-precision false positive with trailing decimal point (<a href="https://redirect.github.com/eslint/eslint/issues/21251">#21251</a>) (Aleksandr Shoronov)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ad74a8dada2aaa17bfd0b8cc7b4119ff7a8ac04b"><code>ad74a8d</code></a> docs: add deprecation steps for EOL package versions (<a href="https://redirect.github.com/eslint/eslint/issues/21248">#21248</a>) (Francesco Trotta)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3c3ae53a43721162f0db76c69665ebd9d752ea52"><code>3c3ae53</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21249">#21249</a>) (ESLint Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/5c8c2417b9ff462f2dc4e54a062c59135b45b845"><code>5c8c241</code></a> 10.9.1</li> <li><a href="https://github.com/eslint/eslint/commit/a7f3b7ddca7de8464995707d1bbac3ca91090015"><code>a7f3b7d</code></a> Build: changelog update for 10.9.1</li> <li><a href="https://github.com/eslint/eslint/commit/1e641c919fc1421493bf913feb607896982451a3"><code>1e641c9</code></a> fix: no-loss-of-precision false positive with trailing decimal point (<a href="https://redirect.github.com/eslint/eslint/issues/21251">#21251</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ad74a8dada2aaa17bfd0b8cc7b4119ff7a8ac04b"><code>ad74a8d</code></a> docs: add deprecation steps for EOL package versions (<a href="https://redirect.github.com/eslint/eslint/issues/21248">#21248</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3c3ae53a43721162f0db76c69665ebd9d752ea52"><code>3c3ae53</code></a> chore: update ecosystem plugins (<a href="https://redirect.github.com/eslint/eslint/issues/21249">#21249</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslint/compare/v10.9.0...v10.9.1">compare view</a></li> </ul> </details> <br /> Updates `webpack` from 5.109.2 to 5.110.0 <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.110.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Wrap concatenated modules in lazy <code>__webpack_require__.cw</code> accessors and inline <code>require()</code>, keeping a wrapped body's names and side effects intact. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21519">#21519</a>)</p> </li> <li> <p>Add performance hints reporting what a build costs: duplicate packages and modules, circular dependencies, broad contexts, large modules and chunks, hotspots, <code>eval</code>, missing PURE annotations, polyfills, redundant dynamic imports, OS-dependent rules, cache effectiveness, how chunks load, what splitting refused, why an optimization was skipped, and rules, defines, externals, aliases and barrel reexports nothing uses. An oversized asset names its largest modules, and an entrypoint carrying the runtime recommends <code>optimization.runtimeChunk</code>. Enable every check not set individually with <code>performance.all</code>, report hints in stats only with <code>performance.hints: "stats"</code>, and get them in a stable order that leaves the build hashes unchanged. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Add the <code>descriptionRelativePath</code> module rule condition. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21705">#21705</a>)</p> </li> <li> <p>Add OS-independent <code>glob</code> matching to module rules. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21771">#21771</a>)</p> </li> <li> <p>Report inner-graph, AMD and bare <code>module</code> bailouts in <code>optimizationBailout</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21740">#21740</a>)</p> </li> <li> <p>Allow marking externals as side-effect-free with a <code>sideEffects</code> flag. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21712">#21712</a>)</p> </li> <li> <p>Give externals the original request of a context module element. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21780">#21780</a>)</p> </li> <li> <p>Add the <code>externalsPresets.nodeModules</code> preset with an <code>allowlist</code> option to externalize installed packages, replacing the <code>webpack-node-externals</code> plugin. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21569">#21569</a>)</p> </li> <li> <p>Add <code>output.library.umdAmdContainer</code> for an AMD-style loader branch in UMD. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21770">#21770</a>)</p> </li> <li> <p>Resolve <code>@custom-media</code> values that are <code>true</code> / <code>false</code> or name another custom media. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21624">#21624</a>)</p> </li> <li> <p>Add the <code>__webpack_css_server_styles__</code> module variable to read the CSS collected while rendering without a DOM, and keep that CSS in the order the styles were applied. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21576">#21576</a>)</p> </li> <li> <p>Patch the HTML <code><head></code> in place on hot update instead of forcing a full reload, including when a <code><script></code> that never executed is removed. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21624">#21624</a>)</p> </li> <li> <p>Scope counter names in CSS modules; fix the <code>counter()</code> counter-style and <code>animation</code> timeline keywords. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21600">#21600</a>)</p> </li> <li> <p>Derive <code>import defer</code> / <code>import source</code> from the target and fix the source phase. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21810">#21810</a>)</p> </li> <li> <p>Emit analyzable ESM urls for chunks, assets, styles, workers and wasm. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21788">#21788</a>)</p> </li> <li> <p>Tree shake CommonJS: <code>module.exports</code> object literals, exports destructured from a <code>require()</code> binding, unused method requires, and unused side-effect-free <code>require()</code> calls and reexports. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Resolve relative entry <code>baseUri</code> values and bake one side of a hash cycle. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21750">#21750</a>)</p> </li> <li> <p>Minify CSS further, only where the document is unchanged: shorthands and box longhands, <code>font-weight</code>, <code><position></code> and <code>font-stretch</code> keywords, colors (polar, Lab and <code>hsl()</code> converted to hex), numbers, times, zero units, <code>calc()</code> and every math function the spec names folded over constants, selector lists, An+B, keyframe selectors, media-feature ranges, <code>unicode-range</code>, <code>transition</code> layers, <code>display</code>, transforms, gradients, font families, identical repeated declarations, and rules an identical later one makes dead. Abilities are read off the target browsers, <code>vendorPrefixes</code> adds and drops vendor prefixes for them, and <code>rewriteCustomProperties</code> shortens custom property values. Minification never changes whether a declaration parses, and beautifying keeps every rule. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href= "https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Safely minify CSS (with source maps) and HTML assets when <code>optimization.minimize</code> is enabled, unless a minimizer is already configured for them, making only transformations an engine cannot tell apart. Every rewrite is named as an option, so it can be switched off. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Minify HTML further where the parsed document is unchanged: drop redundant quotes, whitespace nothing renders, escapes text does not need, implied tags, optional end tags nothing prints behind, empty attributes and nested empty elements; fold enumerated values and casing; normalize each attribute against the element it is on; and rewrite <code>style</code>, token lists, <code>srcset</code>, <code>sizes</code>, URL, integer and boolean attributes, viewport <code>content</code>, inline <code><style></code> and a JSON <code><script></code> body through their own grammars. Adds the <code>optimization.minimize.html</code> options <code>collapseWhitespace</code>, <code>mergeStyles</code>, <code>minifyConditionalComments</code>, <code>minifySrcdoc</code>, <code>preserveComments</code>, <code>removeEmptyAttributes</code>, <code>removeEmptyElements</code>, <code>removeImpliedTags</code>, <code>removeRedundantAttributes</code>, <code>sortAttributes</code> and <code>sortTokenL ists</code>, and keeps an end tag the parent, the next element or the adoption agency would otherwise restructure the tree over. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Suggest the closest name or a casing fix anywhere in a failed request. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21727">#21727</a>)</p> </li> <li> <p>Add aggregated <code>shutdown</code> hook to <code>MultiCompiler</code>. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21578">#21578</a>)</p> </li> <li> <p>Report which compilers changed on the MultiCompiler <code>done</code> hook. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21580">#21580</a>)</p> </li> <li> <p>Add <code>[containedpath]</code>/<code>[containedfile]</code> placeholders, used for <code>[path]</code>/<code>[file]</code> of asset and html modules with <code>experiments.futureDefaults</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21592">#21592</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.110.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Wrap concatenated modules in lazy <code>__webpack_require__.cw</code> accessors and inline <code>require()</code>, keeping a wrapped body's names and side effects intact. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21519">#21519</a>)</p> </li> <li> <p>Add performance hints reporting what a build costs: duplicate packages and modules, circular dependencies, broad contexts, large modules and chunks, hotspots, <code>eval</code>, missing PURE annotations, polyfills, redundant dynamic imports, OS-dependent rules, cache effectiveness, how chunks load, what splitting refused, why an optimization was skipped, and rules, defines, externals, aliases and barrel reexports nothing uses. An oversized asset names its largest modules, and an entrypoint carrying the runtime recommends <code>optimization.runtimeChunk</code>. Enable every check not set individually with <code>performance.all</code>, report hints in stats only with <code>performance.hints: "stats"</code>, and get them in a stable order that leaves the build hashes unchanged. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Add the <code>descriptionRelativePath</code> module rule condition. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21705">#21705</a>)</p> </li> <li> <p>Add OS-independent <code>glob</code> matching to module rules. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21771">#21771</a>)</p> </li> <li> <p>Report inner-graph, AMD and bare <code>module</code> bailouts in <code>optimizationBailout</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21740">#21740</a>)</p> </li> <li> <p>Allow marking externals as side-effect-free with a <code>sideEffects</code> flag. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21712">#21712</a>)</p> </li> <li> <p>Give externals the original request of a context module element. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21780">#21780</a>)</p> </li> <li> <p>Add the <code>externalsPresets.nodeModules</code> preset with an <code>allowlist</code> option to externalize installed packages, replacing the <code>webpack-node-externals</code> plugin. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21569">#21569</a>)</p> </li> <li> <p>Add <code>output.library.umdAmdContainer</code> for an AMD-style loader branch in UMD. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21770">#21770</a>)</p> </li> <li> <p>Resolve <code>@custom-media</code> values that are <code>true</code> / <code>false</code> or name another custom media. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21624">#21624</a>)</p> </li> <li> <p>Add the <code>__webpack_css_server_styles__</code> module variable to read the CSS collected while rendering without a DOM, and keep that CSS in the order the styles were applied. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21576">#21576</a>)</p> </li> <li> <p>Patch the HTML <code><head></code> in place on hot update instead of forcing a full reload, including when a <code><script></code> that never executed is removed. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21624">#21624</a>)</p> </li> <li> <p>Scope counter names in CSS modules; fix the <code>counter()</code> counter-style and <code>animation</code> timeline keywords. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21600">#21600</a>)</p> </li> <li> <p>Derive <code>import defer</code> / <code>import source</code> from the target and fix the source phase. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21810">#21810</a>)</p> </li> <li> <p>Emit analyzable ESM urls for chunks, assets, styles, workers and wasm. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21788">#21788</a>)</p> </li> <li> <p>Tree shake CommonJS: <code>module.exports</code> object literals, exports destructured from a <code>require()</code> binding, unused method requires, and unused side-effect-free <code>require()</code> calls and reexports. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Resolve relative entry <code>baseUri</code> values and bake one side of a hash cycle. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21750">#21750</a>)</p> </li> <li> <p>Minify CSS further, only where the document is unchanged: shorthands and box longhands, <code>font-weight</code>, <code><position></code> and <code>font-stretch</code> keywords, colors (polar, Lab and <code>hsl()</code> converted to hex), numbers, times, zero units, <code>calc()</code> and every math function the spec names folded over constants, selector lists, An+B, keyframe selectors, media-feature ranges, <code>unicode-range</code>, <code>transition</code> layers, <code>display</code>, transforms, gradients, font families, identical repeated declarations, and rules an identical later one makes dead. Abilities are read off the target browsers, <code>vendorPrefixes</code> adds and drops vendor prefixes for them, and <code>rewriteCustomProperties</code> shortens custom property values. Minification never changes whether a declaration parses, and beautifying keeps every rule. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href= "https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Safely minify CSS (with source maps) and HTML assets when <code>optimization.minimize</code> is enabled, unless a minimizer is already configured for them, making only transformations an engine cannot tell apart. Every rewrite is named as an option, so it can be switched off. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Minify HTML further where the parsed document is unchanged: drop redundant quotes, whitespace nothing renders, escapes text does not need, implied tags, optional end tags nothing prints behind, empty attributes and nested empty elements; fold enumerated values and casing; normalize each attribute against the element it is on; and rewrite <code>style</code>, token lists, <code>srcset</code>, <code>sizes</code>, URL, integer and boolean attributes, viewport <code>content</code>, inline <code><style></code> and a JSON <code><script></code> body through their own grammars. Adds the <code>optimization.minimize.html</code> options <code>collapseWhitespace</code>, <code>mergeStyles</code>, <code>minifyConditionalComments</code>, <code>minifySrcdoc</code>, <code>preserveComments</code>, <code>removeEmptyAttributes</code>, <code>removeEmptyElements</code>, <code>removeImpliedTags</code>, <code>removeRedundantAttributes</code>, <code>sortAttributes</code> and <code>sortTokenL ists</code>, and keeps an end tag the parent, the next element or the adoption agency would otherwise restructure the tree over. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21841">#21841</a>)</p> </li> <li> <p>Suggest the closest name or a casing fix anywhere in a failed request. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21727">#21727</a>)</p> </li> <li> <p>Add aggregated <code>shutdown</code> hook to <code>MultiCompiler</code>. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21578">#21578</a>)</p> </li> <li> <p>Report which compilers changed on the MultiCompiler <code>done</code> hook. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21580">#21580</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/3a7c0e6e27f90f9c5e407c18506a5034aabcf27d"><code>3a7c0e6</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/21545">#21545</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/75891c89c212ec5e5ebbb3d13fba67192ddba678"><code>75891c8</code></a> chore(changesets): union same-subject entries (<a href="https://redirect.github.com/webpack/webpack/issues/21841">#21841</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/6b96de733ff1957f599c0c702273c66618027c68"><code>6b96de7</code></a> feat(config): emit no development source map for library builds (<a href="https://redirect.github.com/webpack/webpack/issues/21839">#21839</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/ff0c83234322f051b7f509a7176243356f9b9346"><code>ff0c832</code></a> feat(css,html): reach embedded source from cssMinify and htmlMinify (<a href="https://redirect.github.com/webpack/webpack/issues/21838">#21838</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/06bedfbd2a8b0c63078b6e1789b5f769174acfb6"><code>06bedfb</code></a> chore(deps): bump test/wpt in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/21836">#21836</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0cde75894cb89da69723b4050352ae235cde9482"><code>0cde758</code></a> feat(css,html): fold every case-insensitive CSS name, and name each minifier ...</li> <li><a href="https://github.com/webpack/webpack/commit/0b5c4e94be1683fc967a331a2648df1fb44cb2a7"><code>0b5c4e9</code></a> perf(css): scope duplicate rules, and reuse interned names and minified style...</li> <li><a href="https://github.com/webpack/webpack/commit/8750c1fea101fb69a41dfe2077603e64c95f34f0"><code>8750c1f</code></a> feat(css,html): add renderEmbeddedSource for source one language embeds in an...</li> <li><a href="https://github.com/webpack/webpack/commit/4f4ba919a7c4b642cd81de10b1270deaedce002c"><code>4f4ba91</code></a> feat(esm): bake analyzable urls where the name settles late (<a href="https://redirect.github.com/webpack/webpack/issues/21828">#21828</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/7651c0396db61caa8338fd1e963e0c69091b56bb"><code>7651c03</code></a> perf(css): read every target ability off the browsers, and cut what the minif...</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.109.2...v5.110.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]
