Update dependency bits-ui to v2.19.2 - autoclosed - #64
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
wxcn | dcd923b | Sep 10 2026, 02:29 AM |
renovate
Bot
force-pushed
the
renovate/bits-ui-2.x-lockfile
branch
from
September 10, 2026 02:28
40e8e53 to
dcd923b
Compare
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.19.0→2.19.2Release Notes
huntabyte/bits-ui (bits-ui)
v2.19.2Compare Source
Patch Changes
fix: render the
idattribute on Popper-based content elements (Tooltip, Popover, Select, Combobox, DropdownMenu, ContextMenu, Menubar, LinkPreview) soaria-describedbyon triggers resolves correctly (#2094)fix: restore body styles on the captured document when delayed scroll-lock cleanup runs after the global document is torn down or replaced (#2133)
fix: respect an explicit
Tabs.Contenttabindex while preserving the default panel tab stop (#2132)v2.19.1Compare Source
Patch Changes
fix(Avatar): detach image handlers on destroy and actually apply the load cleanup - #2050 (#2128)
fix(Menu):
Menu.GroupHeadingno longer setsrole="group",Menu.Separatornow setsrole="separator"(#2091)fix(DismissibleLayer): guard the deferred focus handler against teardown - #2080 (#2126)
fix(DateField): apply date segments in year/month/day order so a valid day isn't clamped by the placeholder's month in day-first locales (#2123)
fix(Select): keep the user's scroll position when the scroll down button remounts. The button unmounts at the bottom of the list and remounts as soon as the viewport leaves it, and its mount effect realigned the viewport onto the highlighted item, so a small scroll up from the bottom jumped back to the highlighted item. (#2109)
fix(DismissibleLayer): outside clicks shortly after a layer opens no longer fail to dismiss it (#2111)
DismissibleLayerStatereset its per-interaction state through a 20ms debounce. Because thelayer's
watchruns its cleanup once on every open, each layer scheduled a reset 20ms into itsown lifetime. An outside
pointerdownlanding 10-20ms after that cleanup had its"responsible layer" flag cleared by the stale reset before the debounced interact-outside
handler ran, so the handler bailed and the layer stayed open. The reset is now synchronous.
fix(ScrollArea): prevent resize work from reading destroyed state after unmount (#2122)
fix(Combobox): highlight the first matching item after custom filtering updates the rendered items. (#2129)
fix(Accordion): cancel deferred content work on destroy to avoid
derived_inert(#2127)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.