Skip to content

Update radix-ui-primitives monorepo - #78

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

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

Conversation

@renovate

@renovate renovate Bot commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@radix-ui/react-slot (source) 1.2.31.3.3 age confidence
@radix-ui/react-tooltip (source) 1.2.81.2.16 age confidence

Release Notes

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

v1.3.3

  • Reverted breaking changes that caused compatibility issues with React Server Components.

v1.3.2

  • Reverted breaking changes that caused compatibility issues with React Server Components.

v1.3.1

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-compose-refs@1.1.4

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

v1.2.4

  • Fixed an issue with how slot components interact with lazy React components. In the case of a lazy component instance, the resulting promise must be consumed to render the desired component.
radix-ui/primitives (@​radix-ui/react-tooltip)

v1.2.16

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-compose-refs@1.1.5, @radix-ui/react-context@1.2.2, @radix-ui/react-dismissable-layer@1.1.19, @radix-ui/react-id@1.1.4, @radix-ui/react-popper@1.3.7, @radix-ui/react-portal@1.1.17, @radix-ui/react-presence@1.1.10, @radix-ui/react-primitive@2.1.10, @radix-ui/react-slot@1.3.3, @radix-ui/react-use-controllable-state@1.2.6, @radix-ui/react-use-layout-effect@1.1.4, @radix-ui/react-visually-hidden@1.2.11

v1.2.15

  • Updated dependencies: @radix-ui/react-slot@1.3.2, @radix-ui/react-primitive@2.1.9, @radix-ui/react-dismissable-layer@1.1.18, @radix-ui/react-popper@1.3.6, @radix-ui/react-portal@1.1.16, @radix-ui/react-visually-hidden@1.2.10

v1.2.14

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-compose-refs@1.1.4, @radix-ui/react-context@1.2.1, @radix-ui/react-dismissable-layer@1.1.17, @radix-ui/react-id@1.1.3, @radix-ui/react-popper@1.3.5, @radix-ui/react-portal@1.1.15, @radix-ui/react-presence@1.1.9, @radix-ui/react-primitive@2.1.8, @radix-ui/react-slot@1.3.1, @radix-ui/react-use-controllable-state@1.2.5, @radix-ui/react-use-layout-effect@1.1.3, @radix-ui/react-visually-hidden@1.2.9

v1.2.13

  • Fixed a bug where Tooltip.Content children were mounted to the DOM twice.
  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @&#8203;__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-popper@1.3.4, @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-visually-hidden@1.2.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-slot@1.3.0, @radix-ui/react-use-layout-effect@1.1.2

v1.2.12

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-presence@1.1.7, @radix-ui/react-popper@1.3.3

v1.2.11

  • Updated dependencies: @radix-ui/react-primitive@2.1.7, @radix-ui/react-dismissable-layer@1.1.14, @radix-ui/react-popper@1.3.2, @radix-ui/react-portal@1.1.13, @radix-ui/react-visually-hidden@1.2.7

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

👻 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 force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from 6122b83 to 83ca25b Compare January 23, 2026 16:41
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 83ca25b to 0d50dea Compare February 2, 2026 17:08
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from 0f48610 to c52d4ea Compare February 17, 2026 21:31
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from c52d4ea to 3f2c9de Compare March 5, 2026 14:12
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 3f2c9de to a1226d1 Compare March 13, 2026 10:50
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from a1226d1 to 7b17cfa Compare April 1, 2026 18:45
@renovate renovate Bot changed the title chore(deps): update dependency @radix-ui/react-slot to v1.2.4 Update dependency @radix-ui/react-slot to v1.2.4 Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 7b17cfa to afdcf53 Compare April 8, 2026 20:00
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from afdcf53 to 8ff460d Compare April 29, 2026 20:05
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from d3cc081 to 9beea22 Compare May 18, 2026 14:02
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from b3767c6 to ac0648b Compare June 1, 2026 22:33
@renovate renovate Bot changed the title Update dependency @radix-ui/react-slot to v1.2.4 Update radix-ui-primitives monorepo to v1.2.4 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from ac0648b to fb6abc4 Compare June 6, 2026 05:48
@renovate renovate Bot changed the title Update radix-ui-primitives monorepo to v1.2.4 Update radix-ui-primitives monorepo Jun 6, 2026
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from bbecf0c to 9634c94 Compare June 15, 2026 23:13
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 3 times, most recently from 4bc86d2 to 56a823a Compare July 7, 2026 08:32
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from ea8ec14 to 66ac441 Compare July 16, 2026 20:48
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 5 times, most recently from 9e3d6c8 to a9a771a Compare July 25, 2026 00:39
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from a9a771a to 0b29fec Compare July 30, 2026 18:03
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