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

   Bumps the fab-ui-package-updates group with 4 updates in the 
/providers/fab/src/airflow/providers/fab/www directory: 
[moment-timezone](https://github.com/moment/moment-timezone), 
[@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env),
 [stylelint](https://github.com/stylelint/stylelint) and 
[webpack-cli](https://github.com/webpack/webpack-cli).
   
   Updates `moment-timezone` from 0.6.0 to 0.6.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/moment/moment-timezone/releases";>moment-timezone's 
releases</a>.</em></p>
   <blockquote>
   <h2>Release 0.6.1</h2>
   <ul>
   <li>Updated data to IANA TZDB <code>2026a</code>. <a 
href="https://redirect.github.com/moment/moment-timezone/issues/1140";>#1140</a></li>
   </ul>
   <p><strong>NOTE:</strong> This release does <em>not</em> include 
recently-announced DST changes for British Columbia, Canada. Those changes will 
likely be in <code>2026b</code>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/moment/moment-timezone/blob/develop/changelog.md";>moment-timezone's
 changelog</a>.</em></p>
   <blockquote>
   <h3><code>0.6.1</code> <em>2026-03-18</em></h3>
   <ul>
   <li>Updated data to IANA TZDB <code>2026a</code>. <a 
href="https://redirect.github.com/moment/moment-timezone/pull/1140";>#1140</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/moment/moment-timezone/commit/13e724cb72093aa297f6e4a5acd69cbb4afd52a5";><code>13e724c</code></a>
 Build moment-timezone 0.6.1</li>
   <li><a 
href="https://github.com/moment/moment-timezone/commit/22070ffa805483afbd0080b706b630e8a1dad684";><code>22070ff</code></a>
 Bump version to 0.6.1</li>
   <li><a 
href="https://github.com/moment/moment-timezone/commit/b4ebddb72a322007ee8fe465509a05b75816e8a1";><code>b4ebddb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/moment/moment-timezone/issues/1140";>#1140</a> 
from moment/automated/data-update</li>
   <li><a 
href="https://github.com/moment/moment-timezone/commit/cb47a65338c249718d4364fb0b38821e02196d37";><code>cb47a65</code></a>
 data: Add 2026a</li>
   <li><a 
href="https://github.com/moment/moment-timezone/commit/026466a994947f92004dad12efb8a4a28d3d35d7";><code>026466a</code></a>
 build(deps): bump lodash from 4.17.21 to 4.17.23 (<a 
href="https://redirect.github.com/moment/moment-timezone/issues/1137";>#1137</a>)</li>
   <li><a 
href="https://github.com/moment/moment-timezone/commit/6dc54138e70d57dffce12f71e1b800463e7a6fe2";><code>6dc5413</code></a>
 Update Antarctica guess tests for 2026</li>
   <li><a 
href="https://github.com/moment/moment-timezone/commit/0efed482fe458bb96695bf2856ed7862e4fe50cd";><code>0efed48</code></a>
 build(deps): bump js-yaml from 3.14.1 to 3.14.2 (<a 
href="https://redirect.github.com/moment/moment-timezone/issues/1136";>#1136</a>)</li>
   <li>See full diff in <a 
href="https://github.com/moment/moment-timezone/compare/0.6.0...0.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@babel/preset-env` from 7.29.0 to 7.29.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/babel/babel/releases";><code>@​babel/preset-env</code>'s
 releases</a>.</em></p>
   <blockquote>
   <h2>v7.29.2 (2026-03-16)</h2>
   <h4>:eyeglasses: Spec Compliance</h4>
   <ul>
   <li><code>babel-parser</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17840";>#17840</a> 
[7.x backport] async x =&gt; {} must be in leading pos (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-helpers</code>, 
<code>babel-plugin-transform-async-generator-functions</code>, 
<code>babel-preset-env</code>, <code>babel-runtime-corejs3</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17805";>#17805</a> 
[7.x backport] fix: Properly handle await in finally (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-preset-env</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17789";>#17789</a> 
[7.x backport] preset-env include/exclude should accept bugfix plugins (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>:house: Internal</h4>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17813";>#17813</a> 
chore: update eslint peer deps (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>Huáng Jùnliàng (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   <li><a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a></li>
   </ul>
   <h2>v7.29.1 (2026-02-04)</h2>
   <h4>:bug: Bug Fix</h4>
   <ul>
   <li><code>babel-standalone</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17771";>#17771</a> 
[7.x backport] fix: ensure <code>targets.esmodules</code> is validated (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   </ul>
   </li>
   <li><code>babel-generator</code>
   <ul>
   <li><a href="https://redirect.github.com/babel/babel/pull/17776";>#17776</a> 
[7.x backport] Fix undefined when 64 indents (<a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a>)</li>
   </ul>
   </li>
   </ul>
   <h4>Committers: 2</h4>
   <ul>
   <li>Huáng Jùnliàng (<a 
href="https://github.com/JLHwung";><code>@​JLHwung</code></a>)</li>
   <li><a 
href="https://github.com/liuxingbaoyu";><code>@​liuxingbaoyu</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/babel/babel/commit/37d5595fca9f188f0534458180611f2e776acd31";><code>37d5595</code></a>
 v7.29.2</li>
   <li><a 
href="https://github.com/babel/babel/commit/1c0a08d95ae7e1c788c7e1ae3a10ee53f7c86864";><code>1c0a08d</code></a>
 [7.x backport] fix: Properly handle await in finally (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17805";>#17805</a>)</li>
   <li><a 
href="https://github.com/babel/babel/commit/061bf95142132ce4200f863f891a8e3a727cd844";><code>061bf95</code></a>
 [7.x backport] preset-env include/exclude should accept bugfix plugins (<a 
href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/17789";>#17789</a>)</li>
   <li>See full diff in <a 
href="https://github.com/babel/babel/commits/v7.29.2/packages/babel-preset-env";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `stylelint` from 17.4.0 to 17.5.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.5.0</h2>
   <p>It deprecates two rule options, adds 1 rule option and fixes 7 bugs. 
We've also released <a 
href="https://github.com/stylelint/vscode-stylelint/releases/tag/2.1.0";><code>2.1.0</code></a>
 of <a 
href="https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint";>our
 VS Code extension</a>, which adds 8 new requested features, and our <a 
href="https://www.npmjs.com/package/@stylelint/language-server";>first 
release</a> of the Stylelint Language Server.</p>
   <ul>
   <li>Deprecated: <code>*syntax</code> options from 
<code>declaration-property-value-no-unknown</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9102";>#9102</a>) 
(<a 
href="https://github.com/ragini-pandey";><code>@​ragini-pandey</code></a>).</li>
   <li>Added: <code>ignoreMediaFeatureNameValues: {}</code> to 
<code>media-feature-name-value-no-unknown</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8976";>#8976</a>) 
(<a href="https://github.com/kovsu";><code>@​kovsu</code></a>).</li>
   <li>Fixed: <code>node_modules</code> not ignored when using 
<code>codeFilename</code> in Node.js API (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9130";>#9130</a>) 
(<a 
href="https://github.com/adalinesimonian";><code>@​adalinesimonian</code></a>).</li>
   <li>Fixed: <code>Error TS7016</code> for imported <code>css-tree</code> 
types (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9133";>#9133</a>) 
(<a 
href="https://github.com/ragini-pandey";><code>@​ragini-pandey</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> 
false positives for function arguments (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9116";>#9116</a>) 
(<a 
href="https://github.com/ragini-pandey";><code>@​ragini-pandey</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> false 
positives for <code>calc-size()</code> containing <code>size</code> keyword (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9105";>#9105</a>) 
(<a href="https://github.com/hriztam";><code>@​hriztam</code></a>).</li>
   <li>Fixed: <code>no-descending-specificity</code> &amp; 
<code>no-duplicate-selectors</code> false negatives for equivalent compound 
selectors (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/8977";>#8977</a>) 
(<a href="https://github.com/kovsu";><code>@​kovsu</code></a>).</li>
   <li>Fixed: <code>no-invalid-position-declaration</code> false positives for 
<code>@mixin</code> and <code>@scope</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9120";>#9120</a>) 
(<a 
href="https://github.com/ragini-pandey";><code>@​ragini-pandey</code></a>).</li>
   <li>Fixed: <code>property-no-unknown</code> false negatives for 
<code>types</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9117";>#9117</a>) 
(<a href="https://github.com/Mouvedia";><code>@​Mouvedia</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.5.0 - 2026-03-19</h2>
   <p>It deprecates two rule options, adds 1 rule option and fixes 7 bugs. 
We've also released <a 
href="https://github.com/stylelint/vscode-stylelint/releases/tag/2.1.0";><code>2.1.0</code></a>
 of <a 
href="https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint";>our
 VS Code extension</a>, which adds 8 new requested features, and our <a 
href="https://www.npmjs.com/package/@stylelint/language-server";>first 
release</a> of the Stylelint Language Server.</p>
   <ul>
   <li>Deprecated: <code>*syntax</code> options from 
<code>declaration-property-value-no-unknown</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9102";>#9102</a>) (<a 
href="https://github.com/ragini-pandey";><code>@​ragini-pandey</code></a>).</li>
   <li>Added: <code>ignoreMediaFeatureNameValues: {}</code> to 
<code>media-feature-name-value-no-unknown</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8976";>#8976</a>) (<a 
href="https://github.com/kovsu";><code>@​kovsu</code></a>).</li>
   <li>Fixed: <code>node_modules</code> not ignored when using 
<code>codeFilename</code> in Node.js API (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9130";>#9130</a>) (<a 
href="https://github.com/adalinesimonian";><code>@​adalinesimonian</code></a>).</li>
   <li>Fixed: <code>Error TS7016</code> for imported <code>css-tree</code> 
types (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9133";>#9133</a>) (<a 
href="https://github.com/ragini-pandey";><code>@​ragini-pandey</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-keyword-no-deprecated</code> 
false positives for function arguments (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9116";>#9116</a>) (<a 
href="https://github.com/ragini-pandey";><code>@​ragini-pandey</code></a>).</li>
   <li>Fixed: <code>declaration-property-value-no-unknown</code> false 
positives for <code>calc-size()</code> containing <code>size</code> keyword (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9105";>#9105</a>) (<a 
href="https://github.com/hriztam";><code>@​hriztam</code></a>).</li>
   <li>Fixed: <code>no-descending-specificity</code> &amp; 
<code>no-duplicate-selectors</code> false negatives for equivalent compound 
selectors (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/8977";>#8977</a>) (<a 
href="https://github.com/kovsu";><code>@​kovsu</code></a>).</li>
   <li>Fixed: <code>no-invalid-position-declaration</code> false positives for 
<code>@mixin</code> and <code>@scope</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9120";>#9120</a>) (<a 
href="https://github.com/ragini-pandey";><code>@​ragini-pandey</code></a>).</li>
   <li>Fixed: <code>property-no-unknown</code> false negatives for 
<code>types</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/pull/9117";>#9117</a>) (<a 
href="https://github.com/Mouvedia";><code>@​Mouvedia</code></a>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/8d0198af1bfb6a144d8fce9a094754e41c148237";><code>8d0198a</code></a>
 Release 17.5.0 (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9160";>#9160</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/3ba50ac3e6e915774a587ff119c0b609b506705e";><code>3ba50ac</code></a>
 Add <code>ignoreMediaFeatureNameValues: {}</code> to 
`media-feature-name-value-no-unknow...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/77dfd01d01d38711e35e8dead4440df179698808";><code>77dfd01</code></a>
 Fix <code>no-invalid-position-declaration</code> false positives for 
<code>@mixin</code> and `@scop...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/7cde2d0ccf5547a28a8f7a6be56e505441a6f437";><code>7cde2d0</code></a>
 Fix <code>declaration-property-value-keyword-no-deprecated</code> false 
positives for fu...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/7b10658abb77a2ab309adca2f077062d80467f3a";><code>7b10658</code></a>
 Fix <code>declaration-property-value-no-unknown</code> false positives for 
<code>calc-size()</code>...</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/e5b9ec7ad4437eae9dd9b2a7677b785dd25c51a3";><code>e5b9ec7</code></a>
 Deprecate <code>*syntax</code> options from 
<code>declaration-property-value-no-unknown</code> (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/5bd2d21e8a6b47f529314284d162e6dcb37ef681";><code>5bd2d21</code></a>
 Bump css-tree from 3.1.0 to 3.2.1 (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9158";>#9158</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/995caf4ea7c7fd0e352cdec026a3edd9af6b665f";><code>995caf4</code></a>
 Bump eslint from 10.0.2 to 10.0.3 in the eslint group (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9156";>#9156</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/f5f6dddc6b1b4e11dfc701dc40ee4b496252e848";><code>f5f6ddd</code></a>
 Bump lint-staged from 16.2.7 to 16.3.3 (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9159";>#9159</a>)</li>
   <li><a 
href="https://github.com/stylelint/stylelint/commit/68948180cd615f91baf2bc19d5999be814102f2b";><code>6894818</code></a>
 Bump the jest group with 2 updates (<a 
href="https://redirect.github.com/stylelint/stylelint/issues/9157";>#9157</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/stylelint/stylelint/compare/17.4.0...17.5.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-cli` from 7.0.0 to 7.0.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/releases";>webpack-cli's 
releases</a>.</em></p>
   <blockquote>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Resolve configuration path for cache build dependencies. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4707";>#4707</a>)</li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>The <code>file</code> protocol for configuration options 
(<code>--config</code>/<code>--extends</code>) is supported. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4702";>#4702</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md";>webpack-cli's
 changelog</a>.</em></p>
   <blockquote>
   <h2>7.0.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>Resolve configuration path for cache build dependencies. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4707";>#4707</a>)</li>
   </ul>
   <h2>7.0.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>The <code>file</code> protocol for configuration options 
(<code>--config</code>/<code>--extends</code>) is supported. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a 
href="https://redirect.github.com/webpack/webpack-cli/pull/4702";>#4702</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/49efdc01f72effc1d934e3a793b18183679001af";><code>49efdc0</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4708";>#4708</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/1fc1b9dae77cda29910f729ecbcf17d2e002c73a";><code>1fc1b9d</code></a>
 fix: resolve configuration path for build dependencies (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4707";>#4707</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/fd02100816c2f640b0a7ba6bb6bec00f15725ade";><code>fd02100</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4705";>#4705</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/a653b02b56e1703b1a945708734d57268e8edde2";><code>a653b02</code></a>
 fix: use a new <code>create-webpack-app</code> package name (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4704";>#4704</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/173e4bf98f69ba98d707301ff9747527a1d11859";><code>173e4bf</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4703";>#4703</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/c03365793a2b5809c820c19cd35a7adeaa77889d";><code>c033657</code></a>
 ci: avoid extra step</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/fd2867935aee5264e78226a1afdb79a20513e6c8";><code>fd28679</code></a>
 fix: support file protocol in configuration options (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4702";>#4702</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/37e4270dc24121d05898c1b3ed29906ad087304e";><code>37e4270</code></a>
 chore: normalize <code>package.json</code> (<a 
href="https://redirect.github.com/webpack/webpack-cli/issues/4700";>#4700</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/d5290e35286a3247344fc9bea7c046f85d4bdf4f";><code>d5290e3</code></a>
 ci: fix</li>
   <li>See full diff in <a 
href="https://github.com/webpack/webpack-cli/compare/[email protected]@7.0.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

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

Reply via email to