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.9.1 to 5.9.3 #252

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

wkylin
Copy link
Owner

@wkylin wkylin commented Oct 19, 2023

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


Snyk has created this PR to upgrade antd from 5.9.1 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 2 versions ahead of your current version.
  • The recommended version was released 24 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
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

@vercel
Copy link

vercel bot commented Oct 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pro-react-admin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 19, 2023 2:05am

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wkylin wkylin merged commit 583f347 into main Oct 19, 2023
8 checks passed
@wkylin wkylin deleted the snyk-upgrade-bdeeea41656b7d668434edea6f266334 branch October 24, 2023 01:46
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