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

   Bumps the fab-ui-package-updates group with 4 updates in the 
/providers/fab/src/airflow/providers/fab/www directory: 
[eslint](https://github.com/eslint/eslint), 
[eslint-plugin-import](https://github.com/import-js/eslint-plugin-import), 
[prettier](https://github.com/prettier/prettier) and 
[stylelint](https://github.com/stylelint/stylelint).
   
   Updates `eslint` from 9.28.0 to 9.29.0
   <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>v9.29.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d";><code>f686fcb</code></a>
 feat: add <code>ecmaVersion: 2026</code>, parsing <code>using</code> and 
<code>await using</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19832";>#19832</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4";><code>19cdd22</code></a>
 feat: prune suppressions for non-existent files (<a 
href="https://redirect.github.com/eslint/eslint/issues/19825";>#19825</a>) 
(TKDev7)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b3d720f82f08022a33b10f0437111e7d270b8e3c";><code>b3d720f</code></a>
 feat: add ES2025 globals (<a 
href="https://redirect.github.com/eslint/eslint/issues/19835";>#19835</a>) 
(fisker Cheung)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/677a2837a17320f54a8869682af128a2a7d77579";><code>677a283</code></a>
 feat: add auto-accessor fields support to class-methods-use-this (<a 
href="https://redirect.github.com/eslint/eslint/issues/19789";>#19789</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/dbba0589f5509223658b73de6eb721f659bcec47";><code>dbba058</code></a>
 feat: allow global type declaration in <code>no-var</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19714";>#19714</a>) 
(Remco Haszing)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/342bd29e1a10a4b521ed0dbb6d889dcfc137e863";><code>342bd29</code></a>
 feat: ignore type annotations in no-restricted-globals (<a 
href="https://redirect.github.com/eslint/eslint/issues/19781";>#19781</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/786bcd13652b90c5bd0c7201610b856ad1b87542";><code>786bcd1</code></a>
 feat: add allowProperties option to no-restricted-properties (<a 
href="https://redirect.github.com/eslint/eslint/issues/19772";>#19772</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/05b66d05bd68214f2fa1ab53fb2734c9d9e5348a";><code>05b66d0</code></a>
 feat: add <code>sourceCode.isGlobalReference(node)</code> method (<a 
href="https://redirect.github.com/eslint/eslint/issues/19695";>#19695</a>) 
(Nitin Kumar)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f";><code>85c082c</code></a>
 fix: explicit matching behavior with negated patterns and arrays (<a 
href="https://redirect.github.com/eslint/eslint/issues/19845";>#19845</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc";><code>9bda4a9</code></a>
 fix: fix <code>LintOptions.filterCodeBlock</code> types (<a 
href="https://redirect.github.com/eslint/eslint/issues/19837";>#19837</a>) 
(ntnyq)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7ab77a2c7605126daaa7e7f7ab75b5c252677d12";><code>7ab77a2</code></a>
 fix: correct breaking deprecation of FlatConfig type (<a 
href="https://redirect.github.com/eslint/eslint/issues/19826";>#19826</a>) 
(Logicer)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/1ba33181ab300588a803434884c054ed003f0bbd";><code>1ba3318</code></a>
 fix: add <code>language</code> and <code>dialects</code> to 
<code>no-use-before-define</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19808";>#19808</a>) 
(Francesco Trotta)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7";><code>00e3e6a</code></a>
 docs: add support for custom name parameter to <code>includeIgnoreFile</code> 
(<a href="https://redirect.github.com/eslint/eslint/issues/19795";>#19795</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/3aed0756ed3669ac27fc243c81fd82e3d0e6973b";><code>3aed075</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a2f888d679e2a44964da596a4158911819e1d31d";><code>a2f888d</code></a>
 docs: enhance documentation with links and fix typos (<a 
href="https://redirect.github.com/eslint/eslint/issues/19761";>#19761</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/53c3235ba1c90a85a44f0abd18998ccc4e0445bf";><code>53c3235</code></a>
 docs: update to clarify prompt usage (<a 
href="https://redirect.github.com/eslint/eslint/issues/19748";>#19748</a>) 
(Jennifer Davis)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f";><code>5c114c9</code></a>
 chore: upgrade <code>@​eslint/js</code><a 
href="https://github.com/9";><code>@​9</code></a>.29.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/19851";>#19851</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f";><code>acf2201</code></a>
 chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808";><code>a806994</code></a>
 refactor: Remove eslintrc from flat config functionality (<a 
href="https://redirect.github.com/eslint/eslint/issues/19833";>#19833</a>) 
(Nicholas C. Zakas)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/152ed51329d82c6e7375f41a105e01b31750e17f";><code>152ed51</code></a>
 test: switch to flat config mode in code path analysis tests (<a 
href="https://redirect.github.com/eslint/eslint/issues/19824";>#19824</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b647239272931e0a947500b2f554fc8ccdf8adfd";><code>b647239</code></a>
 chore: Update first-party dependencies faster with Renovate (<a 
href="https://redirect.github.com/eslint/eslint/issues/19822";>#19822</a>) 
(Nicholas C. Zakas)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7abe42e2de931289e19e34e390d16936cf6faf64";><code>7abe42e</code></a>
 refactor: SafeEmitter -&gt; SourceCodeVisitor (<a 
href="https://redirect.github.com/eslint/eslint/issues/19708";>#19708</a>) 
(Nicholas C. Zakas)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e39289596757702b6c8d747d5ab9c1a7820c108f";><code>e392895</code></a>
 perf: improve time complexity of <code>getLocFromIndex</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19782";>#19782</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0ed289c5ceed1c10b599b22c8b9374a5a3a144dd";><code>0ed289c</code></a>
 chore: remove accidentally committed file (<a 
href="https://redirect.github.com/eslint/eslint/issues/19807";>#19807</a>) 
(Francesco Trotta)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md";>eslint's 
changelog</a>.</em></p>
   <blockquote>
   <p>v9.29.0 - June 13, 2025</p>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f";><code>5c114c9</code></a>
 chore: upgrade <code>@​eslint/js</code><a 
href="https://github.com/9";><code>@​9</code></a>.29.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/19851";>#19851</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f";><code>acf2201</code></a>
 chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d";><code>f686fcb</code></a>
 feat: add <code>ecmaVersion: 2026</code>, parsing <code>using</code> and 
<code>await using</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19832";>#19832</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f";><code>85c082c</code></a>
 fix: explicit matching behavior with negated patterns and arrays (<a 
href="https://redirect.github.com/eslint/eslint/issues/19845";>#19845</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7";><code>00e3e6a</code></a>
 docs: add support for custom name parameter to <code>includeIgnoreFile</code> 
(<a href="https://redirect.github.com/eslint/eslint/issues/19795";>#19795</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc";><code>9bda4a9</code></a>
 fix: fix <code>LintOptions.filterCodeBlock</code> types (<a 
href="https://redirect.github.com/eslint/eslint/issues/19837";>#19837</a>) 
(ntnyq)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808";><code>a806994</code></a>
 refactor: Remove eslintrc from flat config functionality (<a 
href="https://redirect.github.com/eslint/eslint/issues/19833";>#19833</a>) 
(Nicholas C. Zakas)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4";><code>19cdd22</code></a>
 feat: prune suppressions for non-existent files (<a 
href="https://redirect.github.com/eslint/eslint/issues/19825";>#19825</a>) 
(TKDev7)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b3d720f82f08022a33b10f0437111e7d270b8e3c";><code>b3d720f</code></a>
 feat: add ES2025 globals (<a 
href="https://redirect.github.com/eslint/eslint/issues/19835";>#19835</a>) 
(fisker Cheung)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/677a2837a17320f54a8869682af128a2a7d77579";><code>677a283</code></a>
 feat: add auto-accessor fields support to class-methods-use-this (<a 
href="https://redirect.github.com/eslint/eslint/issues/19789";>#19789</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/3aed0756ed3669ac27fc243c81fd82e3d0e6973b";><code>3aed075</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7ab77a2c7605126daaa7e7f7ab75b5c252677d12";><code>7ab77a2</code></a>
 fix: correct breaking deprecation of FlatConfig type (<a 
href="https://redirect.github.com/eslint/eslint/issues/19826";>#19826</a>) 
(Logicer)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a2f888d679e2a44964da596a4158911819e1d31d";><code>a2f888d</code></a>
 docs: enhance documentation with links and fix typos (<a 
href="https://redirect.github.com/eslint/eslint/issues/19761";>#19761</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/dbba0589f5509223658b73de6eb721f659bcec47";><code>dbba058</code></a>
 feat: allow global type declaration in <code>no-var</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19714";>#19714</a>) 
(Remco Haszing)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/152ed51329d82c6e7375f41a105e01b31750e17f";><code>152ed51</code></a>
 test: switch to flat config mode in code path analysis tests (<a 
href="https://redirect.github.com/eslint/eslint/issues/19824";>#19824</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b647239272931e0a947500b2f554fc8ccdf8adfd";><code>b647239</code></a>
 chore: Update first-party dependencies faster with Renovate (<a 
href="https://redirect.github.com/eslint/eslint/issues/19822";>#19822</a>) 
(Nicholas C. Zakas)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7abe42e2de931289e19e34e390d16936cf6faf64";><code>7abe42e</code></a>
 refactor: SafeEmitter -&gt; SourceCodeVisitor (<a 
href="https://redirect.github.com/eslint/eslint/issues/19708";>#19708</a>) 
(Nicholas C. Zakas)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/342bd29e1a10a4b521ed0dbb6d889dcfc137e863";><code>342bd29</code></a>
 feat: ignore type annotations in no-restricted-globals (<a 
href="https://redirect.github.com/eslint/eslint/issues/19781";>#19781</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e39289596757702b6c8d747d5ab9c1a7820c108f";><code>e392895</code></a>
 perf: improve time complexity of <code>getLocFromIndex</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19782";>#19782</a>) 
(루밀LuMir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/1ba33181ab300588a803434884c054ed003f0bbd";><code>1ba3318</code></a>
 fix: add <code>language</code> and <code>dialects</code> to 
<code>no-use-before-define</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19808";>#19808</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/786bcd13652b90c5bd0c7201610b856ad1b87542";><code>786bcd1</code></a>
 feat: add allowProperties option to no-restricted-properties (<a 
href="https://redirect.github.com/eslint/eslint/issues/19772";>#19772</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/05b66d05bd68214f2fa1ab53fb2734c9d9e5348a";><code>05b66d0</code></a>
 feat: add <code>sourceCode.isGlobalReference(node)</code> method (<a 
href="https://redirect.github.com/eslint/eslint/issues/19695";>#19695</a>) 
(Nitin Kumar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/53c3235ba1c90a85a44f0abd18998ccc4e0445bf";><code>53c3235</code></a>
 docs: update to clarify prompt usage (<a 
href="https://redirect.github.com/eslint/eslint/issues/19748";>#19748</a>) 
(Jennifer Davis)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0ed289c5ceed1c10b599b22c8b9374a5a3a144dd";><code>0ed289c</code></a>
 chore: remove accidentally committed file (<a 
href="https://redirect.github.com/eslint/eslint/issues/19807";>#19807</a>) 
(Francesco Trotta)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/edf232b680390013c68f081a5e41843bcf2dd18f";><code>edf232b</code></a>
 9.29.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c2414b647baaa75303ef647e134b2520c10bf6e0";><code>c2414b6</code></a>
 Build: changelog update for 9.29.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f";><code>5c114c9</code></a>
 chore: upgrade <code>@​eslint/js</code><a 
href="https://github.com/9";><code>@​9</code></a>.29.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/19851";>#19851</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f";><code>acf2201</code></a>
 chore: package.json update for <code>@​eslint/js</code> release</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d";><code>f686fcb</code></a>
 feat: add <code>ecmaVersion: 2026</code>, parsing <code>using</code> and 
<code>await using</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/19832";>#19832</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f";><code>85c082c</code></a>
 fix: explicit matching behavior with negated patterns and arrays (<a 
href="https://redirect.github.com/eslint/eslint/issues/19845";>#19845</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7";><code>00e3e6a</code></a>
 docs: add support for custom name parameter to <code>includeIgnoreFile</code> 
(<a 
href="https://redirect.github.com/eslint/eslint/issues/19795";>#19795</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc";><code>9bda4a9</code></a>
 fix: fix <code>LintOptions.filterCodeBlock</code> types (<a 
href="https://redirect.github.com/eslint/eslint/issues/19837";>#19837</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808";><code>a806994</code></a>
 refactor: Remove eslintrc from flat config functionality (<a 
href="https://redirect.github.com/eslint/eslint/issues/19833";>#19833</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4";><code>19cdd22</code></a>
 feat: prune suppressions for non-existent files (<a 
href="https://redirect.github.com/eslint/eslint/issues/19825";>#19825</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v9.28.0...v9.29.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/import-js/eslint-plugin-import/releases";>eslint-plugin-import's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.32.0</h2>
   <h3>Added</h3>
   <ul>
   <li>add <a 
href="./docs/rules/enforce-node-protocol-usage.md"><code>enforce-node-protocol-usage</code></a>
 rule and <code>import/node-version</code> setting (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3024";>#3024</a>,
 thanks [<a 
href="https://github.com/GoldStrikeArch";><code>@​GoldStrikeArch</code></a>] and 
[<a 
href="https://github.com/sevenc-nanashi";><code>@​sevenc-nanashi</code></a>])</li>
   <li>add TypeScript types (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3097";>#3097</a>,
 thanks [<a href="https://github.com/G-Rath";><code>@​G-Rath</code></a>])</li>
   <li><a href="./docs/rules/extensions.md"><code>extensions</code></a>: add 
`pathGroupOverrides to allow enforcement decision overrides based on specifier 
(<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3105";>#3105</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>order</code>]: add <code>sortTypesGroup</code> option to allow 
intragroup sorting of type-only imports (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3104";>#3104</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>order</code>]: add <code>newlines-between-types</code> option to 
control intragroup sorting of type-only imports (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3127";>#3127</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>order</code>]: add <code>consolidateIslands</code> option to 
collapse excess spacing for aesthetically pleasing imports (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3129";>#3129</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[<code>no-unused-modules</code>]: provide more meaningful error message 
when no .eslintrc is present (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3116";>#3116</a>,
 thanks [<a 
href="https://github.com/michaelfaith";><code>@​michaelfaith</code></a>])</li>
   <li>configs: added missing name attribute for eslint config inspector (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3151";>#3151</a>,
 thanks [<a 
href="https://github.com/NishargShah";><code>@​NishargShah</code></a>])</li>
   <li>[<code>order</code>]: ensure arcane imports do not cause undefined 
behavior (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3128";>#3128</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>order</code>]: resolve undefined property access issue when using 
<code>named</code> ordering (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3166";>#3166</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li><a 
href="./docs/rules/enforce-node-protocol-usage.md"><code>enforce-node-protocol-usage</code></a>:
 avoid a crash with some TS code (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3173";>#3173</a>,
 thanks [<a href="https://github.com/ljharb";><code>@​ljharb</code></a>])</li>
   <li>[<code>order</code>]: codify invariants from docs into config schema (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3152";>#3152</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Docs] <a href="./docs/rules/extensions.md"><code>extensions</code></a>, 
[<code>order</code>]: improve documentation (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3106";>#3106</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[Docs] add flat config guide for using <code>tseslint.config()</code> 
(<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3125";>#3125</a>,
 thanks [<a href="https://github.com/lnuvy";><code>@​lnuvy</code></a>])</li>
   <li>[Docs] add missing comma (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3122";>#3122</a>,
 thanks [<a href="https://github.com/RyanGst";><code>@​RyanGst</code></a>])</li>
   <li>[readme] Update flatConfig example to include typescript config (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3138";>#3138</a>,
 thanks [<a 
href="https://github.com/intellix";><code>@​intellix</code></a>])</li>
   <li>[Refactor] [<code>order</code>]: remove unnecessary negative check (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3167";>#3167</a>,
 thanks [<a href="https://github.com/JounQin";><code>@​JounQin</code></a>])</li>
   <li>[Docs] [<code>no-unused-modules</code>]: add missing double quote (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3191";>#3191</a>,
 thanks [<a 
href="https://github.com/albertpastrana";><code>@​albertpastrana</code></a>])</li>
   <li>[Docs] <code>no-restricted-paths</code>: clarify wording and fix errors 
(<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3172";>#3172</a>,
 thanks [<a href="https://github.com/greim";><code>@​greim</code></a>])</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md";>eslint-plugin-import's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[2.32.0] - 2025-06-20</h2>
   <h3>Added</h3>
   <ul>
   <li>add [<code>enforce-node-protocol-usage</code>] rule and 
<code>import/node-version</code> setting (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3024";>#3024</a>,
 thanks [<a 
href="https://github.com/GoldStrikeArch";><code>@​GoldStrikeArch</code></a>] and 
[<a 
href="https://github.com/sevenc-nanashi";><code>@​sevenc-nanashi</code></a>])</li>
   <li>add TypeScript types (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3097";>#3097</a>,
 thanks [<a href="https://github.com/G-Rath";><code>@​G-Rath</code></a>])</li>
   <li>[<code>extensions</code>]: add `pathGroupOverrides to allow enforcement 
decision overrides based on specifier (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3105";>#3105</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>order</code>]: add <code>sortTypesGroup</code> option to allow 
intragroup sorting of type-only imports (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3104";>#3104</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>order</code>]: add <code>newlines-between-types</code> option to 
control intragroup sorting of type-only imports (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3127";>#3127</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>order</code>]: add <code>consolidateIslands</code> option to 
collapse excess spacing for aesthetically pleasing imports (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3129";>#3129</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[<code>no-unused-modules</code>]: provide more meaningful error message 
when no .eslintrc is present (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3116";>#3116</a>,
 thanks [<a 
href="https://github.com/michaelfaith";><code>@​michaelfaith</code></a>])</li>
   <li>configs: added missing name attribute for eslint config inspector (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3151";>#3151</a>,
 thanks [<a 
href="https://github.com/NishargShah";><code>@​NishargShah</code></a>])</li>
   <li>[<code>order</code>]: ensure arcane imports do not cause undefined 
behavior (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3128";>#3128</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>order</code>]: resolve undefined property access issue when using 
<code>named</code> ordering (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3166";>#3166</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[<code>enforce-node-protocol-usage</code>]: avoid a crash with some TS 
code (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3173";>#3173</a>,
 thanks [<a href="https://github.com/ljharb";><code>@​ljharb</code></a>])</li>
   <li>[<code>order</code>]: codify invariants from docs into config schema (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3152";>#3152</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[Docs] [<code>extensions</code>], [<code>order</code>]: improve 
documentation (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3106";>#3106</a>,
 thanks [<a 
href="https://github.com/Xunnamius";><code>@​Xunnamius</code></a>])</li>
   <li>[Docs] add flat config guide for using <code>tseslint.config()</code> 
(<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3125";>#3125</a>,
 thanks [<a href="https://github.com/lnuvy";><code>@​lnuvy</code></a>])</li>
   <li>[Docs] add missing comma (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3122";>#3122</a>,
 thanks [<a href="https://github.com/RyanGst";><code>@​RyanGst</code></a>])</li>
   <li>[readme] Update flatConfig example to include typescript config (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3138";>#3138</a>,
 thanks [<a 
href="https://github.com/intellix";><code>@​intellix</code></a>])</li>
   <li>[Refactor] [<code>order</code>]: remove unnecessary negative check (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3167";>#3167</a>,
 thanks [<a href="https://github.com/JounQin";><code>@​JounQin</code></a>])</li>
   <li>[Docs] [<code>no-unused-modules</code>]: add missing double quote (<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3191";>#3191</a>,
 thanks [<a 
href="https://github.com/albertpastrana";><code>@​albertpastrana</code></a>])</li>
   <li>[Docs] <code>no-restricted-paths</code>: clarify wording and fix errors 
(<a 
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3172";>#3172</a>,
 thanks [<a href="https://github.com/greim";><code>@​greim</code></a>])</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/01c9eb04331d2efa8d63f2d7f4bfec3bc44c94f3";><code>01c9eb0</code></a>
 v2.32.0</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/ae57cc12a4c3dceb15f4149ba942a367a4181b84";><code>ae57cc1</code></a>
 [Deps] update <code>array-includes</code>, 
<code>array.prototype.findlastindex</code>, `eslint-modu...</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/9e1ad6bef9c7d31dbeb4fe8904664ca2c3ed702c";><code>9e1ad6b</code></a>
 [Fix] <code>order</code>: codify invariants from docs into config schema</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/f017790a1a6ab4839cb636c9fdbdc80c1bb6d8f3";><code>f017790</code></a>
 [Docs] <code>no-restricted-paths</code>: clarify wording and fix errors</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/7d83a5770d537d5a3b612d1b7f4445041c33acbe";><code>7d83a57</code></a>
 [Docs] <code>no-unused-modules</code>: add missing double quote</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/519eb94f8923ce6dabd67239d59319850932ca92";><code>519eb94</code></a>
 [utils] v2.12.1</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/71ad145db5d8fc0756c2ba6f9b4df5efdf2073b3";><code>71ad145</code></a>
 [actions] split out tests into new vs old eslint</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/9b096c459e96edf7180db2e9cc90d2ce3fae573d";><code>9b096c4</code></a>
 [utils] [dev deps] update <code>@arethetypeswrong/cli</code>, 
<code>@ljharb/tsconfig</code>, `@type...</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/da5f6ec13160cb288338db0c2a00c34b2d932f0d";><code>da5f6ec</code></a>
 [Fix] <code>enforce-node-protocol-usage</code>: avoid a crash with some TS 
code</li>
   <li><a 
href="https://github.com/import-js/eslint-plugin-import/commit/6e49a58751455bab5f693fff0ee16501fced6952";><code>6e49a58</code></a>
 [Refactor] <code>order</code>: remove unnecessary negative check</li>
   <li>Additional commits viewable in <a 
href="https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `prettier` from 3.5.3 to 3.6.0
   <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.6.0</h2>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.0";>diff</a></p>
   <p>🔗 <a href="https://prettier.io/blog/2025/06/23/3.6.0";>Release note</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.6.0</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.0";>diff</a></p>
   <p>🔗 <a href="https://prettier.io/blog/2025/06/23/3.6.0";>Release 
Notes</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prettier/prettier/commit/e1c8095fd070ba621b89a63f938f783e131eb845";><code>e1c8095</code></a>
 Release 3.6.0</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/9dfcdcb06a938a3f498101fdbdf7f2e35eb7b047";><code>9dfcdcb</code></a>
 Disable &quot;Linting files&quot; step</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/64e014795100ebb406016610dc722403b3c17d87";><code>64e0147</code></a>
 get previous version from package.json</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/1a32b27e6a2897d95eff5969561f48d74cfd1003";><code>1a32b27</code></a>
 Release <code>@​prettier/plugin-oxc</code> and 
<code>@​prettier/plugin-hermes</code></li>
   <li><a 
href="https://github.com/prettier/prettier/commit/e0055d2f03e10aa8b2c41fd1c18a8d860373f1ca";><code>e0055d2</code></a>
 Avoid break <code>TSImportType</code>  with long module name (<a 
href="https://redirect.github.com/prettier/prettier/issues/17637";>#17637</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/c19a8a9579a6b0c5b60b286be47cc2ee89c01ac2";><code>c19a8a9</code></a>
 chore(deps): update dependency <code>@​stylistic/eslint-plugin</code> to v5 
(<a 
href="https://redirect.github.com/prettier/prettier/issues/17640";>#17640</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/b4522b490abadde10ffd0f581c339d9cd4d67502";><code>b4522b4</code></a>
 Add badge to plugins (<a 
href="https://redirect.github.com/prettier/prettier/issues/17639";>#17639</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/16c2d2e7cfee43b5245d4983b9f85530bcc29625";><code>16c2d2e</code></a>
 chore(deps): update dependency concurrently to v9.2.0 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17638";>#17638</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/42d733b8cbda5e46d82a3cdf5c4fc454146b6328";><code>42d733b</code></a>
 Improve .prettierignore file (<a 
href="https://redirect.github.com/prettier/prettier/issues/17632";>#17632</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/25e214543e0bd5ea6dfb3465594432bbaabdee94";><code>25e2145</code></a>
 Add test for <a 
href="https://redirect.github.com/prettier/prettier/issues/11526";>#11526</a> 
(<a 
href="https://redirect.github.com/prettier/prettier/issues/17551";>#17551</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `stylelint` from 16.20.0 to 16.21.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>16.21.0</h2>
   <p>It rounds out the <code>message</code> secondary option and marks it as 
stable, adds 1 new option to a rule, and fixes 4 bugs.</p>
   <ul>
   <li>Added: non-experimental support for functional <code>message</code> 
secondary option (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8595";>#8595</a>) 
(<a href="https://github.com/ybiquitous";><code>@​ybiquitous</code></a>).</li>
   <li>Added: <code>ignore: [&quot;after-custom-property&quot;]</code> to 
<code>custom-property-empty-line-before</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8627";>#8627</a>) 
(<a href="https://github.com/imkesin";><code>@​imkesin</code></a>).</li>
   <li>Fixed: <code>cache</code> configuration property not being respected (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8599";>#8599</a>) 
(<a href="https://github.com/ybiquitous";><code>@​ybiquitous</code></a>).</li>
   <li>Fixed: <code>fastest-levenshtein</code> import when bundling (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8621";>#8621</a>) 
(<a href="https://github.com/onigoetz";><code>@​onigoetz</code></a>).</li>
   <li>Fixed: <code>named-grid-areas-no-invalid</code> false positives for 
interpolated grid-template-areas in CSS-in-JS (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8606";>#8606</a>) 
(<a href="https://github.com/shahana308";><code>@​shahana308</code></a>).</li>
   <li>Fixed: <code>selector-pseudo-*-no-unknown</code> false positives for the 
missing form control styling selectors (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8623";>#8623</a>) 
(<a href="https://github.com/tyrann0us";><code>@​tyrann0us</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>16.21.0 - 2025-06-19</h2>
   <p>It rounds out the <code>message</code> secondary option and marks it as 
stable, adds 1 new option to a rule, and fixes 4 bugs.</p>
   <ul>
   <li>Added: non-experimental support for functional <code>message</code> 
secondary option (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8595";>#8595</a>) (<a 
href="https://github.com/ybiquitous";><code>@​ybiquitous</code></a>).</li>
   <li>Added: <code>ignore: [&quot;after-custom-property&quot;]</code> to 
<code>custom-property-empty-line-before</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8627";>#8627</a>) (<a 
href="https://github.com/imkesin";><code>@​imkesin</code></a>).</li>
   <li>Fixed: <code>cache</code> configuration property not being respected (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8599";>#8599</a>) (<a 
href="https://github.com/ybiquitous";><code>@​ybiquitous</code></a>).</li>
   <li>Fixed: <code>fastest-levenshtein</code> import when bundling (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8621";>#8621</a>) (<a 
href="https://github.com/onigoetz";><code>@​onigoetz</code></a>).</li>
   <li>Fixed: <code>named-grid-areas-no-invalid</code> false positives for 
interpolated grid-template-areas in CSS-in-JS (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8606";>#8606</a>) (<a 
href="https://github.com/shahana308";><code>@​shahana308</code></a>).</li>
   <li>Fixed: <code>selector-pseudo-*-no-unknown</code> false positives for the 
missing form control styling selectors (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8623";>#8623</a>) (<a 
href="https://github.com/tyrann0us";><code>@​tyrann0us</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/90ffc0bd8ef02ee89f4c11685c0b399bc14ac1aa";><code>90ffc0b</code></a>
 16.21.0</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/e34a2a3aefb74fcdb957d4cfe4c48814bf19563b";><code>e34a2a3</code></a>
 Prepare 16.21.0 (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8598";>#8598</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/18c9d6380342cd4d67a9a3f775f717a972c0af62";><code>18c9d63</code></a>
 Fix <code>selector-pseudo-*-no-unknown</code> false positives for form control 
styling s...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/b006c58d5288edb47c6191d52e1b5b32b46596a7";><code>b006c58</code></a>
 Fix <code>cache</code> configuration property not being respected (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8599";>#8599</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/b764c238dcdaec8419585ece1c7fb8432b26f1ac";><code>b764c23</code></a>
 Fix <code>named-grid-areas-no-invalid</code> false positives for interpolated 
grid-templ...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/103c2d214bd992d677794f441de291f32e42f996";><code>103c2d2</code></a>
 Add <code>ignore: [&quot;after-custom-property&quot;]</code> to 
`custom-property-empty-line-before...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/1f9791bb67bf0ddc04deb9e7107abe22427ae350";><code>1f9791b</code></a>
 Document <code>custom-property-empty-line-before</code> ignore examples 
correctly (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8628";>#8628</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/8a9a830ca800b46530a938c351ca8b90cc20331c";><code>8a9a830</code></a>
 Fix <code>fastest-levenshtein</code> import when bundling (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8621";>#8621</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/651a1b43f65528f921d85cae3e57a2fcab9c14a3";><code>651a1b4</code></a>
 Document notation typo fix (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8624";>#8624</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/93d1af12d62bda32d5b29561691d7a3667616799";><code>93d1af1</code></a>
 Bump known-css-properties from 0.36.0 to 0.37.0 (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8619";>#8619</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/stylelint/stylelint/compare/16.20.0...16.21.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 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 <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