Skip to content

Update radix-ui-primitives monorepo#129

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 16, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@radix-ui/react-dropdown-menu (source) 2.1.152.1.23 age confidence
@radix-ui/react-scroll-area (source) 1.2.91.2.17 age confidence
@radix-ui/react-slot (source) 1.2.31.3.2 age confidence

Release Notes

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

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

v2.1.16

  • Updated dependencies: @radix-ui/primitive@1.1.3, @radix-ui/react-context@1.1.3, @radix-ui/react-menu@2.1.16, @radix-ui/react-primitive@2.1.4
radix-ui/primitives (@​radix-ui/react-scroll-area)

v1.2.16

  • 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/number@1.1.3, @radix-ui/primitive@1.1.7, @radix-ui/react-compose-refs@1.1.4, @radix-ui/react-context@1.2.1, @radix-ui/react-direction@1.1.3, @radix-ui/react-presence@1.1.9, @radix-ui/react-primitive@2.1.8, @radix-ui/react-use-callback-ref@1.1.3, @radix-ui/react-use-layout-effect@1.1.3

v1.2.15

  • 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-presence@1.1.8, @radix-ui/primitive@1.1.6, @radix-ui/number@1.1.2, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-layout-effect@1.1.2

v1.2.14

  • Fixed --radix-scroll-area-corner-width and --radix-scroll-area-corner-height not resetting to 0 when the corner is removed (eg. when one of the scrollbars is no longer visible). Previously these values would stick around and leave a permanent gap on the remaining scrollbar.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-presence@1.1.7

v1.2.13

  • 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

v1.2.12

  • Stabilized the viewport style tag unless the nonce changes.
  • Fixed Duplicate index signature errors that surfaced when consuming multiple packages together.
  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v1.2.11

  • Fixed missing data-state attribute for Scroll Area scrollbars
  • 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/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-primitive@2.1.5, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-layout-effect@1.1.2

v1.2.10

  • Updated dependencies: @radix-ui/react-presence@1.1.5, @radix-ui/primitive@1.1.3, @radix-ui/react-context@1.1.3, @radix-ui/react-primitive@2.1.4
radix-ui/primitives (@​radix-ui/react-slot)

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: (in timezone Asia/Manila)

  • Branch creation
    • "before 2am"
  • 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 from e2469f9 to 5c569d6 Compare August 31, 2025 10:26
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from 9ba4d04 to 21d348a Compare October 3, 2025 18:08
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from 84758fc to 7cd60db Compare October 10, 2025 13:55
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 7cd60db to cd6a2ac Compare November 19, 2025 23:47
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from 53f12fe to 72ceec0 Compare December 8, 2025 10:18
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 72ceec0 to 87417f1 Compare December 31, 2025 14:28
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 87417f1 to a48f8fa Compare February 2, 2026 18:27
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from a48f8fa to 1c40a86 Compare February 12, 2026 14:07
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 1c40a86 to 234c9bc Compare March 5, 2026 19:43
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from b324c7b to ffabb70 Compare March 27, 2026 16:53
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from ffabb70 to 323cd60 Compare May 12, 2026 11:41
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from 726fe9a to ced0b54 Compare June 1, 2026 22:13
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 2 times, most recently from 3bf11ab to 14a6bb5 Compare June 11, 2026 14:10
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 14a6bb5 to 9907ce2 Compare June 15, 2026 23:50
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch 3 times, most recently from 32b4bba to 0c56fd2 Compare July 22, 2026 22:41
@renovate
renovate Bot force-pushed the renovate/radix-ui-primitives-monorepo branch from 0c56fd2 to 3ffecbd Compare July 24, 2026 20:34
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