Skip to content

chore(deps): Update dependency radix-ui to v1.6.4 - #184

Merged
kotlyar-andrey merged 1 commit into
mainfrom
renovate/radix-ui-primitives-monorepo
Jul 25, 2026
Merged

chore(deps): Update dependency radix-ui to v1.6.4#184
kotlyar-andrey merged 1 commit into
mainfrom
renovate/radix-ui-primitives-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

radix-ui/primitives (radix-ui)

v1.6.4

  • Fixed a regression where importing primitives from the root radix-ui entry point erased every primitive's types to any.

v1.6.3

Dialog
  • Fixed broken ARIA references in Dialogs where title or description elements are not rendered.
Slider
  • Fixed a bug where onValueCommit was not called when a slider thumb was dragged across another thumb.
Toast
  • Fixed Toast removing non-focused toasts when pressing Escape.
Tooltip
  • Fixed a bug where Tooltip.Content children were mounted to the DOM twice.
Other updates
  • Fixed overriding inline animation style in Popper.Content.
  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @​__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Widened virtualRef prop type to allow RefObject<Measurable | null> in popover components.
  • Fixed dev-only checks with conditional exports to drop dev-warnings from production builds.
  • Added per-primitive subpath entry points so each primitive can be imported directly, eg. import { Accordion } from 'radix-ui/accordion' or import * as Accordion from 'radix-ui/accordion'. This mirrors the namespaced exports available from the root radix-ui entry point.
  • Fixed a bug where updating a Checkbox, Switch, or RadioGroup value programmatically (eg. a "select all" control) while inside a <form> would dispatch a click event from the hidden bubble input that propagated to ancestor onClick handlers.

Configuration

📅 Schedule: (UTC)

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

🚦 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.


  • 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 requested a review from kotlyar-andrey as a code owner July 25, 2026 00:58
@renovate renovate Bot added the dependencies Dependency updates label Jul 25, 2026
@kotlyar-andrey
kotlyar-andrey merged commit 03c04ef into main Jul 25, 2026
13 checks passed
@kotlyar-andrey
kotlyar-andrey deleted the renovate/radix-ui-primitives-monorepo branch July 25, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant