Skip to content

Update all non-major dependencies#13

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#13
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 30, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 22.10.122.19.19 age confidence
@types/react (source) 18.3.1018.3.29 age confidence
@types/react-dom (source) 18.3.018.3.7 age confidence
antd (source) 5.21.15.29.3 age confidence
axios (source) 1.7.71.16.1 age confidence
dayjs (source) 1.11.131.11.20 age confidence
echarts (source) 5.5.15.6.0 age confidence
workbox-background-sync (source) 7.1.07.4.1 age confidence
workbox-broadcast-update (source) 7.1.07.4.1 age confidence
workbox-cacheable-response (source) 7.1.07.4.1 age confidence
workbox-core (source) 7.1.07.4.1 age confidence
workbox-expiration (source) 7.1.07.4.1 age confidence
workbox-google-analytics (source) 7.1.07.4.1 age confidence
workbox-navigation-preload (source) 7.1.07.4.1 age confidence
workbox-precaching (source) 7.1.07.4.1 age confidence
workbox-range-requests (source) 7.1.07.4.1 age confidence
workbox-routing (source) 7.1.07.4.1 age confidence
workbox-strategies (source) 7.1.07.4.1 age confidence
workbox-streams (source) 7.1.07.4.1 age confidence

Release Notes

ant-design/ant-design (antd)

v5.29.3

Compare Source


v5.29.2

Compare Source

  • 🐞 Fix notification background colors incorrect when cssVar is disabled. #​56133 @​afc163
  • 🐞 Raise Breadcrumb link style priority to avoid being overridden by global styles (v5). #​56139 @​guoyunhe
  • 🐞 Fix Input.Search should not warn about deprecated addonAfter. #​55806 @​zombieJ
  • 🐞 Fix Splitter failing to fill its container when the sum of panel proportions is not 1. #​56217 @​zombieJ

  • 🐞 修复关闭 cssVar 时 notification 背景色异常的问题。#​56133 @​afc163
  • 🐞 提升 Breadcrumb 链接样式的优先级以避免被全局样式覆盖。#​56139 @​guoyunhe
  • 🐞 修复 Input.Search 会报 addonAfter 已经废弃的警告信息的问题。#​55806 @​zombieJ
  • 🐞 修复 Splitter 在 Panel 总占比不为 1 时出现占不满的情况。 #​56217 @​zombieJ

v5.29.1

Compare Source


v5.29.0

Compare Source

  • 🆕 InputNumber component deprecates addonAfter and addonBefore props, use Space.Compact instead. #​55505 @​EmilyyyLiu
  • ⌨️ Improve Drawer accessibility by adding aria-labelledby when a title is present. #​55697 @​rxy001
  • 🌐 Fixed spacing in Korean localization for “복사됨” message. #​55672 @​rapsealk

  • 🆕 InputNumber 组件废弃 addonAfteraddonBefore 属性,使用 Space.Compact 替换。 #​55505 @​EmilyyyLiu
  • ⌨️ 优化 Drawer 组件的可访问性,存在标题时的属性 aria-labelledby#​55697 @​rxy001
  • 🌐 修复韩语本地化中“복사됨”文本的空格规则问题。#​55672 @​rapsealk

v5.28.1

Compare Source

  • Carousel
  • 🐞 Fix Descriptions where content style wrongly used labelStyle. #​55572 @​li-jia-nan
  • 💄 Adjust the height of the Select component to 32px when variant="underlined". #​55607 @​ustcfury
  • 💄 When the underlined property is enabled for the Input component, the border color changes on mouse hover. #​55609 @​ustcfury
  • 🛠 Flex gap prop support number type. #​55591 @​ayangweb
  • 🌐 Add missing TimePicker translations for locales: ar_EG, en_GB, gl_ES, bg_BG, ca_ES, cs_CZ, el_GR, es_ES, eu_ES, fi_FI, he_IL, hu_HU, is_IS, kn_IN, kmr_IQ, lv_LV, mk_MK, mn_MN, ms_MY, pl_PL, pt_BR, pt_PT, ro_RO, sk_SK, sl_SI, sv_SE, ta_IN, th_TH, zh_TW, et_EE. #​55656 @​li-jia-nan

  • Carousel
  • 🐞 修复 Popconfirm 在 actionFn 出错时未重置 ref 的问题。#​55519 @​Taoister39
  • 🐞 修复 Descriptions 组件内容样式错误使用 labelStyle 的问题。#​55572 @​li-jia-nan
  • 💄 修正 underlined 变体的 Select 组件高度为 32px。#​55607 @​ustcfury
  • 💄 为 underlined 变体的 Input 组件补全 hover 边框颜色样式。#​55609 @​ustcfury
  • 🛠 Flex gap 属性支持 number 类型。#​55591 @​ayangweb
  • 🌐 补充 TimePicker 多语言翻译,覆盖以下语言:ar_EG、en_GB、gl_ES、bg_BG、ca_ES、cs_CZ、el_GR、es_ES、eu_ES、fi_FI、he_IL、hu_HU、is_IS、kn_IN、kmr_IQ、lv_LV、mk_MK、mn_MN、ms_MY、pl_PL、pt_BR、pt_PT、ro_RO、sk_SK、sl_SI、sv_SE、ta_IN、th_TH、zh_TW、et_EE。#​55656 @​li-jia-nan

v5.28.0

Compare Source

v5.27.6

Compare Source

  • Table
    • 🐞 Fix Table pagination.align is not working. #​55316
    • 🛠 Add Table missing useMemo capability to spinProps. #​55344
  • 🛠 Refactor Modal useMemo of ConfirmDialog to resolve useMemo invalid where Object.values ​​generates a new array. #​55376
  • TypeScript
    • 🤖 Add ConfigProvider the Window type definition in getTargetContainer of . #​55313
    • 🤖 Add ConfigProvider the ShadowRoot type definition in getTargetContainer and getPopupContainer. #​55278 @​leshalv
    • 🤖 Improve Modal type definition. #​55371

  • Table
    • 🐞 修复 Table pagination.align 属性失效的问题。#​55316
    • 🛠 补充 Table 中 spinProps 的 useMemo 缺失能力。#​55344
  • 🛠 重构 Modal 中 ConfirmDialog 的 useMemo,以解决 Object.values 生成新数组导致 useMemo 失效的问题。#​55376
  • TypeScript
    • 🤖 补充 ConfigProvider getTargetContainerWindow 类型定义。#​55313
    • 🤖 补充 ConfigProvider 的 getTargetContainergetPopupContainerShadowRoot 类型定义。#​55278 @​leshalv
    • 🤖 优化 Modal 中类型定义。#​55371

v5.27.5

Compare Source


v5.27.4

Compare Source

  • Table
  • 🐞 Fix Button where the padding of icon-only was affected by the theme. #​54970 @​guoyunhe
  • 🐞 Fix Splitter minSize and maxSize not taking effect on initial mount in uncontrolled mode. #​54939 @​zombieJ
  • 🐞 Fix Switch wave effect compatibility with Tailwind CSS disabled variant. #​54933 @​Jiyur
  • 🐞 Fix Input.Search hover color changes for the border and icon when the search button is disabled. #​54892 @​Jiyur

  • Table
    • 🐞 修复 Table 在使 sticky 表头或设置 scroll.y 时,筛选下拉与 Tooltip 重复显示的问题。#​54910 @​afc163
    • 🐞 修复 Table 表头在首次加载时未正确渲染的问题。#​54910 @​afc163
    • 🐞 修复 Table 在启用 scroll.x 时,固定列的对齐问题。#​54899 @​afc163
  • 🐞 修复 Button 仅图标(icon-only)按钮的内边距受主题影响的问题。 #​54970 @​guoyunhe
  • 🐞 修复 Splitter 在非受控模式下初次挂载时,minSizemaxSize 未生效的问题。#​54939 @​zombieJ
  • 🐞 修复 Switch 波纹效果与 Tailwind CSS disabled 变体的兼容性问题。#​54933 @​Jiyur
  • 🐞 修复 Input.Search 在搜索按钮为 disabled 时,悬停仍会导致边框和图标变色的问题。#​54892 @​Jiyur

v5.27.3

Compare Source


v5.27.2

Compare Source


v5.27.1

Compare Source


v5.27.0

Compare Source


v5.26.7

Compare Source

  • 🐞 Fixed Card tabBarExtraContent typing to support both React.ReactNode and { left?: React.ReactNode; right?: React.ReactNode } using TabBarExtraContent from rc-tabs. #​54470 @​pueding
  • 🐞 Fixed the issue where the cursor position was incorrect after pasting text into TextArea. #​72 @​QdabuliuQ
  • ⚡️ Optimized the size of the Result component icon. #​54455 @​765477020
  • ⚡️ Optimized the calculation performance of internal methods of Dropdown, Tooltip, Tour. #​54443 Meet-student
  • TypeScript

  • 🐞 修复 Card 的 tabBarExtraContent 类型定义,仅支持 React.ReactNode 的问题。现在支持完整的 rc-tabs 类型,包括 { left?: React.ReactNode; right?: React.ReactNode }#​54470 @​pueding
  • 🐞 修复了 TextArea 在 Firefox 浏览器下粘贴文本后光标位置错误的问题。#​72 @​QdabuliuQ
  • ⚡️ 优化了 Result 组件的图标的体积。#​54455 @​765477020
  • ⚡️ 优化了 Dropdown、Tooltip、Tour 等弹层类组件的内部方法的计算性能。#​54443 Meet-student
  • TypeScript

v5.26.6

Compare Source


v5.26.5

Compare Source


v5.26.4

Compare Source


v5.26.3

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Sep 30, 2024

Deploying my-weather-app with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4cba880
Status: ✅  Deploy successful!
Preview URL: https://c58e39d5.my-weather-app-5gi.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.my-weather-app-5gi.pages.dev

View logs

@renovate renovate Bot changed the title Update dependency antd to v5.21.2 Update all non-major dependencies Oct 2, 2024
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0827f38 to aaf9663 Compare October 9, 2024 13:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 398f8ca to d6f2037 Compare October 17, 2024 02:22
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 113fd9c to 2d1adfe Compare October 25, 2024 17:21
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from af9e0e1 to 8997c4a Compare October 29, 2024 17:44
@renovate renovate Bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Oct 31, 2024
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ac292a9 to fd35633 Compare November 3, 2024 04:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9a898a2 to 09c8927 Compare November 13, 2024 16:32
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9c9148b to 3de0ebd Compare November 25, 2024 21:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ab0652a to fa0ced1 Compare December 4, 2024 08:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 899e3b2 to f973bb1 Compare December 28, 2024 10:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f0f8267 to ff665fc Compare January 6, 2025 10:41
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a68780d to 6e28d75 Compare January 16, 2025 01:17
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e9c3807 to 52aa627 Compare January 23, 2025 20:43
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 384c2eb to aa1e398 Compare February 4, 2025 01:31
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1df1085 to c57569e Compare February 11, 2025 10:09
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 993ed89 to 4053362 Compare February 17, 2025 10:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 73f4b64 to 36cf0fc Compare February 28, 2025 22:29
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6f94240 to ee08146 Compare March 3, 2025 20:15
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.

0 participants