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

[Snyk] Upgrade antd from 5.2.3 to 5.9.3 #70

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

mholthausen
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade antd from 5.2.3 to 5.9.3.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 37 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2023-09-25.
Release notes
Package name: antd
  • 5.9.3 - 2023-09-25
    • 🐞 Fix Popover that should shift automaticly when overflowed. #45015 @ MadCcc
    • Tooltip
      • 🛠 Tooltip delete the logic of wrap span on disabled element. It can always work as expect on disabled element now. #44895 @ Yuiai01
      • 🐞 Fix Tooltip / Popover position jump when content height changed. #44976
    • 🛠 ComponentToken remove radiusBase must less than 16 limitation. #44980
    • 🐞 Fix Dropdown can not give ref for the root children rendered by dropdownRender. #44971
    • 🐞 Fix Table cellPaddingBlock not working. #45040
    • 🐞 Fix Input wrong height with small controlHeight. #45048
    • TypeScript
      • 🤖 MISC: Fix @ types/react@18.2.22 React.Key type errors. #44938

    • 🐞 修复 Popover 超出屏幕时不会自动调整偏移的问题。#45015 @ MadCcc
    • Tooltip
      • 🛠 Tooltip 删除对 disabled 子元素额外包括 span 的逻辑,现在始终能够正确触发。#44895 @ Yuiai01
      • 🐞 修复 Tooltip / Popover 在内容高度变化时,位置会闪动的问题。#44976
    • 🛠 ComponentToken 移除 radiusBase 必须小于 16 的限制。#44980
    • 🐞 修复 Dropdown 通过 dropdownRender 渲染的子节点配置 ref 不生效的问题。#44971
    • 🐞 修复 Table cellPaddingBlock 不生效的问题。#45040
    • 🐞 修复 Input 组件在小尺寸 controlHeight 下高度不正确的问题。#45048
    • TypeScript
      • 🤖 MISC: 修复 @ types/react@18.2.22 React.Key 定义更新引发的问题。#44938
  • 5.9.2 - 2023-09-19
    • 🐞 Fix Table selection column not align in center when size is small. #44922
    • 🐞 Fix Select style problem when label contains div element. #44927
    • 🐞 Fix Modal broken style of buttons when custom footer. #44929 @ Wxh16144
    • 🐞 Fix notification wrong pop-up animation when placement is bottom. #44918 @ linxianxi
    • 🐞 Fix missing inherited feedbackIcon in Form.Item with noStyle. #44937

    • 🐞 修复 Table small 尺寸时选择列没有居中对齐的问题。#44922
    • 🐞 修复 Select 当 label 内使用了 div 块级元素时的样式问题。#44927
    • 🐞 修复 Modal 自定义 footer 时按钮内容丢失的问题。#44929 @ Wxh16144
    • 🐞 修复 notification 底部弹出动画的问题。#44918 @ linxianxi
    • 🐞 修复 Form.Item 有 noStyle 属性时没有继承上下文的反馈图标的问题。#44937
  • 5.9.1 - 2023-09-15
    • 🐞 Fix Select that controlHeightSM not work in small size. #44859 @ MadCcc
    • 🐞 Fix Rate that star transaform not at center. #44855 @ MadCcc
    • 🐞 Fix DatePicker that in dateTime mode switching input didn't trigger onCalendarChange. #44845 @ Yuiai01
    • 🐞 Fix Table virtual selection checkbox or radio not align in center. #44786
    • 🐞 Fix Select carbin align top bug when enable maxTagCount. #44757
    • 🐞 Fix Select alignment issue when label is Typography. #44756
    • 💄 Fix Table with virtual display issue about columns less than table size and some border & hover style missing. #44818
    • 💄 Fix wrong style of Select in Input addon. #44825 @ MadCcc
    • 💄 Fix Tree that Checkbox should be aligned with first line. #44827 @ MadCcc
    • 💄 Fix Card that Card.Grid has wrong style with left bottom corner. #44801 @ Jason-huang66
    • 💄 Fix Select/Cascader/TreeSelect style issue when customize their height. #44753
    • TypeScript

    • 🐞 修复小尺寸 Select 组件 controlHeightSM token 配置无效的问题。#44859 @ MadCcc
    • 🐞 修复 Rate 组件星星变换中心不在正中心的问题。#44855 @ MadCcc
    • 🐞 修复 DatePicker 组件 dateTime 模式切换输入框不会触发 onCalendarChange 的问题。#44845 @ Yuiai01
    • 🐞 修复 Table virtual 配置下,选择框没有居中对齐的问题。#44786
    • 🐞 修复 Select 开启 maxTagCount 时搜索光标偏上的问题。#44757
    • 🐞 修复 Select 的 label 为 Typography 组件时的选中文本对齐问题。#44756
    • 💄 修复 Table virtual 开启虚拟滚动时,当 columns 小于表格宽度会显示异常的问题以及部分边框、悬浮样式丢失的问题。#44818
    • 💄 修复 Select 组件在 Input addon 中使用时的样式错误。#44825 @ MadCcc
    • 💄 修复 Tree 组件样式,使 Checkbox 与文字第一行对齐。#44827 @ MadCcc
    • 💄 修复 Card 组件 Card.Grid 边缘样式问题。#44801 @ Jason-huang66
    • 💄 修复 Select/Cascader/TreeSelect 自定义高度时的样式问题。#44753
    • TypeScript
  • 5.9.0 - 2023-09-08
    Read more
  • 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

    • 🛠 针对 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 - 2023-08-28
    Read more
  • 5.8.4 - 2023-08-18
  • 5.8.3 - 2023-08-11
  • 5.8.2 - 2023-08-04
  • 5.8.1 - 2023-08-02
  • 5.8.0 - 2023-08-01
  • 5.7.3 - 2023-07-24
  • 5.7.2 - 2023-07-20
  • 5.7.1 - 2023-07-19
  • 5.7.0 - 2023-07-11
  • 5.6.4 - 2023-07-03
  • 5.6.3 - 2023-06-25
  • 5.6.2 - 2023-06-19
  • 5.6.2-alpha.0 - 2023-06-15
  • 5.6.1 - 2023-06-07
  • 5.6.0 - 2023-06-06
  • 5.6.0-alpha.0 - 2023-05-22
  • 5.5.2 - 2023-05-30
  • 5.5.1 - 2023-05-22
  • 5.5.0 - 2023-05-15
  • 5.4.7 - 2023-05-06
  • 5.4.6 - 2023-04-26
  • 5.4.5 - 2023-04-23
  • 5.4.4 - 2023-04-20
  • 5.4.3 - 2023-04-19
  • 5.4.2 - 2023-04-11
  • 5.4.1 - 2023-04-11
  • 5.4.0 - 2023-04-03
  • 5.3.3 - 2023-03-28
  • 5.3.2 - 2023-03-20
  • 5.3.1 - 2023-03-13
  • 5.3.0 - 2023-03-05
  • 5.2.3 - 2023-02-27
