Kamahl19 / react-starter

Full-featured typescript starter for React application
https://react-starter-kamahl19.vercel.app
MIT License
95 stars 17 forks source link

Update dependency antd to v5.5.2 - autoclosed #1469

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antd (source) 5.5.1 -> 5.5.2 age adoption passing confidence

Release Notes

ant-design/ant-design ### [`v5.5.2`](https://togithub.com/ant-design/ant-design/releases/tag/5.5.2) [Compare Source](https://togithub.com/ant-design/ant-design/compare/5.5.1...5.5.2) - 🐞 Fix ColorPicker hover boundary issue. [#​42669](https://togithub.com/ant-design/ant-design/pull/42669) [@​RedJue](https://togithub.com/RedJue) - 🐞 Fix Menu that `overflowedIndicatorClassName` should not override origin classes. [#​42692](https://togithub.com/ant-design/ant-design/pull/42692) [@​MadCcc](https://togithub.com/MadCcc) - 🐞 Fix Select that in some cases will display the letter `A`. [#​42651](https://togithub.com/ant-design/ant-design/pull/42651) [@​895433995](https://togithub.com/895433995) - 🐞 Fix Card when `cover` is set to Image, hover mask does not have rounded corner attribute, resulting in UI exception. [#​42642](https://togithub.com/ant-design/ant-design/pull/42642) [@​iNeedToCopy](https://togithub.com/iNeedToCopy) - 🐞 Fix Checkbox align with label. [#​42590](https://togithub.com/ant-design/ant-design/pull/42590) [@​MadCcc](https://togithub.com/MadCcc) - 🐞 Fix ConfigProvider makes Form component in the bundle even not use it. [#​42604](https://togithub.com/ant-design/ant-design/pull/42604) - 🐞 Fix InputNumber cannot align well by baseline. [#​42580](https://togithub.com/ant-design/ant-design/pull/42580) - 🐞 Fix spinning icon animation in Badge. [#​42575](https://togithub.com/ant-design/ant-design/pull/42575) [@​MadCcc](https://togithub.com/MadCcc) - 📦 Optimize Form `setFieldsValue` logic to reduce bundle size. [#​42635](https://togithub.com/ant-design/ant-design/pull/42635) - 💄 Optimize ImagePreviewGroup style. [#​42675](https://togithub.com/ant-design/ant-design/pull/42675) [@​kiner-tang](https://togithub.com/kiner-tang) - 💄 Fix Tag borderless style with `error` and other status. [#​42619](https://togithub.com/ant-design/ant-design/pull/42619) [@​li-jia-nan](https://togithub.com/li-jia-nan) - 💄 Fix Table `rowSpan` hover highlight style missing. [#​42572](https://togithub.com/ant-design/ant-design/pull/42572) - 💄 Fix Pagination's link icon and ellipsis hover style when disabled. [#​42541](https://togithub.com/ant-design/ant-design/pull/42541) [@​qmhc](https://togithub.com/qmhc) - 💄 Fix that global token should be able to override component style. [#​42535](https://togithub.com/ant-design/ant-design/pull/42535) [@​MadCcc](https://togithub.com/MadCcc) - 🇱🇹 Add missing i18n for `lt_LT` locale. [#​42664](https://togithub.com/ant-design/ant-design/pull/42664) [@​Digital-512](https://togithub.com/Digital-512) - RTL - 💄 Fix ColorPicker style in RTL mode. [#​42716](https://togithub.com/ant-design/ant-design/pull/42716) [@​RedJue](https://togithub.com/RedJue) - 💄 Fix Anchor track position in RTL mode. [#​42706](https://togithub.com/ant-design/ant-design/pull/42706) [@​qmhc](https://togithub.com/qmhc) *** - 🐞 修复 ColorPicker 组件悬停边界问题。[#​42669](https://togithub.com/ant-design/ant-design/pull/42669) [@​RedJue](https://togithub.com/RedJue) - 🐞 修复 Menu 组件 `overflowedIndicatorClassName` 覆盖了原本的 class 的问题。[#​42692](https://togithub.com/ant-design/ant-design/pull/42692) [@​MadCcc](https://togithub.com/MadCcc) - 🐞 修复 Select 组件在某些情况下显示乱码问题。[#​42651](https://togithub.com/ant-design/ant-design/pull/42651) [@​895433995](https://togithub.com/895433995) - 🐞 修复 Card 组件,当 Image 设置 `cover` 属性时,悬停蒙版没有圆角属性,导致 UI 异常。[#​42642](https://togithub.com/ant-design/ant-design/pull/42642) [@​iNeedToCopy](https://togithub.com/iNeedToCopy) - 🐞 修复 Checkbox 和 label 不对齐的问题。[#​42590](https://togithub.com/ant-design/ant-design/pull/42590) [@​MadCcc](https://togithub.com/MadCcc) - 🐞 修复使用 ConfigProvider 会导致未使用的 Form 组件也被打包的问题。[#​42604](https://togithub.com/ant-design/ant-design/pull/42604) - 🐞 修复 InputNumber 和其他组件无法基线对齐的问题。[#​42580](https://togithub.com/ant-design/ant-design/pull/42580) - 🐞 修复 Badge 组件中旋转的 `icon` 动画。[#​42575](https://togithub.com/ant-design/ant-design/pull/42575) [@​MadCcc](https://togithub.com/MadCcc) - 📦 优化 Form `setFieldsValue` 相关代码以降低打包尺寸。[#​42635](https://togithub.com/ant-design/ant-design/pull/42635) - 💄 优化 Image 组件预览组样式。[#​42675](https://togithub.com/ant-design/ant-design/pull/42675) [@​kiner-tang](https://togithub.com/kiner-tang) - 💄 修复 Tag 无边框样式在 `error` 等状态下不生效的问题。[#​42619](https://togithub.com/ant-design/ant-design/pull/42619) [@​li-jia-nan](https://togithub.com/li-jia-nan) - 💄 修复 Table `rowSpan` 悬浮高亮背景颜色丢失的问题。[#​42572](https://togithub.com/ant-design/ant-design/pull/42572) - 💄 修复 Pagination 在禁用状态下 link 图标和 ellipsis hover 时的样式。[#​42541](https://togithub.com/ant-design/ant-design/pull/42541) [@​qmhc](https://togithub.com/qmhc) - 💄 修复部分全局 Token 无法覆盖组件样式的问题。[#​42535](https://togithub.com/ant-design/ant-design/pull/42535) [@​MadCcc](https://togithub.com/MadCcc) - 🇱🇹 为 `lt_LT` 添加缺失的部分文案。[#​42664](https://togithub.com/ant-design/ant-design/pull/42664) [@​Digital-512](https://togithub.com/Digital-512) - RTL - 💄 修复 ColorPicker 组件 RTL 模式样式。[#​42716](https://togithub.com/ant-design/ant-design/pull/42716) [@​RedJue](https://togithub.com/RedJue) - 💄 修复 Anchor RTL 模式下轨道的位置。[#​42706](https://togithub.com/ant-design/ant-design/pull/42706) [@​qmhc](https://togithub.com/qmhc)

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
react-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2023 6:16am