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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ant-design/icons (source) 4.0.3 -> 4.8.3 age adoption passing confidence
antd (source) 4.0.4 -> 4.24.16 age adoption passing confidence
dayjs (source) 1.8.23 -> 1.11.13 age adoption passing confidence
react (source) 16.13.1 -> 16.14.0 age adoption passing confidence
react-dom (source) 16.13.1 -> 16.14.0 age adoption passing confidence
react-hot-loader 4.12.20 -> 4.13.1 age adoption passing confidence
react-router (source) 5.1.2 -> 5.3.4 age adoption passing confidence
react-router-dom (source) 5.1.2 -> 5.3.4 age adoption passing confidence
styled-components (source) 5.0.1 -> 5.3.11 age adoption passing confidence

Release Notes

ant-design/ant-design-icons (@​ant-design/icons)

v4.8.3

Compare Source

v4.8.2

Compare Source

v4.8.1

Compare Source

v4.8.0

Compare Source

v4.7.0

Compare Source

v4.6.4

Compare Source

v4.6.3

Compare Source

v4.6.2

Compare Source

v4.6.1

Compare Source

v4.6.0

Compare Source

v4.5.0

Compare Source

v4.4.0

Compare Source

v4.3.0

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.0

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

ant-design/ant-design (antd)

v4.24.16

Compare Source


v4.24.15

Compare Source


  • 🐞 修复 Radio 的 disabled 状态被 Form 的 disabled 覆盖的问题。#​44837 @​Yuiai01
  • 💄 修复 DatePicker 的 disabled 样式在 Form hover 场景下被覆盖的问题。#​44779 @​crazyair

v4.24.14

Compare Source


v4.24.13

Compare Source


  • 🐞 修复 Anchor 在滚动时无法触发 getCurrentAnchor 的问题。#​43917
  • 🛠 Carousel 移除 lodash 依赖。2b43f73 @​taozhou-glean
  • 🐞 修复 Select 选中时移除图标未对齐错误。#​43667 @​Wxh16144
  • 🐞 让用户能够处理 Modal 中 onOk 回调中的 Promise 异常。#​43536 @​maroon1
  • 🐞 修复 ConfigProvider 表单校验信息 validateMessages 嵌套使用错误。#​43480 @​Wxh16144
  • 🐞 修复 variable.less 没有同步改动 @checkbox-border-radius 导致变量表现不一致的问题。#​43356

v4.24.12

Compare Source

  • 🐞 Fix Form submit trigger wrong onFieldsChange event even all the fields do not config rules. #​43292
  • 🐞 Fix Form.List nested Form event bubble not correct. #​43292

  • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#​43292
  • 🐞 修复 Form 嵌套 Form.List 嵌套 Form 的场景下,事件触发不正确的问题。#​43292

v4.24.11

Compare Source

  • 🆕 Drawer panel support event listener. #​42712 @​kiner-tang
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #​43200
  • 🐞 Fix Notification cannot hide close icon by closeIcon={null}. #​42791
  • 🐞 Fix Drawer id was passed in incorrectly, and now is always added to the popup panel. #​43124 @​MuxinFeng
  • 🐞 Fix InputNumber with prefix abnormal height under Form.Item of hasFeedBack. #​43048
  • 🐞 Fix Popover with getPopupContainer sometime makes width too narrow. #​42697
  • 🐞 Fix Select will display the letter A under some circumstances. #​42654 @​tchen-l
  • 🐞 Fix ConfigProvider that import useless modules from rc-field-form when importing FormProvider . #​42502 @​BanShan-Alec
  • 🐞 Fix Popconfirm trigger onVisibleChange twice. #​42351
  • 🐞 Fix Form onFieldsChange missing validating status change. #​42263
  • 🐞 Fix Popover that display empty div when title and content is null. 19f8505 @​MaHui
  • 🐞 Fix Upload disabled logic. #​42143 @​Wxh16144
  • 🐞 Fix RangePicker wrong panel position under some circumstances. #​43179 @​cooljser
  • 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. #​43207 @​yoyo837
  • 💄 Optimize Spin style to keep height of container the same as child element. #​42163 @​cheapCoder

  • 🆕 Drawer 组件面板支持事件监听。#​42712 @​kiner-tang
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#​43200
  • 🐞 修复 Notification 设置 closeIcon={null} 时关闭图标没有消失的问题。#​42791
  • 🐞 修复 Drawer id 传入位置不正确的问题,现在始终会添加至弹出面板上。#​43124 @​MuxinFeng
  • 🐞 修复 InputNumber 带有 prefix 时在 Form.Item hasFeedBack 内高度异常的问题。#​43048
  • 🐞 修复 Popover 设置 getPopupContainer 后,某些时候宽度会过窄的问题。#​42697
  • 🐞 修复 Select 在某些情况下会显示字母 A 的问题。#​42654 @​tchen-l
  • 🐞 修复 ConfigProvider 引入 FormProvider 时,错误引入 'rc-field-form' 其他的无关依赖的问题。#​42502 @​BanShan-Alec
  • 🐞 修复 Popconfirm 的 onVisibleChange 会重复触发的问题。#​42351
  • 🐞 修复 Form onFieldsChange 丢失一次 validating 状态变更的更新事件。#​42263
  • 🐞 修复 Popover 组件当 titlecontent 都为空时展示空气泡的问题19f8505 @​MaHui
  • 🐞 修复 Upload 禁用状态逻辑。#​42143 @​Wxh16144
  • 🐞 修复 RangePicker 在某些情况下面板打开未知不正确的问题。#​43179 @​cooljser
  • 🐞 修复使用 ConfigProvider 会导致未使用的 Form 组件也被打包的问题。#​43207 @​yoyo837
  • 💄 优化 Spin 样式,保持容器与子元素图标高度一致。#​42163 @​cheapCoder

