Skip to content

chore(deps): update all non-major dependencies to v1.6.0#1109

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jun 16, 2026
Merged

chore(deps): update all non-major dependencies to v1.6.0#1109
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
radix-ui (source) 1.5.01.6.0 age confidence

Release Notes

radix-ui/primitives (radix-ui)

v1.6.0

const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>('Slot');
Avatar
  • Fixed several edge cases with Avatar's loading state
    • An avatar's fallback would not be displayed again if its image component unmounted. This is now fixed.
    • Rendering multiple Avatar.Image components per Avatar.Root was never supported and results in buggy, unpredictable behavior. We now warn about this in development.
    • Zero-sized images were treated as loading, meaning that onLoadingStatusChange is never called once loaded. A zero-sized image now triggers an error status on load.
Password Toggle Field
  • Renamed misspelled onVisiblityChange prop to onVisibilityChange.
  • Fixed prop type definitions to include asChild for all component parts.
Scroll Area
  • Stabilized the viewport style tag unless the nonce changes.
Slot
  • SlotProps and createSlot now accept generic type arguments to specify the type of element a slot should render, as well as its props.
Toggle Group
  • Updated single-select and multi-select toggle groups to use the radiogroup and toolbar roles, respectively.
Select
  • Allowed a Select.Item with an empty string value to act as a "clear" option. Selecting it resets the selection back to the placeholder, restoring the native <select> behavior for optional selects. Previously using an empty string value would throw an error.
  • Fixed a bug where typeahead search resulted in focusing an element that no longer exists.
Other updates
  • Fixed a regression in that caused submenu misalignment when using custom portals.
  • Removed dev-only warnings for dialogs when title and/or description is not rendered.
  • Fixed a bug where menus and submenus remained open after a window loses focus.
  • Fixed Dismissable Layer so outside interactions stopped by extension UI overlays do not dismiss dialogs or popovers.
  • Fixed Duplicate index signature errors that surfaced when consuming multiple packages together.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot merged commit 42ece73 into main Jun 16, 2026
1 check passed
@renovate renovate Bot deleted the renovate/all-minor-patch branch June 16, 2026 05:02
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.

0 participants