Skip to content

chore(deps): bump the web-minor-and-patch group across 1 directory with 3 updates - #110

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/web-minor-and-patch-1ef1c8bb9f
Open

chore(deps): bump the web-minor-and-patch group across 1 directory with 3 updates#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/web/web-minor-and-patch-1ef1c8bb9f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the web-minor-and-patch group with 3 updates in the /web directory: @arco-design/web-react, zustand and @testing-library/user-event.

Updates @arco-design/web-react from 2.66.11 to 2.66.16

Release notes

Sourced from @​arco-design/web-react's releases.

2.66.16

🐛 BugFix

  • Fix the left border logic of the action column to resolve missing or redundant border lines.(#3193)
  • Fix a Trigger positioning issue where horizontal bounds inside a custom container could be miscalculated because the popup itself inflated the container width.(#3192)

🐛 问题修复

  • 修复 Table 组件操作列左边线判断,解决部分边线缺失或者多余问题(#3193)
  • 修复 Trigger 在自定义容器中计算横向边界时,因弹层撑大容器宽度导致定位异常的问题。(#3192)

2.66.15

🐛 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)

2.66.14

🆕 Feature

  • The built-in search of the Select component supports matching string label values, reducing user customization costs.(#3171)
  • Add configuration capability for the word count position of Input.TextArea, supporting displaying the count text of showWordLimit below the input box. This resolves issues such as overlapping count text with input content and failure to meet expected display requirements in business scenarios.(#3170)
  • Add a disabled parameter to the children function of the Radio component to support the requirement of displaying different content when the Radio is in a disabled state.(#3163)

🐛 BugFix

... (truncated)

Commits
  • fbf2ec0 Release version 2.66.16
  • dccbace fix(Table): 修复操作列左边线判断
  • 7061197 fix(Trigger): 修复弹层横向边界计算
  • 79516ee Release version 2.66.15
  • a970723 fix(Form): 修复Form组件中form.scrollToField 命中数字开头或含特殊字符的字段 id 时抛出非法选择器错误,滚动失败问题 (...
  • 5f4cc22 fix(Image): 修复关闭预览时触发父元素点击事件的问题 (#3178)
  • 032b8da fix(Tree): 修复修复 Tree 在 Modal 中使用虚拟列表时,展开/关闭节点或 loadMore 完成后,由于VirtualList 数据变...
  • 6a9ac89 fix(Menu): 修复ResizeObserver 回调内同步测量并更新 Menu 溢出状态,触发连续布局抖动,浏览器上报 loop error问题...
  • 19493ab fix(InputTag): 修复InputTag组件,当开启拖拽排序能力dragToSort后,在输入时,输入部分还未按enter保存为tag时,就可...
  • c4e7332 fix(Select): 修复 retainInputValueOption 子节点为 React 节点时无效的问题 (#3173)
  • Additional commits viewable in compare view

Updates zustand from 5.0.11 to 5.0.14

Release notes

Sourced from zustand's releases.

v5.0.14

This release fixes a type issue in devtools.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.13...v5.0.14

v5.0.13

This release includes an improvement in the devtools middleware.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.12...v5.0.13

v5.0.12

Two small fixes.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v5.0.11...v5.0.12

Commits
  • bfb2a9e 5.0.14
  • 62b2aff chore(deps): update dev dependencies (#3513)
  • ad77bd3 fix(devtools): improve type inference for Devtools initializer (#3511)
  • 8476d2c update pnpm etc (#3512)
  • d690ec2 docs(combine): add object constraints to T and U in signature (#3506)
  • fd8c601 docs(react): add Action constraint to redux middleware signature (#3492)
  • 2ce8226 docs(immer): fix setPerson updater type in usage examples (#3502)
  • 038b938 docs(updating-state): use curried create form with explicit state type (#3503)
  • 60a91b4 docs(devtools): add missing devtools import to troubleshooting example (#3501)
  • efad169 Update FUNDING.json
  • Additional commits viewable in compare view

Updates @testing-library/user-event from 14.6.1 to 14.6.3

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.3

14.6.3 (2026-08-03)

Bug Fixes

v14.6.2

14.6.2 (2026-08-03)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​testing-library/user-event since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 9, 2026
…th 3 updates

Bumps the web-minor-and-patch group with 3 updates in the /web directory: [@arco-design/web-react](https://github.com/arco-design/arco-design), [zustand](https://github.com/pmndrs/zustand) and [@testing-library/user-event](https://github.com/testing-library/user-event).


Updates `@arco-design/web-react` from 2.66.11 to 2.66.16
- [Release notes](https://github.com/arco-design/arco-design/releases)
- [Commits](arco-design/arco-design@2.66.11...2.66.16)

Updates `zustand` from 5.0.11 to 5.0.14
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](pmndrs/zustand@v5.0.11...v5.0.14)

Updates `@testing-library/user-event` from 14.6.1 to 14.6.3
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.6.1...v14.6.3)

---
updated-dependencies:
- dependency-name: "@arco-design/web-react"
  dependency-version: 2.66.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-minor-and-patch
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: web-minor-and-patch
- dependency-name: zustand
  dependency-version: 5.0.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the web-minor-and-patch group in /web with 3 updates chore(deps): bump the web-minor-and-patch group across 1 directory with 3 updates Aug 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/web/web-minor-and-patch-1ef1c8bb9f branch from 784c6fd to 9963886 Compare August 9, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants