Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): ⬆️ update dependency ariakit to v2.0.0-next.28 #349

Merged
merged 1 commit into from
May 24, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 23, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ariakit (source) 2.0.0-next.27 -> 2.0.0-next.28 age adoption passing confidence

Release Notes

ariakit/ariakit

v2.0.0-next.28

Compare Source

Minor Changes
  • The hidden prop passed to Dialog is now inherited by the internal DialogBackdrop component. (#​1387)

    Before, if we wanted to pass hidden={false} to both the dialog and the backdrop components, we would have to do this (still works):

    <Dialog hidden={false} backdropProps={{ hidden: false }} />

    Now, the backdropProps is not necessary anymore:

    <Dialog hidden={false} />
Patch Changes
  • Fixed ComboboxPopover being shown on right clicks on the combobox input. (#​1371)
  • Fixed Command component not being clicked when using the keyboard on Firefox when it's rendered as a summary element. (#​1392)
  • Fixed Dialog and derived dialog components not hiding when dragging elements outside it. (#​1378)

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from navin-moorthy as a code owner May 23, 2022 19:57
@vercel
Copy link

vercel bot commented May 23, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
renderlesskit-react ✅ Ready (Inspect) Visit Preview May 23, 2022 at 8:02PM (UTC)

Copy link
Collaborator

@navin-moorthy navin-moorthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@kodiakhq kodiakhq bot merged commit 6022e8f into main May 24, 2022
@kodiakhq kodiakhq bot deleted the renovate/ariakit-2.x branch May 24, 2022 05:54
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.

2 participants