Skip to content

Update dependencies (major) - #78

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-dependencies
Open

Update dependencies (major)#78
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-dependencies

Conversation

@renovate

@renovate renovate Bot commented May 20, 2020

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ant-design/icons (source) 4.0.36.3.4 age confidence
antd (source) 4.0.46.6.3 age confidence
react (source) 16.13.119.2.8 age confidence
react-dom (source) 16.13.119.2.8 age confidence
react-image 2.4.04.1.0 age confidence
react-router (source) 5.1.28.3.1 age confidence
react-router-dom (source) 5.1.27.18.3 age confidence
styled-components (source) 5.0.16.5.3 age confidence

Release Notes

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

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

v6.2.5

Compare Source

v5.4.0

Compare Source

v5.3.7

Compare Source

v5.3.6

Compare Source

v5.3.5

Compare Source

v5.3.4

Compare Source

v5.3.3

Compare Source

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

v5.1.4

Compare Source

v5.1.3

Compare Source

v5.1.2

Compare Source

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

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)

v6.6.3

Compare Source


v6.6.2

Compare Source

  • ♿ Improve Progress, Steps, and Tooltip accessibility by avoiding redundant SVG announcements, triggering Steps item onClick on keyboard activation, and preserving existing Tooltip aria-describedby relationships. #​59139 @​github-actions
  • 🐞 Fix numeric 0 content rendering across Alert, Empty, Card, Tag, Breadcrumb, Segmented, FloatButton, Form.Item, and Statistic. #​59117 #​59094 #​59079 #​59101 @​bhumin18 @​QDyanbing @​dogledogle
  • 🤖 Fix Alert global closable and Select and AutoComplete onPopupVisibleChange type definitions incorrectly exposing unsupported callbacks or props. #​59100 #​59142 @​QDyanbing
  • Menu
  • Transfer
    • 🐞 Fix Transfer select-all checkbox remaining enabled when all search results are disabled. #​59121 @​QDyanbing
    • 🐞 Fix Transfer rendering no items after filtered data is restored from an empty result. #​59074 @​biubiukam
  • Table
    • 🐞 Fix Table sortable columns not invoking custom onKeyDown handlers for keys other than Enter. #​59078 @​QDyanbing
    • 🐞 Fix Table triggering filterDropdownProps.onOpenChange(false) twice when closing the built-in filter dropdown. #​59023 @​thlovey
  • Tree
    • 🐞 Fix Tree.DirectoryTree failing to expand or select nodes when expandedKeys or selectedKeys is explicitly undefined. #​59076 @​giaBaoJS
    • 🐞 Fix Tree.DirectoryTree Shift range selection when starting from a node whose key is numeric 0. #​59029 @​QDyanbing
  • List
  • 🐞 Fix Checkbox.Group disabled={false} failing to override the global disabled state for JSX children. #​59109 @​QDyanbing
  • 🐞 Fix Upload leaving hidden canvas elements in the DOM after generating GIF previews. #​59137 @​dogledogle
  • 🐞 Fix Notification close buttons unintentionally submitting enclosing forms. #​59126 @​nrps9909
  • 🐞 Fix Drawer header action area not rendering when only the extra prop is provided. #​59089 @​dogledogle
  • 🐞 Fix Grid Row retaining stale align and justify classes after the props are removed or responsive breakpoints stop matching. #​59066 @​QDyanbing
  • 🐞 Fix Tag.CheckableTag local style being overridden by ConfigProvider tag.style. #​59087 @​QDyanbing
  • ♿ Improve Steps accessibility by hiding decorative panel arrows from assistive technology. #​59105 @​nrps9909
  • ♿ Improve Skeleton.Image accessibility by hiding its decorative placeholder graphic from assistive technology. #​59107 @​nrps9909
  • 🐞 Fix Descriptions resetting item state after reordering an item with key: 0. #​59064 @​QDyanbing
  • 🐞 Fix Cascader and Cascader.Panel showing the default empty state when notFoundContent is null. #​59028 @​QDyanbing
  • 🐞 Fix Watermark throwing an error when content is undefined. #​59077 @​VamoBao
  • 📖 Fix component LLMs links on website mirrors and local deployments. #​59062 @​QDyanbing

  • ♿ 优化 Progress、Steps 和 Tooltip 的无障碍体验,避免进度条 SVG 被重复朗读,确保键盘激活 Steps 项目时触发 onClick,并保留 Tooltip 已有的 aria-describedby 关联。#​59139 @​github-actions
  • 🐞 修复 Alert、Empty、Card、Tag、Breadcrumb、Segmented、FloatButton、Form.Item 和 Statistic 无法正确渲染数值 0 内容的问题。#​59117 #​59094 #​59079 #​59101 @​bhumin18 @​QDyanbing @​dogledogle
  • 🤖 修复 Alert 全局 closable、Select 和 AutoComplete 的 onPopupVisibleChange 类型定义错误暴露不支持回调或属性的问题。#​59100 #​59142 @​QDyanbing
  • Menu
  • Transfer
    • 🐞 修复 Transfer 搜索结果全部为禁用项时“全选”复选框仍可用的问题。#​59121 @​QDyanbing
    • 🐞 修复 Transfer 从空过滤结果恢复数据后不显示列表项的问题。#​59074 @​biubiukam
  • Table
    • 🐞 修复 Table 可排序列不触发非 Enter 键自定义 onKeyDown 回调的问题。#​59078 @​QDyanbing
    • 🐞 修复 Table 关闭内置筛选面板时重复触发 filterDropdownProps.onOpenChange(false) 的问题。#​59023 @​thlovey
  • Tree
    • 🐞 修复 Tree.DirectoryTree 的 expandedKeysselectedKeys 显式传入 undefined 时无法展开或选择的问题。#​59076 @​giaBaoJS
    • 🐞 修复 Tree.DirectoryTree 从 key 为数值 0 的节点开始时 Shift 范围选择失效的问题。#​59029 @​QDyanbing
  • List
  • 🐞 修复 Checkbox.Group disabled={false} 在 JSX 子节点场景下无法覆盖全局禁用状态的问题。#​59109 @​QDyanbing
  • 🐞 修复 Upload 生成 GIF 预览后在 DOM 中遗留隐藏 canvas 元素的问题。#​59137 @​dogledogle
  • 🐞 修复 Notification 关闭按钮意外提交外层表单的问题。#​59126 @​nrps9909
  • 🐞 修复 Drawer 仅设置 extra 属性时头部操作区不渲染的问题。#​59089 @​dogledogle
  • 🐞 修复 Grid Row 在移除 alignjustify 属性或响应式断点不再匹配后仍保留旧对齐类名的问题。#​59066 @​QDyanbing
  • 🐞 修复 Tag.CheckableTag 局部 style 被 ConfigProvider tag.style 覆盖的问题。#​59087 @​QDyanbing
  • ♿ 优化 Steps 无障碍体验,对辅助技术隐藏面板中的装饰箭头。#​59105 @​nrps9909
  • ♿ 优化 Skeleton.Image 无障碍体验,对辅助技术隐藏装饰性占位图形。#​59107 @​nrps9909
  • 🐞 修复 Descriptions 重排 key: 0 的条目后内容状态被重置的问题。#​59064 @​QDyanbing
  • 🐞 修复 Cascader 和 Cascader.Panel 的 notFoundContentnull 时仍显示默认空状态的问题。#​59028 @​QDyanbing
  • 🐞 修复 Watermark 的 contentundefined 时抛出错误的问题。#​59077 @​VamoBao
  • 📖 修复组件 LLMs 链接在网站镜像与本地部署中无法正确加载的问题。#​59062 @​QDyanbing

