Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency antd to v5 #679

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Update dependency antd to v5 #679

merged 1 commit into from
Feb 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 4.24.1 -> 5.14.2 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

v5.14.2

Compare Source


  • 🐞 修复 DatePicker.RangePicker 的时间列有时不会滚动到正确位置的问题。#​47542
  • 🐞 修复 Modal 在打开期间会触发其他鼠标事件的问题。#​47508 @​MadCcc
  • 🐞 修复 Avatar.Group 的 tooltip 存在多余 dom 残留的问题。#​47478
  • 💄 修复 Progress 组件多余的 margin 样式。#​47493 @​li-jia-nan
  • 💄 修复 Table 滚动条在暗黑模式下的颜色。#​47487 @​wkmyws
  • 💄 修复 Layout 内容字体在暗黑模式下的颜色。#​47441 @​nova1751
  • 💄 修复 Menu 组件在水平暗黑模式下自定义 darkItemSelectedColordarkItemSelectedBg token 不生效的问题。#​47463 @​gandavarapurajasekhar

v5.14.1

Compare Source

  • 🐞 Fix Steps cannot interact correctly when type="inline". #​47406
  • 🐞 Fix DatePicker & TimePicker arrow position not consider panel border radius distance. #​47389
  • 🐞 Fix Dropdown should not display when items is empty array. #​47375
  • 🐞 Fix Tag that should use defaultBg token with bordered={false}. #​47372 @​MadCcc
  • 🐞 MISC: Fix that theme.inherit should not affect hashded and cssVar. #​47360 @​MadCcc
  • 🐞 Fix Calendar panel not switch when change year or month. #​47361
  • 💄 Fix Table's sub-table style issue in virtual mode. #​47333 @​Enigama

  • 🐞 修复 Steps type="inline" 时鼠标无法 hover 到正确的步骤上的问题。#​47406
  • 🐞 修复 DatePicker 与 TimePicker 弹出面板箭头没有考虑面板本身圆角的问题。#​47389
  • 🐞 修复 Dropdown menu.items 为空时依然显示的问题。#​47375
  • 🐞 修复 Tag 无边框模式没有正确使用 defaultBg 组件 token 的问题。#​47372 @​MadCcc
  • 🐞 杂项:修复主题 inherit 配置会隔断 hashedcssVar 配置的问题。#​47360 @​MadCcc
  • 🐞 修复 Calendar 在切换年月时,面板没有跟着切换的问题。#​47361
  • 💄 修复 Table 在虚拟模式下子表格的样式问题。#​47333 @​Enigama

v5.14.0

