Danielv123 / serverManager

IPMI server manager build for Dell 12th gen servers
58 stars 10 forks source link

[Snyk] Upgrade antd from 4.19.2 to 4.19.3 #38

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade antd from 4.19.2 to 4.19.3.

merge advice :information_source: 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.


Release notes
Package name: antd
  • 4.19.3 - 2022-03-21
    • 🐞 Fix TextArea clearIcon color. #34610
    • 🐞 Fix: apply scale transform to disabled star. #34547 @ Unuuuuu
    • 🐞 Fix Tooltip arrow color with preset. #34548
    • 🐞 Fixed number abnormal position display in Badge RTL mode. #34545
    • 💄 Fix numeric Row and Col class styles when using prefixCls. #34494 @ mic-web
    • 🐞 Fix Editable Textarea height jump in Firefox and Editable Typography.Title confirm icon position. #34518
    • 💄 Fix missing status style in RangePicker. #34509
    • 🛎 Add warning for Input getting blurred when dynamically add hasFeedback. #34475
    • 🐞 Fix missing classname in input when Input has prefix or suffix. #34474
    • 🇱🇹 Updated lt_LT locale for typeTemplate. #34567 @ Anizcus
    • 🇮🇹 Updated it_iT locale for Table. #34566 @ freshgiammi

    • 🐞 修复 TextArea clearIcon 的颜色问题。#34610
    • 🐞 修复 Rate 下 disabled 时依然有 hover 效果的问题。#34547 @ Unuuuuu
    • 🐞 修复 Tooltip 使用预设颜色时 arrow 颜色错误的问题。#34548
    • 🐞 修复 Badge 数字 RTL 模式下异常位置显示。#34545
    • 💄 修复使用 prefixCls 时的数字 Row 和 Col 类样式问题。#34494 @ mic-web
    • 🐞 修复 Typography editable 切换时在 Firefox 下高度跳动 和 Typography.Title editable 确定图标错位的问题。#34518
    • 💄 修复 RangePicker status 相关样式丢失的问题。#34509
    • 🛎 为动态改变 Form.Item 的 hasFeedback 时 Input 焦点丢失添加警告。#34475
    • 🐞 修复 Input 有 prefix 或者 suffix 时 input 缺少某些 className 的问题。#34474
    • 🇱🇹 更新 lt_LT 的 locale。#34567 @ Anizcus
    • 🇮🇹 更新 it_iT 的 locale。#34566 @ freshgiammi
  • 4.19.2 - 2022-03-13
    • 🐞 Fix Dropdown not auto adjust placement when position on the edge of window. #34390
    • 💄 Change PageHeader elements margin from 12px to 8px inside extra. #34428
    • 🛠 Export css variable function in antd/es/config-provider folder to enable ssr requirement. #34436
    • 🛠 Refactor Menu with React hooks. #34433
    • Input
      • 💄 Fix Input font-size when size is large. #34381
      • 💄 Fix Input.Group wrong border when status is error. #34412
    • Form
      • 🐞 Fix Form.Item removed in form.validateFields throw Can't perform a React state update on an unmounted component warning. #34405
      • 🐞 Fix to Form that initialValues would change if preserve is false. #34411
    • Tooltip
    • 💄 Remove Collapse bottom border in simple style. #34366 @ PanStar
    • TypeScript

    • 🐞 修复 Dropdown 在边界情况下不会自动调整展示位置的问题。#34390
    • 💄 缩小 PageHeader extra 内元素间距为 8px#34428
    • 🛠 导出 antd/es/config-provider 目录下的 css variable 函数以支持 ssr 的需求。#34436
    • 🛠 使用 React hooks 重构 Menu。#34433
    • Input
      • 💄 修复大尺寸 Input 的字号问题。#34381
      • 💄 修复 Input.Group 多余的错误边框样式。#34412
    • Form
      • 🐞 修复 Form.Item 在 form.validateFields 中移除时抛出 Can't perform a React state update on an unmounted component 警告的问题。#34405
      • 🐞 修复 Form 组件当 preservefalseinitialValues 会被更改的问题。#34411
    • Tooltip
      • 💄 修复 Tooltip 在 Safari 下的内容宽度问题。#34415 @ jiandandkl
      • 💄 修复 Tooltip/Popover/Popconfirm 等组件箭头大小问题。#34407
    • 💄 优化 Collapse 简洁模式的底边框。#34366 @ PanStar
    • TypeScript
from antd GitHub release notes
Commit messages
Package name: antd
  • 232e236 chore: fix remote no work error
  • 8bb11e6 docs: update changelogs
  • 491178c docs: add 4.19.3 changhelog (#34617)
  • 47282f7 fix: clear icon style (#34610)
  • bd79b2d Update issue-open-check.yml
  • ee8e785 ci: fix result
  • 89e9819 ci: update result
  • 07b8fb1 chore(🤖): upgrade github actions (#34599)
  • 7f48736 Update issue-open-check.yml
  • 02597a3 Update issue-open-check.yml
  • b409980 chore(🤖): Update issue-open-check.yml (#34589)
  • c7a106b Delete chain-alert.yml
  • 425ea1a chore: add issues similarity analysis and dingtalk issue notice actions (#34583)
  • 4c46aeb fix: Update it_IT locales (#34566)
  • 183dec1 fix: lt_LT locale for typeTemplate (#34567)
  • acceca7 chore(deps-dev): bump @ types/gtag.js from 0.0.9 to 0.0.10 (#34561)
  • 54b7fef docs: add Currency recommendation
  • 86b045e test: add type test for Input
  • 310c777 fix: apply scale transform to disabled star (#34547)
  • 10c090a fix: tooltip preset color (#34548)
  • 66bad24 fix: Badge RTL wrong placement (#34545)
  • 8501788 chore(deps-dev): bump @ types/gtag.js from 0.0.8 to 0.0.9 (#34540)
  • bf6dfaa docs: move treeLoadedKeys to TreeSelect
  • fcbae92 docs: update Input docs for default size in Form (#34537)
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