dependabot[bot] opened a new pull request, #41522: URL: https://github.com/apache/superset/pull/41522
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.6 to 6.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ant-design/ant-design/releases">antd's releases</a>.</em></p> <blockquote> <h2>6.4.5</h2> <ul> <li>🐞 Fix Dropdown vertical menu overflowing the viewport when the trigger is centered, keeping all menu items reachable. <a href="https://redirect.github.com/ant-design/ant-design/pull/58214">#58214</a> <a href="https://github.com/18062706139fcz"><code>@18062706139fcz</code></a></li> <li>🐞 Fix Alert <code>actions</code> spacing not taking effect when hashed styles are enabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/58314">#58314</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>⌨️ Fix Table not applying <code>aria-*</code> attributes to fixed header tables when <code>scroll</code> creates multiple tables. <a href="https://redirect.github.com/ant-design/ant-design/pull/58339">#58339</a> <a href="https://github.com/biubiukam"><code>@biubiukam</code></a></li> <li>💄 Fix Pagination quick jumper input not following ConfigProvider <code>variant</code> styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/58371">#58371</a> <a href="https://github.com/biubiukam"><code>@biubiukam</code></a></li> <li>🌐 Localization <ul> <li>🇳🇴 Fill missing nb_NO (Norwegian) locale keys. <a href="https://redirect.github.com/ant-design/ant-design/pull/58439">#58439</a> <a href="https://github.com/arvindfroi"><code>@arvindfroi</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复 Dropdown 纵向菜单在触发器位于屏幕中部时溢出视口、顶部菜单项无法点击的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58214">#58214</a> <a href="https://github.com/18062706139fcz"><code>@18062706139fcz</code></a></li> <li>🐞 修复 Alert 在开启 hashed 样式时 <code>actions</code> 间距不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58314">#58314</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>⌨️ 修复 Table 在 <code>scroll</code> 生成多个 table 时,固定表头 table 未应用 <code>aria-*</code> 属性的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58339">#58339</a> <a href="https://github.com/biubiukam"><code>@biubiukam</code></a></li> <li>💄 修复 Pagination 快速跳转输入框未跟随 ConfigProvider <code>variant</code> 样式的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58371">#58371</a> <a href="https://github.com/biubiukam"><code>@biubiukam</code></a></li> <li>🌐 国际化 <ul> <li>🇳🇴 补充 nb_NO(挪威语)缺失的 locale 本地化键值。<a href="https://redirect.github.com/ant-design/ant-design/pull/58439">#58439</a> <a href="https://github.com/arvindfroi"><code>@arvindfroi</code></a></li> </ul> </li> </ul> <h2>6.4.4</h2> <ul> <li>🛠 Fix build failures in Vite, Yarn PnP, Node 25 and other strict ESM environments caused by deep path imports of rc-component packages. <a href="https://redirect.github.com/ant-design/ant-design/issues/58115">#58115</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is an empty string. <a href="https://redirect.github.com/ant-design/ant-design/pull/58160">#58160</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>Descriptions <ul> <li>🐞 Fix Descriptions width being unexpectedly inflated when nested inside a Table. <a href="https://redirect.github.com/ant-design/ant-design/pull/58203">#58203</a> <a href="https://github.com/18062706139fcz"><code>@18062706139fcz</code></a></li> <li>🐞 Fix Descriptions responsive <code>column</code> value not behaving as expected. <a href="https://redirect.github.com/ant-design/ant-design/pull/58058">#58058</a> <a href="https://github.com/kfylaktopoulos"><code>@kfylaktopoulos</code></a></li> </ul> </li> <li>Radio <ul> <li>🐞 Fix Radio.Group button style border radius and adjacent border display issue in vertical layout. <a href="https://redirect.github.com/ant-design/ant-design/pull/58317">#58317</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Radio checked state not updating on click in uncontrolled mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/57917">#57917</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Table <ul> <li>🐞 Fix Table incorrect semantic DOM structure in <code>virtual</code> mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/58134">#58134</a> <a href="https://github.com/meet-student"><code>@meet-student</code></a></li> <li>⌨️ Improve Table filter dropdown accessibility by marking the wrapper container as presentational. <a href="https://redirect.github.com/ant-design/ant-design/pull/58164">#58164</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> </ul> </li> <li>Tour <ul> <li>⌨️ Fix Tour previous button text color readability on hover in primary type. <a href="https://redirect.github.com/ant-design/ant-design/pull/58311">#58311</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🇰🇭 Add missing Tour Khmer km_KH locale text. <a href="https://redirect.github.com/ant-design/ant-design/pull/58140">#58140</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> </ul> </li> <li>Transfer <ul> <li>⌨️ Fix Transfer not forwarding root HTML attributes which affects accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/58166">#58166</a> <a href="https://github.com/ZQDesigned"><code>@ZQDesigned</code></a></li> <li>⚡️ Improve Transfer iteration performance when collecting enabled item keys. <a href="https://redirect.github.com/ant-design/ant-design/pull/58168">#58168</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> </ul> </li> <li>🐞 Fix Menu icon animation jumping when collapsed. <a href="https://redirect.github.com/ant-design/ant-design/pull/58271">#58271</a> <a href="https://github.com/murisans"><code>@murisans</code></a></li> <li>🐞 Fix Modal footer buttons vertical misalignment when <code>confirmLoading</code> is <code>true</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/58120">#58120</a> <a href="https://github.com/xxiaoxiong"><code>@xxiaoxiong</code></a></li> <li>🐞 Fix Notification close button overlapping description content when title is not provided. <a href="https://redirect.github.com/ant-design/ant-design/pull/58096">#58096</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Popover and Popconfirm not rendering when <code>title</code> or <code>content</code> is the number <code>0</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/58296">#58296</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Slider surrounding text being unexpectedly selected when dragging the handle in Safari. <a href="https://redirect.github.com/ant-design/ant-design/pull/58024">#58024</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> <li>🐞 Fix Tabs more dropdown animation direction when popup placement flips upward. <a href="https://redirect.github.com/ant-design/ant-design/pull/58202">#58202</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Tree.DirectoryTree <code>defaultExpandParent</code> not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/58068">#58068</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 Fix Upload progress bar becoming abnormally thick when <code>progress</code> is not configured. <a href="https://redirect.github.com/ant-design/ant-design/pull/58126">#58126</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Icon spin animation stopping when multiple <code>iconPrefixCls</code> coexist. <a href="https://redirect.github.com/ant-design/ant-design/pull/58253">#58253</a> <a href="https://github.com/18062706139fcz"><code>@18062706139fcz</code></a></li> <li>💄 Fix AutoComplete disabled custom input background color being darker than other disabled controls. <a href="https://redirect.github.com/ant-design/ant-design/pull/58114">#58114</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Checkbox hover style remaining after tap on mobile devices. <a href="https://redirect.github.com/ant-design/ant-design/pull/58085">#58085</a> <a href="https://github.com/unknowntocka"><code>@unknowntocka</code></a></li> <li>💄 Fix Empty SVG colors not using design tokens to support dark mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/58152">#58152</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>💄 Fix Result and Popconfirm icon colors being overridden by global icon reset styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/58157">#58157</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Select selected option active state background color not following theme color. <a href="https://redirect.github.com/ant-design/ant-design/pull/58069">#58069</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Tooltip and Popover arrow shadow being darker than container. <a href="https://redirect.github.com/ant-design/ant-design/pull/57988">#57988</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>💄 Deepen <code>boxShadowTertiary</code> for better visibility on light backgrounds, affecting Card, Tour and Segmented. <a href="https://redirect.github.com/ant-design/ant-design/pull/58205">#58205</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>⌨️ Improve ColorPicker clear button semantic attributes for better accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/58040">#58040</a> <a href="https://github.com/ug-hero"><code>@ug-hero</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/ant-design/ant-design/blob/master/CHANGELOG.en-US.md">antd's changelog</a>.</em></p> <blockquote> <h2>6.4.5</h2> <p><code>2026-06-22</code></p> <ul> <li>🐞 Fix Dropdown vertical menu overflowing the viewport when the trigger is centered, keeping all menu items reachable. <a href="https://redirect.github.com/ant-design/ant-design/pull/58214">#58214</a> <a href="https://github.com/18062706139fcz"><code>@18062706139fcz</code></a></li> <li>🐞 Fix Alert <code>actions</code> spacing not taking effect when hashed styles are enabled. <a href="https://redirect.github.com/ant-design/ant-design/pull/58314">#58314</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>⌨️ Fix Table not applying <code>aria-*</code> attributes to fixed header tables when <code>scroll</code> creates multiple tables. <a href="https://redirect.github.com/ant-design/ant-design/pull/58339">#58339</a> <a href="https://github.com/biubiukam"><code>@biubiukam</code></a></li> <li>💄 Fix Pagination quick jumper input not following ConfigProvider <code>variant</code> styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/58371">#58371</a> <a href="https://github.com/biubiukam"><code>@biubiukam</code></a></li> <li>🌐 Localization <ul> <li>🇳🇴 Fill missing nb_NO (Norwegian) locale keys. <a href="https://redirect.github.com/ant-design/ant-design/pull/58439">#58439</a> <a href="https://github.com/arvindfroi"><code>@arvindfroi</code></a></li> </ul> </li> </ul> <h2>6.4.4</h2> <p><code>2026-06-12</code></p> <ul> <li>🛠 Fix build failures in Vite, Yarn PnP, Node 25 and other strict ESM environments caused by deep path imports of rc-component packages. <a href="https://redirect.github.com/ant-design/ant-design/issues/58115">#58115</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is an empty string. <a href="https://redirect.github.com/ant-design/ant-design/pull/58160">#58160</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>Descriptions <ul> <li>🐞 Fix Descriptions width being unexpectedly inflated when nested inside a Table. <a href="https://redirect.github.com/ant-design/ant-design/pull/58203">#58203</a> <a href="https://github.com/18062706139fcz"><code>@18062706139fcz</code></a></li> <li>🐞 Fix Descriptions responsive <code>column</code> value not behaving as expected. <a href="https://redirect.github.com/ant-design/ant-design/pull/58058">#58058</a> <a href="https://github.com/kfylaktopoulos"><code>@kfylaktopoulos</code></a></li> </ul> </li> <li>Radio <ul> <li>🐞 Fix Radio.Group button style border radius and adjacent border display issue in vertical layout. <a href="https://redirect.github.com/ant-design/ant-design/pull/58317">#58317</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Radio checked state not updating on click in uncontrolled mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/57917">#57917</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Table <ul> <li>🐞 Fix Table incorrect semantic DOM structure in <code>virtual</code> mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/58134">#58134</a> <a href="https://github.com/meet-student"><code>@meet-student</code></a></li> <li>⌨️ Improve Table filter dropdown accessibility by marking the wrapper container as presentational. <a href="https://redirect.github.com/ant-design/ant-design/pull/58164">#58164</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> </ul> </li> <li>Tour <ul> <li>⌨️ Fix Tour previous button text color readability on hover in primary type. <a href="https://redirect.github.com/ant-design/ant-design/pull/58311">#58311</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🇰🇭 Add missing Tour Khmer km_KH locale text. <a href="https://redirect.github.com/ant-design/ant-design/pull/58140">#58140</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> </ul> </li> <li>Transfer <ul> <li>⌨️ Fix Transfer not forwarding root HTML attributes which affects accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/58166">#58166</a> <a href="https://github.com/ZQDesigned"><code>@ZQDesigned</code></a></li> <li>⚡️ Improve Transfer iteration performance when collecting enabled item keys. <a href="https://redirect.github.com/ant-design/ant-design/pull/58168">#58168</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> </ul> </li> <li>🐞 Fix Menu icon animation jumping when collapsed. <a href="https://redirect.github.com/ant-design/ant-design/pull/58271">#58271</a> <a href="https://github.com/murisans"><code>@murisans</code></a></li> <li>🐞 Fix Modal footer buttons vertical misalignment when <code>confirmLoading</code> is <code>true</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/58120">#58120</a> <a href="https://github.com/xxiaoxiong"><code>@xxiaoxiong</code></a></li> <li>🐞 Fix Notification close button overlapping description content when title is not provided. <a href="https://redirect.github.com/ant-design/ant-design/pull/58096">#58096</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Popover and Popconfirm not rendering when <code>title</code> or <code>content</code> is the number <code>0</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/58296">#58296</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Slider surrounding text being unexpectedly selected when dragging the handle in Safari. <a href="https://redirect.github.com/ant-design/ant-design/pull/58024">#58024</a> <a href="https://github.com/yogeshwaran-c"><code>@yogeshwaran-c</code></a></li> <li>🐞 Fix Tabs more dropdown animation direction when popup placement flips upward. <a href="https://redirect.github.com/ant-design/ant-design/pull/58202">#58202</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Tree.DirectoryTree <code>defaultExpandParent</code> not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/58068">#58068</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>🐞 Fix Upload progress bar becoming abnormally thick when <code>progress</code> is not configured. <a href="https://redirect.github.com/ant-design/ant-design/pull/58126">#58126</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Icon spin animation stopping when multiple <code>iconPrefixCls</code> coexist. <a href="https://redirect.github.com/ant-design/ant-design/pull/58253">#58253</a> <a href="https://github.com/18062706139fcz"><code>@18062706139fcz</code></a></li> <li>💄 Fix AutoComplete disabled custom input background color being darker than other disabled controls. <a href="https://redirect.github.com/ant-design/ant-design/pull/58114">#58114</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Checkbox hover style remaining after tap on mobile devices. <a href="https://redirect.github.com/ant-design/ant-design/pull/58085">#58085</a> <a href="https://github.com/unknowntocka"><code>@unknowntocka</code></a></li> <li>💄 Fix Empty SVG colors not using design tokens to support dark mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/58152">#58152</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> <li>💄 Fix Result and Popconfirm icon colors being overridden by global icon reset styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/58157">#58157</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Select selected option active state background color not following theme color. <a href="https://redirect.github.com/ant-design/ant-design/pull/58069">#58069</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Tooltip and Popover arrow shadow being darker than container. <a href="https://redirect.github.com/ant-design/ant-design/pull/57988">#57988</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> <li>💄 Deepen <code>boxShadowTertiary</code> for better visibility on light backgrounds, affecting Card, Tour and Segmented. <a href="https://redirect.github.com/ant-design/ant-design/pull/58205">#58205</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>⌨️ Improve ColorPicker clear button semantic attributes for better accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/58040">#58040</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>⌨️ Improve DatePicker and TimePicker clear button accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/58132">#58132</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/7874b211b2804a03006b0cc4a252ae8734fa6ca8"><code>7874b21</code></a> chore(site): update prod env for contributors query (<a href="https://redirect.github.com/ant-design/ant-design/issues/58449">#58449</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/80b523e8ab866df52d2b28c6e59ccc0e0e2aef9c"><code>80b523e</code></a> docs: add changelog 6.4.5 (<a href="https://redirect.github.com/ant-design/ant-design/issues/58456">#58456</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/c8e3ac94b5e811bf8e7619c9402cc8449a70fb1a"><code>c8e3ac9</code></a> test: reduce Vitest excludes for Alert (<a href="https://redirect.github.com/ant-design/ant-design/issues/58450">#58450</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/48483175a00c83acc4b7fd9593d425257023cf6f"><code>4848317</code></a> docs: fix Mentions status type in Chinese docs (<a href="https://redirect.github.com/ant-design/ant-design/issues/58455">#58455</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/2f83c685900c1cc9fbb29f839d170c8e88d1b7b1"><code>2f83c68</code></a> test: expand Vitest coverage to all components and add CI job (<a href="https://redirect.github.com/ant-design/ant-design/issues/58438">#58438</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/aa345e322319d08d13d77646de3359641dac89cf"><code>aa345e3</code></a> chore(deps): update nearform-actions/github-action-notify-twitter digest to 0...</li> <li><a href="https://github.com/ant-design/ant-design/commit/9db11c222a906ed9a8a3670f096f44d870a42cc4"><code>9db11c2</code></a> chore(deps): update actions/checkout action to v7 (<a href="https://redirect.github.com/ant-design/ant-design/issues/58445">#58445</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/59d102f190054ea09456f0d17164eca68e0db04d"><code>59d102f</code></a> chore(deps): update dependency <code>@types/node</code> to v26 (<a href="https://redirect.github.com/ant-design/ant-design/issues/58447">#58447</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/7d65c41d1adfce6c1b4770385f3798aebb9d0e5b"><code>7d65c41</code></a> docs(locale): fill missing nb_NO (Norwegian) keys (<a href="https://redirect.github.com/ant-design/ant-design/issues/58439">#58439</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/3f9f6964021e3f03233278f98e7017f692f4e875"><code>3f9f696</code></a> ci: update console.log with chalk (<a href="https://redirect.github.com/ant-design/ant-design/issues/58434">#58434</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.6...6.4.5">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