v4.24.10

Compare Source

  • 🐞 Fix version always shows 5.2.2. #​42101
  • 🐞 Fix Popover width collapse when show on the screen edge. #​41953

  • 🐞 修复 version 总是返回 5.2.2 的问题。#​42101
  • 🐞 修复 Popover 在屏幕边缘时宽度塌缩的问题。#​41953

v4.24.9

Compare Source


  • 🆕 Slider 补充丢失的 railStyle 属性用于自定义样式。#​40942 @​c01nd01r
  • 🐞 修复 Select 在搜索时宽度变为 0px 的问题。#​41646
  • 🐞 删除 multiple 不能使用 displayRender 提示。#​40940 @​crazyair
  • 💄 Checkbox 默认使用 @border-radius-sm 小号圆角。#​40823
  • 🐞 修复 TextArea 在聚焦时丢失高亮样式的问题。#​41281 @​MuxinFeng
  • 🛠 调整 Checkbox 行为,现在未勾选时不再会添加 checked 属性。#​41888
  • TypeScript

v4.24.8

Compare Source


v4.24.7

Compare Source


  • 🐞 修复 Tabs 组件滑块不能自动适应宽度的问题。#​39867
  • 🐞 修复 Input 在 Safari 下使用 suffix 时文字内容丢失的问题。#​39830 @​ifujustayup

v4.24.6

Compare Source


v4.24.5

Compare Source


v4.24.4

Compare Source


v4.24.3

Compare Source


v4.24.2

Compare Source


  • Image
    • 💄 优化 Image 预览图片的工具栏显示动画的效果,现在工具条不再用缩放动画进场。#​36456
    • 🐞 修复 Image 预览图片没有展现错误图片的问题。#​38112
  • Typography
  • 🐞 修复 Menu 收起时 SubMenu 闪动的问题。#​36636 @​JarvisArt
  • 🐞 修复 RangePicker 选择日期过程中触发 onBlur 的问题。#​38411 @​kiner-tang
  • 🐞 修复 Result iconnull 时图标没有隐藏的问题。#​38488
  • 🐞 修复 Dropdown.Button 出现 overlay is deprecated 警告的问题。#​38446 @​li-jia-nan
  • 🛎 优化 Form 的相关控制台提示的表述。#​38038 @​cincodenada
  • 🛠 修复 Tree 模块循环导入的问题。#​38421 @​KotoriK
  • 🐞 修复当 Affix 隐藏切换到显示时会出现抖动。#​38410 @​imoctopus
  • 🐞 修复 Pagination showTotal 属性在 simple 模式下不生效的问题。#​38399
  • 🐞 修复 Modal.confirm 关闭中确认按钮依旧可能被触发的问题。#​38400
  • 🐞 修复在 Drawer extra 中使用 Radio.Group 的样式问题。#​38385
  • ⌨️ 修复 Table 组件 aria-label 出现 [object Object] 的问题。#​38389 @​kiner-tang
  • ⌨️ Progress 组件增加 role="progressbar"#​38447 @​kpustakhod

v4.24.1

Compare Source


v4.24.0

Compare Source



Configuration

