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

chore(deps): update dependencies (non-major) #1273

Merged
merged 2 commits into from
May 8, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react ^15.0.6 -> ^15.0.7 age adoption passing confidence
@types/node (source) ^20.12.8 -> ^20.12.10 age adoption passing confidence
antd (source) 5.16.5 -> 5.17.0 age adoption passing confidence
framer-motion ^11.1.7 -> ^11.1.9 age adoption passing confidence
pnpm (source) 9.0.6 -> 9.1.0 age adoption passing confidence

Release Notes

testing-library/react-testing-library (@​testing-library/react)

v15.0.7

Compare Source

ant-design/ant-design (antd)

v5.17.0

Compare Source


  • 🔥🔥🔥 @ant-design/cssinjs StyleProvider 支持配置 layer 统一降级 默认 CSS 优先级。经过降权后,antd 的样式将始终低于默认的 CSS 选择器优先级,以便于用户进行样式覆盖(请务必注意检查 @​layer 浏览器兼容性),详情可见文档#​48229
  • 🆕 Carousel 现在支持 arrows 来开启箭头切换功能。#​48542
  • Form
    • 🛠 Form 依赖的 async-validator 替换为 @rc-component/async-validator,并修复 transform 没有自动检测返回值类型的问题。#​48486 @​crazyair
    • 🆕 Form 新增 inlineMargin token。#​48362 @​CooperHash
    • 🐞 修复 Form 下出现错误时无法滚动到 Upload 组件的问题。#​48211 @​Wxh16144
  • Typography
    • 🆕 Typography.Paragraph 的编辑、复制按钮允许修改 tableIndex#​48567 @​nova1751
    • 🐞 修复 Typography 开启 editable 时会意外触发 focus 行为的问题。#​48741
  • DatePicker
    • 🆕 DatePicker.RangePicker showTime.disabledTime 支持 info.from 以供时间维度的自定义限制能力。#​48625
    • 🐞 修复 DatePicker 关闭时回填 hover 值闪烁的问题。#​48734
  • Drawer
  • Slider
    • 🐞 修复 Slider tooltip={{ open: false }} 时提示框未正确隐藏的问题。#​48708
    • 🐞 修复 Slider tooltip={{ formatter: null }} 无法隐藏 Tooltip 的问题。#​48673 @​wanpan11
  • Button
  • 🆕 ConfigProvider 组件支持 button.autoInsertSpace 属性并废弃 autoInsertSpaceInButton 属性。#​48348 @​li-jia-nan
  • 🆕 TreeSelect 支持 onPopScroll 属性。#​48636 @​wanpan11
  • 🆕 Tabs 新增 more={{ ... }} 属性以支持自定义下拉菜单的属性。#​48321 @​CooperHash
  • 🆕 Flex 组件 wrap 参数支持 boolean 类型。#​48391 @​li-jia-nan
  • 🆕 Input.OTP 组件支持 mask 属性,以自定义遮罩字符。#​48257 @​li-jia-nan
  • 🆕 Alert 组件支持 idref 属性。#​48336 @​li-jia-nan
  • 🆕 Upload 组件 ref.nativeElenent 以支持访问原生元素。#​48210 @​Wxh16144
  • 🐞 修复 List grid 属性值更新后组件未重新渲染的问题。#​48683 @​coderz-w
  • 🐞 修复 Progress tooltip 提示距离太近的问题。#​48686
  • 🐞 修复 QRCode 无法自适应容器大小的问题并移除 bordered={false} 时的默认边距。#​48194 @​thinkasany
  • 🐞 修复 Table 组件设置 fixed={false} 时的某些特殊情况下未正常显示投影的问题。#​1113 @​linxianxi
  • 📖 添加 Table 表格列拖拽排序演示。#​48434 @​GeorgeHcc
  • TypeScript
  • 本地化
framer/motion (framer-motion)

v11.1.9

Compare Source

Changed
  • Reinstating async event handlers to fix issues with user code and Suspence within Framer.

v11.1.8

Compare Source

Fixed
  • Animating between keyframe unit types when one keyframe is 0 and the other is an explicitly defined keyframe, e.g y: ["100%", 0].
pnpm/pnpm (pnpm)

v9.1.0

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 3, 2024
Copy link

vercel bot commented May 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog 🛑 Canceled (Inspect) May 8, 2024 2:33pm

Copy link
Contributor

github-actions bot commented May 3, 2024

Lighthouse Report

🚦 Waiting for the Vercel preview ...

Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.15%. Comparing base (4c4b336) to head (77ff3ac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1273   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files         179      179           
  Lines         859      859           
  Branches       84       87    +3     
=======================================
  Hits          826      826           
+ Misses         32       28    -4     
- Partials        1        5    +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/dependencies branch from ff7bce8 to d2e1de0 Compare May 3, 2024 18:45
@renovate renovate bot changed the title chore(deps): update dependencies (non-major) fix(deps): update dependencies (non-major) May 3, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch from d2e1de0 to e576d4c Compare May 3, 2024 19:17
@renovate renovate bot force-pushed the renovate/dependencies branch from e576d4c to 3c885bc Compare May 3, 2024 19:25
@renovate renovate bot changed the title fix(deps): update dependencies (non-major) fix(deps): update dependency antd to v5.17.0 May 3, 2024
@sabertazimi
Copy link
Owner

It was blocked by ant-design/ant-design#48758.

@renovate renovate bot force-pushed the renovate/dependencies branch from 3c885bc to cbf0f65 Compare May 4, 2024 11:34
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.17.0 fix(deps): update dependencies (non-major) May 4, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch from cbf0f65 to 3c7fd3e Compare May 4, 2024 16:39
@renovate renovate bot force-pushed the renovate/dependencies branch from 3c7fd3e to 47a68eb Compare May 4, 2024 22:20
@renovate renovate bot force-pushed the renovate/dependencies branch from 47a68eb to de449e2 Compare May 5, 2024 08:57
@renovate renovate bot changed the title fix(deps): update dependencies (non-major) fix(deps): update dependency antd to v5.17.0 May 5, 2024
@renovate renovate bot force-pushed the renovate/dependencies branch from de449e2 to a25875b Compare May 6, 2024 10:16
@renovate renovate bot changed the title fix(deps): update dependency antd to v5.17.0 fix(deps): update dependencies (non-major) May 6, 2024
Bump rc-field-form from 2.0.0 to 2.0.1.
@sabertazimi sabertazimi merged commit 765dfdc into main May 8, 2024
13 of 15 checks passed
@sabertazimi sabertazimi deleted the renovate/dependencies branch May 8, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant