Skip to content

chore(deps): update all non-major dependencies#1661

Merged
Timeless0911 merged 1 commit into
mainfrom
renovate/all-non-major
May 25, 2026
Merged

chore(deps): update all non-major dependencies#1661
Timeless0911 merged 1 commit into
mainfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 21, 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
@module-federation/enhanced (source) ^2.4.0^2.5.0 age confidence
@module-federation/rsbuild-plugin (source) ^2.4.0^2.5.0 age confidence
@module-federation/storybook-addon (source) ^6.0.11^6.0.12 age confidence
@playwright/test (source) 1.59.11.60.0 age confidence
@reduxjs/toolkit (source) ^2.11.2^2.12.0 age confidence
@rsbuild/plugin-solid (source) ^1.1.1^1.2.0 age confidence
@rsbuild/plugin-vue (source) ^1.2.7^1.2.8 age confidence
@rspress/core (source) 2.0.112.0.12 age confidence
@rspress/core (source) ^2.0.11^2.0.12 age confidence
@rspress/plugin-algolia (source) 2.0.112.0.12 age confidence
@rspress/plugin-api-docgen (source) ^2.0.11^2.0.12 age confidence
@rspress/plugin-llms (source) 2.0.112.0.12 age confidence
@rspress/plugin-preview (source) ^2.0.11^2.0.12 age confidence
@rspress/plugin-rss (source) 2.0.112.0.12 age confidence
@rspress/plugin-sitemap (source) 2.0.112.0.12 age confidence
@rspress/plugin-twoslash (source) 2.0.112.0.12 age confidence
@rstack-dev/doc-ui 1.13.31.14.2 age confidence
@rstest/adapter-rslib (source) ^0.10.0^0.10.2 age confidence
@rstest/core (source) ^0.10.0^0.10.2 age confidence
@shikijs/transformers (source) ^4.0.2^4.1.0 age confidence
@storybook/addon-docs (source) ^10.4.0^10.4.1 age confidence
@storybook/addon-docs (source) ^10.3.6^10.4.1 age confidence
@storybook/addon-onboarding (source) ^10.4.0^10.4.1 age confidence
@storybook/addon-onboarding (source) ^10.3.6^10.4.1 age confidence
@storybook/react (source) ^10.4.0^10.4.1 age confidence
@storybook/react (source) ^10.3.6^10.4.1 age confidence
@storybook/vue3 (source) ^10.4.0^10.4.1 age confidence
@storybook/vue3 (source) ^10.3.6^10.4.1 age confidence
@tailwindcss/postcss (source) ^4.2.4^4.3.0 age confidence
@types/node (source) ^24.12.2^24.12.4 age confidence
@types/react (source) ^19.2.14^19.2.15 age confidence
@typescript/native-preview (source) 7.0.0-dev.20260516.17.0.0-dev.20260523.1 age confidence
fs-extra ^11.3.4^11.3.5 age confidence
preact (source) ^10.29.1^10.29.2 age confidence
react (source) ^19.2.5^19.2.6 age confidence
react-dom (source) ^19.2.5^19.2.6 age confidence
solid-js (source) ^1.9.12^1.9.13 age confidence
storybook (source) ^10.4.0^10.4.1 age confidence
storybook (source) ^10.3.6^10.4.1 age confidence
storybook-addon-rslib (source) ^3.3.3^3.3.4 age confidence
storybook-react-rsbuild (source) ^3.3.3^3.3.4 age confidence
storybook-vue3-rsbuild (source) ^3.3.3^3.3.4 age confidence
tailwindcss (source) ^4.2.4^4.3.0 age confidence
tsx (source) ^4.22.0^4.22.3 age confidence
vue (source) ^3.5.33^3.5.34 age confidence
vue-tsc (source) ^3.2.9^3.3.1 age confidence
vue-tsc (source) ^3.2.7^3.3.1 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)
module-federation/core (@​module-federation/enhanced)

v2.5.0

Compare Source

Patch Changes
module-federation/core (@​module-federation/rsbuild-plugin)

v2.5.0

Compare Source

Patch Changes
module-federation/core (@​module-federation/storybook-addon)

v6.0.12