📅 Schedule: Branch creation - "* 0-3 * * *" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Mar 28, 2020
@renovate renovate bot force-pushed the renovate/dependencies branch from 34617b9 to f4abf93 Compare March 29, 2020 02:45
@renovate renovate bot changed the title Update dependency @ant-design/icons to v4.0.4 Update dependency @ant-design/icons to v4.0.5 Mar 29, 2020
@renovate renovate bot force-pushed the renovate/dependencies branch from f4abf93 to 4bc8c3f Compare March 29, 2020 16:23
@renovate renovate bot changed the title Update dependency @ant-design/icons to v4.0.5 Update dependencies Mar 29, 2020
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from e50c65f to 3b61630 Compare April 10, 2020 09:54
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 380b373 to e9dff10 Compare April 18, 2020 17:29
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 92f2a1a to 26d87a8 Compare April 27, 2020 12:31
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 18d3bc0 to e836bad Compare April 30, 2020 07:58
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from b7198e2 to 389834d Compare May 18, 2020 06:47
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from 0940e54 to 56b356d Compare May 26, 2020 00:51
@renovate renovate bot force-pushed the renovate/dependencies branch from 56b356d to 8e682bb Compare July 1, 2020 04:56
@renovate renovate bot force-pushed the renovate/dependencies branch from 8e682bb to 5297be1 Compare July 10, 2020 09:57
@renovate renovate bot force-pushed the renovate/dependencies branch from 5297be1 to d751029 Compare August 25, 2020 01:53
@renovate renovate bot force-pushed the renovate/dependencies branch from d751029 to d72afc6 Compare October 27, 2020 13:52
@renovate renovate bot force-pushed the renovate/dependencies branch from d72afc6 to 623d65a Compare November 27, 2020 09:00
@renovate renovate bot force-pushed the renovate/dependencies branch from 623d65a to 8c9bef3 Compare December 9, 2020 05:52
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 7fcfcbf to 940d011 Compare August 27, 2021 23:23
@renovate renovate bot force-pushed the renovate/dependencies branch from 940d011 to 33b15b6 Compare September 3, 2021 22:50
@renovate renovate bot force-pushed the renovate/dependencies branch from 33b15b6 to 7c13c0c Compare October 18, 2021 20:54
@renovate renovate bot force-pushed the renovate/dependencies branch from 7c13c0c to ef45e9e Compare March 7, 2022 12:40
@renovate renovate bot force-pushed the renovate/dependencies branch from ef45e9e to 6b8ac15 Compare March 26, 2022 15:17
@renovate renovate bot force-pushed the renovate/dependencies branch from 6b8ac15 to 9787633 Compare April 24, 2022 23:41
@renovate renovate bot force-pushed the renovate/dependencies branch from 9787633 to a843e46 Compare May 16, 2022 00:18
@renovate renovate bot force-pushed the renovate/dependencies branch from a843e46 to c00e932 Compare June 18, 2022 15:01
@renovate renovate bot force-pushed the renovate/dependencies branch from c00e932 to 4336a07 Compare November 20, 2022 17:37
@renovate renovate bot force-pushed the renovate/dependencies branch from 4336a07 to a519225 Compare March 17, 2023 04:04
@renovate renovate bot force-pushed the renovate/dependencies branch 2 times, most recently from bae453f to 173612d Compare June 2, 2023 16:27
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 4a46fd1 to 65f9733 Compare July 1, 2023 06:08
@renovate renovate bot force-pushed the renovate/dependencies branch from 65f9733 to 28d7f29 Compare August 3, 2023 10:35
@renovate renovate bot force-pushed the renovate/dependencies branch from 28d7f29 to 61b8670 Compare August 10, 2023 13:58
@renovate renovate bot force-pushed the renovate/dependencies branch from 61b8670 to 1bf96a4 Compare September 6, 2023 12:18
@renovate renovate bot force-pushed the renovate/dependencies branch from 1bf96a4 to 1059b6d Compare September 19, 2023 17:27
@renovate renovate bot force-pushed the renovate/dependencies branch from 1059b6d to 54d9f3e Compare November 21, 2023 16:10
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from fca7fb6 to 943a187 Compare March 22, 2024 07:55
@renovate renovate bot force-pushed the renovate/dependencies branch from 943a187 to b4f0642 Compare April 28, 2024 12:43
@renovate renovate bot force-pushed the renovate/dependencies branch from b4f0642 to 0f5f7ca Compare July 18, 2024 12:57
@renovate renovate bot force-pushed the renovate/dependencies branch from 0f5f7ca to 220b271 Compare August 20, 2024 20:47
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.

0 participants