Compare Source

  • 🔥 Refactored the DatePicker component, details are follows. #​46982
    • 🆕 DatePicker adds multiple to support multiple selection capabilities.
    • 🆕 DatePicker supports showWeek attribute.
    • 🆕 DatePicker.RangePicker supports order attribute.
    • 🆕 DatePicker id attribute under RangePicker supports setting the id of the start and end input boxes separately.
    • 🆕 DatePicker onFocus and onBlur events of RangePicker will additionally provide an info.range to inform which input box the current focus comes from.
    • 🆕 DatePicker add matching pickerValue and defaultPickerValue attributes to control the date where the expanded panel is located.
    • 🆕 DatePicker add the preserveInvalidOnBlur attribute to keep the input content when losing focus in the case of accessibility.
    • 🆕 DatePicker format supports the align attribute, allowing input content through the mask mode.
    • 🆕 DatePicker Support required attribute.
    • 🆕 DatePicker time panel supports scrollOnChange to automatically select the corresponding time when scrolling.
    • 🆕 DatePicker add the needConfirm attribute to allow setting the confirmation or non-confirmation submission mode.
    • 🆕 DatePicker add the components attribute to allow customizing some panels.
    • 🆕 DatePicker all date-related information in the panel will allow configuration through locale.
    • 🆕 DatePicker format supports LT and LTS date formats.
    • 🆕 DatePicker add minDate and maxDate to set the panel switching range.
    • 🐞 DatePicker defaultPickerValue will now be reset each time the panel is expanded.
    • 🐞 DatePicker fix the problem that the input box function key will trigger the pop-up box, now it will only be triggered when the interactive key and the input content change.
    • 🐞 DatePicker Losing focus after entering the date through the input box will submit the change instead of losing the input content (that is, it is no longer necessary to press Enter to submit).
    • 🐞 DatePicker fix the problem that the hour obtained by disabledTime under use12Hours will also be clipped to 0~12.
    • 🐞 DatePicker fix the problem that the disabled date is not effective and can still be submitted under some interactions.
    • ⚡️ DatePicker Optimize disabledDate check logic, now it will provide info.type to inform the current panel information.
    • 🛠 DatePicker allowClear trigger event from onMouseDown to onClick.
    • 🛠 DatePicker Deprecate the preventDefault parameter of onKeyDown, please call it directly through event.preventDefault.
    • 🛠 DatePicker Remove the keyboard interaction with the panel, it needs to be redesigned based on accessibility.
    • 💄 DatePicker Remove the dotted line style of RangePicker to reduce visual interference.
    • 💄 DatePicker Remove the disabled range of RangePicker when selecting start or end time to optimize the interaction experience.
  • 🔥 Added support for stacked fixed columns in the Table component. #​47245
  • 🆕 Added support for components.body in the Table component under the virtual mode. #​47098 by @​linxianxi
  • 🆕 Added support for generics in the Segmented value type. #​47091 by @​madocto
  • 🆕 Added the changeOnWheel property to the InputNumber component to enable mouse wheel control. #​47158 by @​MadCcc
  • 🆕 Added six tokens (defaultHoverBg, defaultHoverColor, defaultHoverBorderColor, defaultActiveBg, defaultActiveColor, and defaultActiveBorderColor) to the Button component. #​47075 by @​madocto
  • 🆕 Added duration configuration support to the useNotification function in the Notification component. This update also applies to the notification configuration of the App component. #​47141
  • 🆕 Added support for configuring flex property in responsive layouts of the Grid component. #​47124
  • 🐞 Improved the Transfer internal padding of the Pagination component. #​47231 by @​qmhc
  • 🐞 Fixed the alignment issue in the Avatar component when the height is less than 16px. #​47236 by @​lcgash
  • 🐞 Fixed the incorrect mouse pointer when the Input component is disabled. #​47280 by @​MadCcc
  • 🐞 Fixed the issue where the hoverBorderColor and activeBorderColor token customization didn't work in the Input component. #​47243 by @​MadCcc
  • 💄 Fixed the issue where the hover style of submenus in the Menu component disappears at the edges. #​47227 by @​MadCcc
  • 💄 Menu fixed component styling issues in non-hash mode. #​46609 by @​MadCcc
  • 💄 Added classNames and styles properties to the Card component. #​46811 by @​zh-lx
  • ConfigProvider

  • 🔥 重构了 DatePicker 组件,详细改动如下。#​46982
    • 🆕 DatePicker 新增 multiple 支持多选能力。
    • 🆕 DatePicker 支持 showWeek 属性。
    • 🆕 DatePicker.RangePicker 下的 id 属性支持分别设置 startend 输入框的 id
    • 🆕 DatePicker.RangePicker 的 onFocusonBlur 事件会额外提供一个 info.range 告知当前的焦点来自于哪个输入框。
    • 🆕 DatePicker.RangePicker 支持 order 属性。
    • 🆕 DatePicker 新增配套 pickerValuedefaultPickerValue 属性用于受控管理展开面板所在日期。
    • 🆕 DatePicker 新增 preserveInvalidOnBlur 属性用于无障碍时失去焦点需要保留输入内容的场景。
    • 🆕 DatePicker format 支持 align 属性,允许通过掩码模式输入内容。
    • 🆕 DatePicker 支持 required 属性。
    • 🆕 DatePicker 时间面板支持 scrollOnChange 设置滚动时间时自动选择对应的时间。
    • 🆕 DatePicker 添加 needConfirm 属性,允许设置需要确认、或者不确认的提交模式。
    • 🆕 DatePicker 添加 components 属性,允许自定义部分面板。
    • 🆕 DatePicker 面板中所有的日期相关信息都会允许通过 locale 进行配置。
    • 🆕 DatePicker format 支持 LTLTS 日期格式。
    • 🆕 DatePicker 新增 minDatemaxDate 用于设置面板切换范围。
    • 🐞 DatePicker 的defaultPickerValue 现在会在每次面板展开时都进行重置。
    • 🐞 DatePicker 修复输入框功能按键会唤起弹出框的问题,现在只有在交互按键、以及输入内容变化时唤起。
    • 🐞 DatePicker 通过输入框输入日期后失去焦点会提交变更,而不是丢失输入内容(即不再强制需要按下回车提交)。
    • 🐞 DatePicker 修复 use12Hours 下,disabledTime 获取的 hour 也会被裁剪成 0~12 的问题。
    • 🐞 DatePicker 修复某些交互下,禁用日期没有生效依然可以提交的问题。
    • ⚡️ DatePicker 优化 disabledDate 检查逻辑,现在会提供 info.type 告知当前面板信息。
    • 🛠 DatePicker 的 allowClear 触发事件从 onMouseDown 切换为 onClick
    • 🛠 移除 DatePicker 的键盘对面板交互,它需要基于无障碍重新设计。
    • 🛠 DatePicker 废弃 onKeyDownpreventDefault 参数,请直接通过 event.preventDefault 进行调用。
    • 💄 DatePicker.RangePicker 移除虚线样式,减少视觉干扰。
    • 💄 DatePicker.RangePicker 移除在选择开始或者结束时间时的禁用范围,优化交互体验。
  • 🔥 Table 支持堆叠固定列。#​47245
  • 🆕 Table 支持 virtual 下的 components.body#​47098 @​linxianxi
  • 🆕 Segmented value 类型支持泛型。#​47091 @​madocto
  • 🆕 InputNumber 组件支持 changeOnWheel 属性,以启用鼠标滚轮控制。#​47158 @​MadCcc
  • 🆕 Button 添加 defaultHoverBgdefaultHoverColordefaultHoverBorderColordefaultActiveBgdefaultActiveColordefaultActiveBorderColor 六个 token。#​47075 @​madocto
  • 🆕 Notification useNotification 支持 duration 配置,该更新同样适用于 App 组件的 notification 配置。#​47141
  • 🆕 Grid 支持为响应式布局配置 flex 属性。#​47124
  • 🐞 改进 Transfer 组件分页器的内边距。#​47231 @​qmhc
  • 🐞 修复 Avatar 组件当高度小于 16px 内容不居中的问题。#​47236 @​lcgash
  • 🐞 修复 Input 组件禁用时鼠标指针不正确的问题。#​47280 @​MadCcc
  • 🐞 修复 Input 组件 hoverBorderColoractiveBorderColor token 定制无效的问题。#​47243 @​MadCcc
  • 💄 修复 Menu 组件子菜单 hover 样式在边缘消失的问题。#​47227 @​MadCcc
  • 💄 修复 Menu 在无 hash 模式下的组件样式问题。#​46609 @​MadCcc
  • 💄 Card 组件增加 classNamesstyles 属性。#​46811 @​zh-lx
  • ConfigProvider

