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

fix(deps): update dependencies #234

Merged
merged 1 commit into from
Nov 28, 2020
Merged

fix(deps): update dependencies #234

merged 1 commit into from
Nov 28, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 4.8.5 -> 4.8.6 age adoption passing confidence
yup 0.30.0 -> 0.31.0 age adoption passing confidence

Release Notes

ant-design/ant-design

v4.8.6

Compare Source

  • 🐞 Fix Badge style blink when mounted. #​28003
  • 💄 Reduce Modal style size. #​27998
  • 🐞 Fix Layout.Sider can not collapse when width='0'. #​28000
  • 🐞 Fix Menu style when using none Ant Design icons. #​27983
  • Input
    • 🐞 Fix Input.Search button height when customize less variables. #​27986
    • 🐞 Fix Input.Search addonBefore abnormal style. #​27960
  • 🐞 Fix Typography.Link clicking copy button will redirect. #​27982
  • 🐞 Fix Carousel throws error Unable to preventDefault inside passive event listener. #​27957
  • 🌐 Improve data picker locale for en_GB and zh_TW. #​28016 @​abz53378
  • RTL
    • 💄 Optimize the border style of Descriptions in RTL model. #​28010
    • 💄 Fix the vertical style of Steps in RTL mode. #​27996
  • TypeScript

  • 🐞 修复 Badge 在初始化时样式抖动的问题。#​28003
  • 💄 优化 Modal 相关样式的冗余。#​27998
  • 🐞 修复 Layout.Sider 在 width='0' 时不能展开的问题。#​28000
  • 🐞 修复 Menu 使用非 Ant Design 图标时的样式问题。#​27983
  • Input
    • 🐞 修复 Input.Search 自定义 less 变量时的按钮高度问题。#​27986
    • 🐞 修复 Input.Search addonBefore 样式异常。#​27960
  • 🐞 修复 Typography.Link 点击复制按钮会触发链接跳转的问题。#​27982
  • 🐞 修复 Carousel Unable to preventDefault inside passive event listener 报错问题。#​27957
  • 🌐 改进 DatePicker 的 en_GBzh_TW 本地化支持。#​28016 @​abz53378
  • RTL
    • 💄 优化 Descriptions 在 RTL 模型下的边框样式。#​28010
    • 💄 修复 Steps 垂直方向在 RTL 模式下的样式。#​27996
  • TypeScript
jquense/yup

v0.31.0

Compare Source

Bug Fixes
Features
  • add array.length() and treat empty arrays as valid for required() (fbc158d)
  • add object.pick and object.omit (425705a)
  • deprecate the getter overload of default() (#​1119) (5dae837)
  • more strictly coerce strings, exclude arrays and plain objects (963d2e8)
BREAKING CHANGES
  • array().required() will no longer consider an empty array missing and required checks will pass.

To maintain the old behavior change to:

array().required().min(1)
  • plain objects and arrays are no long cast to strings automatically

to recreate the old behavior:

string().transform((_, input) => input != null && input.toString ? input.toString() : value);

Renovate configuration

📅 Schedule: "after 10pm on sunday,before 5am on sunday" in timezone Asia/Tokyo.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot merged commit 207fdcb into master Nov 28, 2020
@renovate renovate bot deleted the renovate/dependencies branch November 28, 2020 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant