dependabot[bot] opened a new pull request, #62719: URL: https://github.com/apache/airflow/pull/62719
Bumps the fab-ui-package-updates group with 3 updates in the /providers/fab/src/airflow/providers/fab/www directory: [eslint](https://github.com/eslint/eslint), [stylelint](https://github.com/stylelint/stylelint) and [webpack](https://github.com/webpack/webpack). Updates `eslint` from 10.0.1 to 10.0.2 <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.0.2</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/2b723616a4daeacd4605f11b4d087d4a7cae5c74"><code>2b72361</code></a> fix: update <code>ajv</code> to <code>6.14.0</code> to address security vulnerabilities (<a href="https://redirect.github.com/eslint/eslint/issues/20537">#20537</a>) (루밀LuMir)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/13eeedbbd16218b0da1425b78cb284937fd964ca"><code>13eeedb</code></a> docs: link rule type explanation to CLI option --fix-type (<a href="https://redirect.github.com/eslint/eslint/issues/20548">#20548</a>) (Mike McCready)</li> <li><a href="https://github.com/eslint/eslint/commit/98cbf6ba53a1fb2028d25078c7049a538d0e392c"><code>98cbf6b</code></a> docs: update migration guide per Program range change (<a href="https://redirect.github.com/eslint/eslint/issues/20534">#20534</a>) (Huáng Jùnliàng)</li> <li><a href="https://github.com/eslint/eslint/commit/61a24054411fa56ce74bef554846caa9d8cb01f5"><code>61a2405</code></a> docs: add missing semicolon in vars-on-top rule example (<a href="https://redirect.github.com/eslint/eslint/issues/20533">#20533</a>) (Abilash)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/951223b29669885643f7854d7c824288ba962d7e"><code>951223b</code></a> chore: update dependency <code>@eslint/eslintrc</code> to ^3.3.4 (<a href="https://redirect.github.com/eslint/eslint/issues/20553">#20553</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/6aa1afe6694f3fd7f82116109a5ef2ad18ece074"><code>6aa1afe</code></a> chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20536">#20536</a>) (Milos Djermanovic)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/55122d6f971119607c85b0df8e62942171c939f7"><code>55122d6</code></a> 10.0.2</li> <li><a href="https://github.com/eslint/eslint/commit/80f1e29ec87c07a1cef789c718d6167da59f35f6"><code>80f1e29</code></a> Build: changelog update for 10.0.2</li> <li><a href="https://github.com/eslint/eslint/commit/951223b29669885643f7854d7c824288ba962d7e"><code>951223b</code></a> chore: update dependency <code>@eslint/eslintrc</code> to ^3.3.4 (<a href="https://redirect.github.com/eslint/eslint/issues/20553">#20553</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/13eeedbbd16218b0da1425b78cb284937fd964ca"><code>13eeedb</code></a> docs: link rule type explanation to CLI option --fix-type (<a href="https://redirect.github.com/eslint/eslint/issues/20548">#20548</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/6aa1afe6694f3fd7f82116109a5ef2ad18ece074"><code>6aa1afe</code></a> chore: update dependency eslint-plugin-jsdoc to ^62.7.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20536">#20536</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2b723616a4daeacd4605f11b4d087d4a7cae5c74"><code>2b72361</code></a> fix: update <code>ajv</code> to <code>6.14.0</code> to address security vulnerabilities (<a href="https://redirect.github.com/eslint/eslint/issues/20537">#20537</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/98cbf6ba53a1fb2028d25078c7049a538d0e392c"><code>98cbf6b</code></a> docs: update migration guide per Program range change (<a href="https://redirect.github.com/eslint/eslint/issues/20534">#20534</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/61a24054411fa56ce74bef554846caa9d8cb01f5"><code>61a2405</code></a> docs: add missing semicolon in vars-on-top rule example (<a href="https://redirect.github.com/eslint/eslint/issues/20533">#20533</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslint/compare/v10.0.1...v10.0.2">compare view</a></li> </ul> </details> <br /> Updates `stylelint` from 17.3.0 to 17.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>17.4.0</h2> <p>It adds 2 options to the rules and fixes 7 bugs.</p> <ul> <li>Added: <code>ignoreAtRules: []</code> to <code>at-rule-no-vendor-prefix</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9096">#9096</a>) (<a href="https://github.com/theacrat"><code>@theacrat</code></a>).</li> <li>Added: <code>ignoreMediaFeatureNames: []</code> to <code>media-feature-name-no-vendor-prefix</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9097">#9097</a>) (<a href="https://github.com/theacrat"><code>@theacrat</code></a>).</li> <li>Fixed: performance of selector cloning rules (<a href="https://redirect.github.com/stylelint/stylelint/issues/9089">#9089</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>*-empty-line-before</code> performance (<a href="https://redirect.github.com/stylelint/stylelint/issues/9092">#9092</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> performance (<a href="https://redirect.github.com/stylelint/stylelint/issues/9090">#9090</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>no-irregular-whitespace</code> performance (<a href="https://redirect.github.com/stylelint/stylelint/issues/9091">#9091</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false negatives for at-rule descriptors (<a href="https://redirect.github.com/stylelint/stylelint/issues/9109">#9109</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false positives for <code>corner-shape</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9099">#9099</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false positives for double-slashed properties (<a href="https://redirect.github.com/stylelint/stylelint/issues/9099">#9099</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>17.4.0 - 2026-02-25</h2> <p>It adds 2 options to the rules and fixes 7 bugs.</p> <ul> <li>Added: <code>ignoreAtRules: []</code> to <code>at-rule-no-vendor-prefix</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9096">#9096</a>) (<a href="https://github.com/theacrat"><code>@theacrat</code></a>).</li> <li>Added: <code>ignoreMediaFeatureNames: []</code> to <code>media-feature-name-no-vendor-prefix</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9097">#9097</a>) (<a href="https://github.com/theacrat"><code>@theacrat</code></a>).</li> <li>Fixed: performance of selector cloning rules (<a href="https://redirect.github.com/stylelint/stylelint/pull/9089">#9089</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>*-empty-line-before</code> performance (<a href="https://redirect.github.com/stylelint/stylelint/pull/9092">#9092</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>declaration-property-value-no-unknown</code> performance (<a href="https://redirect.github.com/stylelint/stylelint/pull/9090">#9090</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>no-irregular-whitespace</code> performance (<a href="https://redirect.github.com/stylelint/stylelint/pull/9091">#9091</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false negatives for at-rule descriptors (<a href="https://redirect.github.com/stylelint/stylelint/pull/9109">#9109</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false positives for <code>corner-shape</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/9099">#9099</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> <li>Fixed: <code>property-no-unknown</code> false positives for double-slashed properties (<a href="https://redirect.github.com/stylelint/stylelint/pull/9099">#9099</a>) (<a href="https://github.com/jeddy3"><code>@jeddy3</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/556b7ad511a411eb9ac6784342e85a8ed6123071"><code>556b7ad</code></a> Release 17.4.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/9113">#9113</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/05f64adb508c2f16b9fa057b897e1281b3fea7e2"><code>05f64ad</code></a> Run <code>npm audit</code> for <code>minimatch</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9112">#9112</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/d358479e2617fddacdf585c2293c40593f7007ef"><code>d358479</code></a> Document steps for adding an option and fixing a rule bug (<a href="https://redirect.github.com/stylelint/stylelint/issues/9111">#9111</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/467c5c9f52ca65edc6bbfe9b4ffac4429fd5f2db"><code>467c5c9</code></a> Fix <code>property-no-unknown</code> false negatives for at-rule descriptors (<a href="https://redirect.github.com/stylelint/stylelint/issues/9109">#9109</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/4250b21ed9b6ad88280157f15201df5c2016b7df"><code>4250b21</code></a> Document opening a pull request requests in CONTRIBUTING (<a href="https://redirect.github.com/stylelint/stylelint/issues/9110">#9110</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/effb787e250d9d0fc1107f4437e0cff430d5fada"><code>effb787</code></a> Remove <code>husky</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8984">#8984</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/f38a18c51fbba6d11c4e0577e74afd37f390d31a"><code>f38a18c</code></a> Remove redundant <code>@types/file-entry-cache</code> type dep (<a href="https://redirect.github.com/stylelint/stylelint/issues/9108">#9108</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/83ed11bfc2fc99d8f6f685bfbfb21044215bc2a9"><code>83ed11b</code></a> Add <code>ignoreAtRules: []</code> to <code>at-rule-no-vendor-prefix</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9096">#9096</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/0a8f468dcb1618fbbffa122e5753c031a6d870be"><code>0a8f468</code></a> Add <code>ignoreMediaFeatureNames: []</code> to <code>media-feature-name-no-vendor-prefix</code> (#...</li> <li><a href="https://github.com/stylelint/stylelint/commit/83cfd657fb788a6994dd56958a919f3d96df769a"><code>83cfd65</code></a> Fix <code>property-no-unknown</code> false positives for <code>corner-shape</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/9099">#9099</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/17.3.0...17.4.0">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> Updates `webpack` from 5.105.2 to 5.105.3 <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.105.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Context modules now handle rejections correctly. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20455">#20455</a>)</p> </li> <li> <p>Only mark asset modules as side-effect-free when <code>experimental.futureDefaults</code> is set to true, so asset-copying use cases (e.g. <code>import "./x.png"</code>) won’t break unless the option is enabled. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20535">#20535</a>)</p> </li> <li> <p>Add the missing <strong>webpack_exports</strong> declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20463">#20463</a>)</p> </li> <li> <p>Fixed HMR failure for CSS modules with <a href="https://github.com/import"><code>@import</code></a> when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing <a href="https://github.com/import"><code>@import</code></a> CSS to work correctly during hot module replacement. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20514">#20514</a>)</p> </li> <li> <p>Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20454">#20454</a>)</p> </li> <li> <p>Do not crash when a referenced chunk is not a runtime chunk. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20461">#20461</a>)</p> </li> <li> <p>Fix some types. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20412">#20412</a>)</p> </li> <li> <p>Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20510">#20510</a>)</p> </li> <li> <p>Added <code>createRequire</code> support for ECMA modules. (by <a href="https://github.com/stefanbinoj"><code>@stefanbinoj</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20497">#20497</a>)</p> </li> <li> <p>Added category for CJS reexport dependency to fix issues with ECMA modules. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20444">#20444</a>)</p> </li> <li> <p>Implement immutable bytes for <code>bytes</code> import attribute to match tc39 spec. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20481">#20481</a>)</p> </li> <li> <p>Fixed deterministic search for graph roots regardless of edge order. (by <a href="https://github.com/veeceey"><code>@veeceey</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20452">#20452</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.105.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Context modules now handle rejections correctly. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20455">#20455</a>)</p> </li> <li> <p>Only mark asset modules as side-effect-free when <code>experimental.futureDefaults</code> is set to true, so asset-copying use cases (e.g. <code>import "./x.png"</code>) won’t break unless the option is enabled. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20535">#20535</a>)</p> </li> <li> <p>Add the missing <strong>webpack_exports</strong> declaration in certain cases when bundling a JS entry together with non-JS entries (e.g., CSS entry or asset module entry). (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20463">#20463</a>)</p> </li> <li> <p>Fixed HMR failure for CSS modules with <a href="https://github.com/import"><code>@import</code></a> when exportType !== "link". When exportType is not "link", CSS modules now behave like JavaScript modules and don't require special HMR handling, allowing <a href="https://github.com/import"><code>@import</code></a> CSS to work correctly during hot module replacement. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20514">#20514</a>)</p> </li> <li> <p>Fixed an issue where empty JavaScript files were generated for CSS-only entry points. The code now correctly checks if entry modules have JavaScript source types before determining whether to generate a JS file. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20454">#20454</a>)</p> </li> <li> <p>Do not crash when a referenced chunk is not a runtime chunk. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20461">#20461</a>)</p> </li> <li> <p>Fix some types. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20412">#20412</a>)</p> </li> <li> <p>Ensure that missing module error are thrown after the interception handler (if present), allowing module interception to customize the module factory. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20510">#20510</a>)</p> </li> <li> <p>Added <code>createRequire</code> support for ECMA modules. (by <a href="https://github.com/stefanbinoj"><code>@stefanbinoj</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20497">#20497</a>)</p> </li> <li> <p>Added category for CJS reexport dependency to fix issues with ECMA modules. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20444">#20444</a>)</p> </li> <li> <p>Implement immutable bytes for <code>bytes</code> import attribute to match tc39 spec. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20481">#20481</a>)</p> </li> <li> <p>Fixed deterministic search for graph roots regardless of edge order. (by <a href="https://github.com/veeceey"><code>@veeceey</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20452">#20452</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/714a0e3496f2189f76b5d2c98eacdeedae9e7c06"><code>714a0e3</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20448">#20448</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/c323b39abf540d12006c46c9abbf1ba9b62189d0"><code>c323b39</code></a> chore(deps-dev): bump nyc from 17.1.0 to 18.0.0 (<a href="https://redirect.github.com/webpack/webpack/issues/20539">#20539</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/8a01dfefc8659136e889dbb96ce932fdcfa0a970"><code>8a01dfe</code></a> refactor: deduplicate export presence logic in Harmony dependency classes (<a href="https://redirect.github.com/webpack/webpack/issues/2">#2</a>...</li> <li><a href="https://github.com/webpack/webpack/commit/b9fc7b3538c85b2a81258bb20ea0185a315ab590"><code>b9fc7b3</code></a> chore(deps): bump test/test262-cases in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/20541">#20541</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/f8a5ac32accb80076be94dc736f6165ba37cf86b"><code>f8a5ac3</code></a> test: add coverage for nwjs exports condition and CSS modules with webworker ...</li> <li><a href="https://github.com/webpack/webpack/commit/59bf0241620af6ad18045b52824338db42d4d3d0"><code>59bf024</code></a> test: add coverage for external script in EnvironmentNotSupportAsyncWarning (...</li> <li><a href="https://github.com/webpack/webpack/commit/4c79ac21a381c2442dc9cdc39823e2df65f59ce0"><code>4c79ac2</code></a> test: add missing coverage for formatLocation and formatSize (<a href="https://redirect.github.com/webpack/webpack/issues/20534">#20534</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/4f5c0a864d0653dd91f27c03006bcf6667d32a9e"><code>4f5c0a8</code></a> fix: mark asset module as side-effect-free when futureDefaults (<a href="https://redirect.github.com/webpack/webpack/issues/20535">#20535</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/87987ca060cff1c07460b874fba9b90f6955a929"><code>87987ca</code></a> test: add test</li> <li><a href="https://github.com/webpack/webpack/commit/67c5aae55b1f50d9609138aea1b6ddb566e782c9"><code>67c5aae</code></a> test: add configCase for ESM prefetch/preload under neutral target (<a href="https://redirect.github.com/webpack/webpack/issues/20524">#20524</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.105.2...v5.105.3">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]
