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 #220

Merged
merged 1 commit into from
Nov 7, 2020
Merged

fix(deps): update dependencies #220

merged 1 commit into from
Nov 7, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2020

This PR contains the following updates:

Package Type Update Change
@emotion/core dependencies patch 10.1.0 -> 10.1.1
antd (source) dependencies minor 4.7.3 -> 4.8.0
formik dependencies patch 2.2.1 -> 2.2.2

Release Notes

emotion-js/emotion

v10.1.1

Compare Source

Patch Changes
  • fe30cbd6 #​2066 Thanks @​Andarist! - Fixed an issue with React giving warning about static children not having unique keys when using the classic jsx factory. This example illustrates the situation in which this has been incorrectly happening:

    <div css={{ color: 'hotpink' }}>
      <div />
      <div />
    </div>
ant-design/ant-design

v4.8.0

Compare Source

  • Image
  • 🆕 ConfigProvider support form.requiredMark. #​27322
  • 🆕 Statistic support loading prop. #​26811 @​appleshell
  • Avatar
  • 🆕 Row support noWrap to make Col in line. #​27469
  • Tree
    • 🐞 Fix Tree text selecting when double click switcher icon. #​27476
    • 🐞 Fix Tree with showLine not connect line when title break line. #​27386
  • Modal
  • Input
    • 🆕 Input.Textarea support size props. #​27110
    • 🐞 Fix Input missing className when allowClear is true. #​27462
  • Table
    • 🆕 Table.Summary.Cell support align prop. #​27365
    • 🐞 Fix Table onShowSizeChange trigger twice. #​27417
    • 🐞 Fix Table pagination cache previous config issue. #​27412
  • Typography
  • Steps
    • 🐞 Fix title is not centered when enabling progressDot. #​27406
    • 🐞 Fix style in small screen. #​27499
  • 🐞 Fix PageHeader that empty dom will be displayed when title is empty. #​27485
  • 🐞 Fix Slider keep tooltip align with handle when dragging. #​27489
  • 🐞 Fix RangePicker selected range border style. #​27438
  • 💄 Adjust Collapse arrow position align with first line. #​27363
  • 💄 Fix Descriptions style when label use block element. #​27375
  • 💄 Fix Select abnormal border style in Form validation. #​27378

  • Image
    • 🔥 Image 支持 preview.getContainer 属性用于指定预览对话框的容器。#​26713 @​rfreling
    • 🐞 修复 Image style 属性未作用于 img 元素的问题。#​27446
  • 🆕 ConfigProvider 增加 form.requiredMark 配置。#​27322
  • 🆕 Statistic 组件增加 loading 属性。#​26811 @​appleshell
  • Avatar
  • 🆕 Row 支持 noWrap 属性以使 Col 不错行。#​27469
  • Tree
    • 🐞 修复 Tree 双击折叠图标时会选中文字的问题。#​27476
    • 🐞 修复 Tree 配置 showLinetitle 多行的时候,线会截断的问题。#​27386
  • Modal
  • Input
    • 🆕 Input.Textarea 支持 size 属性。#​27110
    • 🐞 修复 Input allowClearclassName 丢失的问题。#​27462
  • Table
    • 🆕 Table.Summary.Cell 支持 align 配置。#​27365
    • 🐞 修复 Table 切换页长时 onShowSizeChange 触发两次的问题。#​27417
    • 🐞 修复 Table pagination 有时候会缓存先前设置的问题。#​27412
  • Typography
    • 🐞 修复 Typography 特定内容出现非法正则表达式错误的问题。#​27383 @​ttys026
    • 💄 修复 Typography.Link 禁用时鼠标悬浮或点击的颜色问题。@​27487 @​Liu-Ya
  • Steps
    • 🐞 修复当开启 progressDot 时,标题未居中对齐的问题。#​27406
    • 🐞 修复在小屏幕下的各类样式错乱问题。#​27499
  • 🐞 修复 PageHeader title 为空时,会展示空 DOM 的问题。#​27485
  • 🐞 修复 Slider 拖拽时提示内容对齐问题。#​27489
  • 🐞 修复 RangePicker 选择同一时间后再次选择时边框样式异常的问题。#​27438
  • 💄 调整 Collapse 折叠箭头的位置与第一行文字对齐。#​27363
  • 💄 修复 Descriptions 在 label 自定义为块状元素时的样式问题。#​27375
  • 💄 修复 Select 组件在 Form 中触发校验时边框样式异常的问题。#​27378
formium/formik

v2.2.2

Compare Source

Patch Changes

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 added the dependencies label Nov 7, 2020
@renovate renovate bot merged commit 799925b into master Nov 7, 2020
@renovate renovate bot deleted the renovate/dependencies branch November 7, 2020 16:31
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