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.8.3 to 5.8.4 #202

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

wkylin
Copy link
Owner

@wkylin wkylin commented Sep 13, 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.8.3 to 5.8.4.

ℹ️ 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 1 version ahead of your current version.
  • The recommended version was released a month ago, on 2023-08-18.
Release notes
Package name: antd
  • 5.8.4 - 2023-08-18
    • ColorPicker
      • 🐞 Fix the cursor jumps when entering lowercase English letters in the ColorPicker color value input box. #44137 @ gouge666
      • 🐞 Fix the ColorPicker style is deformed under different sizes. #44273 @ kouchao
    • 🐞 Fix Descriptions throwing key is not a prop error message. #44278 @ RedJue
    • 🐞 Fix the node is still rendered when Pagination itemRender is customized to null. #44226
    • 🐞 Fix Modal in Dropdown menu.items, rapid mouse movement when expanding Modal will make Dropdown reopen. #44204
    • DatePicker
    • 💄 Fix clicking on the Tabs area on the mobile terminal triggers a color change. #44200 @ yilaikesi
    • RTL
      • 💄 Fix the numbers in the Badge are also RTL when the text direction of the page is RTL. #43998 @ NotEvenANeko

    • ColorPicker
      • 🐞 修复 ColorPicker 色值输入框输入小写英文字母时光标跳动的问题。#44137 @ gouge666
      • 🐞 修复 ColorPicker 在不同尺寸下样式变形的问题。#44273 @ kouchao
    • 🐞 修复 Descriptions 抛出 key is not a prop 的错误提示。#44278 @ RedJue
    • 🐞 修复 Pagination itemRender 自定义为 null 时,仍然渲染节点的问题。#44226
    • 🐞 修复 Modal 在 Dropdown menu.items 中,展开 Modal 时快速移动鼠标会使 Dropdown 重新打开的问题。#44204
    • DatePicker
    • 💄 修复移动端点击 Tabs 区域触发颜色改变的问题。#44200 @ yilaikesi
    • RTL
      • 💄 修复了当页面的文字方向为 RTL 时 Badge 里面的数字也是 RTL 的问题。#43998 @ NotEvenANeko
  • 5.8.3 - 2023-08-11
    • DatePicker
      • 🐞 Fix DatePicker panel cannot toggle when selecting time with truthy open and truthy defaultOpen. #44105 @ Yuiai01
      • 🐞 Fix DatePicker and RangePicker still show the clear button when disable allowClear. #44015 @ bartpio
    • Carousel
      • 🐞 Fix Carousel do not support id prop. #44079
      • 💄 Fix Carousel dots extra margin style. #44076
    • 🐞 Fix Modal footer disabled state that affect by Form. #43055 @ Wxh16144
    • 🐞 Fix Upload thumbnail that gif will not play. #44083 @ linxianxi
    • 🐞 Fix FloatButton that menu mode didn't support badge prop. #44109 @ MadCcc
    • 🐞 Fix Grid & List responsive config take effect after first render which cause screen flick. #44075
    • 🐞 Fix that Design Token partially missing when @ ant-design/cssinjs version 1.15.0. #44091 @ MadCcc
    • 💄 Fix Badge status="processing" with dot wave style issue. #44153
    • 💄 Fix Descriptions border styles when it nests itself. #43454 @ Yuiai01
    • 💄 Fix Pagination transition style in prev/next buttons. #44030
    • 💄 Fix Popconfirm button group wraps unexpectedly. #44022 @ MuxinFeng
    • 💄 Optimize style of Image preview operation icons. #44141 @ MadCcc
    • 💄 Optimize Input and InputNumber font size in large mode. #44000 @ MuxinFeng
    • 💄 Remove Space part useless style. #44098

    • DatePicker
      • 🐞 修复 DatePicker 在 opendefaultOpentrue 时选中时间不会切换面板的问题。#44105 @ Yuiai01
      • 🐞 修复 DatePicker 和 RangePicker 禁用 allowClear 时仍然展示清除按钮的问题。#44015 @ bartpio
    • Carousel
      • 🐞 修复 Carousel 不支持 id 属性的问题。#44079
      • 💄 修复 Carousel dots 切换点有多余 margin 的问题。#44076
    • 🐞 修复 Modal 页脚禁用态受 Form 影响的问题。#43055 @ Wxh16144
    • 🐞 修复 Upload gif 缩略图不会动的问题。#44083 @ linxianxi
    • 🐞 修复 FloatButton 组件菜单模式不支持 badge 配置的问题。#44109 @ MadCcc
    • 🐞 修复 Grid 与 List 响应式布局生效稍晚于首次渲染导致屏幕闪动的问题。#44075
    • 🐞 修复 @ ant-design/cssinjs 版本小于 1.15.0 时 Design Token 部分丢失的问题。#44091 @ MadCcc
    • 💄 修复 Badge status="processing"dot 配合使用时,波纹样式异常的问题。#44153
    • 💄 修复 Descriptions 组件自行嵌套时的边框样式问题。#43454 @ Yuiai01
    • 💄 修复 Pagination 上下页切换按钮 `transition`` 丢失的问题。#44030
    • 💄 修复 Popconfirm 按钮组意外换行的问题。#44022 @ MuxinFeng
    • 💄 优化 Image 组件预览操作图标的样式。#44141 @ MadCcc
    • 💄 优化 Input 和 InputNumber 在大尺寸下的字体大小。#44000 @ MuxinFeng
    • 💄 移除 Space 部分未使用的样式。#44098
from antd GitHub release notes
Commit messages
Package name: antd
  • 80bd54f chore: redirect with rest url (#44298)
  • 8177c52 docs: add changelog 5.8.4 (#44293)
  • 7226c53 docs: add third-party library to the development section (#44283)
  • 3b913cf site: add internationalization for docs (#44263)
  • ce687c5 fix(ColorPicker): color clear deformation (#44258) (#44273)
  • affd62f chore(deps-dev): bump @ testing-library/jest-dom from 5.17.0 to 6.0.0 (#44277)
  • 73cfd37 fix: `Descriptions` key prop issue (#44278)
  • 7179dc8 docs: update footer links (#44272)
  • 3525966 docs: Update faq.zh-CN.md (#44274)
  • f1c38bf site(Calendar): add lunar calendar demo (#44166)
  • 808452e fix(DataPicker):fix picker content is not centered (#44245)
  • 9ba9da2 fix: ColorPicker HEX input cursor jump bug (#44137)
  • a92a883 docs: render china mirror link before hydration (#44233)
  • 83e3b52 docs(Tabs): update animated prop's description (#44227)
  • 8a65ad6 docs: fix font color (#44236)
  • 3f0e747 docs: fix theme editor page (#44232)
  • 4fb448f doc: upload doc line break (#44234)
  • 9ec8534 docs(cascader): fix allowClear default value in doc (#44230)
  • aff2bb7 chore: update pagination (#44226)
  • d493594 docs: fix menu sider-current demo (#44222)
  • 16f0738 chore(deps-dev): bump lint-staged from 13.3.0 to 14.0.0 (#44212)
  • 41cb8be fix(DatePicker): optimize RangePicker's range area style (#44206)
  • e0e373f fix(badge): fix badge number is rtl (#43998)
  • d1bd2d0 docs: Update recommendation (#44207)

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 Sep 13, 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 Sep 13, 2023 1:49am

@sonarcloud
Copy link

sonarcloud bot commented Sep 13, 2023

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 2fd9657 into main Sep 13, 2023
8 checks passed
@wkylin wkylin deleted the snyk-upgrade-4f289a21089d7cc880e9da91747a63cf branch September 13, 2023 09:42
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