dependabot[bot] opened a new pull request, #38550: URL: https://github.com/apache/superset/pull/38550
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.6 to 6.3.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.3.2</h2> <ul> <li>🐞 Fix Form.Item validation failure caused by a timing issue when using dynamic <code>rules</code> and <code>dependencies</code> together. <a href="https://redirect.github.com/ant-design/ant-design/pull/57147">#57147</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix InputNumber height in <code>borderless</code> variant when using with Input or Select. <a href="https://redirect.github.com/ant-design/ant-design/pull/57162">#57162</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Radio.Group radio button width when options text has different length or breaks. <a href="https://redirect.github.com/ant-design/ant-design/pull/57171">#57171</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Skeleton.Avatar, Skeleton.Button, Skeleton.Input, Rate and Spin cannot take effect when <code>componentSize</code> is set globally. <a href="https://redirect.github.com/ant-design/ant-design/pull/57093">#57093</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Splitter may calculate wrong <code>size</code> if some panel in controlled mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/57142">#57142</a> <a href="https://github.com/js0753"><code>@js0753</code></a></li> <li>🐞 Fix Tree and TreeSelect line alignment problem when customizing <code>titleHeight</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/56785">#56785</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Checkbox.Group checkbox width when options text has different length or breaks. <a href="https://redirect.github.com/ant-design/ant-design/pull/57144">#57144</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix ConfigProvider <code>csp</code> not taking effect on all the dynamic style. <a href="https://redirect.github.com/ant-design/ant-design/pull/57159">#57159</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Select <ul> <li>💄 Fix Select text jumping problem in Firefox browser. <a href="https://redirect.github.com/ant-design/ant-design/pull/57030">#57030</a> <a href="https://github.com/pierreeurope"><code>@pierreeurope</code></a></li> <li>💄 Fix Select cannot set <code>visibility: hidden</code> via <code>style</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/56720">#56720</a> <a href="https://github.com/claytonlin1110"><code>@claytonlin1110</code></a></li> </ul> </li> <li>Upload <ul> <li>💄 Fix Upload has invalid blank area in <code>picture-card</code> mode with empty data. <a href="https://redirect.github.com/ant-design/ant-design/pull/57157">#57157</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>⌨️ Improve Upload to always show item action area on non-hover or coarse-pointer devices. <a href="https://redirect.github.com/ant-design/ant-design/pull/57156">#57156</a> <a href="https://github.com/Arktomson"><code>@Arktomson</code></a></li> </ul> </li> <li>🌐 Add <code>es_US</code> locale preset. <a href="https://redirect.github.com/ant-design/ant-design/pull/57137">#57137</a> <a href="https://github.com/yuriidumych-max"><code>@yuriidumych-max</code></a></li> <li>🛠 Unify <code>size</code> enumeration, replace <code>default</code> with <code>medium</code> for Badge, Card, Progress, Steps, Switch and Spin, replace <code>middle</code> and <code>default</code> with <code>medium</code> and <code>large</code> for Descriptions, replace <code>middle</code> with <code>medium</code> for Table and Divider. <a href="https://redirect.github.com/ant-design/ant-design/pull/57127">#57127</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🛠 Unify <code>size</code> className for all components DOM. <a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>TypeScript <ul> <li>🤖 Add Upload.Dragger generic type definition support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57103">#57103</a> <a href="https://github.com/fnoopv"><code>@fnoopv</code></a></li> <li>🤖 Fix Modal <code>KeyboardEvent</code> type definition for the arguments of <code>onCancel</code> event handler. <a href="https://redirect.github.com/ant-design/ant-design/pull/57048">#57048</a> <a href="https://github.com/eureka928"><code>@eureka928</code></a></li> </ul> </li> </ul> <hr /> <ul> <li>🐞 修复 Form.Item 使用动态 <code>rules</code> 与 <code>dependencies</code> 配合使用时,时序问题导致的校验失败的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57147">#57147</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 修复 InputNumber 在 <code>borderless</code> 形态下与 Input 或 Select 并排时高度异常的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57162">#57162</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Radio.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57171">#57171</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Skeleton.Avatar,Skeleton.Button,Skeleton.Input,Rate 及 Spin 无法响应全局 <code>componentSize</code> 设置的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57093">#57093</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 修复 Splitter 存在 <code>size</code> 受控面板时其他面板尺寸可能计算错误的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57142">#57142</a> <a href="https://github.com/js0753"><code>@js0753</code></a></li> <li>🐞 修复 Tree 及 TreeSelect 在自定义 <code>titleHeight</code> 时会连线错位的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56785">#56785</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 修复 Checkbox.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57144">#57144</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 修复 ConfigProvider 的 <code>csp</code> 配置没有对所有的动态 style 生效的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57159">#57159</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Select <ul> <li>💄 修复 Select 在 Firefox 浏览器下可能出现文字跳动的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57030">#57030</a> <a href="https://github.com/pierreeurope"><code>@pierreeurope</code></a></li> <li>💄 修复 Select 无法通过 <code>style</code> 设置 <code>visibility: hidden</code> 的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56720">#56720</a> <a href="https://github.com/claytonlin1110"><code>@claytonlin1110</code></a></li> </ul> </li> <li>Upload <ul> <li>💄 修复 Upload 在 <code>picture-card</code> 模式下无数据时仍然存在无效空白区域的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57157">#57157</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>⌨️ 优化 Upload 在不支持悬停或粗指针的设备上默认显示列表操作按钮。<a href="https://redirect.github.com/ant-design/ant-design/pull/57156">#57156</a> <a href="https://github.com/Arktomson"><code>@Arktomson</code></a></li> </ul> </li> <li>🌐 新增 <code>es_US</code> 国际化配置。<a href="https://redirect.github.com/ant-design/ant-design/pull/57137">#57137</a> <a href="https://github.com/yuriidumych-max"><code>@yuriidumych-max</code></a></li> <li>🛠 统一 <code>size</code> 枚举值定义,针对 Badge、Card、Progress、Steps、Switch 及 Spin 使用 <code>medium</code> 替代 <code>default</code>,针对 Descriptions 使用 <code>medium</code> 和 <code>large</code> 替代 <code>middle</code> 和 <code>default</code>,针对 Table 和 Divider 使用 <code>medium</code> 替代 <code>middle</code>。<a href="https://redirect.github.com/ant-design/ant-design/pull/57127">#57127</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🛠 统一 <code>size</code> className 在所有组件元素上的设置值。<a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>TypeScript <ul> <li>🤖 新增 Upload.Dragger 的泛型支持。<a href="https://redirect.github.com/ant-design/ant-design/pull/57103">#57103</a> <a href="https://github.com/fnoopv"><code>@fnoopv</code></a></li> <li>🤖 修复 Modal <code>onCancel</code> 入参不支持 <code>KeyboardEvent</code> 类型的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/57048">#57048</a> <a href="https://github.com/eureka928"><code>@eureka928</code></a></li> </ul> </li> </ul> <h2>6.3.1</h2> <ul> <li>Select <ul> <li>🐞 Fix Select incorrect dropdown height when <code>value</code> is an empty string. <a href="https://redirect.github.com/ant-design/ant-design/pull/56976">#56976</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select value echo issue when <code>value</code> is an empty string. <a href="https://redirect.github.com/ant-design/ant-design/pull/56966">#56966</a> <a href="https://github.com/luozz1994"><code>@luozz1994</code></a></li> <li>🐞 Fix Select & TreeSelect selected value text still visible when searching. <a href="https://redirect.github.com/ant-design/ant-design/pull/56946">#56946</a></li> </ul> </li> <li>🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. <a href="https://redirect.github.com/ant-design/ant-design/pull/56961">#56961</a> <a href="https://github.com/luozz1994"><code>@luozz1994</code></a></li> <li>🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both <code>copyable</code> and <code>ellipsis</code> are enabled; fix ellipsis tooltip not appearing after moving back from copy button. <a href="https://redirect.github.com/ant-design/ant-design/pull/56855">#56855</a> <a href="https://github.com/claytonlin1110"><code>@claytonlin1110</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.3.2</h2> <p><code>2026-03-09</code></p> <ul> <li>🐞 Fix Form.Item validation failure caused by a timing issue when using dynamic <code>rules</code> and <code>dependencies</code> together. <a href="https://redirect.github.com/ant-design/ant-design/pull/57147">#57147</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix InputNumber height in <code>borderless</code> variant when using with Input or Select. <a href="https://redirect.github.com/ant-design/ant-design/pull/57162">#57162</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Radio.Group radio button width when options text has different length or breaks. <a href="https://redirect.github.com/ant-design/ant-design/pull/57171">#57171</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Skeleton.Avatar, Skeleton.Button, Skeleton.Input, Rate and Spin cannot take effect when <code>componentSize</code> is set globally. <a href="https://redirect.github.com/ant-design/ant-design/pull/57093">#57093</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🐞 Fix Splitter may calculate wrong <code>size</code> if some panel in controlled mode. <a href="https://redirect.github.com/ant-design/ant-design/pull/57142">#57142</a> <a href="https://github.com/js0753"><code>@js0753</code></a></li> <li>🐞 Fix Tree and TreeSelect line alignment problem when customizing <code>titleHeight</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/56785">#56785</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix Checkbox.Group checkbox width when options text has different length or breaks. <a href="https://redirect.github.com/ant-design/ant-design/pull/57144">#57144</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>💄 Fix ConfigProvider <code>csp</code> not taking effect on all the dynamic style. <a href="https://redirect.github.com/ant-design/ant-design/pull/57159">#57159</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Select <ul> <li>💄 Fix Select text jumping problem in Firefox browser. <a href="https://redirect.github.com/ant-design/ant-design/pull/57030">#57030</a> <a href="https://github.com/pierreeurope"><code>@pierreeurope</code></a></li> <li>💄 Fix Select cannot set <code>visibility: hidden</code> via <code>style</code> property. <a href="https://redirect.github.com/ant-design/ant-design/pull/56720">#56720</a> <a href="https://github.com/claytonlin1110"><code>@claytonlin1110</code></a></li> </ul> </li> <li>Upload <ul> <li>💄 Fix Upload has invalid blank area in <code>picture-card</code> mode with empty data. <a href="https://redirect.github.com/ant-design/ant-design/pull/57157">#57157</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>⌨️ Improve Upload to always show item action area on non-hover or coarse-pointer devices. <a href="https://redirect.github.com/ant-design/ant-design/pull/57156">#57156</a> <a href="https://github.com/Arktomson"><code>@Arktomson</code></a></li> </ul> </li> <li>🌐 Add <code>es_US</code> locale preset. <a href="https://redirect.github.com/ant-design/ant-design/pull/57137">#57137</a> <a href="https://github.com/yuriidumych-max"><code>@yuriidumych-max</code></a></li> <li>🛠 Unify <code>size</code> enumeration, replace <code>default</code> with <code>medium</code> for Badge, Card, Progress, Steps, Switch and Spin, replace <code>middle</code> and <code>default</code> with <code>medium</code> and <code>large</code> for Descriptions, replace <code>middle</code> with <code>medium</code> for Table and Divider. <a href="https://redirect.github.com/ant-design/ant-design/pull/57127">#57127</a> <a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>🛠 Unify <code>size</code> className for all components DOM. <a href="https://redirect.github.com/ant-design/ant-design/pull/57106">#57106</a> <a href="https://github.com/QDyanbing"><code>@QDyanbing</code></a></li> <li>TypeScript <ul> <li>🤖 Add Upload.Dragger generic type definition support. <a href="https://redirect.github.com/ant-design/ant-design/pull/57103">#57103</a> <a href="https://github.com/fnoopv"><code>@fnoopv</code></a></li> <li>🤖 Fix Modal <code>KeyboardEvent</code> type definition for the arguments of <code>onCancel</code> event handler. <a href="https://redirect.github.com/ant-design/ant-design/pull/57048">#57048</a> <a href="https://github.com/eureka928"><code>@eureka928</code></a></li> </ul> </li> </ul> <h2>6.3.1</h2> <p><code>2026-02-24</code></p> <ul> <li>Select <ul> <li>🐞 Fix Select incorrect dropdown height when <code>value</code> is an empty string. <a href="https://redirect.github.com/ant-design/ant-design/pull/56976">#56976</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select value echo issue when <code>value</code> is an empty string. <a href="https://redirect.github.com/ant-design/ant-design/pull/56966">#56966</a> <a href="https://github.com/luozz1994"><code>@luozz1994</code></a></li> <li>🐞 Fix Select & TreeSelect selected value text still visible when searching. <a href="https://redirect.github.com/ant-design/ant-design/pull/56946">#56946</a></li> </ul> </li> <li>🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. <a href="https://redirect.github.com/ant-design/ant-design/pull/56961">#56961</a> <a href="https://github.com/luozz1994"><code>@luozz1994</code></a></li> <li>🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both <code>copyable</code> and <code>ellipsis</code> are enabled; fix ellipsis tooltip not appearing after moving back from copy button. <a href="https://redirect.github.com/ant-design/ant-design/pull/56855">#56855</a> <a href="https://github.com/claytonlin1110"><code>@claytonlin1110</code></a></li> <li>🐞 Fix Progress animation overflow when <code>status="active"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56972">#56972</a> <a href="https://github.com/aibayanyu20"><code>@aibayanyu20</code></a></li> <li>🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. <a href="https://redirect.github.com/ant-design/ant-design/pull/56945">#56945</a> <a href="https://github.com/xbsheng"><code>@xbsheng</code></a></li> <li>🐞 Fix Image flickering in some browsers when opening preview. <a href="https://redirect.github.com/ant-design/ant-design/pull/56937">#56937</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>⌨️ ♿ Add <code>prefers-reduced-motion</code> media query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. <a href="https://redirect.github.com/ant-design/ant-design/pull/56902">#56902</a> <a href="https://github.com/li-jia-nan"><code>@li-jia-nan</code></a></li> <li>🐞 Fix Input height inconsistency with Select when using <code>variant="borderless"</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/57014">#57014</a> <a href="https://github.com/njlazzar-su"><code>@njlazzar-su</code></a></li> <li>🐞 Fix Modal <code>confirm</code> method layout whitespace when <code>icon</code> is empty. <a href="https://redirect.github.com/ant-design/ant-design/pull/57024">#57024</a> <a href="https://github.com/Arktomson"><code>@Arktomson</code></a></li> <li>🐞 Add <code>aria-disabled</code> attribute for disabled options in Select component.<a href="https://redirect.github.com/ant-design/ant-design/pull/57049">#57049</a> <a href="https://github.com/meet-student"><code>@meet-student</code></a></li> </ul> <h2>6.3.0</h2> <p><code>2026-02-10</code></p> <ul> <li>ConfigProvider <ul> <li>🆕 Support ConfigProvider global configuration of <code>maskClosable</code> for Modal and Drawer. <a href="https://redirect.github.com/ant-design/ant-design/pull/56739">#56739</a> <a href="https://github.com/luozz1994"><code>@luozz1994</code></a></li> <li>🆕 Support ConfigProvider <code>suffixIcon</code> global configuration for DatePicker and TimePicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/56709">#56709</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</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/fc13ea35e8245637a071f525484c9ffdedcdd4b7"><code>fc13ea3</code></a> docs: changelog for 6.3.2 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57221">#57221</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/afc6de6b6dad3e3ab2006f882e8b349a20015c61"><code>afc6de6</code></a> docs: add CLAUDE.md for AI assistant context (<a href="https://redirect.github.com/ant-design/ant-design/issues/57223">#57223</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/2129ad4461103ec0bbe025cfd8bd26bf4e8b780b"><code>2129ad4</code></a> refactor: reuse toList (<a href="https://redirect.github.com/ant-design/ant-design/issues/57217">#57217</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/ffc31bfe6e68ddfe1bb5527663b3c38003aca708"><code>ffc31bf</code></a> fix: improve TreeSelect code (<a href="https://redirect.github.com/ant-design/ant-design/issues/57215">#57215</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/3d311ba1e0f024bcefd6645162ec3646bebe1a37"><code>3d311ba</code></a> chore(deps): update dependency eslint to v10.0.3 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57213">#57213</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/06758f05ddbce105dfa75a2f19ffb16b81578f9b"><code>06758f0</code></a> chore(deps): update dependency father to v4.6.15 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57214">#57214</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/42899e1e226d62ce92e5b7af319a0285b97c7b89"><code>42899e1</code></a> type: improve TreeSelect type (<a href="https://redirect.github.com/ant-design/ant-design/issues/57210">#57210</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/5eaf618c8bced062fd75731666a75c18eb1adfec"><code>5eaf618</code></a> type: ci failed (<a href="https://redirect.github.com/ant-design/ant-design/issues/57211">#57211</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/c7f6a062dbe9300b0c3bee8ea8f021690fd31677"><code>c7f6a06</code></a> type: rm useless assert (<a href="https://redirect.github.com/ant-design/ant-design/issues/57207">#57207</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/a8d0a5ca19b107c0d56d457a2ddf46e4fd512d84"><code>a8d0a5c</code></a> refactor: optimize ErrorBoundary typings and fallback logic (<a href="https://redirect.github.com/ant-design/ant-design/issues/57206">#57206</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.6...6.3.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 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]
