chore(deps): update all non-major dependencies#1661
Merged
Conversation
Deploying rslib with
|
| Latest commit: |
a1ecdb7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e3558fc8.rslib.pages.dev |
| Branch Preview URL: | https://renovate-all-non-major.rslib.pages.dev |
d65890d to
c27cdcb
Compare
2 tasks
0fdcb38 to
4381b52
Compare
4381b52 to
a1ecdb7
Compare
Timeless0911
approved these changes
May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.66.14→^2.66.15^2.4.0→^2.5.0^2.4.0→^2.5.0^6.0.11→^6.0.121.59.1→1.60.0^2.11.2→^2.12.0^1.1.1→^1.2.0^1.2.7→^1.2.82.0.11→2.0.12^2.0.11→^2.0.122.0.11→2.0.12^2.0.11→^2.0.122.0.11→2.0.12^2.0.11→^2.0.122.0.11→2.0.122.0.11→2.0.122.0.11→2.0.121.13.3→1.14.2^0.10.0→^0.10.2^0.10.0→^0.10.2^4.0.2→^4.1.0^10.4.0→^10.4.1^10.3.6→^10.4.1^10.4.0→^10.4.1^10.3.6→^10.4.1^10.4.0→^10.4.1^10.3.6→^10.4.1^10.4.0→^10.4.1^10.3.6→^10.4.1^4.2.4→^4.3.0^24.12.2→^24.12.4^19.2.14→^19.2.157.0.0-dev.20260516.1→7.0.0-dev.20260523.1^11.3.4→^11.3.5^10.29.1→^10.29.2^19.2.5→^19.2.6^19.2.5→^19.2.6^1.9.12→^1.9.13^10.4.0→^10.4.1^10.3.6→^10.4.1^3.3.3→^3.3.4^3.3.3→^3.3.4^3.3.3→^3.3.4^4.2.4→^4.3.0^4.22.0→^4.22.3^3.5.33→^3.5.34^3.2.9→^3.3.1^3.2.7→^3.3.1Release Notes
arco-design/arco-design (@arco-design/web-react)
v2.66.15Compare Source
🐛 BugFix
Image.Previewpopup bubbles up, causing the parent element's click event to be triggered mistakenly.(#3178)Treewhen 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)Menuoverflow state inside the ResizeObserver callback triggers continuous layout jitter and causes the browser to report a loop error.(#3176)Formcomponent throws an invalid selector error and fails to scroll when targeting a field ID that starts with a number or contains special characters.(#3175)InputTagcomponent: 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)Selectcomponent, 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)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)module-federation/core (@module-federation/enhanced)
v2.5.0Compare Source
Patch Changes
5d4095d]0716c11]13dce52]41281f4]module-federation/core (@module-federation/rsbuild-plugin)
v2.5.0Compare Source
Patch Changes
5d4095d]0716c11]module-federation/core (@module-federation/storybook-addon)
v6.0.12Patch Changes
5d4095d]0716c11]microsoft/playwright (@playwright/test)
v1.60.0Compare Source
🌐 HAR recording on Tracing
tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same
content,modeandurlFilteroptions asrecordHar. The returned Disposable makes it easy to scope a recording withawait using:🪝 Drop API
New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches
dragenter,dragover, anddropwith a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:🎯 Aria snapshots
page.locator('body').boxesoption on locator.ariaSnapshot() / page.ariaSnapshot() appends each element's bounding box as[box=x,y,width,height], useful for AI consumption.🛑 test.abort()
New test.abort() aborts the currently running test from a fixture, hook, or route handler with an optional message. Use it when you have detected an unrecoverable misuse and want to fail the test right away:
New APIs
Browser, Context and Page
Locators and Assertions
descriptionin page.getByRole() / locator.getByRole() / frame.getByRole() / frameLocator.getByRole() for matching the accessible description.pseudoin expect(locator).toHaveCSS() reads computed styles from::beforeor::after.stylein locator.highlight() applies extra inline CSS to the highlight overlay, plus new page.hideHighlight() to clear all highlights.Network
noDefaultsin browserType.connectOverCDP() disables Playwright's default overrides on the default context (download behavior, focus emulation, media emulation), so attaching to a user's daily-driver browser doesn't disturb its state.Errors and Reporting
line/columnproperties (lineNumber/columnNumberare deprecated).expect(...)matcher failure.workerInfoargument with details about the worker for fixture teardown errors.Test runner
{testFileBaseName}token in testProject.snapshotPathTemplate — file name without extension.workers: 0or negative values.🛠️ Other improvements
npx playwright show-reportaccepts.zipfiles directly — no need to unzip first.repeatEachIndexis shown in the test header when non-zero.Breaking Changes⚠️
Locator.ariaRef()— use the standard locator.ariaSnapshot() pipeline.handleoption onBrowserContext.exposeBindingandPage.exposeBinding.loggeroption onBrowserType.connectandBrowserType.connectOverCDP— use tracing instead.videosPath/videoSize— userecordVideoinstead.Browser Versions
This version was also tested against the following stable channels:
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.12.0Compare Source
This feature release adds RTK usage skills files (via TanStack Intent) exports the RTK Query hook options types for reusability, fixes issues with infinite query status flags and batching handling, and makes some small TS improvements.
Changelog
Skills Files
We've generated agent skill files that are now included in the RTK package itself in a
skillsfolder. They cover using and migrating to modern RTK, client and server state management, and handling side effects. You can point your agent at these skills yourself, or use TanStack Intent to pick them up.TypeScript Improvements
The types for our RTK Query hook options are now exported, which lets you stop using
Parametersto extract those types for use in your own code.The types for listener middleware matchers were tweaked to allow
interface-based type guards, not justtype-based definitions.The internal
IgnorePathstype was renamed toIgnoredPathsfor consistency.We now use the built-in
NoInferutil that comes with TS 5.4+.Fixes
We fixed handling of the
isSuccessstatus flag when switching infinite query cache entries. This should prevent accidental UI flashes that were occurring due to this flag accidentally flipping.We've added a 100ms timeout fallback to the
autoBatchenhancer'srequestAnimationFrametimer. We had several reports thatrAFdidn't work correctly when used in background tabs / opened windows, and that RTK never updated the UI. This should ensure that the updates flush correctly.What's Changed
IgnorePathstype toIgnoredPathsby @Ri5ha6h in #5284NoInferutility type by @aryaemami59 in #5289Full Changelog: reduxjs/redux-toolkit@v2.11.2...v2.12.0
web-infra-dev/rsbuild (@rsbuild/plugin-solid)
v1.2.0Compare Source
See Announcing Rspack 1.2 for more details.
What's Changed
New Features 🎉
publicDir.copyOnBuildto be 'auto' by @chenjiahan in #4299.curas image assets by @chenjiahan in #4327issuerandwithoptions toapi.transformby @9aoy in #4354RsbuildDevServertype by @9aoy in #4368cleanDistPath.keepconfig by @chenjiahan in #4375cleanDistPath.keepRegExp by @chenjiahan in #4390useOriginalUrlResolveroption to disableresolve-url-loaderby @junhea in #4389Performance 🚀
commanderwithcacby @chenjiahan in #4284Bug Fixes 🐞
environmentoption ofcreateRsbuildto be an empty array by @chenjiahan in #4283output.assetsIncludeadds a rule but not exposes public api by @SoonIter in #4385server.corsby default for security reasons by @chenjiahan in #4399Document 📖
@unocss/webpackby @chenjiahan in #4287output.manifest.generateconfig by @chenjiahan in #4290@ng-rsbuild/plugin-angularto plugins list by @chenjiahan in #4322includeandexcludeusages by @chenjiahan in #4360swcReactOptions.refreshoption by @chenjiahan in #4372rewriteUrlsoption by @chenjiahan in #4401Other Changes
static-changedsocket type by @chenjiahan in #4273constructor.nameby @chenjiahan in #4336Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.