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

chore(deps): bump antd from 4.23.6 to 5.3.3 #60

Closed
wants to merge 11 commits into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Bumps antd from 4.23.6 to 5.3.3.

Release notes

Sourced from antd's releases.

5.3.3

  • Menu
    • 🐞 Fix Menu items not accept key issue. #41434 @​Yuiai01
    • 🐞 Fix submenu themes being overwritten when using getPopupContainer to select the main Menu. #41465 @​Yuiai01
  • 🐞 Fix Table filter do not persist filter status when filter dropdown is visible. #41445 @​ablakey
  • 🐞 Fix Modal using useModal is not transparent and prefers user settings. #41422 @​luo3house
  • Form
    • 🐞 Fix the problem that the Form validation state does not change in sequence. #41412 @​kiner-tang
    • 💄 Fix Form component layout exceptions when set props layout="inline". #41140 @​itkui
  • 💄 Fix ConfigProvider nonce not working on CSS-in-JS style. #41482
  • 💄 Fix Pagination when size=small, pagination button active, previous page next page button hover and active styles are lost. #41462 #41458
  • 💄 Fix the style problem that the bottom border of the Tabs component overlaps with other borders. #41381
  • 💄 Fix Dropdown.Button down icon size issue. #41501
  • TypeScript
    • 🐞 Fix the incorrect type definition of Breadcrumb.Item menu. #41373
    • 🤖 Optimize Grid Col type. #41453 @​vaakian
    • 🤖 Optimize Table resetPagination type. #41415
    • 🤖 Optimize TreeSelect InternalTreeSelect type. #41386 @​Andarist
  • Locales

  • Menu
    • 🐞 修复 Menu items 没有使用传入的 key 的问题。#41434 @​Yuiai01
    • 🐞 修复 Menu 使用 getPopupContainer 选择主菜单时子菜单主题被覆盖。#41465 @​Yuiai01
  • 🐞 修复 Table 过滤器未保持状态当筛选下拉框展示时。#41445 @​ablakey
  • 🐞 修复 Modal 使用 useModal 未透传并优先选择用户设定。#41422 @​luo3house
  • Form
    • 🐞 修复 Form 验证状态不按照顺序改变的问题。#41412 @​kiner-tang
    • 💄 修复 Form 组件 layout="inline" 时组件标题与表单项布局异常换行问题。#41140 @​itkui
  • 💄 修复 ConfigProvider nonce 对 CSS-in-JS 样式不生效的问题。#41482
  • 💄 修复 Pagination size=small 时,分页按钮 active、上一页下一页按钮 hover 和 active 样式丢失。#41462 #41458
  • 💄 修复 Tabs 组件下边框与其他边框叠加的样式问题。#41381
  • 💄 修复 Dropdown.Button down 图标尺寸问题。#41501
  • TypeScript
    • 🐞 修复 Breadcrumb.Item menu 类型定义不正确的问题。#41373
    • 🤖 优化 Grid Col 类型提示。#41453 @​vaakian
    • 🤖 优化 Table resetPagination 类型提示。#41415
    • 🤖 优化 TreeSelect InternalTreeSelect 类型提示。#41386 @​Andarist
  • 国际化

5.3.2

... (truncated)

Changelog

Sourced from antd's changelog.

5.3.3

2023-3-28

  • Menu
    • 🐞 Fix Menu items not accept key issue. #41434 @​Yuiai01
    • 🐞 Fix submenu themes being overwritten when using getPopupContainer to select the main Menu. #41465 @​Yuiai01
  • 🐞 Fix Table filter do not persist filter status when filter dropdown is visible. #41445 @​ablakey
  • 🐞 Fix Modal using useModal is not transparent and prefers user settings. #41422 @​luo3house
  • Form
    • 🐞 Fix the problem that the Form validation state does not change in sequence. #41412 @​kiner-tang
    • 💄 Fix Form component layout exceptions when set props layout="inline". #41140 @​itkui
  • 💄 Fix ConfigProvider nonce not working on CSS-in-JS style. #41482
  • 💄 Fix Pagination when size=small, pagination button active, previous page next page button hover and active styles are lost. #41462 #41458
  • 💄 Fix the style problem that the bottom border of the Tabs component overlaps with other borders. #41381
  • 💄 Fix Dropdown.Button down icon size issue. #41501
  • TypeScript
    • 🐞 Fix the incorrect type definition of Breadcrumb.Item menu. #41373
    • 🤖 Optimize Grid Col type. #41453 @​vaakian
    • 🤖 Optimize Table resetPagination type. #41415
    • 🤖 Optimize TreeSelect InternalTreeSelect type. #41386 @​Andarist
  • Locales

5.3.2

2023-03-20

5.3.1

2023-03-13

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 16, 2023

Superseded by #61.

@dependabot dependabot bot closed this Jul 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.3.3 branch July 16, 2023 17:18
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
1 participant