v5.13.3

Compare Source


v5.13.2

Compare Source

  • 🐞 Fix that the inline rendering does not take effect when the preview.getContainer value for Image is false. #​47034 @​FEyudong
  • 🐞 Fix Modal static function with prefixCls breaks children other component prefixCls and thus bring the motion miss. #​47010
  • 🐞 Fix ok button of the DatePicker becomes compacted when used with Space.Compact. #​46769 @​Fatpandac
  • 💄 Optimize Tree draggable node cursor style and collaspe icon hover style. #​46974

  • 🐞 修复 Image 组件 preview.getContainer 值为 false 时,内联渲染不生效的问题。#​47034 @​FEyudong
  • 🐞 修复 Modal 静态方法配置 prefixCls 时,会改变所有子元素的 prefixCls 并导致动画丢失的问题。#​47010
  • 🐞 修复 Space.Compact 与 DatePicker 一起使用导致 DatePicker 的确认按钮样式错误。#​46769 @​Fatpandac
  • 💄 优化 Tree 拖拽节点和展开收起按钮的鼠标 hover 样式。#​46974

v5.13.1

Compare Source


  • 🐞 修复 Checkbox 组件在 @types/react 16 或 17 版本下 Typescript 报错。#​46962 @​crazyair

v5.13.0

Compare Source

  • 🔥 Form support variant to control components variant inside. #​46573
  • 🆕 QRCode support status adds a new scanned option. #​46704
  • 🆕 Table support hidden to set hidden columns. #​46957 @​madocto
  • 🆕 Select support the maxCount, which is used to set the maximum selectable value. #​46667
  • 🆕 Mentions support allowClear for setting the clearing function. #​46396 @​yociduo
  • 🆕 ColorPicker support displaying cleared status. #​45993
  • 🆕 Drawer adds styles.wrapper and discards the contentWrapperStyle drawerStyle maskStyle attributes, and simplifies the dom structure. #​46858
  • Tour
    • 🆕 Tour support disabledInteraction, which is used to disable the interactive behavior of the highlighted area. #​46304
    • 🐞 Fixed the issue where modifying pointAtCenter under the arrow attribute of the Tour component does not take effect. #​46301
  • Tabs
    • 🆕 Tabs support the indicator: { align: xxx } attribute, which is used to set the alignment of the Tabs indicator bar. #​46786
    • 🛠 Tabs deprecated the indicatorSize attribute and replaced it with indicator: { size: xxx }. #​46786
  • ConfigProvider
    • 🆕 ConfigProvider adds ConfigProvider.config to support holderRender for message modal notification static method setting Provider. #​46596
    • 🆕 ConfigProvider support the indicator: { align: xxx } attribute, which is used to set the alignment of the Tabs indicator bar. #​46786
    • 🛠 ConfigProvider deprecated the Tabs indicatorSize attribute and replaced it with indicator: { size: xxx }. #​46786
  • 🐞 Fix the problem of Segmented content being obscured in hover and active. #​46925 @​madocto
  • 🐞 Fixed the problem that the customized font size of Checkbox does not take effect under Form. #​46904
  • 🐞 Fixed the issue where the Radio component configuration title did not take effect. #​46809
  • 🐞 Fixed Input hover style in css var mode. #​46946
  • 💄 Fixed the problem of abnormal display of Dropdown style under multi-level menu. #​46888
  • 🛠 Refactor the popup panel logic of the ColorPicker component to avoid style conflicts when customizing using panelRender. #​46327
  • TypeScript
    • 🆕 MISC: Export GetProp GetProp GetRef tool methods to facilitate developers to obtain unexported type definitions. #​46923
    • 🆕 Checkbox.Group now supports generic configurable options.value. #​46423 @​daledelv
  • 🌈 Token
    • 🆕 Button support the contentLineHeight series of tokens. #​46936
    • 🆕 Input support inputFontSize token. #​46875
    • 🆕 Menu support darkPopupBg token. #​46618
    • 🆕 Segmented support trackPadding and trackBg token. #​46674
    • 🐞 Fix the problem that paddingBlock does not take effect after customizing contentFontSize token in Button component. #​46901
    • 🐞 Fixed the issue where the InputNumber component cannot customize the padding token. #​46878
  • 🌐 Localization

  • 🔥 Form 组件新增 variant 属性用于设置内部组件形态变体。#​46573
  • 🆕 QRCode 组件 status 新增已扫描选项。#​46704
  • 🆕 Table 组件新增 hidden 属性可设置隐藏列。#​46957 @​madocto
  • 🆕 Select 组件新增支持 maxCount 属性,用于设置最大可选。#​46667
  • 🆕 Mentions 组件新增 allowClear 属性,用于设置清除功能。#​46396 @​yociduo
  • 🆕 ColorPicker 新增支持显示清空状态。#​45993
  • 🆕 Drawer 组件新增 styles.wrapper 并废弃 contentWrapperStyle drawerStyle maskStyle 属性,并简化 dom 结构。#​46858
  • Tour
    • 🆕 Tour 新增 disabledInteraction 属性,用于禁用高亮区域的交互行为。#​46304
    • 🐞 修复 Tour 组件在 arrow 属性下修改 pointAtCenter 不生效的问题。#​46301
  • Tabs
    • 🆕 Tabs 组件支持 indicator: { align: xxx } 属性,用于设置 Tabs 指示条对齐方式。#​46786
    • 🛠 Tabs 组件废弃 indicatorSize 属性,改为 indicator: { size: xxx } 代替。#​46786
  • ConfigProvider
    • 🆕 ConfigProvider 组件新增 ConfigProvider.config 支持 holderRender,用于 message modal notification 静态方法设置 Provider#​46596
    • 🆕 ConfigProvider 组件支持 indicator: { align: xxx } 属性,用于设置 Tabs 指示条对齐方式。#​46786
    • 🛠 ConfigProvider 组件废弃 Tabs 组件的 indicatorSize 属性,改为 indicator: { size: xxx } 代替。#​46786
  • 🐞 修复 Segmented 在 hoveractive 内容被遮挡的问题。#​46925 @​madocto
  • 🐞 修复 Checkbox 定制字体大小在 Form 下不生效的问题。#​46904
  • 🐞 修复 Radio 组件配置 title 未生效的问题。#​46809
  • 🐞 修复 Input 组件在 css 变量模式下的悬浮态样式问题。#​46946
  • 💄 修复 Dropdown 在多级菜单下样式显示异常的问题。#​46888
  • 🛠 重构 ColorPicker 组件弹出面板逻辑,避免使用 panelRender 自定义时样式冲突的问题。#​46327
  • TypeScript
    • 🆕 MISC: 导出 GetProp GetProp GetRef 工具方法,便于开发者获取未导出的类型定义。#​46923
    • 🆕 Checkbox.Group 新增支持范型可配置 options.value#​46423 @​daledelv
  • 🌈 Token
    • 🆕 Button 组件新增支持 contentLineHeight 系列 token。#​46936
    • 🆕 Input 组件新增支持 inputFontSize token。#​46875
    • 🆕 Menu 组件新增支持 darkPopupBg token。#​46618
    • 🆕 Segmented 组件新增 trackPaddingtrackBg token。#​46674
    • 🐞 修复 Button 组件定制 contentFontSize token 后 paddingBlock 不生效的问题。#​46901
    • 🐞 修复 InputNumber 组件无法定制 padding token 的问题。#​46878
  • 🌐 国际化

