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.24.12 to 5.7.3 #64

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps antd from 4.24.12 to 5.7.3.

Release notes

Sourced from antd's releases.

5.7.3

  • 🐞 Fix Adjust the positioning of the Tour to be centered when the target is null. #43694 @​linxianxi
  • 💄 Fix Watermark style issue in dark theme. #43754
  • 🐞 Fix Button missing part React.ButtonHTMLAttributes issue. #43716
  • 💄 Watermark use Design Token to support dark theme. #43754
  • TypeScript

  • 🐞 修复 Tour 当 targetnull 时弹出位置不居中的问题。#43694 @​linxianxi
  • 🐞 修复 Button 丢失部分 React.ButtonHTMLAttributes 定义的问题。#43716
  • 💄 Watermark 将固定的颜色替换成 Design Token 以适应暗黑主题。#43754
  • TypeScript

5.7.2

  • 💄 Fix Menu miss hover style issue. #43656 @​MadCcc
  • 🐞 Fix Notification throwPurePanel definition missing error. #43687 @​li-jia-nan
  • 🐞 Fix Button onClick missing event definition. #43666
  • 🐞 Fix Input and InputNumber align issue. #43548 @​bbb169
  • 🐞 Fix DatePicker suffix use wrong token. #43646 @​MadCcc
  • 🐞 Fix Steps with clickable can not trigger by keyboard. #43644
  • TypeScript
    • 🤖 Remove Button type ghost from TS definition. #43675

  • 💄 修复 Menu 组件悬浮态样式丢失的问题。#43656 @​MadCcc
  • 🐞 修复 Notification 报错 PurePanel 定义未找到的问题。#43687 @​li-jia-nan
  • 🐞 修复 Button onClick 事件丢失 event 定义的问题。#43666
  • 🐞 修复 Input 和 InputNumber 行内对齐问题。#43548 @​bbb169
  • 🐞 修复 DatePicker 后缀颜色使用 token 不当的问题。#43646 @​MadCcc
  • 🐞 修复 Steps 配置可点击时不能通过键盘操作的问题。#43644
  • TypeScript
    • 🤖 移除 Button 无用的 type="ghost" 属性定义。#43675

5.7.1

  • 💄 Migrate Component Token of Menu from 4.x less variables. #43576
  • 🐞 Fix QRCode throws Can't resolve 'antd/lib/qr-code' in Next.js 13. #43572
  • 🐞 Fix that antd components usage in Next.js App Router, check the documentation. #43573 @​li-jia-nan
  • 🐞 Fix InputNumber Phantom dependency issue: Cannot find module 'rc-component/mini-decimal'. #43635
  • 🐞 Fix Checkbox both set checked and indeterminate prop will not show as indeterminate style. #43626
  • 🐞 Fix Form.Item set label="" will break the line align. #43614
  • 🐞 Fix notification placement not being respected when passed via App component. #43522 @​Rajil1213
  • 🐞 Fix Pagination jumpy page size select when search in it. #43556
  • 🐞 Fix Button disabled style is missing when use with the deprecated usage of type="ghost". #43558 @​kiner-tang
  • 🐞 Fix Tag extra margin when there is only icon inside it. #43518 @​Yuiai01
  • 🐞 Fix ColorPicker that status style is missing inside Form.Item. #42880 @​RedJue
  • TypeScript

  • 💄 补全 Menu 主题定制 token。#43576

... (truncated)

Changelog

Sourced from antd's changelog.

5.7.3

2023-07-24

  • 🐞 Fix Adjust the positioning of the Tour to be centered when the target is null. #43694 @​linxianxi
  • 💄 Fix Watermark style issue in dark theme. #43754
  • 🐞 Fix Button missing part React.ButtonHTMLAttributes issue. #43716
  • 💄 Watermark use Design Token to support dark theme. #43754
  • TypeScript

5.7.2

2023-07-20

  • 💄 Fix Menu miss hover style issue. #43656 @​MadCcc
  • 🐞 Fix Notification throwPurePanel definition missing error. #43687 @​li-jia-nan
  • 🐞 Fix Button onClick missing event definition. #43666
  • 🐞 Fix Input and InputNumber align issue. #43548 @​bbb169
  • 🐞 Fix DatePicker suffix use wrong token. #43646 @​MadCcc
  • 🐞 Fix Steps with clickable can not trigger by keyboard. #43644
  • TypeScript
    • 🤖 Remove Button type ghost from TS definition. #43675

5.7.1

2023-07-19

  • 💄 Migrate Component Token of Menu from 4.x less variables. #43576
  • 🐞 Fix QRCode throws Can't resolve 'antd/lib/qr-code' in Next.js 13. #43572
  • 🐞 Fix that antd components usage in Next.js App Router, check the documentation. #43573 @​li-jia-nan
  • 🐞 Fix InputNumber Phantom dependency issue: Cannot find module 'rc-component/mini-decimal'. #43635
  • 🐞 Fix Checkbox both set checked and indeterminate prop will not show as indeterminate style. #43626
  • 🐞 Fix Form.Item set label="" will break the line align. #43614
  • 🐞 Fix notification placement not being respected when passed via App component. #43522 @​Rajil1213
  • 🐞 Fix Pagination jumpy page size select when search in it. #43556
  • 🐞 Fix Button disabled style is missing when use with the deprecated usage of type="ghost". #43558 @​kiner-tang
  • 🐞 Fix Tag extra margin when there is only icon inside it. #43518 @​Yuiai01
  • 🐞 Fix ColorPicker that status style is missing inside Form.Item. #42880 @​RedJue
  • TypeScript

5.7.0

2023-07-11

  • 🆕 ConfigProvider now supports className and style properties for all components. Thanks to @​Yuiai01, @​li-jia-nan, @​MuxinFeng for their contributions.
  • 🆕 Badge now supports classNames and styles properties. #43245 @​li-jia-nan
  • 🆕 ColorPicker now supports new features such as showText, destroyTooltipOnHide, onChangeComplete, panelRender and size.

... (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.24.12 to 5.7.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.24.12...5.7.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 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2023

Superseded by #68.

@dependabot dependabot bot closed this Sep 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.7.3 branch September 1, 2023 08:49
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
0 participants