Skip to content

build(deps): bump antd from 4.19.5 to 5.8.3 in /web/frontend#778

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

build(deps): bump antd from 4.19.5 to 5.8.3 in /web/frontend#778
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/web/frontend/antd-5.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2023

Copy link
Copy Markdown
Contributor

Bumps antd from 4.19.5 to 5.8.3.

Release notes

Sourced from antd's releases.

5.8.3

  • DatePicker
    • 🐞 Fix DatePicker panel cannot toggle when selecting time with truthy open and truthy defaultOpen. #44105 @​Yuiai01
    • 🐞 Fix DatePicker and RangePicker still show the clear button when disable allowClear. #44015 @​bartpio
  • Carousel
    • 🐞 Fix Carousel do not support id prop. #44079
    • 💄 Fix Carousel dots extra margin style. #44076
  • 🐞 Fix Modal footer disabled state that affect by Form. #43055 @​Wxh16144
  • 🐞 Fix Upload thumbnail that gif will not play. #44083 @​linxianxi
  • 🐞 Fix FloatButton that menu mode didn't support badge prop. #44109 @​MadCcc
  • 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
  • 🐞 Fix that Design Token partially missing when @ant-design/cssinjs version 1.15.0. #44091 @​MadCcc
  • 💄 Fix Badge status="processing" with dot wave style issue. #44153
  • 💄 Fix Descriptions border styles when it nests itself. #43454 @​Yuiai01
  • 💄 Fix Pagination transition style in prev/next buttons. #44030
  • 💄 Fix Popconfirm button group wraps unexpectedly. #44022 @​MuxinFeng
  • 💄 Optimize style of Image preview operation icons. #44141 @​MadCcc
  • 💄 Optimize Input and InputNumber font size in large mode. #44000 @​MuxinFeng
  • 💄 Remove Space part useless style. #44098

  • DatePicker
    • 🐞 修复 DatePicker 在 opendefaultOpentrue 时选中时间不会切换面板的问题。#44105 @​Yuiai01
    • 🐞 修复 DatePicker 和 RangePicker 禁用 allowClear 时仍然展示清除按钮的问题。#44015 @​bartpio
  • Carousel
    • 🐞 修复 Carousel 不支持 id 属性的问题。#44079
    • 💄 修复 Carousel dots 切换点有多余 margin 的问题。#44076
  • 🐞 修复 Modal 页脚禁用态受 Form 影响的问题。#43055 @​Wxh16144
  • 🐞 修复 Upload gif 缩略图不会动的问题。#44083 @​linxianxi
  • 🐞 修复 FloatButton 组件菜单模式不支持 badge 配置的问题。#44109 @​MadCcc
  • 🐞 修复 Grid 与 List 响应式布局生效稍晚于首次渲染导致屏幕闪动的问题。#44075
  • 🐞 修复 @ant-design/cssinjs 版本小于 1.15.0 时 Design Token 部分丢失的问题。#44091 @​MadCcc
  • 💄 修复 Badge status="processing"dot 配合使用时,波纹样式异常的问题。#44153
  • 💄 修复 Descriptions 组件自行嵌套时的边框样式问题。#43454 @​Yuiai01
  • 💄 修复 Pagination 上下页切换按钮 `transition`` 丢失的问题。#44030
  • 💄 修复 Popconfirm 按钮组意外换行的问题。#44022 @​MuxinFeng
  • 💄 优化 Image 组件预览操作图标的样式。#44141 @​MadCcc
  • 💄 优化 Input 和 InputNumber 在大尺寸下的字体大小。#44000 @​MuxinFeng
  • 💄 移除 Space 部分未使用的样式。#44098

5.8.2

  • 🐞 Fix Checkbox & Radio not support customize wave and add className ant-wave-target for this case. #44014
  • 🐞 Adjust Form.Item renderProps definition to return correct FormInstance. #43996
  • 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #43977 @​Yuiai01
  • 💄 Fix Pagination that should not have hover and focus style when disabled. #43970 @​MadCcc
  • TypeScript
    • 🤖 Fix Drawer & Anchor part Design Token TS description not correct issue. #43994 @​wving5

  • 🐞 修复 Checkbox 与 Radio 不支持自定义水波纹效果的问题,并添加 ant-wave-target className 到对应元素上。#44014
  • 🐞 调整 Form.Item renderProps 定义,现在会返回正确的 FormInstance#43996
  • 🐞 修复 Table 在 directionrlt 时展开图标的方向和展开行的缩进有误的问题。#43977 @​Yuiai01

... (truncated)

Changelog

Sourced from antd's changelog.

5.8.3

2023-08-11

  • DatePicker
    • 🐞 Fix DatePicker panel cannot toggle when selecting time with truthy open and truthy defaultOpen. #44105 @​Yuiai01
    • 🐞 Fix DatePicker and RangePicker still show the clear button when disable allowClear. #44015 @​bartpio
  • Carousel
    • 🐞 Fix Carousel do not support id prop. #44079
    • 💄 Fix Carousel dots extra margin style. #44076
  • 🐞 Fix Modal footer disabled state that affect by Form. #43055 @​Wxh16144
  • 🐞 Fix Upload thumbnail that gif will not play. #44083 @​linxianxi
  • 🐞 Fix FloatButton that menu mode didn't support badge prop. #44109 @​MadCcc
  • 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
  • 🐞 Fix that Design Token partially missing when @ant-design/cssinjs version 1.15.0. #44091 @​MadCcc
  • 💄 Fix Badge status="processing" with dot wave style issue. #44153
  • 💄 Fix Descriptions border styles when it nests itself. #43454 @​Yuiai01
  • 💄 Fix Pagination transition style in prev/next buttons. #44030
  • 💄 Fix Popconfirm button group wraps unexpectedly. #44022 @​MuxinFeng
  • 💄 Optimize style of Image preview operation icons. #44141 @​MadCcc
  • 💄 Optimize Input and InputNumber font size in large mode. #44000 @​MuxinFeng
  • 💄 Remove Space part useless style. #44098

5.8.2

2023-08-04

  • 🐞 Fix Checkbox & Radio not support customize wave and add className ant-wave-target for this case. #44014
  • 🐞 Adjust Form.Item renderProps definition to return correct FormInstance. #43996
  • 🐞 Fixed Table incorrect expand icon direction and row indentation in RTL. #43977 @​Yuiai01
  • 💄 Fix Pagination that should not have hover and focus style when disabled. #43970 @​MadCcc
  • TypeScript
    • 🤖 Fix Drawer & Anchor part Design Token TS description not correct issue. #43994 @​wving5

5.8.1

2023-08-02

  • 🐞 Fix Select, TreeSelect, Cascader, DatePicker unexpected warning of deprecated clearIcon #43945 @​kiner-tang
  • TypeScript
    • 🤖 Export Design Token MappingAlgorithm as type of theme algorithm. #43953

5.8.0

2023-08-01

  • 🔥 Component Token support algorithm to calculate derivative tokens same as global. #43810 @​MadCcc
  • 🔥 Modal hooks function support await call. #43470
  • 🔥 ConfigProvider support wave to customize wave effect. #43784
  • 🆕 Form support getFieldsValue({ strict: true }) to support only Item bind values. #43828

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

Bumps [antd](https://github.com/ant-design/ant-design) from 4.19.5 to 5.8.3.
- [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.8.3)

---
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 Aug 14, 2023
@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 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/778/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/pulls/review-requests#request-reviewers-for-a-pull-request

@dependabot @github

dependabot Bot commented on behalf of github Aug 21, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #782.

@dependabot dependabot Bot closed this Aug 21, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/web/frontend/antd-5.8.3 branch August 21, 2023 11:22
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