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

fix(deps): update dependency antd to ^5.13.0 #485

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) ^5.12.8 -> ^5.13.0 age adoption passing confidence

Release Notes

ant-design/ant-design (antd)

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
  • 🌐 国际化

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the dependencies Pull requests that update a dependency file label Jan 13, 2024

This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +1 -1
Percentile : 0.8%

Total files changed: 2

Change summary by file extension:
.json : +1 -1
.lock : +0 -0

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@renovate renovate bot merged commit 17f1424 into main Jan 13, 2024
5 checks passed
@renovate renovate bot deleted the renovate/dependencies branch January 13, 2024 13:34
github-actions bot added a commit that referenced this pull request Jan 13, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 17f1424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Extra Small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants