Skip to content

fix(deps): update all non-major dependencies#136

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
May 10, 2026
Merged

fix(deps): update all non-major dependencies#136
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 10, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@arco-design/web-react (source) ^2.66.14^2.66.15 age confidence
@mui/material (source) ^9.0.0^9.0.1 age confidence
@rsdoctor/rspack-plugin (source) ^1.5.9^1.5.10 age confidence
@types/node (source) ^24.12.2^24.12.3 age confidence
element-plus (source) ^2.13.7^2.14.0 age confidence
i18next (source) ^26.0.9^26.0.10 age confidence
immer ^11.1.7^11.1.8 age confidence
mobx (source) ^6.15.2^6.15.3 age confidence
react-i18next ^17.0.6^17.0.7 age confidence
rolldown (source) ^1.0.0-rc.18^1.0.0 age confidence
terser-webpack-plugin ^5.5.0^5.6.0 age confidence
vite (source) ^8.0.10^8.0.11 age confidence
vue-i18n (source) ^11.4.0^11.4.2 age confidence
vuetify (source) ^4.0.6^4.0.7 age confidence

Release Notes

arco-design/arco-design (@​arco-design/web-react)

v2.66.15

Compare Source

🐛 BugFix
  • Fix the issue where the click event of the close button in the Image.Preview popup bubbles up, causing the parent element's click event to be triggered mistakenly.(#​3178)
  • Fix the scrollbar jitter issue of Tree when using the virtual list inside Modal. After expanding/collapsing nodes or completing loadMore, the problem occurs due to excessive scroll calibration after VirtualList data changes, untimely recalculation of the old virtual viewport state, and automatic scroll compensation caused by browser focus and scroll anchoring affecting virtual DOM reflow.(#​3177)
  • Fix the issue that synchronously measuring and updating the Menu overflow state inside the ResizeObserver callback triggers continuous layout jitter and causes the browser to report a loop error.(#​3176)
  • Fix the issue where form.scrollToField in the Form component throws an invalid selector error and fails to scroll when targeting a field ID that starts with a number or contains special characters.(#​3175)
  • Fix the issue of the InputTag component: when the drag-and-drop sorting capability dragToSort is enabled, the unsaved input content (which has not been confirmed as a tag by pressing Enter) can be dragged directly during input. An error will be thrown after the drag operation is completed.(#​3174)
  • Fix the issue that in the showSearch mode of the Select component, when the Option content is wrapped by HTML tags (such as Tooltip, Popover, div, etc.) and retainInputValue: true is configured, the selected content in the input box will be cleared and not displayed when focusing the dropdown box again after selecting an option.(#​3173)

🐛 问题修复
  • 修复 Image.Preview 弹出层关闭按钮点击事件冒泡,导致误触发父元素的click事件的问题(#​3178)
  • 修复修复 Tree 在 Modal 中使用虚拟列表时,展开/关闭节点或 loadMore 完成后,由于VirtualList 数据变更后的滚动校准过度、旧虚拟窗口状态未及时重算,以及浏览器焦点/scroll anchoring 对虚拟 DOM 重排产生自动滚动补偿导致的滚动条跳动问题(#​3177)
  • 修复ResizeObserver 回调内同步测量并更新 Menu溢出状态,触发连续布局抖动,浏览器上报 loop error问题(#​3176)
  • 修复 Form 组件中form.scrollToField 命中数字开头或含特殊字符的字段 id 时抛出非法选择器错误,滚动失败问题(#​3175)
  • 修复 InputTag 组件,当开启拖拽排序能力dragToSort后,在输入时,输入部分还未按enter保存为tag时,就可以拖拽为保存为tag的输入,拖拽完成后会报错问题(#​3174)
  • 修复在 Select 组件showSearch模式下,如果Option内容被HTML标签(如Tooltip、Popover或div等)包裹,并且设置了retainInputValue: true,在选中选项后再次聚焦下拉框时,输入框内已选中的内容会被清空,不展示已选中内容的问题(#​3173)
mui/material-ui (@​mui/material)

v9.0.1

Compare Source

May 6, 2026

A big thanks to the 25 contributors who made this release possible.

@mui/material@9.0.1
@mui/system@9.0.1
  • [system] Fix theme mutation when using responsive typography shorthand in sx (#​48266) @​tomups
@mui/codemod@9.0.1
@mui/utils@9.0.1
Docs
Core

All contributors of this release in alphabetical order: @​ayushshukla1807, @​brijeshb42, @​chudesno, @​franco-dias, @​hasdfa, @​imazizbohra, @​Janpot, @​JCQuintas, @​joserodolfofreitas, @​LukasTy, @​mapache-salvaje, @​mj12albert, @​mnajdova, @​Mr-Quin, @​nitzan-treg, @​oliviertassinari, @​pavan-sh, @​sai6855, @​sandeshdamkondwar, @​SAY-5, @​silviuaavram, @​siriwatknp, @​starboyvarun, @​tomups, @​ZeeshanTamboli

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.5.10

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsdoctor@V1.5.9...v1.5.10

element-plus/element-plus (element-plus)

v2.14.0

Compare Source

2.14.0

2026-05-08

Features
Bug fixes
Refactors
immerjs/immer (immer)

v11.1.8

Compare Source

Bug Fixes
  • update current and original typings to assert draft value is unwrapped (#​1236) (bf2d154)
i18next/react-i18next (react-i18next)

v17.0.7

Compare Source

  • feat: useTranslation([nsA, nsB, ...]) now passes its full namespace list to getFixedT via the new scopeNs opt (requires i18next ≥ v26.0.10). This makes selector calls with a secondary-namespace prefix resolve correctly under default nsMode: t($ => $.nsB.foo) previously missed silently because the bound ns was the primary string only and i18next's selector rewrite needed an array. Resolution semantics are unchanged — plain t('key') lookups still stay isolated to the primary namespace by default; use nsMode: 'fallback' to opt into multi-ns fallback resolution as before. Fixes i18next#2429 for useTranslation-based callers.
rolldown/rolldown (rolldown)

v1.0.0

Compare Source

🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
⚙️ Miscellaneous Tasks
webpack/minimizer-webpack-plugin (terser-webpack-plugin)

v5.6.0

Compare Source

Minor Changes
  • support array of minimizers for minify and terserOptions (by @​alexander-akait in #​674)

  • add built-in CSS minimizers from css-minimizer-webpack-plugin (by @​alexander-akait in #​674)

  • add built-in HTML minimizers from html-minimizer-webpack-plugin (by @​alexander-akait in #​674)

  • add filter method to minimizers, allowing a single plugin instance to handle multiple asset types (by @​alexander-akait in #​674)

  • terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by @​alexander-akait in #​677)

  • rename terserOptions to minimizerOptions; terserOptions is kept as a deprecated alias (by @​alexander-akait in #​674)

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

vitejs/vite (vite)

v8.0.11

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 merged commit 457940f into main May 10, 2026
10 checks passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch May 10, 2026 21:43
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