Update Ariakit packages - #81080
Open
ciampo wants to merge 3 commits into
Open
Conversation
|
Size Change: +8.93 kB (+0.11%) Total Size: 7.79 MB 📦 View Changed
|
ciampo
marked this pull request as ready for review
August 3, 2026 15:55
ciampo
requested review from
a team,
ajitbohra,
ellatrix,
gigitux,
ntsekouras and
oandregal
as code owners
August 3, 2026 15:55
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.
Follow up to #80765.
Complete release span:
@ariakit/react: 0.4.36@ariakit/test: 0.7.3What?
Updates the Ariakit group from the resolved
@ariakit/react0.4.35 and@ariakit/test0.7.2 to 0.4.36 and 0.7.3, respectively.Why?
The React release improves Combobox and popup interaction behavior. The test package fixes happy-dom behavior and remains experimental, so even this 0.x patch is treated as potentially breaking.
Notable upstream changes
Tooltip,Menu.Popover, and bothCustomSelectControlvariants through Ariakit'sSelectPopover. A popup in an embedded frame now closes when focus enters an ancestor document, and a root popup closes after a pointer interaction in an existing sibling frame such as the editor canvas. Focus stays on the outside target.TooltiphideOnBlurworkaround in Fix/tooltip hide on blur #57204 was never merged. The currentuseFocusableIframehook serves a separate purpose: it exposes focus on an iframe element to parent React handlers. Gutenberg's Floating UIPopover, Base UI components, and the always-visible DataViewsComboboxListdo not use this Ariakit Dialog path./reactentry points under jsdom, so this fix does not change the current test environment or require a migration.How?
Updates every direct declaration in
packages/components,packages/dataviews, andpackages/block-editor, then regenerates the root lockfile. The lockfile also moves the required@ariakit/react-componentsand@ariakit/componentspackages to 0.4.0 and 0.1.9.Testing Instructions
CustomSelectControl, such as a font family or font appearance selector, then click inside the canvas. Confirm the select popover closes and the canvas interaction is preserved.Automated verification
The exact current head passes the full repository build, dependency and lockfile validation, the published-dependency audit, and 173 focused Menu, CustomSelect, Tabs, and Tooltip tests with 5 snapshots. The broader Components suite also passed 2,061 tests and 111 snapshots, and the Block Editor Global Styles suites passed 206 tests. Ariakit's upstream change includes browser coverage for focus moving from an embedded combobox to its parent document, pointer interaction in a sibling frame, contained frames, and focus preservation across Chromium, Firefox, and WebKit. The npm audit reports the repository's current 77 advisories and none involves an Ariakit package.
Testing Instructions for Keyboard
Use Tab to reach each control, Enter or Space to open it, the arrow keys to move through items or tabs, and Escape to dismiss overlays. For the iframe case, focus a toolbar tooltip or open a menu, then move into the editor canvas and confirm the popup closes without focus returning to its trigger.
Screenshots or screencast
Not applicable; no visual change is intended.
Use of AI Tools
Codex selected and implemented the dependency update, reviewed the complete upstream release span and repository impact, traced the iframe fix through Ariakit and Gutenberg consumers, and ran the verification above.