from antd GitHub release notes
Commit messages
Package name: antd
  • f915f2c chore(deps): update peter-evans/commit-comment action to v3 (#45056)
  • 6879774 docs: changelog of 5.9.3 (#45049)
  • 966e5a7 demo: fix typescript undefined error on search.tsx (#45027)
  • 2a3815d fix: Typography When setting fontSize to an odd number bug (#45031)
  • 54a2df3 fix: input should have correct padding with controlHeight (#45048)
  • 3ffe70a fix: table cellPaddingBlock token bug (#45040)
  • a40254e chore: lock glob version to 10.3.6 (#45045)
  • eea27a4 chore(deps): update cimg/node docker tag to v18.18 (#45038)
  • 4f643e7 chore(deps): update dependency @ types/gtag.js to ^0.0.14 (#45037)
  • 71d5784 docs: fix customize (#45022)
  • 3928ce9 fix: Popover shift (#45015)
  • 7e1ecf9 docs: add faq (#45016)
  • dcfd1ae chore: do not show mirror modal in preview (#45011)
  • 51fc8dc refactor(tootip): delete the logic related to the disabled children (#44895)
  • 1745594 doc: add alert token table (#45003)
  • 3c1f099 docs: fix typos (#44998)
  • ef03563 test: update snapshot (#44989)
  • 65564fc refactor: rm radiusBase (#44980)
  • 6901513 docs: timer-picker remove clearIcon from document (#44977)
  • 2329880 fix: Popover / Tooltip jump when height change (#44976)
  • b53f8af chore: bump select like rc (#44978)
  • a9d6422 docs: improve display of color block in docs (#44790)
  • e41026a docs: fix site issues (#44970)
  • d03977b fix: dropdown should not block ref (#44971)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@mholthausen mholthausen merged commit d4bd322 into master Oct 20, 2023
1 check passed
@mholthausen mholthausen deleted the snyk-upgrade-f71be7c560fe0c250950ec81f61adc05 branch October 20, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants