Skip to content

chore(deps): Update radix-ui-primitives monorepo#124

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/radix-ui-primitives-monorepo
Open

chore(deps): Update radix-ui-primitives monorepo#124
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/radix-ui-primitives-monorepo

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/react-avatar (source) ^1.1.11^1.2.0 age confidence
@radix-ui/react-checkbox (source) ^1.3.3^1.3.5 age confidence
@radix-ui/react-collapsible (source) ^1.1.12^1.1.14 age confidence
@radix-ui/react-dialog (source) ^1.1.15^1.1.17 age confidence
@radix-ui/react-dropdown-menu (source) ^2.1.16^2.1.18 age confidence
@radix-ui/react-hover-card (source) ^1.1.15^1.1.17 age confidence
@radix-ui/react-label (source) ^2.1.8^2.1.10 age confidence
@radix-ui/react-popover (source) ^1.1.15^1.1.17 age confidence
@radix-ui/react-radio-group (source) ^1.3.8^1.4.1 age confidence
@radix-ui/react-select (source) ^2.2.6^2.3.1 age confidence
@radix-ui/react-separator (source) ^1.1.8^1.1.10 age confidence
@radix-ui/react-slot (source) ^1.2.4^1.3.0 age confidence
@radix-ui/react-switch (source) ^1.2.6^1.3.1 age confidence
@radix-ui/react-tabs (source) ^1.1.13^1.1.15 age confidence
@radix-ui/react-tooltip (source) ^1.2.8^1.2.10 age confidence
@radix-ui/react-visually-hidden (source) ^1.2.4^1.2.6 age confidence

Release Notes

radix-ui/primitives (@​radix-ui/react-avatar)

v1.2.0

  • 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.
Other updates
  • Fixed console warnings to show in test environments.
  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v1.1.12

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-context@1.1.4, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-is-hydrated@0.1.1, @radix-ui/react-use-layout-effect@1.1.2
radix-ui/primitives (@​radix-ui/react-checkbox)

v1.3.5

  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v1.3.4

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-previous@1.1.2, @radix-ui/react-use-size@1.1.2
radix-ui/primitives (@​radix-ui/react-collapsible)

v1.1.14

  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v1.1.13

  • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-layout-effect@1.1.2
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.17

  • Removed dev-only warnings for dialogs when title and/or description is not rendered.
  • Fixed Dismissable Layer so outside interactions stopped by extension UI overlays do not dismiss dialogs or popovers.
  • Updated dependencies: @radix-ui/react-slot@1.3.0, @radix-ui/react-dismissable-layer@1.1.13, @radix-ui/react-primitive@2.1.6, @radix-ui/react-focus-scope@1.1.10, @radix-ui/react-portal@1.1.12

v1.1.16

  • Fixed disabled pointer events in closed dialogs
  • Fixed a bug where iOS text selection and editing on HTML inputs within react-dialog were broken
  • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-slot@1.2.5, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-focus-scope@1.1.9, @radix-ui/react-id@1.1.2, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3
radix-ui/primitives (@​radix-ui/react-dropdown-menu)

v2.1.18

  • Fixed a bug where menus and submenus remained open after a window loses focus.
  • Updated dependencies: @radix-ui/react-menu@2.1.18, @radix-ui/react-primitive@2.1.6

v2.1.17

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-menu@2.1.17, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3
radix-ui/primitives (@​radix-ui/react-hover-card)

v1.1.17

  • Updated dependencies: @radix-ui/react-popper@1.3.1, @radix-ui/react-dismissable-layer@1.1.13, @radix-ui/react-primitive@2.1.6, @radix-ui/react-portal@1.1.12

v1.1.16

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-popper@1.3.0, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3
radix-ui/primitives (@​radix-ui/react-label)

v2.1.10

  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v2.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-primitive@2.1.5
radix-ui/primitives (@​radix-ui/react-popover)

v1.1.17

  • Fixed Dismissable Layer so outside interactions stopped by extension UI overlays do not dismiss dialogs or popovers.
  • Updated dependencies: @radix-ui/react-slot@1.3.0, @radix-ui/react-popper@1.3.1, @radix-ui/react-dismissable-layer@1.1.13, @radix-ui/react-primitive@2.1.6, @radix-ui/react-focus-scope@1.1.10, @radix-ui/react-portal@1.1.12

v1.1.16

  • Fixed a bug where iOS text selection and editing on HTML inputs within react-dialog were broken
  • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-popper@1.3.0, @radix-ui/react-slot@1.2.5, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-focus-scope@1.1.9, @radix-ui/react-id@1.1.2, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3
radix-ui/primitives (@​radix-ui/react-radio-group)

v1.4.1

  • Updated dependencies: @radix-ui/react-primitive@2.1.6, @radix-ui/react-roving-focus@1.1.13

