Skip to content

Update radix-ui-primitives monorepo - #39

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

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

Conversation

@renovate

@renovate renovate Bot commented Dec 5, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@radix-ui/react-dropdown-menu (source) 2.1.162.1.24 age confidence
@radix-ui/react-separator (source) 1.1.71.1.15 age confidence
@radix-ui/react-slot (source) 1.2.31.3.3 age confidence

Release Notes

radix-ui/primitives (@​radix-ui/react-dropdown-menu)

v2.1.24

  • 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-id@1.1.4, @radix-ui/react-menu@2.1.24, @radix-ui/react-primitive@2.1.10, @radix-ui/react-use-controllable-state@1.2.6

v2.1.23

  • Updated dependencies: @radix-ui/react-menu@2.1.23, @radix-ui/react-primitive@2.1.9

v2.1.22

  • 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-id@1.1.3, @radix-ui/react-menu@2.1.22, @radix-ui/react-primitive@2.1.8, @radix-ui/react-use-controllable-state@1.2.5

v2.1.21

  • 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.
  • Updated dependencies: @radix-ui/react-menu@2.1.21, @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

v2.1.20

  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-menu@2.1.20

v2.1.19

  • Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.
Other updates
  • Updated dependencies: @radix-ui/react-primitive@2.1.7, @radix-ui/react-menu@2.1.19

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-separator)

v1.1.15

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-primitive@2.1.10

v1.1.14

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

v1.1.13

  • 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/react-primitive@2.1.8

v1.1.12

  • 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.
  • Updated dependencies: @radix-ui/react-primitive@2.1.7

v1.1.11

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

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

v1.1.8

  • Updated dependencies: @radix-ui/react-primitive@2.1.4
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.

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.

@vercel

vercel Bot commented Dec 5, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
itzik-co Error Error Jul 25, 2026 12:57am

@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 65bdc7f to 0d7298f Compare December 31, 2025 14:00
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 0d7298f to a8c48ad Compare January 8, 2026 18:39
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from a8c48ad to 723277e Compare January 19, 2026 18:37
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 723277e to d305bca Compare January 23, 2026 11:26
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from d305bca to 113fff0 Compare January 23, 2026 20:39
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 113fff0 to ee57432 Compare February 2, 2026 17:48
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from ee57432 to 7c8836f Compare February 12, 2026 17:34
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 7c8836f to fbae808 Compare February 17, 2026 15:36
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from fbae808 to a7c7bf6 Compare March 5, 2026 19:35
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from a7c7bf6 to 352b7ed Compare March 13, 2026 13:17
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 352b7ed to e31523b Compare March 27, 2026 13:25
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from e31523b to 5fe4436 Compare April 1, 2026 20:46
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 5fe4436 to 9a69162 Compare April 8, 2026 18:39
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 9a69162 to 11836b5 Compare April 29, 2026 16:31
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 11836b5 to a42ef32 Compare May 12, 2026 11:30
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from a42ef32 to 72e899c Compare May 18, 2026 12:47
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 72e899c to d2cc4f7 Compare May 28, 2026 18:53
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from d2cc4f7 to d4c376b Compare June 1, 2026 20:42
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from d4c376b to 5265e5e Compare June 6, 2026 02:14
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 5265e5e to a35e5d0 Compare June 11, 2026 17:56
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from a35e5d0 to c2c55e7 Compare June 16, 2026 00:59
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from c2c55e7 to 09bf099 Compare June 30, 2026 19:03
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 09bf099 to 7241ab3 Compare July 6, 2026 22:30
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 7241ab3 to 5e2ed61 Compare July 12, 2026 18:37
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 5e2ed61 to eafbddd Compare July 20, 2026 01:53
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from eafbddd to 5e16844 Compare July 23, 2026 01:34
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 5e16844 to 6fc87cd Compare July 24, 2026 21:33
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 6fc87cd to 34edf0e Compare July 25, 2026 00:57
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