v6.6.1

Compare Source


Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • 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 May 20, 2020
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from c1a840c to 52b9d45 Compare July 1, 2020 04:57
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 52b9d45 to 7d1b82c Compare August 25, 2020 01:54
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 7d1b82c to 5836d25 Compare October 27, 2020 13:53
@renovate renovate Bot changed the title Update dependency react-image to v4 Update dependencies (major) Oct 27, 2020
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 5836d25 to 703946f Compare December 20, 2020 06:18
@renovate renovate Bot changed the title Update dependencies (major) fix(deps): update dependencies (major) Dec 20, 2020
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 703946f to 2192187 Compare April 26, 2021 16:18
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 2192187 to 3606271 Compare March 7, 2022 12:45
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 3606271 to f56ca13 Compare April 24, 2022 23:44
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from f56ca13 to 3aa44ac Compare May 16, 2022 00:21
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 3aa44ac to 0ee8978 Compare June 18, 2022 15:05
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 0ee8978 to 8fa4799 Compare November 20, 2022 17:41
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 8fa4799 to e6baf36 Compare March 17, 2023 04:05
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 23d2819 to 23a8221 Compare March 30, 2023 03:53
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 23a8221 to 1bc9b1b Compare April 3, 2023 11:34
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 1bc9b1b to 845069f Compare April 17, 2023 09:57
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 4119b51 to c344d23 Compare May 30, 2023 07:12
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 4 times, most recently from fc39e68 to 57c456e Compare June 8, 2023 20:38
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 2 times, most recently from d52d128 to aac9a52 Compare June 19, 2023 09:57
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 3 times, most recently from bd618ed to bc50455 Compare June 28, 2023 04:48
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from c2c05c7 to c109980 Compare July 24, 2023 16:46
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 6 times, most recently from 04cd217 to bd70b65 Compare August 5, 2023 10:29
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 2 times, most recently from 7273cfa to 3615b01 Compare August 11, 2023 09:03
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 3615b01 to 9a614d0 Compare August 18, 2023 12:47
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 122ded4 to 58fce00 Compare September 2, 2023 15:05
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 3 times, most recently from c340aa9 to 0898322 Compare September 15, 2023 10:16
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 2 times, most recently from f33cb56 to 64d68fa Compare September 25, 2023 07:51
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 64d68fa to a1fbe44 Compare September 28, 2023 09:45
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 5 times, most recently from 346a5d6 to d059b98 Compare October 16, 2023 17:03
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from d059b98 to 8318b1f Compare October 20, 2023 18:36
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch 3 times, most recently from 2e5c87f to 4da0446 Compare November 3, 2023 16:23
@renovate
renovate Bot force-pushed the renovate/major-dependencies branch from 4da0446 to 5cbdad0 Compare November 8, 2023 06:43
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