v1.4.0

  • Added unstable RadioGroupItemProvider, RadioGroupItemTrigger and RadioGroupItemBubbleInput parts. These expose the previously internal composition of a radio item (context provider, the interactive control, and the hidden form input) so consumers can directly access and recompose them. The RadioGroupItem component continues to render them by default.
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-direction@1.1.2, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-primitive@2.1.5, @radix-ui/react-roving-focus@1.1.12, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-previous@1.1.2, @radix-ui/react-use-size@1.1.2
radix-ui/primitives (@​radix-ui/react-select)

v2.3.1

  • 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.
  • Fixed a bug where typeahead search resulted in focusing an element that no longer exists.
  • Updated dependencies: @radix-ui/react-slot@1.3.0, @radix-ui/react-popper@1.3.1, @radix-ui/react-dismissable-layer@1.1.13, @radix-ui/react-primitive@2.1.6, @radix-ui/react-collection@1.1.10, @radix-ui/react-focus-scope@1.1.10, @radix-ui/react-portal@1.1.12, @radix-ui/react-visually-hidden@1.2.6

v2.3.0

  • Added unstable Provider and BubbleInput parts to Select. Select.unstable_Provider sets up Select's context and state without implicitly rendering the hidden native select, and Select.unstable_BubbleInput exposes that previously internal native select so consumers can recompose it explicitly. Select continues to render both by default.
  • Added support for presence-based exit animations in Select
  • Fixed Select hidden input so it submits empty string when no value is selected
  • Fixed placeholder rendering when a controlled Select is reset to an empty value
  • Added missing __selectScope prop to PopperContent component
  • Fixed Select closing unexpectedly after touch-scrolling its content when rendered inside an open shadow DOM
  • Fixed a bug where iOS text selection and editing on HTML inputs within react-dialog were broken
  • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
  • Fixed SelectValue logging invalid prop errors when used with both asChild and a placeholder
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-popper@1.3.0, @radix-ui/react-slot@1.2.5, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/react-collection@1.1.9, @radix-ui/react-direction@1.1.2, @radix-ui/number@1.1.2, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-focus-scope@1.1.9, @radix-ui/react-id@1.1.2, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-layout-effect@1.1.2, @radix-ui/react-use-previous@1.1.2, @radix-ui/react-visually-hidden@1.2.5
radix-ui/primitives (@​radix-ui/react-separator)

v1.1.10

  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v1.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-primitive@2.1.5
radix-ui/primitives (@​radix-ui/react-slot)

v1.3.0

Added generic type arguments for SlotProps and createSlot

SlotProps and createSlot now accept generic type arguments to specify the type of element a slot should render, as well as its props.

const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>("Slot");

v1.2.5

  • Fixed infinite re-render loop in React 19 caused by Slot creating a new ref callback on every render
  • Added support for nested Slottable via a render prop, so a slotted element can be wrapped while still merging Slot props and refs onto it
  • Added repository.directory to all package.json files
  • Improved error messages for invalid slot children
  • Updated dependencies: @radix-ui/react-compose-refs@1.1.3
radix-ui/primitives (@​radix-ui/react-switch)

v1.3.1

  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v1.3.0

  • Added unstable Provider, Trigger and BubbleInput parts to Switch. These expose the previously internal composition (context provider, the interactive control, and the hidden form input) so consumers can directly access and recompose them. The Switch component continues to render them by default.
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-use-previous@1.1.2, @radix-ui/react-use-size@1.1.2
radix-ui/primitives (@​radix-ui/react-tabs)

v1.1.15

  • Updated dependencies: @radix-ui/react-primitive@2.1.6, @radix-ui/react-roving-focus@1.1.13

v1.1.14

  • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-direction@1.1.2, @radix-ui/primitive@1.1.4, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.5, @radix-ui/react-roving-focus@1.1.12, @radix-ui/react-use-controllable-state@1.2.3
radix-ui/primitives (@​radix-ui/react-tooltip)

v1.2.10

  • Updated dependencies: @radix-ui/react-slot@1.3.0, @radix-ui/react-popper@1.3.1, @radix-ui/react-dismissable-layer@1.1.13, @radix-ui/react-primitive@2.1.6, @radix-ui/react-portal@1.1.12, @radix-ui/react-visually-hidden@1.2.6

v1.2.9

  • Fixed runtime error when event target is non-Node
  • Fixed a Tooltip bug so that skipDelayDuration={0} works as expected. Previously, the open delay could still be skipped when moving between triggers.
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-popper@1.3.0, @radix-ui/react-slot@1.2.5, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3, @radix-ui/react-visually-hidden@1.2.5
radix-ui/primitives (@​radix-ui/react-visually-hidden)

v1.2.6

  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v1.2.5

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-primitive@2.1.5

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot added the renovate label Jun 15, 2026
@renovate

renovate Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/shadcn/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands
File name: packages/datum-ui/package.json
Post-upgrade command 'pnpm changeset add --empty' has not been added to the allowed list in allowedCommands

@renovate renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 4432516 to 74268ab Compare June 16, 2026 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants