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 4.8.0 to 4.19.3 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ArunRamasamy7
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 4.8.0 to 4.19.3.

merge advice
ℹ️ 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 84 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2022-03-21.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ASYNCVALIDATOR-2311201
479/1000
Why? Has a fix available, CVSS 5.3
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

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
  • 4.19.1 - 2022-03-08
    • 🐞 Fix less compile error related to custom status. #34350
      • 🐞 Fix error ReferenceError: colorPalette is not defined when customize theme.
      • 🐞 Fix error Error: Invalid class or id selector syntax when import antd/dist/antd.css.
    • 🐞 Fix Input.Passowrd icon color in site. #34354
    • 🐞 Fix ConfigProvider csp sometime not effect on Icon. #34356

    • 🐞 修复自定义状态相关的 less 编译错误 #34350
      • 🐞 修复使用定制主题时 less 编译提示 ReferenceError: colorPalette is not defined 错误。
      • 🐞 修复引入 antd/dist/antd.css 时提示 Error: Invalid class or id selector syntax 错误。
    • 🐞 修复 Input.Passowrd 图标颜色错误。#34354
    • 🐞 修复 ConfigProvider csp 有时在 Icon 上不会生效的问题。#34356
  • 4.19.1-alpha.0 - 2022-03-08
    • 🐞 Fix less compile error related to custom status. #34350
      • 🐞 Fix error ReferenceError: colorPalette is not defined when customize theme.
      • 🐞 Fix error Error: Invalid class or id selector syntax when import antd/dist/antd.css.

    • 🐞 修复自定义状态相关的 less 编译错误 #34350
      • 🐞 修复使用定制主题时 less 编译提示 ReferenceError: colorPalette is not defined 错误。
      • 🐞 修复引入 antd/dist/antd.css 时提示 Error: Invalid class or id selector syntax 错误。
  • 4.19.0 - 2022-03-08
    Read more
  • 4.18.9 - 2022-02-28
    Read more
  • 4.18.8 - 2022-02-21
  • 4.18.7 - 2022-02-14
  • 4.18.6 - 2022-02-08
  • 4.18.5 - 2022-01-24
  • 4.18.4 - 2022-01-18
  • 4.18.3 - 2022-01-10
  • 4.18.2 - 2021-12-30
  • 4.18.1 - 2021-12-29
  • 4.18.0 - 2021-12-27
  • 4.17.4 - 2021-12-20
  • 4.17.3 - 2021-12-08
  • 4.17.2 - 2021-11-26
  • 4.17.1 - 2021-11-22
  • 4.17.1-alpha.1 - 2021-11-17
  • 4.17.1-alpha.0 - 2021-11-16
  • 4.17.0 - 2021-11-15
  • 4.17.0-alpha.10 - 2021-11-08
  • 4.17.0-alpha.9 - 2021-10-31
  • 4.17.0-alpha.8 - 2021-10-25
  • 4.17.0-alpha.7 - 2021-10-18
  • 4.17.0-alpha.6 - 2021-10-11
  • 4.17.0-alpha.5 - 2021-09-30
  • 4.17.0-alpha.4 - 2021-09-25
  • 4.17.0-alpha.3 - 2021-09-14
  • 4.17.0-alpha.2 - 2021-09-07
  • 4.17.0-alpha.1 - 2021-09-06
  • 4.17.0-alpha.0 - 2021-09-01
  • 4.16.13 - 2021-08-23
  • 4.16.12 - 2021-08-16
  • 4.16.11 - 2021-08-08
  • 4.16.10 - 2021-08-02
  • 4.16.9 - 2021-07-27
  • 4.16.8 - 2021-07-19
  • 4.16.7 - 2021-07-12
  • 4.16.6 - 2021-06-29
  • 4.16.5 - 2021-06-23
  • 4.16.3 - 2021-06-15
  • 4.16.2 - 2021-06-07
  • 4.16.1 - 2021-05-31
  • 4.16.0 - 2021-05-25
  • 4.16.0-alpha.2 - 2021-05-08
  • 4.16.0-alpha.1 - 2021-05-08
  • 4.16.0-alpha.0 - 2021-05-07
  • 4.15.6 - 2021-05-18
  • 4.15.5 - 2021-05-10
  • 4.15.4 - 2021-04-30
  • 4.15.3 - 2021-04-26
  • 4.15.3-alpha.0 - 2021-04-21
  • 4.15.2 - 2021-04-19
  • 4.15.1 - 2021-04-10
  • 4.15.0 - 2021-03-29
  • 4.14.1 - 2021-03-22
  • 4.14.0 - 2021-03-14
  • 4.13.1 - 2021-03-06
  • 4.13.0 - 2021-02-28
  • 4.12.3 - 2021-02-10
  • 4.12.2 - 2021-02-04
  • 4.12.1 - 2021-02-03
  • 4.12.0 - 2021-02-02
  • 4.11.3 - 2021-02-02
  • 4.11.2 - 2021-01-26
  • 4.11.1 - 2021-01-24
  • 4.11.0 - 2021-01-24
  • 4.10.3 - 2021-01-18
  • 4.10.2 - 2021-01-11
  • 4.10.1 - 2021-01-10
  • 4.10.0 - 2021-01-04
  • 4.9.4 - 2020-12-16
  • 4.9.3 - 2020-12-14
  • 4.9.2 - 2020-12-07
  • 4.9.1 - 2020-12-01
  • 4.9.0 - 2020-11-30
  • 4.8.6 - 2020-11-27
  • 4.8.5 - 2020-11-22
  • 4.8.4 - 2020-11-16
  • 4.8.3 - 2020-11-16
  • 4.8.2 - 2020-11-09
  • 4.8.1 - 2020-11-09
  • 4.8.0 - 2020-11-02
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

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