v5.12.8

Compare Source

  • 🐞 Fix Upload.Dragger not align center and focus ring style. #​46810
  • 🐞 Fix Popconfirm config empty okText and cancelText will not fallback to locale text. #​46812
  • 🐞 Fix Progress that line border-radius cannot be overrided. #​46789
  • 🐞 Fix Typography without children has extra margin-left when copyable is true. #​46748
  • 🐞 Fix Typography copied icon color. #​46748

  • 🐞 修复 Upload.Dragger 内容不居中和多余的 focus 样式的问题。#​46810
  • 🐞 修复 Popconfirm 配置空的 okTextcancelText 时不会被预设 locale 兜底的问题。#​46812
  • 🐞 修复 Progress 线性模式圆角无法覆盖的问题。#​46789
  • 🐞 修复 Typography 没有 children 并启用 copyable 时多余的 margin。#​46748
  • 🐞 修复 Typography 复制成功后的图标颜色问题。#​46748

v5.12.7

Compare Source


  • 🐞 MISC: 修复升级 @ctrl/tinycolor@4.0.2 导致的错误。#​46744 @​MadCcc
  • 🐞 修复 Mentions 选项高度偏大的问题。#​46737

v5.12.6

Compare Source


v5.12.5

Compare Source

  • 💄 Fix Tabs style issue of editable mode when there is only "new" button left. #​46585 @​hzyhbk
  • 💄 Fix Progress style issue of line mode with strokeLinecap. #​46551 @​ZN1996
  • 🐞 Fix ColorPicker not support prefixCls. #​46561

  • 💄 修复 Tabs 在 可编辑模式下只剩新增按钮时的样式问题。#​46585 @​hzyhbk
  • 💄 修复 Progress strokeLinecap 不生效的问题。#​46551 @​ZN1996
  • 🐞 修复 ColorPicker 配置 prefixCls 不生效的问题。#​46561

v5.12.4

Compare Source

  • 🐞 Fix DatePicker style in cssVar mode. #​46526

  • 🐞 修复 DatePicker 组件在 CSS 变量模式下的样式错乱问题。#​46526

v5.12.3

Compare Source

  • 💄 修复 Tag 组件在 SSR 场景下的样式丢失问题。#​46500 @​MadCcc
  • 🐞 Upload 的 disabled 属性不再对下载按钮生效。#​46454
  • 💄 Upload.Dragger 增加一个水平内边距。#​46457
  • 🐞 修复 Upload actions 的颜色问题。#​46456
  • 🐞 修复 Form 使用 getValueProps 展示值无法更新的问题。#​46445
  • 💄 修复 Checkbox 自定义 token.lineWidth 时勾选箭头错位问题。#​46431
  • 🐞 修复 Select 组件定制 token 会让 padding 失效的问题。#​46427 @​MadCcc
  • 🐞 修复 Message 在 cssVar 模式下覆盖组件 token 无效的问题。#​46415 @​MadCcc
  • 💄 Flex 组件不应该应用额外的样式。#​46404 @​li-jia-nan

v5.12.2

Compare Source


  • 🐞 MISC: 修复 React 17 以下使用 webpack 构建时报错 useId 找不到的问题。#​46261
  • Pagination
  • 🐞 修复 Table 筛选菜单在 CSS 变量模式下丢失背景色的问题。#​46314
  • 🐞 优化 Spin 交互,全屏状态时禁止用户触发鼠标事件。#​46303 @​li-jia-nan
  • 🐞 修复 Form hideRequiredMark 属性的优先级低于 ConfigProvider 的 form 配置的问题。#​46299 @​linhf123
  • TypeScript

v5.12.1

Compare Source

  • 🐞 MISC: Fix missing color less variables converted from token. #​46250
  • 🐞 Fix Notification title overlaps with the close icon when it is too long。 #​46211 @​zh-lx

  • 🐞 MISC: 修复 token 转换 less 变量丢失的问题。#​46250
  • 🐞 修复 Notification 标题太长时会与关闭图标重叠的问题。#​46211 @​zh-lx

v5.12.0

Compare Source


v5.11.5

Compare Source


v5.11.4

