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

pkg: Update all non-major dependencies #2854

Merged
merged 1 commit into from
Oct 15, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@anansi/cli 3.0.18 -> 3.0.19 age adoption passing confidence
@tsconfig/docusaurus 2.0.1 -> 2.0.2 age adoption passing confidence
@types/node (source) 20.8.3 -> 20.8.6 age adoption passing confidence
@types/react (source) 18.2.25 -> 18.2.28 age adoption passing confidence
@types/react-dom (source) 18.2.11 -> 18.2.13 age adoption passing confidence
antd (source) 5.9.4 -> 5.10.0 age adoption passing confidence
react-native (changelog) 0.72.5 -> 0.72.6 age adoption passing confidence

Release Notes

tsconfig/bases (@​tsconfig/docusaurus)

v2.0.2

Compare Source

ant-design/ant-design (antd)

v5.10.0

Compare Source

  • 🔥 New component Flex, used to set flexible layout. #​44362
  • 🔥 Notification component supports stack configuration. By default, more than three notifications will be stacked. #​44618
  • 🔥 Update the active styles of Input, InputNumber, Select, Cascader, TreeSelect, DatePicker, and ColorPicker. #​45009
  • 🆕 Watermark supports setting the text alignment direction through textAlign. #​44888 @​Yuiai01
  • 🆕 Slider supports any number of nodes and migrates xxxStyles to semantic styles and classNames properties. #​45000
  • 🆕 Cascader supports the Cascader.Panel component for inline use. #​45089
  • 🆕 Tooltip adds fresh attribute to support scenarios where content still needs to be updated when closed. #​45020
  • 🆕 Drawer supports customizing the className of built-in modules through classNames. #​44935
  • 🆕 ConfigProvider supports the warning attribute to configure warning levels (e.g. filter out deprecated API warnings). #​44809
  • Modal
    • 🆕 Modal supports customizing the className of built-in modules through classNames. #​44934
    • 🐞 Fixed the content overflow problem when Modal.confirm description is a long text. #​45212
  • 🐞 Fix the problem that the nested Typography of Menu.Item cannot be vertically centered when ellipsis is true. #​41146 @​Yuiai01
  • 🐞 Fix Select internal input not being able to apply fontFamily. #​45197 @​Yuiai01
  • 🐞 Fix InputNumber border issue when using addonBefore in Space.Compact. #​45004 @​Yuiai01
  • 🐞 Fix the problem that Tag.CheckableTag does not support ref. #​45164 @​mingming-ma
  • 🐞 Fixed the issue where the font in the Avatar.Group component does not support responsiveness. #​34722 @​laishiwen
  • 🛠 Refactor Affix into a functional component. #​42674
  • 🛠 The Popover component deprecates the minWidth component token and adds titleMinWidth as a replacement. #​44750
  • 🌈 Token
    • 🆕 Input adds hoverBg activeBg token to set the input box hover and activation background color. #​44752 @​Pan-yongyong
    • 🆕 Descriptions Added titleColor and contentColor to set the title color and content area text color. #​44729 @​Child-qjj
    • 🐞 Fixed the issue where the Input component Token addonBg is invalid. #​45222
  • TypeScript
    • 🤖 The ArgsProps type for exported Notification is NotificationArgsProps. #​45147
  • 🌐 Locales

  • 🔥 新增 Flex 组件,用于设置弹性布局。#​44362
  • 🔥 Notification 组件支持 stack 配置,默认超过三个以上的提示会堆叠起来。#​44618
  • 🔥 更新 Input、InputNumber、Select、Cascader、TreeSelect、DatePicker、ColorPicker 的激活态样式。#​45009
  • 🆕 Watermark 支持通过 textAlign 设置文本对齐方向。#​44888 @​Yuiai01
  • 🆕 Slider 支持任意节点数并且将 xxxStyle 迁移至语义化 stylesclassNames 属性中。#​45000
  • 🆕 Cascader 支持 Cascader.Panel 组件供内联使用。#​45089
  • 🆕 Tooltip 添加 fresh 属性以支持在关闭时仍然需要更新内容的场景。#​45020
  • 🆕 Drawer 支持通过 classNames 自定义内置模块的 className#​44935
  • 🆕 ConfigProvider 支持 warning 属性以配置警告等级(如过滤掉废弃 API 警告)。#​44809
  • Modal
    • 🆕 Modal 支持通过 classNames 自定义内置模块的 className#​44934
    • 🐞 修复 Modal.confirm description 是长文本时的内容溢出问题。#​45212
  • 🐞 修复 Menu.Item 嵌套的 Typography 其 ellipsis 为 true 时无法垂直居中的问题。#​41146 @​Yuiai01
  • 🐞 修复 Select 内部 input 无法应用 fontFamily 的问题。#​45197 @​Yuiai01
  • 🐞 修复 InputNumber 在 Space.Compact 中使用 addonBefore 时的边框问题。#​45004 @​Yuiai01
  • 🐞 修复 Tag.CheckableTag 不支持 ref 的问题。#​45164 @​mingming-ma
  • 🐞 修复 Avatar.Group 组件内的字体不支持响应式的问题。#​34722 @​laishiwen
  • 🛠 重构 Affix 为函数组件。#​42674
  • 🛠 Popover 组件废弃 minWidth 组件 token,并添加 titleMinWidth 作为替代。#​44750
  • 🌈 Token
    • 🆕 Input 新增 hoverBg activeBg token 用以设置输入框 hover 和 激活时背景颜色。#​44752 @​Pan-yongyong
    • 🆕 Descriptions 新增 titleColor contentColor 用以设置标题颜色和内容区域文字颜色。#​44729 @​Child-qjj
    • 🐞 修复 Input 组件 Token addonBg 失效的问题。#​45222
  • TypeScript
    • 🤖 导出 Notification 的 ArgsProps 类型为 NotificationArgsProps。#​45147
  • 🌐 国际化
facebook/react-native (react-native)

v0.72.6: 0.72.6

Compare Source

Fixed
  • Fix a potential bug in EventEmitter when used with certain Babel configurations that incorrectly polyfill the spread operator for iterables (9b3bd63723 by @​yungsters)
iOS specific

You can participate in the conversation on the status of this release in this discussion


To help you upgrade to this version, you can use the upgrade helper ⚛️


You can find the whole changelog history in the changelog.md file.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Oct 15, 2023

⚠️ No Changeset found

Latest commit: 12606e6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f25348b) 98.58% compared to head (12606e6) 98.58%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2854   +/-   ##
=======================================
  Coverage   98.58%   98.58%           
=======================================
  Files         116      116           
  Lines        1907     1907           
  Branches      277      277           
=======================================
  Hits         1880     1880           
  Misses         14       14           
  Partials       13       13           

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c7bfec to 12606e6 Compare October 15, 2023 09:16
@ntucker ntucker enabled auto-merge October 15, 2023 09:16
@ntucker ntucker added this pull request to the merge queue Oct 15, 2023
Merged via the queue into master with commit 17c3377 Oct 15, 2023
5 checks passed
@ntucker ntucker deleted the renovate/all-minor-patch branch October 15, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant