Update radix-ui-primitives monorepo #38

Open
renovate-bot wants to merge 1 commit from renovate/radix-ui-primitives-monorepo into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@radix-ui/react-dropdown-menu (source) 2.1.172.1.18 age confidence
@radix-ui/react-separator (source) 1.1.91.1.10 age confidence
@radix-ui/react-slot (source) 1.2.51.3.0 age confidence

Release Notes

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
radix-ui/primitives (@​radix-ui/react-separator)

v1.1.10

  • Updated dependencies: @radix-ui/react-primitive@2.1.6
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");

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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@radix-ui/react-dropdown-menu](https://radix-ui.com/primitives) ([source](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dropdown-menu)) | [`2.1.17` → `2.1.18`](https://renovatebot.com/diffs/npm/@radix-ui%2freact-dropdown-menu/2.1.17/2.1.18) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@radix-ui%2freact-dropdown-menu/2.1.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@radix-ui%2freact-dropdown-menu/2.1.17/2.1.18?slim=true) | | [@radix-ui/react-separator](https://radix-ui.com/primitives) ([source](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/separator)) | [`1.1.9` → `1.1.10`](https://renovatebot.com/diffs/npm/@radix-ui%2freact-separator/1.1.9/1.1.10) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@radix-ui%2freact-separator/1.1.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@radix-ui%2freact-separator/1.1.9/1.1.10?slim=true) | | [@radix-ui/react-slot](https://radix-ui.com/primitives) ([source](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/slot)) | [`1.2.5` → `1.3.0`](https://renovatebot.com/diffs/npm/@radix-ui%2freact-slot/1.2.5/1.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@radix-ui%2freact-slot/1.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@radix-ui%2freact-slot/1.2.5/1.3.0?slim=true) | --- ### Release Notes <details> <summary>radix-ui/primitives (@&#8203;radix-ui/react-dropdown-menu)</summary> ### [`v2.1.18`](https://github.com/radix-ui/primitives/blob/HEAD/packages/react/dropdown-menu/CHANGELOG.md#2118) - 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` </details> <details> <summary>radix-ui/primitives (@&#8203;radix-ui/react-separator)</summary> ### [`v1.1.10`](https://github.com/radix-ui/primitives/blob/HEAD/packages/react/separator/CHANGELOG.md#1110) - Updated dependencies: `@radix-ui/react-primitive@2.1.6` </details> <details> <summary>radix-ui/primitives (@&#8203;radix-ui/react-slot)</summary> ### [`v1.3.0`](https://github.com/radix-ui/primitives/blob/HEAD/packages/react/slot/CHANGELOG.md#130) ##### 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. ```tsx const Slot = createSlot<HTMLButtonElement, MyCustomButtonProps>("Slot"); ``` </details> --- ### 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](undefined) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update radix-ui-primitives monorepo
Some checks failed
CI / lint (pull_request) Failing after 2m10s
CI / format (pull_request) Failing after 2m10s
CI / build (pull_request) Failing after 2m13s
e14389df63
Some checks failed
CI / lint (pull_request) Failing after 2m10s
CI / format (pull_request) Failing after 2m10s
CI / build (pull_request) Failing after 2m13s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/radix-ui-primitives-monorepo:renovate/radix-ui-primitives-monorepo
git switch renovate/radix-ui-primitives-monorepo

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/radix-ui-primitives-monorepo
git switch renovate/radix-ui-primitives-monorepo
git rebase main
git switch main
git merge --ff-only renovate/radix-ui-primitives-monorepo
git switch renovate/radix-ui-primitives-monorepo
git rebase main
git switch main
git merge --no-ff renovate/radix-ui-primitives-monorepo
git switch main
git merge --squash renovate/radix-ui-primitives-monorepo
git switch main
git merge --ff-only renovate/radix-ui-primitives-monorepo
git switch main
git merge renovate/radix-ui-primitives-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
gravityfargo/modernleft-home!38
No description provided.