p3ol / junipero

🏔 Junipero Design System React components
https://junipero.design
MIT License
14 stars 0 forks source link

fix(deps): update dependency @floating-ui/react to v0.26.18 (master) #1499

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@floating-ui/react (source) 0.26.16 -> 0.26.18 age adoption passing confidence

Release Notes

floating-ui/floating-ui (@​floating-ui/react) ### [`v0.26.18`](https://togithub.com/floating-ui/floating-ui/blob/HEAD/packages/react/CHANGELOG.md#02618) [Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/react@0.26.17...@floating-ui/react@0.26.18) ##### Patch Changes - fix(useInteractions): split prop getter dependencies so that only the relevant element changes when necessary. Previously `reference` and `floating` prop getters had dependencies grouped. - fix(useFocus): prevent SyntheticEvent warning on React <17 - fix(inner): allow to make Derivable - fix(FloatingFocusManager): correctly close floating element when tabbing out of a modal combobox reference - fix(types): export `FloatingPortalProps`, `CompositeProps`, `CompositeItemProps` - chore: fix internal deps - fix(FloatingArrow): allow close transitions to play on floating element when grouped in instant phase - fix(useHover): prevent unnecessary delayed opens to preserve potential click open events. Fixes an issue when combining `useHover` and `useClick` hooks and a click occurred before the floating element could open on hover, it would unexpectedly close on `mouseleave` despite being triggered by a click. - refactor: improve types and internal codebase consistency. All documented types are now exported. - Update dependencies: `@floating-ui/utils@0.2.3` ### [`v0.26.17`](https://togithub.com/floating-ui/floating-ui/blob/HEAD/packages/react/CHANGELOG.md#02617) [Compare Source](https://togithub.com/floating-ui/floating-ui/compare/@floating-ui/react@0.26.16...@floating-ui/react@0.26.17) ##### Patch Changes - fix(FloatingFocusManager): place fallback focus on element with floating props - feat(FloatingFocusManager): `restoreFocus` prop. This enables automatic restoration of focus to the nearest tabbable element if the element that currently has focus inside the floating element is removed from the DOM. - fix(useHover): fix restMs options throwing SyntheticEvent warning on React < 17

Configuration

📅 Schedule: Branch creation - "after 8am and before 6pm every weekday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.99%. Comparing base (66a22e8) to head (125854f). Report is 5 commits behind head on master.

:exclamation: Current head 125854f differs from pull request most recent head 0e847eb

Please upload reports for the commit 0e847eb to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1499 +/- ## ======================================= Coverage 85.99% 85.99% ======================================= Files 72 72 Lines 2778 2778 Branches 997 953 -44 ======================================= Hits 2389 2389 - Misses 387 388 +1 + Partials 2 1 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.