dependabot[bot] opened a new pull request, #37513: URL: https://github.com/apache/superset/pull/37513
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.6 to 6.2.2. <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.2.2</h2> <ul> <li>🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. <a href="https://redirect.github.com/ant-design/ant-design/pull/56619">#56619</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix component token not taking effect for Button with <code>type="text"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56291">#56291</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix where components within the Popover were affected by the state association with Form.Item. <a href="https://redirect.github.com/ant-design/ant-design/pull/56728">#56728</a></li> <li>🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. <a href="https://redirect.github.com/ant-design/ant-design/pull/56675">#56675</a></li> <li>💄 Fix misaligned elements in Pagination when the global <code>fontSize</code> is increased. <a href="https://redirect.github.com/ant-design/ant-design/pull/56715">#56715</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix incorrect Drawer dragger position in RTL mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/56693">#56693</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <hr /> <ul> <li>🐞 修复被 Typography 包裹的带 href 的 Button 显示错误颜色和 hover 时 outline 闪烁的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56619">#56619</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 修复 Button <code>type="text"</code> 时组件 Token 不生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56291">#56291</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Popover 内组件被 Form.Item 状态关联影响的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56728">#56728</a></li> <li>🐞 修复 Select 多选时占位符显示异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56675">#56675</a></li> <li>💄 修复 Pagination 全局 <code>fontSize</code> 变大时各元素上下错位的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56715">#56715</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 修复 Drawer 在 rtl 模式下 dragger 位置错误的样式问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56693">#56693</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <h2>6.2.1</h2> <ul> <li>🐞 Fix Button child element's <code>className</code> be cleared if it contains two Chinese characters. <a href="https://redirect.github.com/ant-design/ant-design/pull/56593">#56593</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix DatePicker DOM not updated bug after update <code>suffixIcon</code> as <code>null</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56637">#56637</a> <a href="https://github.com/AlanQtten"><code>@AlanQtten</code></a></li> <li>🐞 Fix Table content area border radius when set border radius for container. <a href="https://redirect.github.com/ant-design/ant-design/pull/56478">#56478</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Card unexpected border radius for Body area. <a href="https://redirect.github.com/ant-design/ant-design/pull/56653">#56653</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>💄 MISC: Fix unexpected <code>undefined</code> and <code>null</code> in the injected styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/56636">#56636</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>💄 MISC: Improve <code>background</code> transition to <code>background-color</code> for all components. <a href="https://redirect.github.com/ant-design/ant-design/pull/56598">#56598</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 Improve Grid use <code>genCssVar</code> method to generate more stable CSS variable names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56635">#56635</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 Improve <code>@ant-design/icons</code> usage to avoid depend on full package since externals. <a href="https://redirect.github.com/ant-design/ant-design/pull/56639">#56639</a> <a href="https://github.com/ShenHongFei"><code>@ShenHongFei</code></a></li> </ul> <hr /> <ul> <li>🐞 修复 Button 子元素为包含两个中文字符的标签时,原有 <code>className</code> 被清空的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56593">#56593</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 修复 DatePicker 在设置 <code>suffixIcon</code> 为 <code>null</code> 后不会更新 DOM 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56637">#56637</a> <a href="https://github.com/AlanQtten"><code>@AlanQtten</code></a></li> <li>🐞 修复 Table 容器设置圆角时,内部内容区域圆角不一致的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56478">#56478</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 修复 Card Body 区域有非预期圆角值的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56653">#56653</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>💄 杂项:修复 <code>undefined</code> 和 <code>null</code> 值被注入到 CSS 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56636">#56636</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>💄 杂项:优化所有组件中的 <code>background</code> 过渡为 <code>background-color</code>。<a href="https://redirect.github.com/ant-design/ant-design/pull/56598">#56598</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 优化 Grid 使用 <code>genCssVar</code> 方法以生成更加稳定的 CSS 变量名。<a href="https://redirect.github.com/ant-design/ant-design/pull/56635">#56635</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 优化 <code>@ant-design/icons</code> 引入方式为独立图标引入,避免被 externals 增加前置依赖。<a href="https://redirect.github.com/ant-design/ant-design/pull/56639">#56639</a> <a href="https://github.com/ShenHongFei"><code>@ShenHongFei</code></a></li> </ul> <h2>6.2.0</h2> <ul> <li>🛠 Button, Masonry, Mentions, Select, Space, Splitter, Steps and other components batch use <code>genCssVar</code> method to generate more stable CSS variable names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56562">#56562</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56559">#56559</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56557">#56557</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56555">#56555</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56550">#56550</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56547">#56547</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56546">#56546</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56529">#56529</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 QRCode adds <code>marginSize</code> property for displaying QR code margin area. <a href="https://redirect.github.com/ant-design/ant-design/pull/56569">#56569</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 Tour adds <code>keyboard</code> property to configure keyboard operations. <a href="https://redirect.github.com/ant-design/ant-design/pull/56581">#56581</a> <a href="https://github.com/cactuser-Lu"><code>@cactuser-Lu</code></a></li> <li>Tooltip <ul> <li>🆕 Tooltip adds <code>maxWidth</code> design token. <a href="https://redirect.github.com/ant-design/ant-design/pull/56540">#56540</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Tooltip/Popover/Popconfirm can be closed with ESC by default. <a href="https://redirect.github.com/ant-design/ant-design/pull/56492">#56492</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> </li> <li>🛠 Steps remove useless styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/56565">#56565</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 Form supports <code>tel</code> type validation. <a href="https://redirect.github.com/ant-design/ant-design/pull/56533">#56533</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix Badge <code>ref</code> not working when using <code>text</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/56532">#56532</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🆕 Calendar and DatePicker <code>locale</code> configuration now supports partial content filling. <a href="https://redirect.github.com/ant-design/ant-design/pull/56376">#56376</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix ConfigProvider <code>theme.cssVar</code> configuration not working for icons. <a href="https://redirect.github.com/ant-design/ant-design/pull/56504">#56504</a> <a href="https://github.com/seanparmelee"><code>@seanparmelee</code></a></li> <li>🐞 Fix Collapse <code>items</code> semantic properties not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/56517">#56517</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Modal <ul> <li>🆕 Modal supports <code>focusable.trap</code> to configure whether to lock focus within the Modal. <a href="https://redirect.github.com/ant-design/ant-design/pull/56500">#56500</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Remove useless DOM structure from Modal and optimize focus capture to prevent accidental focus escape outside the Modal. <a href="https://redirect.github.com/ant-design/ant-design/pull/56142">#56142</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </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.2.2</h2> <p><code>2026-01-26</code></p> <ul> <li>🐞 Fix Button with href wrapped by Typography showing incorrect color and flickering outline on hover. <a href="https://redirect.github.com/ant-design/ant-design/pull/56619">#56619</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix component token not taking effect for Button with <code>type="text"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56291">#56291</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix where components within the Popover were affected by the state association with Form.Item. <a href="https://redirect.github.com/ant-design/ant-design/pull/56728">#56728</a></li> <li>🐞 Fix the placeholders displayed incorrectly when selecting multiple items in Select. <a href="https://redirect.github.com/ant-design/ant-design/pull/56675">#56675</a></li> <li>💄 Fix misaligned elements in Pagination when the global <code>fontSize</code> is increased. <a href="https://redirect.github.com/ant-design/ant-design/pull/56715">#56715</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix incorrect Drawer dragger position in RTL mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/56693">#56693</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> <h2>6.2.1</h2> <p><code>2026-01-20</code></p> <ul> <li>🐞 Fix Button child element's <code>className</code> be cleared if it contains two Chinese characters. <a href="https://redirect.github.com/ant-design/ant-design/pull/56593">#56593</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🐞 Fix DatePicker DOM not updated bug after update <code>suffixIcon</code> as <code>null</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56637">#56637</a> <a href="https://github.com/AlanQtten"><code>@AlanQtten</code></a></li> <li>🐞 Fix Table content area border radius when set border radius for container. <a href="https://redirect.github.com/ant-design/ant-design/pull/56478">#56478</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Card unexpected border radius for Body area. <a href="https://redirect.github.com/ant-design/ant-design/pull/56653">#56653</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>💄 MISC: Fix unexpected <code>undefined</code> and <code>null</code> in the injected styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/56636">#56636</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>💄 MISC: Improve <code>background</code> transition to <code>background-color</code> for all components. <a href="https://redirect.github.com/ant-design/ant-design/pull/56598">#56598</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 Improve Grid use <code>genCssVar</code> method to generate more stable CSS variable names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56635">#56635</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🛠 Improve <code>@ant-design/icons</code> usage to avoid depend on full package since externals. <a href="https://redirect.github.com/ant-design/ant-design/pull/56639">#56639</a> <a href="https://github.com/ShenHongFei"><code>@ShenHongFei</code></a></li> </ul> <h2>6.2.0</h2> <p><code>2026-01-13</code></p> <ul> <li>🛠 Button, Masonry, Mentions, Select, Space, Splitter, Steps and other components batch use <code>genCssVar</code> method to generate more stable CSS variable names. <a href="https://redirect.github.com/ant-design/ant-design/pull/56562">#56562</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56559">#56559</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56557">#56557</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56555">#56555</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56550">#56550</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56547">#56547</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56546">#56546</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/56529">#56529</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 QRCode adds <code>marginSize</code> property for displaying QR code margin area. <a href="https://redirect.github.com/ant-design/ant-design/pull/56569">#56569</a> <a href="https://github.com/afc163"><code>@afc163</code></a></li> <li>🆕 Tour adds <code>keyboard</code> property to configure keyboard operations. <a href="https://redirect.github.com/ant-design/ant-design/pull/56581">#56581</a> <a href="https://github.com/cactuser-Lu"><code>@cactuser-Lu</code></a></li> <li>Tooltip <ul> <li>🆕 Tooltip adds <code>maxWidth</code> design token. <a href="https://redirect.github.com/ant-design/ant-design/pull/56540">#56540</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Tooltip/Popover/Popconfirm can be closed with ESC by default. <a href="https://redirect.github.com/ant-design/ant-design/pull/56492">#56492</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> </ul> </li> <li>🛠 Steps remove useless styles. <a href="https://redirect.github.com/ant-design/ant-design/pull/56565">#56565</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🆕 Form supports <code>tel</code> type validation. <a href="https://redirect.github.com/ant-design/ant-design/pull/56533">#56533</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🐞 Fix Badge <code>ref</code> not working when using <code>text</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/56532">#56532</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🆕 Calendar and DatePicker <code>locale</code> configuration now supports partial content filling. <a href="https://redirect.github.com/ant-design/ant-design/pull/56376">#56376</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix ConfigProvider <code>theme.cssVar</code> configuration not working for icons. <a href="https://redirect.github.com/ant-design/ant-design/pull/56504">#56504</a> <a href="https://github.com/seanparmelee"><code>@seanparmelee</code></a></li> <li>🐞 Fix Collapse <code>items</code> semantic properties not working. <a href="https://redirect.github.com/ant-design/ant-design/pull/56517">#56517</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Modal <ul> <li>🆕 Modal supports <code>focusable.trap</code> to configure whether to lock focus within the Modal. <a href="https://redirect.github.com/ant-design/ant-design/pull/56500">#56500</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Remove useless DOM structure from Modal and optimize focus capture to prevent accidental focus escape outside the Modal. <a href="https://redirect.github.com/ant-design/ant-design/pull/56142">#56142</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> <li>ConfigProvider <ul> <li>🆕 ConfigProvider supports <code>pagination</code> configuration for <code>totalBoundary</code> and <code>showSizeChanger</code> properties. <a href="https://redirect.github.com/ant-design/ant-design/pull/56475">#56475</a> <a href="https://github.com/chiaweilee"><code>@chiaweilee</code></a></li> <li>🆕 ConfigProvider supports configuring Alert global icons. <a href="https://redirect.github.com/ant-design/ant-design/pull/56241">#56241</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> </ul> </li> <li>Drawer <ul> <li>🆕 Drawer adds <code>focusable</code> to configure focus behavior after opening, supporting focus locking within the container and focus returning after closing. <a href="https://redirect.github.com/ant-design/ant-design/pull/56463">#56463</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Drawer <code>size</code> definition not supporting string type. <a href="https://redirect.github.com/ant-design/ant-design/pull/56358">#56358</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> </ul> </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/58c5fc4625aebcbc52a039e58a86ca4abbdd61b9"><code>58c5fc4</code></a> docs: add changelog 6.2.2 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56742">#56742</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/250597ea0c4e86c46babb8dc64352056868ddf96"><code>250597e</code></a> test: update snapshot (<a href="https://redirect.github.com/ant-design/ant-design/issues/56745">#56745</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/30348885007b88b122ea91ee6c1a9fc169a75bca"><code>3034888</code></a> fix(Propover): Isolate <code>Form.Item</code> status from popup-type components (<a href="https://redirect.github.com/ant-design/ant-design/issues/56728">#56728</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/705c3642d38553efe81f3c283dd50aabe26e0880"><code>705c364</code></a> chore: add deprecated comments (<a href="https://redirect.github.com/ant-design/ant-design/issues/56733">#56733</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/fbe7864e10e541fbba940a8f79acb4465cf28ae2"><code>fbe7864</code></a> chore(deps): update dependency env-paths to v4 (<a href="https://redirect.github.com/ant-design/ant-design/issues/56736">#56736</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/2f6548209d18145f8cfb0e74bca9b22845f1afee"><code>2f65482</code></a> test: fix test case skip logic (<a href="https://redirect.github.com/ant-design/ant-design/issues/56701">#56701</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/6f908018611938f8a3154c47c0bcfa7df18d4bca"><code>6f90801</code></a> fix(Button): text variant tokens not working (<a href="https://redirect.github.com/ant-design/ant-design/issues/56291">#56291</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/b5b735a4905f4121d8bb4fdb52d53ac2d98e43d0"><code>b5b735a</code></a> fix: align pagination container items vertically (<a href="https://redirect.github.com/ant-design/ant-design/issues/56715">#56715</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/8bebba7af827ca56a9157afcf63ed80599e135d5"><code>8bebba7</code></a> docs(Drawer): add maxSize prop documentation to Drawer (<a href="https://redirect.github.com/ant-design/ant-design/issues/56704">#56704</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/3ac1fc78e71db4783c018e67dba3961d2692177f"><code>3ac1fc7</code></a> perf(Empty/Skeleton): Reduce the size of the SVG (<a href="https://redirect.github.com/ant-design/ant-design/issues/56682">#56682</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.6...6.2.2">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 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 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]
