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-dev): bump antd from 4.24.10 to 5.17.2 #3847

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2024

Bumps antd from 4.24.10 to 5.17.2.

Release notes

Sourced from antd's releases.

5.17.2

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #48914

  • 🐞 MISC: 修复 lib 产物错误引入 es 依赖导致构建错误的问题。#48914

5.17.1

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #48821
  • TypeScript

  • 🐞 优化 Form 组件底层逻辑,修复了 antd 在 Next.js 中构建时间太长的问题。react-component/async-validator#9
  • 🐞 修复 Tooltip 内容只有一个字符时视觉不居中的问题。#48890 @​kiner-tang
  • Button
    • 🐞 修复 Button type="text"type="danger" 同时使用时 hover 和 active 样式没有区分的问题。#48876 @​LonelySnowman
  • 修复部分组件抛出 findDOMNode 警告的问题
  • 💄 给 Drawer 的内部组件 Spin 添加 className,防止内部 Spin 样式覆盖用户传入的 Spin 样式。#48857 @​li-jia-nan
  • 💄 修复 Card size="small" 时下边框丢失的问题。#48787 @​wanpan11
  • 🐞 AutoComplete 修复 tagRender 对 maxTag 无效的问题和点击边缘会触发弹层意外关闭的问题。#48798
  • RTL
    • 💄 修复 Button 在 RTL 下的图标顺序和边距缺失问题。#48821
  • TypeScript

5.17.0

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741

... (truncated)

Changelog

Sourced from antd's changelog.

5.17.2

2024-05-14

  • 🐞 MISC: Fix lib bundle mistake deps on the es module which break the build progress. #48914

5.17.1

2024-05-14

  • 🐞 Optimize the internal logic of the Form, fix the problem that antd takes too long time to build in Next.js. react-component/async-validator#9
  • 🐞 Fix visually not centered when Tooltip content is only one character. #48890 @​kiner-tang
  • Button
    • 🐞 Fix hover and active styles not differentiating when Button type="text"and type="danger" are used together. #48876 @​LonelySnowman
  • Fix issue where some components throw findDOMNode warnings
  • 💄 Add className to internal component Spin given by Drawer to prevent internal Spin styles from overriding user-passed Spin styles. #48857 @​li-jia-nan
  • 💄 Fix missing bottom border when Card size="small". #48787 @​wanpan11
  • 🐞 Fix AutoComplete tagRender not working for maxTag and clicking on an edge triggering unexpected closure of the layer. #48798
  • RTL
    • 💄 Fix Button's missing icon order and margins under RTL. #48821
  • TypeScript

5.17.0

2024-05-03

  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider supports configuring layer to unified downgrade CSS priority. After the downgrade, the style of antd will always be lower than the default CSS selector priority, so that users can override the style (please be sure to check the browser compatibility of @​layer), see full documentation for usage. #48229
  • 🆕 Carousel supports arrows to switching between slides now. #48542
  • Form
    • 🛠 Form move dependency from async-validator to @rc-component/async-validator, fix a bug that transform don't check it's return value type. #48486 @​crazyair
    • 🆕 Form add inlineMargin token. #48362 @​CooperHash
    • 🐞 Fix Form scrollToFirstError cannot work on Upload. #48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph could customize tabIndex prop for editable and copyable buttons. #48567 @​nova1751
    • 🐞 Fix Typography editable will trigger focus unexpectedly on mounting. #48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime supports info.from for customize time level limitation. #48625
    • 🐞 Fix DatePicker hover value flickering issue when closing panel. #48734
  • Drawer
  • Slider
    • 🐞 Fix Slider tooltip cannot be hidden when tooltip={{ formatter: null }}. #48673 @​wanpan11
    • 🐞 Slider tooltip should not display when tooltip={{ open: false }}. #48708
  • Button

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 15, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/antd-5.17.2 branch from 2bb25c1 to 27c7260 Compare May 15, 2024 13:17
Bumps [antd](https://github.com/ant-design/ant-design) from 4.24.10 to 5.17.2.
- [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.10...5.17.2)

---
updated-dependencies:
- dependency-name: antd
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/antd-5.17.2 branch from 27c7260 to 4e16f0f Compare May 15, 2024 13:18
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #3856.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/antd-5.17.2 branch May 20, 2024 04:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants