Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps antd from 4.19.5 to 5.6.3.

Release notes

Sourced from antd's releases.

5.6.3


5.6.2

  • 🐞 Fix Dropdown with autoFocus not work as expect. #43002 @​Yuiai01
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43049
  • 💄 Fix Input and InputNumber disabled style with addons. #42974 @​kampiu
  • 🐞 Fix Upload trigger extra onChange event when upload the file exceeds maxCount. #43034
  • 🐞 Fix export bundle size always contain rc-field-form even not use it. #43023
  • 🐞 Fix DatePicker disabledTime sometime can select disabled option. #42991 @​linxianxi
  • 📖 Add FloatButton controlled demo and patch related warning info. #42835 @​poyiding
  • 🐞 Fix Button with disabled still can interactive with sub component. #42949 @​kiner-tang
  • 🐞 Drawer add max width to avoid exceed in small screen. #42914 @​amir2mi
  • 🐞 Fix Table preserveSelectedRowKeys not working when checkStrictly configured. #42784 @​linxianxi
  • 🐞 Fix Transfer select count not sync when dynamic update data. #42785 @​BoyYangzai
  • 🐞 Fix Radio.Button title not work and update typescript definition. #43012 @​linxianxi

  • 🐞 修复 Dropdown 配置 autoFocus 无效的问题。#43002 @​Yuiai01
  • 🐞 修复 InputNumber 设置 prefix 在 Form.Item hasFeedBack 内高度异常的问题。#43049
  • 💄 修复 Input 和 InputNumber 禁用状态样式。#42974 @​kampiu
  • 🐞 修复 Upload 配置 maxCount 后,上传超出范围的文件仍然会触发 onChange 事件的问题。#43034
  • 🐞 修复打包时即便没有使用 rc-field-form 包仍然会包含它的问题。#43023

... (truncated)

Changelog

Sourced from antd's changelog.

5.6.3

2023-06-25

5.6.2

2023-06-19

  • 🐞 Fix Dropdown with autoFocus not work as expect. #43002 @​Yuiai01
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #43049
  • 💄 Fix Input and InputNumber disabled style with addons. #42974 @​kampiu
  • 🐞 Fix Upload trigger extra onChange event when upload the file exceeds maxCount. #43034
  • 🐞 Fix export bundle size always contain rc-field-form even not use it. #43023
  • 🐞 Fix DatePicker disabledTime sometime can select disabled option. #42991 @​linxianxi
  • 📖 Add FloatButton controlled demo and patch related warning info. #42835 @​poyiding
  • 🐞 Fix Button with disabled still can interactive with sub component. #42949 @​kiner-tang
  • 🐞 Drawer add max width to avoid exceed in small screen. #42914 @​amir2mi
  • 🐞 Fix Table preserveSelectedRowKeys not working when checkStrictly configured. #42784 @​linxianxi
  • 🐞 Fix Transfer select count not sync when dynamic update data. #42785 @​BoyYangzai
  • 🐞 Fix Radio.Button title not work and update typescript definition. #43012 @​linxianxi

5.6.1

2023-06-07

5.6.0

2023-06-06

... (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.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.6.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 Jun 26, 2023
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 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/716/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 Jul 3, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #727.

@dependabot dependabot Bot closed this Jul 3, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/web/frontend/antd-5.6.3 branch July 3, 2023 11:41
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