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

build(deps): bump antd from 4.19.5 to 5.8.6 in /web/frontend #803

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps antd from 4.19.5 to 5.8.6.

Release notes

Sourced from antd's releases.

5.8.6

  • 🛠 Optimize some styles size in document.head by extracting unused styles.
    • 🛠 Notification and Message only generate styles when displayed. #44488
    • 🛠 Extract Tag status & preset color style which will only generate by needed. #44512
    • 🛠 Extract Button compact style, now only the corresponding style will be generated when Space.Compact is used. #44475
  • 📦 Remove lodash/camelCase from @ant-design/icons dependencies to reduce bundle size. ant-design-icons#595
  • Form
    • 🐞 Fix Form.Item children not hidden when wrapperCol.span is 0. #44485 #44472 @​crazyair
    • 🐞 Fix Form wrapperCol to be 24 not working when labelCol is set to 24. #44541
  • 🐞 Fix Watermark that would crash if content is empty string. #44501
  • 🐞 Fix ColorPicker popup still working when disabled is true. #44466 @​RedJue
  • 🐞 Fix Transfer trigger onSelectChange twice sometimes when click checkbox. #44471 @​kovsu
  • 🐞 Fix Typography scrollbar flush problem when enable ellipsis. #43058 @​bbb169
  • Slider
  • 🐞 Fix Steps type="nav" last item did not hide arrow properly. #44582 @​ohhoney1
  • TypeScript
    • 🤖 Fix Upload file status definition to remove unused success status. #44468

  • 🛠 针对 CSSInJS 加载 styles 大小进行了优化。
    • 🛠 Notification 和 Message 组件只有在展示时才会插入对应样式。#44488
    • 🛠 剥离 Tag 状态与预设颜色样式,现在只有当使用的时候才会生成它们。#44512
    • 🛠 剥离 Button 紧凑模式样式,现在只有当使用了 Space.Compact 的时候才会生成它们。#44475
  • 📦 移除 @ant-design/icons 依赖 lodash/camelCase 以优化 bundle size。ant-design-icons#595
  • Form
    • 🐞 修复 Form.Item 设置 wrapperCol.span0 时,子元素不隐藏的问题。#44485 #44472 @​crazyair
    • 🐞 修复 Form labelCol 设置为 24 时,会使 wrapperCol 设置 24 失效的问题。#44541
  • 🐞 修复 Watermark 组件在 content 是空字符串时报错的问题。#44501
  • 🐞 修复 ColorPicker 禁用时依然能弹出选择窗口的问题。#44466 @​RedJue
  • 🐞 修复 Transfer 点击 Checkbox 时有时会触发两次选择行为的问题。#44471 @​kovsu
  • 🐞 修复 Typography 使用 ellipsis 时滚动条闪动的问题。#43058 @​bbb169
  • Slider
  • 🐞 修复 Steps type="nav" 垂直导航步骤条的最后一项箭头没隐藏的问题。#44582 @​ohhoney1
  • TypeScript
    • 🤖 修复 Upload 文件状态定义,移除未使用过的 success 状态。#44468

5.8.5

  • 🛠 Refactor Badge style logic and take Ribbon style out to reduce SSR inline style size. #44451
  • 🐞 Fix the issue of abnormal icon styling when using `@ant-design/icons`` within App. #41208 @​Wxh16144
  • 🐞 Fix the issue of vertical dragging malfunction in Carousel. #44460 @​RedJue
  • 🐞 Fix Tour panel use wrong design token. #44428
  • 🐞 Fix Form wrapperCol with responsive xs config not working. #44388
  • 🐞 Fix ColorPicker duplicate key issue. #44370 @​xr0master
  • 🐞 Fix Radio that not work in Tree title. #44380 @​MadCcc
  • 🐞 Fix Table that would crash when filterDropdown does not support ref. #44357 @​MadCcc
  • 🐞 Fix Form inline layout show extra bottom margin when validation failed. #44360
  • 🐞 Fix DatePicker showTime working error when format is Array. #44306 @​Zian502

... (truncated)

Changelog

Sourced from antd's changelog.

5.8.6

2023-09-02

  • 🛠 Optimize some styles size in document.head by extracting unused styles.
    • 🛠 Notification and Message only generate styles when displayed. #44488
    • 🛠 Extract Tag status & preset color style which will only generate by needed. #44512
    • 🛠 Extract Button compact style, now only the corresponding style will be generated when Space.Compact is used. #44475
  • 📦 Remove lodash/camelCase from @ant-design/icons dependencies to reduce bundle size. ant-design-icons#595
  • Form
    • 🐞 Fix Form.Item children not hidden when wrapperCol.span is 0. #44485 #44472 @​crazyair
    • 🐞 Fix Form wrapperCol to be 24 not working when labelCol is set to 24. #44541
  • 🐞 Fix Watermark that would crash if content is empty string. #44501
  • 🐞 Fix ColorPicker popup still working when disabled is true. #44466 @​RedJue
  • 🐞 Fix Transfer trigger onSelectChange twice sometimes when click checkbox. #44471 @​kovsu
  • 🐞 Fix Typography scrollbar flush problem when enable ellipsis. #43058 @​bbb169
  • Slider
  • 🐞 Fix Steps type="nav" last item did not hide arrow properly. #44582 @​ohhoney1
  • TypeScript
    • 🤖 Fix Upload file status definition to remove unused success status. #44468

5.8.5

2023-08-28

  • 🛠 Refactor Badge style logic and take Ribbon style out to reduce SSR inline style size. #44451
  • 🐞 Fix the issue of abnormal icon styling when using @ant-design/icons within App. #41208 @​Wxh16144
  • 🐞 Fix the issue of vertical dragging malfunction in Carousel. #44460 @​RedJue
  • 🐞 Fix Tour panel use wrong design token. #44428
  • 🐞 Fix Form wrapperCol with responsive xs config not working. #44388
  • 🐞 Fix ColorPicker duplicate key issue. #44370 @​xr0master
  • 🐞 Fix Radio that not work in Tree title. #44380 @​MadCcc
  • 🐞 Fix Table that would crash when filterDropdown does not support ref. #44357 @​MadCcc
  • 🐞 Fix Form inline layout show extra bottom margin when validation failed. #44360
  • 🐞 Fix DatePicker showTime working error when format is Array. #44306 @​Zian502
  • 🐞 Fix Watermark can not be fully shown when content is too long. #44321
  • TypeScript

5.8.4

2023-08-18

  • ColorPicker
    • 🐞 Fix the cursor jumps when entering lowercase English letters in the ColorPicker color value input box. #44137 @​gouge666
    • 🐞 Fix the ColorPicker style is deformed under different sizes. #44273 @​kouchao
  • 🐞 Fix Descriptions throwing key is not a prop error message. #44278 @​RedJue
  • 🐞 Fix the node is still rendered when Pagination itemRender is customized to null. #44226

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

---
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 Sep 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2023

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/803/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

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.

None yet

0 participants