Patch Changes
microsoft/playwright (@​playwright/test)

v1.60.0

Compare Source

🌐 HAR recording on Tracing

tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same content, mode and urlFilter options as recordHar. The returned Disposable makes it easy to scope a recording with await using:

await using har = await context.tracing.startHar('trace.har');
const page = await context.newPage();
await page.goto('https://playwright.dev');
// HAR is finalized when `har` goes out of scope.

🪝 Drop API

New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches dragenter, dragover, and drop with a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:

await page.locator('#dropzone').drop({
  files: { name: 'note.txt', mimeType: 'text/plain', buffer: Buffer.from('hello') },
});

await page.locator('#dropzone').drop({
  data: {
    'text/plain': 'hello world',
    'text/uri-list': 'https://example.com',
  },
});

🎯 Aria snapshots

🛑 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:

test('does not publish to the shared page', async ({ page }) => {
  await page.route('**/publish', route => {
    test.abort('Tests must not publish to the shared page. Use the `clone` option.');
    return route.abort();
  });
  // ...
});

New APIs

Browser, Context and Page
Locators and Assertions
Network
  • webSocketRoute.protocols() returns the WebSocket subprotocols requested by the page.
  • New option noDefaults in 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
Test runner
  • New {testFileBaseName} token in testProject.snapshotPathTemplate — file name without extension.
  • Test runner now errors when a config tries to override a non-option fixture, and rejects workers: 0 or negative values.

🛠️ Other improvements

  • HTML reporter:
    • npx playwright show-report accepts .zip files directly — no need to unzip first.
    • Steps that contain attachments inside nested children show an indicator on the parent step.
    • The repeatEachIndex is shown in the test header when non-zero.
  • Trace Viewer adds a pretty-print toggle for JSON / form request and response bodies in the network details panel.

Breaking Changes ⚠️

  • Removed long-deprecated APIs:
    • Locator.ariaRef() — use the standard locator.ariaSnapshot() pipeline.
    • handle option on BrowserContext.exposeBinding and Page.exposeBinding.
    • logger option on BrowserType.connect and BrowserType.connectOverCDP — use tracing instead.
    • Context options videosPath / videoSize — use recordVideo instead.

Browser Versions

  • Chromium 148.0.7778.96
  • Mozilla Firefox 150.0.2
  • WebKit 26.4

This version was also tested against the following stable channels:

  • Google Chrome 147
  • Microsoft Edge 147
reduxjs/redux-toolkit (@​reduxjs/toolkit)

v2.12.0

Compare 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 skills folder. 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 Parameters to extract those types for use in your own code.

The types for listener middleware matchers were tweaked to allow interface-based type guards, not just type-based definitions.

The internal IgnorePaths type was renamed to IgnoredPaths for consistency.

We now use the built-in NoInfer util that comes with TS 5.4+.

Fixes

We fixed handling of the isSuccess status 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 autoBatch enhancer's requestAnimationFrame timer. We had several reports that rAF didn'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

Full Changelog: reduxjs/redux-toolkit@v2.11.2...v2.12.0

web-infra-dev/rsbuild (@​rsbuild/plugin-solid)

v1.2.0

Compare Source

See Announcing Rspack 1.2 for more details.

What's Changed

New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 May 21, 2026

Deploying rslib with  Cloudflare Pages  Cloudflare Pages

Latest commit: a1ecdb7
Status: ✅  Deploy successful!
Preview URL: https://e3558fc8.rslib.pages.dev
Branch Preview URL: https://renovate-all-non-major.rslib.pages.dev

View logs

@renovate renovate Bot force-pushed the renovate/all-non-major branch from d65890d to c27cdcb Compare May 21, 2026 06:00
@renovate renovate Bot force-pushed the renovate/all-non-major branch 8 times, most recently from 0fdcb38 to 4381b52 Compare May 24, 2026 09:43
@renovate renovate Bot force-pushed the renovate/all-non-major branch from 4381b52 to a1ecdb7 Compare May 25, 2026 03:27
@Timeless0911 Timeless0911 merged commit 2fd015a into main May 25, 2026
13 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-non-major branch May 25, 2026 04:07
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