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.3.0 to 4.18.0 #33

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade antd from 4.3.0 to 4.18.0.

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 96 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2021-12-27.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ASYNCVALIDATOR-2311201
551/1000
Why? Recently disclosed, 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.18.0 - 2021-12-27
    • 🐞 Fix Skeleton missing style prop. #33405
    • 🐞 Fix Descriptions overflow style cause other components being cut. #33392
    • 🆕 Unique Select-like component generic as OptionType to support FieldNames type. #33364
    • 🐞 Fix Slider rail hover color when it is disabled. #33369 @ chen-jingjie
    • Table
      • 🆕 Table colSpan & rowSpan move to onCell function to optimize performance. #33114
      • 🆕 Table support Table.EXPAND_COLUMN & Table.SELECTION_COLUMN to customize column order. #33026
    • Form
      • 🔥 Form.List nest Form.Item no longer need pass fieldKey anymore. #32689
      • 🆕 Form label can wrap via setting labelWrap now. #33048
    • 🆕 ConfigProvider support Form colon. 9bc148a @ seaSuper
    • 🆕 add prefix to InputNumber. #32600 @ Austaras
    • 🆕 Modal static function support wrapClassName prop. #32676 @ cwjTerrace
    • 🆕 Popconfirm add showCancel prop. #32620 @ cwjTerrace
    • 🆕 Dropdown.Button supports loading property now. #32467 @ kaysonwu
    • 🆕 Input adds showCount property. #32522 @ cwjTerrace
    • 🆕 Alert supports closeIcon now. #32345 @ chen-jingjie
    • Typography
      • 🆕 for editable Paragraph, edit can be triggered by clicking the icon or the value itself (or both) with triggerType. #32219 @ kachanovskiy
      • 🆕 Typography support enterIcon to config confirm icon. #32220 @ kachanovskiy
    • 🆕 Divider added orientationMargin APIs for customizing margin-left/right of title. #32084 @ neotan
    • 🆕 Avatar add maxPopoverTrigger to support configuration of popover trigger. #32197 @ RiteshMakan
    • 🆕 Upload supports showUploadList.previewIcon now. #32059 @ 1040961807
    • 🏴󠁥󠁳󠁣󠁴󠁿 Fix Catalan (ca_ES) missing translation key with Form. #33377 @ ZzGGitter
    • 🇫🇮 Fix Finland (fi_FI) missing translation key with Table. #33372 @ ZakarFin
    • 🇰🇭 Added locales for Khmer (km_KH) translation. #32853 @ vireakkeosokvibol
    • TypeScript

    • 🐞 修复 Skeleton 不支持 style 的问题。#33405
    • 🐞 修复 Descriptions 内使用其他组件会被切割的问题。#33392
    • 🆕 统一类 Select 组件泛型定义为 OptionType 以支持自定义 FieldNames 匹配。#33364
    • 🐞 修复 Slider 禁用时 hover 色彩的问题。#33369 @ chen-jingjie
    • Table
      • 🆕 Table colSpanrowSpan 迁移至 onCell 方法中,以优化渲染性能。#33114
      • 🆕 Table 支持 Table.EXPAND_COLUMN 和 Table.SELECTION_COLUMN 以实现自定义列排序。#33026
    • Form
      • 🔥 Form.List 嵌套使用 Form.Item 时不再需要手工指定 fieldKey#32689
      • 🆕 Form 现在支持通过 labelWrap 开启标签可换行。#33048
    • 🆕 ConfigProvider 支持 Form 的 colon 配置。9bc148a @ seaSuper
    • 🆕 InputNumber 增加 prefix 属性支持。#32600 @ Austaras
    • 🆕 Modal 静态方法支持 wrapClassName 属性。#32676 @ cwjTerrace
    • 🆕 Popconfirm 新增是否显示取消按钮。#32620 @ cwjTerrace
    • 🆕 Dropdown.Button 新增 loading 属性。#32467 @ kaysonwu
    • 🆕 Input 新增 showCount 属性。#32522 @ cwjTerrace
    • 🆕 Alert 支持 closeIcon 自定义关闭图标。#32345 @ chen-jingjie
    • Typography
    • 🆕 Divider 增加了 orientationMargin 属性以设置间距。#32084 @ neotan
    • 🆕 Avatar.Group 添加 maxPopoverTrigger 以定制剩余头像展示的触发逻辑。#32197 @ RiteshMakan
    • 🆕 Upload 新增 showUploadList.previewIcon 用于自定义预览图标。#32059 @ 1040961807
    • 🏴󠁥󠁳󠁣󠁴󠁿 修复加泰罗尼亚语 (ca_ES) 对 Form 缺失翻译问题。#33377 @ ZzGGitter
    • 🇫🇮 修复芬兰语 (fi_FI) 对 Table 的缺失翻译问题。#33372 @ ZakarFin
    • 🇰🇭 新增高棉语 (km_KH) 语言包。#32853 @ vireakkeosokvibol
    • TypeScript
  • 4.17.4 - 2021-12-20
    • 🐞 Fix a bug that Form.Item name is "parentNode" casue endless loop and memory leak. #31846 @ DaoxingHuang
    • 🐞 Revert #32448 to fix emoji input at Input.TextArea. #33312

    • 🐞 修复 Form.Item 的 name 属性改为 parentNode,dom-align 死循环,内存溢出的 bug。#31846 @ DaoxingHuang
    • 🐞 回滚 #32448 以修复 Input.TextArea 输入 emoji 时被截断的问题。#33312
  • 4.17.3 - 2021-12-08
    Read more
  • 4.17.2 - 2021-11-26
    Read more
  • 4.17.1 - 2021-11-22
    Read more
  • 4.17.1-alpha.1 - 2021-11-17
    No content.
  • 4.17.1-alpha.0 - 2021-11-16
    No content.
  • 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
  • 4.7.3 - 2020-10-24
  • 4.7.2 - 2020-10-19
  • 4.7.1 - 2020-10-19
  • 4.7.0 - 2020-10-10
  • 4.6.6 - 2020-09-27
  • 4.6.5 - 2020-09-20
  • 4.6.4 - 2020-09-13
  • 4.6.3 - 2020-09-07
  • 4.6.2 - 2020-08-31
  • 4.6.1 - 2020-08-24
  • 4.6.0 - 2020-08-23
  • 4.5.4 - 2020-08-12
  • 4.5.3 - 2020-08-09
  • 4.5.2 - 2020-08-02
  • 4.5.1 - 2020-07-28
  • 4.5.0 - 2020-07-27
  • 4.4.3 - 2020-07-20
  • 4.4.2 - 2020-07-11
  • 4.4.1 - 2020-07-06
  • 4.4.0 - 2020-06-29
  • 4.3.5 - 2020-06-21
  • 4.3.4 - 2020-06-14
  • 4.3.3 - 2020-06-07
  • 4.3.2 - 2020-06-06
  • 4.3.1 - 2020-06-02
  • 4.3.0 - 2020-05-31
from antd GitHub release notes
Commit messages
Package name: antd

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.

1 participant