Skip to content

build(deps): bump antd from 4.19.5 to 5.6.1 in /web/frontend - #706

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/frontend/antd-5.6.1
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/frontend/antd-5.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2023

Copy link
Copy Markdown
Contributor

Bumps antd from 4.19.5 to 5.6.1.

Release notes

Sourced from antd's releases.

5.6.1


  • ColorPicker
    • 🐞 修复 ColorPicker 预设颜色没法选中的问题。#42882 @​RedJue
    • 🐞 修复 ColorPicker 组件清除后再点击清楚仍然触发 onChange 的问题。#42643 @​linxianxi
  • 🐞 修复 Collapse 组件废弃警告异常显示问题。#42876 @​kiner-tang
  • TypeScript

5.6.0

  • 🆕 ColorPicker add onClear and dont't close panel when clearing. #42634 @​linxianxi
  • 🆕 Collapse items to support configure panel content. #42545 @​kiner-tang
  • 🆕 Add static function getDesignToken to access full Design Token. #42723 @​MadCcc
  • 🆕 ConfigProvider support configure Space classNames and styles properties. #42748 @​RedJue
  • 🆕 Space support classNames and styles properties. #42743 @​RedJue
  • 🆕 Drawer panel support event listener. Wrapper support passing data-* props. #42718 @​kiner-tang
  • 🆕 ConfigProvider support configuring Button style / className / styles / classNames. #42623 @​LuZhenJie1999
  • 🆕 Pagination size change select component is searchable now. #42608
  • 🆕 QRCode support render svg. #42570 @​sy296565890
  • 🆕 Calendar support passing panelMode as the select source type to the internal select trigger callback to use the correct source type when called. #42459 @​bombillazo
  • 🆕 Select add groupLabel prop in fieldNames to refleact title of group. #42492 @​BoyYangzai
  • 🆕 Table add support for custom sort icon of table column. #42498 @​sawadyecma
  • 🆕 DatePicker support kk:mm format. #42494 @​cooljser
  • 🆕 ConfigProvider.config support theme for static method config. #42473
  • 🆕 Calendar onSelect support info.source param to help get select source. #42432
  • 💄 Optimize ColorPicker style in dark theme. #42827 @​RedJue
  • 💄 Fix Popconfirm, Alert and Notification that colorTextHeading and colorText usage. #42839 @​MadCcc
  • 💄 Fix Divider style problem. #42797 @​kongmingLatern
  • 🐞 Fix Image.PreviewGroup not reset image state when switch it. #42793 @​linxianxi
  • 🐞 Reduce bundle size by refactor via rc-util/lib/pickAttrs. Fix Rate findDOMNode is deprecated warning in StrictMode. #42688
  • 🐞 Rate could accept id data-* aria-* role onMouseEnter onMouseLeave attributes now, so that it can be wrapped by Tooltip component. #42676
  • 🐞 Fix Menu.Submenu not aligned in horizontal mode. #42648 @​MadCcc
  • 🐞 Align Card tabList API with Tab items. #42413
  • 🐞 Fix circular dependencies.
  • ⌨️ Improve Progress accessibility by adding more aria props. #42704 @​MehmetYararVX
  • ⌨️ Notification add role props. #42484 @​guan404ming
  • 🛠 Collapse use onKeyDown instead of onKeyPress to change collapse panel active state. #42592 @​kiner-tang
  • 🛠 Refactor Menu with @rc-component/trigger. Remove rc-trigger and reduce bundle size. #42554 @​MadCcc
  • 🛠 Table rename sorterOrder to sortOrder for arguement of sortIcon. #42519 @​sawadyecma

... (truncated)

Changelog

Sourced from antd's changelog.

5.6.1

2023-06-07

5.6.0

2023-06-06

  • 🆕 ColorPicker add onClear and dont't close panel when clearing. #42634 @​linxianxi
  • 🆕 Collapse items to support configure panel content. #42545 @​kiner-tang
  • 🆕 Add static function getDesignToken to access full Design Token. #42723 @​MadCcc
  • 🆕 ConfigProvider support configure Space classNames and styles properties. #42748 @​RedJue
  • 🆕 Space support classNames and styles properties. #42743 @​RedJue
  • 🆕 Drawer panel support event listener. Wrapper support passing data-* props. #42718 @​kiner-tang
  • 🆕 ConfigProvider support configuring Button style / className / styles / classNames. #42623 @​LuZhenJie1999
  • 🆕 Pagination size change select component is searchable now. #42608
  • 🆕 QRCode support render svg. #42570 @​sy296565890
  • 🆕 Calendar support passing panelMode as the select source type to the internal select trigger callback to use the correct source type when called. #42459 @​bombillazo
  • 🆕 Select add groupLabel prop in fieldNames to refleact title of group. #42492 @​BoyYangzai
  • 🆕 Table add support for custom sort icon of table column. #42498 @​sawadyecma
  • 🆕 DatePicker support kk:mm format. #42494 @​cooljser
  • 🆕 ConfigProvider.config support theme for static method config. #42473
  • 🆕 Calendar onSelect support info.source param to help get select source. #42432
  • 💄 Optimize ColorPicker style in dark theme. #42827 @​RedJue
  • 💄 Fix Popconfirm, Alert and Notification that colorTextHeading and colorText usage. #42839 @​MadCcc
  • 💄 Fix Divider style problem. #42797 @​kongmingLatern
  • 🐞 Fix Image.PreviewGroup not reset image state when switch it. #42793 @​linxianxi
  • 🐞 Reduce bundle size by refactor via rc-util/lib/pickAttrs. Fix Rate findDOMNode is deprecated warning in StrictMode. #42688
  • 🐞 Rate could accept id data-* aria-* role onMouseEnter onMouseLeave attributes now, so that it can be wrapped by Tooltip component. #42676
  • 🐞 Fix Menu.Submenu not aligned in horizontal mode. #42648 @​MadCcc
  • 🐞 Align Card tabList API with Tab items. #42413
  • 🐞 Fix circular dependencies.
  • ⌨️ Improve Progress accessibility by adding more aria props. #42704 @​MehmetYararVX
  • ⌨️ Notification add role props. #42484 @​guan404ming
  • 🛠 Collapse use onKeyDown instead of onKeyPress to change collapse panel active state. #42592 @​kiner-tang
  • 🛠 Refactor Menu with @rc-component/trigger. Remove rc-trigger and reduce bundle size. #42554 @​MadCcc
  • 🛠 Table rename sorterOrder to sortOrder for arguement of sortIcon. #42519 @​sawadyecma
  • Component Token Migration. For more info: Migrate less variables

... (truncated)

Commits

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 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)

Bumps [antd](https://github.com/ant-design/ant-design) from 4.19.5 to 5.6.1.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@4.19.5...5.6.1)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 12, 2023
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2023

Copy link
Copy Markdown
Contributor Author

Dependabot tried to add @vitaliimelnychuk as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Farfetch/maestro/pulls/706/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Farfetch/maestro repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #711.

@dependabot dependabot Bot closed this Jun 19, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/frontend/antd-5.6.1 branch June 19, 2023 12:02
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants