Deivdson / DesafioStrategi

0 stars 0 forks source link

Bump antd from 5.15.3 to 5.16.5 in /frontend #46

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps antd from 5.15.3 to 5.16.5.

Release notes

Sourced from antd's releases.

5.16.5

  • 🐞 Fix Transfer component issue when trying to select item from the right column while it has "unknown-key" within targetKeys. #48664 @​andreyk1512
  • 🐞 Fix Steps custom icon not vertically centered error. #48650 @​ZinkWu
  • 🐞 Fix Badge number centered but slightly right-aligned. #48605 @​akinocccc
  • 🐞 Fix Popover and Popconfirm blinking when open on the right edge of screen. #48591
  • 🐞 Fix ColorPicker that cleared icon should change when initial value is undefined. #48584 @​MadCcc
  • 💄 Fix Collapse bottom border issue. #48561 @​hamzaseif13
  • 💄 Adjust Input border style in form validation when disabled. #48616 @​nova1751
  • TypeScript
  • Locales
    • 🇪🇸 Added missing es_ES translations for DatePicker component. #48601 @​JMMOLLER
    • 🇩🇪 Added missing german translations for DatePicker component. #48586 @​sebhs

  • 🐞 修复 Transfer 组件在 targetKeys 中含有 "unknown-key" 时,尝试从右侧列选中单项的问题。#48664 @​andreyk1512
  • 🐞 修复 Steps 自定义图标未垂直居中问题。#48650 @​ZinkWu
  • 🐞 修复 Badge 数字居中偏右的问题。#48605 @​akinocccc
  • 🐞 修复 Popover 和 Popconfirm 在屏幕右侧边缘闪烁的问题。#48591
  • 🐞 修复 ColorPicker 在初始未受控时清除图标不会改变的问题。#48584 @​MadCcc
  • 💄 修复 Collapse 组件底部边框样式问题。#48561 @​hamzaseif13
  • 💄 调整 Input 组件在禁用的时候在表单校验时的边框颜色。#48616 @​nova1751
  • TypeScript
  • 国际化

5.16.4

  • 🐞 Fix Select with multiple and paddingXXS=0 will break the height align of controlHeight token. #48574
  • 🐞 Fix Upload miss style when enable CSS Variable. #48569 @​nova1751
  • 🐞 Fix Slider in range tooltip blink when drag the handle over another one. #48536
  • Input
    • 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
    • 🐞 Fix abnormal text display in Input.TextArea. #48489 @​korkt-kim
  • 🐞 Fix the stuck animation effect of the Upload component image. #48522 @​nova1751
  • 🐞 Fix the issue where the Switch component using checkedChildren and unCheckedChildren did not add a default height. #48513 @​wanpan11
  • 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
  • 🐞 Fix Popover defaultOpen setting failed. #48481 @​linhf123
  • 🐞 Fix where placeholder is not displayed when DatePicker is configured with multiple. #48387 @​nova1751
  • 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
  • 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417 @​guoyunhe
  • 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127 @​metouch
  • 💄 Optimize Steps process style. #48464
  • Locales

... (truncated)

Changelog

Sourced from antd's changelog.

5.16.5

2024-04-28

  • 🐞 Fix Transfer component issue when trying to select item from the right column while it has "unknown-key" within targetKeys. #48664 @​andreyk1512
  • 🐞 Fix Steps custom icon not vertically centered error. #48650 @​ZinkWu
  • 🐞 Fix Badge number centered but slightly right-aligned. #48605 @​akinocccc
  • 🐞 Fix Popover and Popconfirm blinking when open on the right edge of screen. #48591
  • 🐞 Fix ColorPicker that cleared icon should change when initial value is undefined. #48584 @​MadCcc
  • 💄 Fix Collapse bottom border issue. #48561 @​hamzaseif13
  • 💄 Adjust Input border style in form validation when disabled. #48616 @​nova1751
  • TypeScript
  • Locales
    • 🇪🇸 Added missing es_ES translations for DatePicker component. #48601 @​JMMOLLER
    • 🇩🇪 Added missing german translations for DatePicker component. #48586 @​sebhs

5.16.4

2024-04-22

  • 🐞 Fix Select with multiple and paddingXXS=0 will break the height align of controlHeight token. #48574
  • 🐞 Fix Upload miss style when enable CSS Variable. #48569 @​nova1751
  • 🐞 Fix Slider in range tooltip blink when drag the handle over another one. #48536
  • Input
    • 🐞 Fix the text of the button is not the large size when Input.Search is set to a large size. #48527
    • 🐞 Fix abnormal text display in Input.TextArea. #48489 @​korkt-kim
  • 🐞 Fix the stuck animation effect of the Upload component image. #48522 @​nova1751
  • 🐞 Fix the issue where the Switch component using checkedChildren and unCheckedChildren did not add a default height. #48513 @​wanpan11
  • 🐞 Fix the warning reminder when Form.Item uses noStyle with no value. #48508
  • 🐞 Fix Popover defaultOpen setting failed. #48481 @​linhf123
  • 🐞 Fix where placeholder is not displayed when DatePicker is configured with multiple. #48387 @​nova1751
  • 🐞 Fix where ColorPicker clear color could not be changed when controlled in strict mode. #48450
  • 💄 Fix the arrow style issue when Collapse uses third-party icons. #48417 @​guoyunhe
  • 💄 Optimize the animation effect of the embedded Menu Sider when it is expanded. #48127 @​metouch
  • 💄 Optimize Steps process style. #48464
  • Locales

5.16.3

2024-04-21

  • 🛠 Script failed to publish an empty package. Do not use this version.

5.16.2

... (truncated)

Commits
  • 1a6e9e0 docs: changelog v5.16.5 (#48676)
  • 029cb1d test: rm legacy react-dom/test-utils for compatible React-18.3.1 (#48667)
  • f799219 fix: ajust the input border style in validation (#48616)
  • cb19e0e fix: fix transfer when trying to select item from the right column while it h...
  • dfaf6ba chore(deps-dev): bump react from 18.2.0 to 18.3.0 (#48666)
  • aa5d3bd chore(deps-dev): bump the dev-dependencies group with 3 updates (#48665)
  • b173ce1 docs: add names demo (#48488)
  • c8bd145 fix(step): custom icon not vertically centered error (#48650)
  • 2afb721 site: Replace card deprecated API 'bodyStyle' (#48644)
  • 409a227 🔒 ci: locked React version (#48640)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 4 months ago

Superseded by #48.