dependabot[bot] opened a new pull request, #43506: URL: https://github.com/apache/superset/pull/43506
Bumps [antd](https://github.com/ant-design/ant-design) from 6.6.0 to 6.6.1. <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.6.1</h2> <ul> <li>♿ Improve localized accessible names for Upload actions and Modal and Notification close buttons. <a href="https://redirect.github.com/ant-design/ant-design/pull/58953">#58953</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/58957">#58957</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🌐 Improve Traditional Chinese terminology across localized components and use Taiwan-preferred week wording in DatePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/58947">#58947</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/58951">#58951</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🐞 Fix Upload dropping newly added files when async <code>onRemove</code> resolves. <a href="https://redirect.github.com/ant-design/ant-design/pull/58814">#58814</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Anchor triggering duplicate <code>onChange</code> callbacks on scroll when using <code>getCurrentAnchor</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/58834">#58834</a> <a href="https://github.com/nikzanda"><code>@nikzanda</code></a></li> <li>Form <ul> <li>🐞 Fix Form height fluctuation during rapid validation state changes. <a href="https://redirect.github.com/ant-design/ant-design/pull/59008">#59008</a> <a href="https://github.com/waterWang"><code>@waterWang</code></a></li> <li>🐞 Fix Form vertical layout <code>labelCol.offset</code> being overridden by label margins. <a href="https://redirect.github.com/ant-design/ant-design/pull/58981">#58981</a> <a href="https://github.com/nikzanda"><code>@nikzanda</code></a></li> <li>♿ Improve Form complex-control guidance so labels can be explicitly associated with nested controls. <a href="https://redirect.github.com/ant-design/ant-design/pull/59001">#59001</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>📝 Correct Form.Item <code>required</code> documentation to clarify that validation rules infer the required state when unset. <a href="https://redirect.github.com/ant-design/ant-design/pull/58989">#58989</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Listy <ul> <li>💄 Improve Listy virtual scrollbar track hover feedback. <a href="https://redirect.github.com/ant-design/ant-design/pull/58964">#58964</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>📝 Add List-to-Listy migration guidance for deprecated List, covering item rendering, virtual scrolling, and common replacement patterns. <a href="https://redirect.github.com/ant-design/ant-design/pull/58985">#58985</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>📝 Add Listy drag-sorting demo. <a href="https://redirect.github.com/ant-design/ant-design/pull/58962">#58962</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> </ul> </li> <li>Menu <ul> <li>🐞 Fix Menu icons jittering when expanding or collapsing an inline menu. <a href="https://redirect.github.com/ant-design/ant-design/pull/59018">#59018</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Menu tooltip flashing when an inline menu collapses while an item is hovered. <a href="https://redirect.github.com/ant-design/ant-design/pull/58865">#58865</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> </li> <li>Table <ul> <li>🐞 Fix Table first-row corners when <code>bordered</code> is enabled and <code>showHeader</code> is <code>false</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57035">#57035</a> <a href="https://github.com/Largopie"><code>@Largopie</code></a></li> <li>🐞 Fix Table row hover highlighting incorrect cells when expanded rows offset <code>rowSpan</code> ranges. <a href="https://redirect.github.com/ant-design/ant-design/pull/58935">#58935</a> <a href="https://redirect.github.com/react-component/table/pull/1488">react-component/table#1488</a> <a href="https://github.com/jiangrong-devops"><code>@jiangrong-devops</code></a></li> </ul> </li> <li>Transfer <ul> <li>🐞 Fix Transfer triggering <code>onSearch</code> twice when clearing the search input. <a href="https://redirect.github.com/ant-design/ant-design/pull/59016">#59016</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Transfer one-way item actions not respecting <code>locale.remove</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/58955">#58955</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> </ul> </li> <li>🇮🇸🇲🇳 Fix invalid placeholders in Form minimum-value validation messages for the Icelandic and Mongolian locales. <a href="https://redirect.github.com/ant-design/ant-design/pull/58965">#58965</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🆕 Add Carousel localized accessible names for the default previous and next arrows via ConfigProvider <code>locale</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/59014">#59014</a> <a href="https://github.com/waterWang"><code>@waterWang</code></a></li> <li>♿ Improve DatePicker.RangePicker screen-reader experience by hiding its decorative default separator while preserving custom separator accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/58999">#58999</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>♿ Improve Collapse screen-reader experience by hiding redundant labels from decorative default expand icons while preserving accessible names for interactive icon triggers. <a href="https://redirect.github.com/ant-design/ant-design/pull/59000">#59000</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🐞 Fix TreeSelect <code>SHOW_PARENT</code> losing selected disabled child nodes in controlled mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/58935">#58935</a> <a href="https://redirect.github.com/react-component/tree-select/pull/681">react-component/tree-select#681</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>⌨️ Fix Select clear buttons not clearing values when activated with Enter or Space. <a href="https://redirect.github.com/ant-design/ant-design/pull/58958">#58958</a> <a href="https://redirect.github.com/react-component/select/pull/1247">react-component/select#1247</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> <li>🐞 Fix AutoComplete with custom input and <code>allowClear</code> shifting its content on hover. <a href="https://redirect.github.com/ant-design/ant-design/pull/58932">#58932</a> <a href="https://github.com/lazerg"><code>@lazerg</code></a></li> <li>🐞 Fix FloatButton.BackTop progress ring border being overridden before its initial display on some pages. <a href="https://redirect.github.com/ant-design/ant-design/pull/58982">#58982</a> <a href="https://github.com/ZQDesigned"><code>@ZQDesigned</code></a></li> <li>🐞 Fix ColorPicker becoming unable to drag after double-clicking the clear button. <a href="https://redirect.github.com/ant-design/ant-design/pull/58995">#58995</a> <a href="https://github.com/dogledogle"><code>@dogledogle</code></a></li> <li>🐞 Fix Radio.Group options not invoking an option's <code>onChange</code> callback when selected. <a href="https://redirect.github.com/ant-design/ant-design/pull/59010">#59010</a> <a href="https://github.com/moon6967"><code>@moon6967</code></a></li> <li>💄 Improve BorderBeam beam radius synchronization with dynamic container <code>border-radius</code> changes. <a href="https://redirect.github.com/ant-design/ant-design/pull/58923">#58923</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>📝 Correct Typography editable <code>onChange</code> documentation to clarify that it fires when editing is completed. <a href="https://redirect.github.com/ant-design/ant-design/pull/59021">#59021</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> </ul> <hr /> <ul> <li>♿ 优化 Upload 操作按钮以及 Modal 和 Notification 关闭按钮的本地化无障碍名称。<a href="https://redirect.github.com/ant-design/ant-design/pull/58953">#58953</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/58957">#58957</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🌐 优化多个组件的繁体中文术语,并将 DatePicker 的周选择提示调整为台湾地区惯用说法。<a href="https://redirect.github.com/ant-design/ant-design/pull/58947">#58947</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/58951">#58951</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🐞 修复 Upload 异步 <code>onRemove</code> 完成时误删新加入文件的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58814">#58814</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 修复 Anchor 使用 <code>getCurrentAnchor</code> 时滚动会重复触发 <code>onChange</code> 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58834">#58834</a> <a href="https://github.com/nikzanda"><code>@nikzanda</code></a></li> <li>Form <ul> <li>🐞 修复 Form 在快速校验状态变化时高度抖动的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/59008">#59008</a> <a href="https://github.com/waterWang"><code>@waterWang</code></a></li> <li>🐞 修复 Form 垂直布局中标签外边距覆盖 <code>labelCol.offset</code> 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/58981">#58981</a> <a href="https://github.com/nikzanda"><code>@nikzanda</code></a></li> <li>♿ 改进 Form 复杂控件指引,支持将标签明确关联到内层控件。<a href="https://redirect.github.com/ant-design/ant-design/pull/59001">#59001</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>📝 修正 Form.Item <code>required</code> 文档,明确未设置时会根据校验规则推断必填状态。<a href="https://redirect.github.com/ant-design/ant-design/pull/58989">#58989</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Listy <ul> <li>💄 优化 Listy 虚拟滚动条轨道的 hover 反馈。<a href="https://redirect.github.com/ant-design/ant-design/pull/58964">#58964</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>📝 为已废弃的 List 补充迁移至 Listy 的指引,涵盖条目渲染、虚拟滚动和常见替代方案。<a href="https://redirect.github.com/ant-design/ant-design/pull/58985">#58985</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>📝 新增 Listy 拖拽排序示例。<a href="https://redirect.github.com/ant-design/ant-design/pull/58962">#58962</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> </ul> </li> <li>Menu</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.6.1</h2> <p><code>2026-08-17</code></p> <ul> <li>♿ Improve localized accessible names for Upload actions and Modal and Notification close buttons. <a href="https://redirect.github.com/ant-design/ant-design/pull/58953">#58953</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/58957">#58957</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🌐 Improve Traditional Chinese terminology across localized components and use Taiwan-preferred week wording in DatePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/58947">#58947</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/58951">#58951</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🐞 Fix Upload dropping newly added files when async <code>onRemove</code> resolves. <a href="https://redirect.github.com/ant-design/ant-design/pull/58814">#58814</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Anchor triggering duplicate <code>onChange</code> callbacks on scroll when using <code>getCurrentAnchor</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/58834">#58834</a> <a href="https://github.com/nikzanda"><code>@nikzanda</code></a></li> <li>Form <ul> <li>🐞 Fix Form height fluctuation during rapid validation state changes. <a href="https://redirect.github.com/ant-design/ant-design/pull/59008">#59008</a> <a href="https://github.com/waterWang"><code>@waterWang</code></a></li> <li>🐞 Fix Form vertical layout <code>labelCol.offset</code> being overridden by label margins. <a href="https://redirect.github.com/ant-design/ant-design/pull/58981">#58981</a> <a href="https://github.com/nikzanda"><code>@nikzanda</code></a></li> <li>♿ Improve Form complex-control guidance so labels can be explicitly associated with nested controls. <a href="https://redirect.github.com/ant-design/ant-design/pull/59001">#59001</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>📝 Correct Form.Item <code>required</code> documentation to clarify that validation rules infer the required state when unset. <a href="https://redirect.github.com/ant-design/ant-design/pull/58989">#58989</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> </ul> </li> <li>Listy <ul> <li>💄 Improve Listy virtual scrollbar track hover feedback. <a href="https://redirect.github.com/ant-design/ant-design/pull/58964">#58964</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>📝 Add List-to-Listy migration guidance for deprecated List, covering item rendering, virtual scrolling, and common replacement patterns. <a href="https://redirect.github.com/ant-design/ant-design/pull/58985">#58985</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>📝 Add Listy drag-sorting demo. <a href="https://redirect.github.com/ant-design/ant-design/pull/58962">#58962</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> </ul> </li> <li>Menu <ul> <li>🐞 Fix Menu icons jittering when expanding or collapsing an inline menu. <a href="https://redirect.github.com/ant-design/ant-design/pull/59018">#59018</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🐞 Fix Menu tooltip flashing when an inline menu collapses while an item is hovered. <a href="https://redirect.github.com/ant-design/ant-design/pull/58865">#58865</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> </li> <li>Table <ul> <li>🐞 Fix Table first-row corners when <code>bordered</code> is enabled and <code>showHeader</code> is <code>false</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57035">#57035</a> <a href="https://github.com/Largopie"><code>@Largopie</code></a></li> <li>🐞 Fix Table row hover highlighting incorrect cells when expanded rows offset <code>rowSpan</code> ranges. <a href="https://redirect.github.com/ant-design/ant-design/pull/58935">#58935</a> <a href="https://redirect.github.com/react-component/table/pull/1488">react-component/table#1488</a> <a href="https://github.com/jiangrong-devops"><code>@jiangrong-devops</code></a></li> </ul> </li> <li>Transfer <ul> <li>🐞 Fix Transfer triggering <code>onSearch</code> twice when clearing the search input. <a href="https://redirect.github.com/ant-design/ant-design/pull/59016">#59016</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Transfer one-way item actions not respecting <code>locale.remove</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/58955">#58955</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> </ul> </li> <li>🇮🇸🇲🇳 Fix invalid placeholders in Form minimum-value validation messages for the Icelandic and Mongolian locales. <a href="https://redirect.github.com/ant-design/ant-design/pull/58965">#58965</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🆕 Add Carousel localized accessible names for the default previous and next arrows via ConfigProvider <code>locale</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/59014">#59014</a> <a href="https://github.com/waterWang"><code>@waterWang</code></a></li> <li>♿ Improve DatePicker.RangePicker screen-reader experience by hiding its decorative default separator while preserving custom separator accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/58999">#58999</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>♿ Improve Collapse screen-reader experience by hiding redundant labels from decorative default expand icons while preserving accessible names for interactive icon triggers. <a href="https://redirect.github.com/ant-design/ant-design/pull/59000">#59000</a> <a href="https://github.com/nrps9909"><code>@nrps9909</code></a></li> <li>🐞 Fix TreeSelect <code>SHOW_PARENT</code> losing selected disabled child nodes in controlled mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/58935">#58935</a> <a href="https://redirect.github.com/react-component/tree-select/pull/681">react-component/tree-select#681</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>⌨️ Fix Select clear buttons not clearing values when activated with Enter or Space. <a href="https://redirect.github.com/ant-design/ant-design/pull/58958">#58958</a> <a href="https://redirect.github.com/react-component/select/pull/1247">react-component/select#1247</a> <a href="https://github.com/Pareder"><code>@Pareder</code></a></li> <li>🐞 Fix AutoComplete with custom input and <code>allowClear</code> shifting its content on hover. <a href="https://redirect.github.com/ant-design/ant-design/pull/58932">#58932</a> <a href="https://github.com/lazerg"><code>@lazerg</code></a></li> <li>🐞 Fix FloatButton.BackTop progress ring border being overridden before its initial display on some pages. <a href="https://redirect.github.com/ant-design/ant-design/pull/58982">#58982</a> <a href="https://github.com/ZQDesigned"><code>@ZQDesigned</code></a></li> <li>🐞 Fix ColorPicker becoming unable to drag after double-clicking the clear button. <a href="https://redirect.github.com/ant-design/ant-design/pull/58995">#58995</a> <a href="https://github.com/dogledogle"><code>@dogledogle</code></a></li> <li>🐞 Fix Radio.Group options not invoking an option's <code>onChange</code> callback when selected. <a href="https://redirect.github.com/ant-design/ant-design/pull/59010">#59010</a> <a href="https://github.com/moon6967"><code>@moon6967</code></a></li> <li>💄 Improve BorderBeam beam radius synchronization with dynamic container <code>border-radius</code> changes. <a href="https://redirect.github.com/ant-design/ant-design/pull/58923">#58923</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>📝 Correct Typography editable <code>onChange</code> documentation to clarify that it fires when editing is completed. <a href="https://redirect.github.com/ant-design/ant-design/pull/59021">#59021</a> <a href="https://github.com/EmilyyyLiu"><code>@EmilyyyLiu</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ant-design/ant-design/commit/164a310f742f801c49b3ff748b2823d5596104bd"><code>164a310</code></a> docs: update changelog for 6.6.1</li> <li><a href="https://github.com/ant-design/ant-design/commit/a8443b72e88963365510e59fc8536914e6b84a16"><code>a8443b7</code></a> fix(Upload): preserve new files during async removal (<a href="https://redirect.github.com/ant-design/ant-design/issues/58814">#58814</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/ef96e75461248b745b2b08d3e5f5018009cb0e14"><code>ef96e75</code></a> test(Tree): restore line demo accessibility coverage (<a href="https://redirect.github.com/ant-design/ant-design/issues/59020">#59020</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/c452c62a1fb7bc6f8f533b3653304c196aa76bc0"><code>c452c62</code></a> docs: clarify Typography editable onChange trigger description (<a href="https://redirect.github.com/ant-design/ant-design/issues/59021">#59021</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/11a07c086ab266e425346cd8663d5d475a94ba5b"><code>11a07c0</code></a> fix(Anchor): avoid duplicate onChange with getCurrentAnchor (<a href="https://redirect.github.com/ant-design/ant-design/issues/58834">#58834</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/c4b9f5e4d31951e3a670df119625faf856faf11d"><code>c4b9f5e</code></a> docs: add changelog for 6.6.1 (<a href="https://redirect.github.com/ant-design/ant-design/issues/59019">#59019</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a76aa2353a55d76be14ee883dd97dc3ad7e53413"><code>a76aa23</code></a> fix(form): prevent height fluctuation during rapid validation changes (<a href="https://redirect.github.com/ant-design/ant-design/issues/59008">#59008</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/68717476f4838abbf199f709fa2863129998cf7a"><code>6871747</code></a> fix(Menu): prevent icon jitter during inline collapse (<a href="https://redirect.github.com/ant-design/ant-design/issues/59018">#59018</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/5957ad9b11441b79f1259becab1584e9c107f489"><code>5957ad9</code></a> fix: preserve Form labelCol offset in vertical layout (<a href="https://redirect.github.com/ant-design/ant-design/issues/58981">#58981</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/c9aa0cdb503636444bd5440e11fab4ce28b7ba8f"><code>c9aa0cd</code></a> fix(Menu): prevent tooltip flash when collapsing while hovered (<a href="https://redirect.github.com/ant-design/ant-design/issues/58865">#58865</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/6.6.0...6.6.1">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]