Compare Source

  • 🐞 Fix where Image sets z-index abnormally in nested Modal. #​46035
  • 🐞 Fix Button that disabled link button should not have navigate options when right click. #​46021
  • Card
    • 🛠 Refactor the Card internal method getAction into a function component. #​46032
    • 🐞 Fix the problem of Card warning invalid annotation in Rollup. #​46024
  • TypeScript
    • 🤖 Export the type definition for the required property of the Radio and Checkbox components. #​46028 @​nnmax

  • 🐞 修复 Image 在嵌套 Modal 中设置 z-index 异常的问题。#​46035
  • 🐞 修复 Button 禁用的链接按钮右键点击时会有打开新链接选项的问题。#​46021
  • Card
    • 🛠 把 Card 内部方法 getAction 重构为函数组件。#​46032
    • 🐞 解决 Card 在 Rollup 中会警告 invalid annotation 的问题。#​46024
  • TypeScript
    • 🤖 导出 Radio 和 Checkbox 组件的 required 属性的类型定义。#​46028 @​nnmax

v5.11.3

Compare Source

  • 🐞 Fix Modal static method create zIndex too high will cover other popup content. #​46012
  • Image

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 8a7605f to c13bc8e Compare November 27, 2022 13:10
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 2050e3c to ab0cf63 Compare December 5, 2022 09:48
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from 5785361 to cd24024 Compare December 13, 2022 18:28
@renovate renovate bot changed the title fix(deps): update dependency antd to v5 Update dependency antd to v5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency antd to v5 fix(deps): update dependency antd to v5 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 222a047 to dc4b3eb Compare December 26, 2022 11:22
@renovate renovate bot force-pushed the renovate/antd-5.x branch from dc4b3eb to f284497 Compare December 30, 2022 10:39
@renovate renovate bot force-pushed the renovate/antd-5.x branch 4 times, most recently from 7629105 to 791b8a7 Compare January 15, 2023 17:22
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 791b8a7 to 07a4425 Compare January 20, 2023 09:39
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from fd45954 to 2bf91a5 Compare January 31, 2023 10:57
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 95a14e0 to 5e58a7b Compare February 13, 2023 18:23
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 5e58a7b to cf2fe4c Compare February 19, 2023 17:09
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 82907b8 to 2219bd2 Compare March 5, 2023 19:01
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 5f48d2b to cb48a1f Compare March 20, 2023 11:04
@renovate renovate bot force-pushed the renovate/antd-5.x branch 3 times, most recently from d1a246b to 5e5a133 Compare April 2, 2023 15:26
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 24cb5c2 to 234dc03 Compare December 22, 2023 12:41
@renovate renovate bot force-pushed the renovate/antd-5.x branch 4 times, most recently from de0d28e to faf7207 Compare January 5, 2024 13:39
@renovate renovate bot force-pushed the renovate/antd-5.x branch 4 times, most recently from a6e146d to 8be6cb5 Compare January 19, 2024 06:56
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from d50880d to ca09c2e Compare February 3, 2024 19:07
@renovate renovate bot force-pushed the renovate/antd-5.x branch 2 times, most recently from 926f638 to efa7848 Compare February 18, 2024 13:31
@renovate renovate bot force-pushed the renovate/antd-5.x branch from efa7848 to b913252 Compare February 23, 2024 12:04
Copy link

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mergify Automatic Approve Successful Renovate PR

@mergify mergify bot added bot bots' pr dependency labels Feb 25, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x branch from b913252 to e14cc12 Compare February 25, 2024 04:12
@renovate renovate bot changed the title fix(deps): update dependency antd to v5 Update dependency antd to v5 Feb 25, 2024
@renovate renovate bot force-pushed the renovate/antd-5.x branch 7 times, most recently from ceb55bf to 954eca7 Compare February 25, 2024 04:34
@renovate renovate bot force-pushed the renovate/antd-5.x branch from 954eca7 to 4e3768a Compare February 25, 2024 04:37
@mergify mergify bot merged commit 5face01 into master Feb 25, 2024
3 checks passed
@mergify mergify bot deleted the renovate/antd-5.x branch February 25, 2024 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants