dependabot[bot] opened a new pull request, #38226: URL: https://github.com/apache/superset/pull/38226
Bumps [antd](https://github.com/ant-design/ant-design) from 5.27.6 to 6.3.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.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> <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> <hr /> <ul> <li>Select <ul> <li>🐞 Select 修复 <code>value</code> 为空字符串时下拉框高度不正确的问题。<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>🐞 Select 修复 <code>value</code> 为空字符串时值回显异常的问题。<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>🐞 Select & TreeSelect 修复搜索时已选中值文本仍然显示的问题。<a href="https://redirect.github.com/ant-design/ant-design/pull/56946">#56946</a></li> </ul> </li> <li>🐞 TreeSelect 修复多行文本时 Checkbox 被压缩变形的问题。<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>🐞 Typography 修复同时开启 <code>copyable</code> 和 <code>ellipsis</code> 时,悬停复制按钮会触发省略号 tooltip 的问题;修复从复制按钮移回文字后省略号 tooltip 不再出现的问题。<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>🐞 Progress 修复 <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>🐞 Upload 修复照片墙模式下文件数量超过一行时列表溢出重叠的问题。<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>🐞 Image 修复打开预览时,部分浏览器会出现闪烁的问题。<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>⌨️ ♿ 为 Button、Checkbox、Radio、Switch、Segmented 等组件添加 <code>prefers-reduced-motion</code> 媒体查询支持,禁用过渡动画以改善无障碍体验。<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>🐞 Input 修复 <code>variant="borderless"</code> 时高度与 Select 不一致的问题。<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>🐞 Modal 修复 <code>confirm</code> 方法在 <code>icon</code> 为空时布局出现多余空白的问题。<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>🐞 Select 组件中的禁用选项添加 <code>aria-disabled</code> 属性。<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> <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> <li>🆕 Support ConfigProvider <code>expandIcon</code> and <code>loadingIcon</code> global configuration for Cascader. <a href="https://redirect.github.com/ant-design/ant-design/pull/56482">#56482</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>scroll</code> global configuration for Table. <a href="https://redirect.github.com/ant-design/ant-design/pull/56628">#56628</a> <a href="https://github.com/Clayton"><code>@Clayton</code></a></li> <li>🆕 Support ConfigProvider <code>className</code> and <code>style</code> configuration for App, and <code>arrow</code> prop for ColorPicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/56573">#56573</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🆕 Support ConfigProvider <code>loadingIcon</code> global configuration for Button. <a href="https://redirect.github.com/ant-design/ant-design/pull/56439">#56439</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>rangePicker.separator</code> global configuration. <a href="https://redirect.github.com/ant-design/ant-design/pull/56499">#56499</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>tooltipIcon</code> and <code>tooltipProps</code> global configuration for Form. <a href="https://redirect.github.com/ant-design/ant-design/pull/56372">#56372</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> </ul> </li> <li>Upload <ul> <li>🆕 Add Upload <code>classNames.trigger</code> and <code>styles.trigger</code> props. <a href="https://redirect.github.com/ant-design/ant-design/pull/56578">#56578</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🆕 Support Upload.Dragger <code>onDoubleClick</code> event. <a href="https://redirect.github.com/ant-design/ant-design/pull/56579">#56579</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Upload missing default height for <code>picture-card</code> / <code>picture-circle</code> parent nodes. <a href="https://redirect.github.com/ant-design/ant-design/pull/56864">#56864</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li>🆕 Add Grid <code>xxxl</code> (1920px) breakpoint to adapt to FHD screens. <a href="https://redirect.github.com/ant-design/ant-design/pull/56825">#56825</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support Switch <code>indicator</code> customization for semantic structure. <a href="https://redirect.github.com/ant-design/ant-design/pull/56710">#56710</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Button <ul> <li>🐞 Fix Button reversed <code>hover</code> and <code>active</code> colors for <code>color</code> in dark theme. <a href="https://redirect.github.com/ant-design/ant-design/pull/56872">#56872</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Button border size not following Design Token <code>lineWidth</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56683">#56683</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> <li>Select <ul> <li>💄 Remove Select redundant <code>-content-value</code> div DOM in single mode to optimize semantic structure, allowing override via <code>classNames</code> and <code>styles</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56811">#56811</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.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> <li>🆕 Support ConfigProvider <code>expandIcon</code> and <code>loadingIcon</code> global configuration for Cascader. <a href="https://redirect.github.com/ant-design/ant-design/pull/56482">#56482</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>scroll</code> global configuration for Table. <a href="https://redirect.github.com/ant-design/ant-design/pull/56628">#56628</a> <a href="https://github.com/Clayton"><code>@Clayton</code></a></li> <li>🆕 Support ConfigProvider <code>className</code> and <code>style</code> configuration for App, and <code>arrow</code> prop for ColorPicker. <a href="https://redirect.github.com/ant-design/ant-design/pull/56573">#56573</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🆕 Support ConfigProvider <code>loadingIcon</code> global configuration for Button. <a href="https://redirect.github.com/ant-design/ant-design/pull/56439">#56439</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>rangePicker.separator</code> global configuration. <a href="https://redirect.github.com/ant-design/ant-design/pull/56499">#56499</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support ConfigProvider <code>tooltipIcon</code> and <code>tooltipProps</code> global configuration for Form. <a href="https://redirect.github.com/ant-design/ant-design/pull/56372">#56372</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> </ul> </li> <li>Upload <ul> <li>🆕 Add Upload <code>classNames.trigger</code> and <code>styles.trigger</code> props. <a href="https://redirect.github.com/ant-design/ant-design/pull/56578">#56578</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> <li>🆕 Support Upload.Dragger <code>onDoubleClick</code> event. <a href="https://redirect.github.com/ant-design/ant-design/pull/56579">#56579</a> <a href="https://github.com/ug-hero"><code>@ug-hero</code></a></li> <li>🐞 Fix Upload missing default height for <code>picture-card</code> / <code>picture-circle</code> parent nodes. <a href="https://redirect.github.com/ant-design/ant-design/pull/56864">#56864</a> <a href="https://github.com/wanpan11"><code>@wanpan11</code></a></li> </ul> </li> <li>🆕 Add Grid <code>xxxl</code> (1920px) breakpoint to adapt to FHD screens. <a href="https://redirect.github.com/ant-design/ant-design/pull/56825">#56825</a> <a href="https://github.com/guoyunhe"><code>@guoyunhe</code></a></li> <li>🆕 Support Switch <code>indicator</code> customization for semantic structure. <a href="https://redirect.github.com/ant-design/ant-design/pull/56710">#56710</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>Button <ul> <li>🐞 Fix Button reversed <code>hover</code> and <code>active</code> colors for <code>color</code> in dark theme. <a href="https://redirect.github.com/ant-design/ant-design/pull/56872">#56872</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Button border size not following Design Token <code>lineWidth</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56683">#56683</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> <li>Select <ul> <li>💄 Remove Select redundant <code>-content-value</code> div DOM in single mode to optimize semantic structure, allowing override via <code>classNames</code> and <code>styles</code>. <a href="https://redirect.github.com/ant-design/ant-design/pull/56811">#56811</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix Select <code>notFoundContent</code> not taking effect. <a href="https://redirect.github.com/ant-design/ant-design/pull/56756">#56756</a> <a href="https://github.com/QdabuliuQ"><code>@QdabuliuQ</code></a></li> </ul> </li> <li>Radio <ul> <li>🐞 Fix Radio.Group extra right margin for radio items when vertically aligned. <a href="https://redirect.github.com/ant-design/ant-design/pull/56909">#56909</a> <a href="https://github.com/jany55555"><code>@jany55555</code></a></li> <li>💄 Remove Radio <code>-inner</code> DOM node of <code>icon</code> sub-element for better semantic structure adaptation. <a href="https://redirect.github.com/ant-design/ant-design/pull/56783">#56783</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> </ul> </li> <li>💄 Disable Modal & Drawer mask blur effect by default. <a href="https://redirect.github.com/ant-design/ant-design/pull/56781">#56781</a> <a href="https://github.com/aojunhao123"><code>@aojunhao123</code></a></li> <li>🐞 Fix Tooltip & Popover popup animation starting position being shifted to the left. <a href="https://redirect.github.com/ant-design/ant-design/pull/56887">#56887</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🐞 Fix List color-related tokens not working for deprecated component config. <a href="https://redirect.github.com/ant-design/ant-design/pull/56913">#56913</a> <a href="https://github.com/zombieJ"><code>@zombieJ</code></a></li> <li>🛠 Refactor Spin DOM structure to align across different scenarios and support full Semantic Structure. <a href="https://redirect.github.com/ant-design/ant-design/pull/56852">#56852</a> <a href="https://github.com/zombieJ"><code>@zombieJ</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/cdd6b1df23b63a6abc168d8f62d942f5ade5a93e"><code>cdd6b1d</code></a> ci: igonre renovate upgrade dawidd6/action-download-artifact (<a href="https://redirect.github.com/ant-design/ant-design/issues/57052">#57052</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/5d55ed1f705d18f813eedbb7a7b6861b8888bee5"><code>5d55ed1</code></a> docs: changelog of 6.3.1 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57051">#57051</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/af9b5cde10eed283e9bf8e203337c280b671db25"><code>af9b5cd</code></a> fix: add aria-disabled attribute for disabled options in Select component (<a href="https://redirect.github.com/ant-design/ant-design/issues/5">#5</a>...</li> <li><a href="https://github.com/ant-design/ant-design/commit/449920d590c0f5146032db333b490a379e047959"><code>449920d</code></a> chore: igonre dawidd6/action-download-artifact (<a href="https://redirect.github.com/ant-design/ant-design/issues/57050">#57050</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/6ae66471369894a1f04152cce441ce0a59101432"><code>6ae6647</code></a> docs(site): sync URL params and theme state with AI-generated algorithm (<a href="https://redirect.github.com/ant-design/ant-design/issues/57046">#57046</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/decf297691161283cca4149d06d3ba7286129b57"><code>decf297</code></a> docs: improve theme ai chat (<a href="https://redirect.github.com/ant-design/ant-design/issues/56952">#56952</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/e26d8c27d97661c2679b54ad649221b8956e929e"><code>e26d8c2</code></a> fix: align borderless Input and Select component heights (<a href="https://redirect.github.com/ant-design/ant-design/issues/57014">#57014</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/2670afab7238cc1ced0dd8cda196e8c8e56bad25"><code>2670afa</code></a> fix: Fix the layout whitespace in Modal confirm when the icon is empty. (<a href="https://redirect.github.com/ant-design/ant-design/issues/57024">#57024</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/6be6b248d72a2336203f657aeaec23c9aa870c96"><code>6be6b24</code></a> docs: changelog of 6.3.1 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57042">#57042</a>)</li> <li><a href="https://github.com/ant-design/ant-design/commit/51200428d7a07d0a1f6c725b6e657291bd834358"><code>5120042</code></a> Revert "chore: bump dawidd6/action-download-artifact from 14 to 15 (<a href="https://redirect.github.com/ant-design/ant-design/issues/57021">#57021</a>)" ...</li> <li>Additional commits viewable in <a href="https://github.com/ant-design/ant-design/compare/5.27.6...6.3.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]
