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

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

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

floating-ui/floating-ui (@​floating-ui/react)

v0.26.16

Compare Source

Patch Changes
  • fix(useListNavigation): correct scrollIntoView and focus behavior with virtual focus and inner DOM-focused element + FloatingList
  • fix(FloatingPortal): prevent undefined id with unconditional rendering in React <18
  • fix(useListNavigation): prevent selectedIndex changes from stealing focus
  • fix(FloatingDelayGroup): prevent hydration error with Suspense
  • fix(useListNavigation, Composite): correct index calculations for grid navigation with nullish and disabled items when disabledIndices is inferred
  • perf(markOthers): avoid applying attributes to script tags needlessly
  • Update dependencies: @floating-ui/react-dom@2.1.0

v0.26.15

Compare Source

Patch Changes
  • fix(useTransitionStatus): guard isMounted check and remove unneeded initiated state. Prevents an infinite loop when called in a component with an unstable callback ref.

v0.26.14

Compare Source

Patch Changes
  • feat: add useFloatingRootContext Hook, which enables calling interaction hooks in a component higher in the tree than useFloating is called in. This supports spreading reference props onto an "external" reference element.

v0.26.13

Compare Source

Patch Changes
  • fix(FloatingFocusManager): return focus to reference when applicable even if not focused on open
  • fix(types): simplify React types
  • fix(types): replace React_2 with React in generated .d.ts files
  • fix(types): revert React.JSX.Element back to JSX.Element
  • fix(useHover): restMs + nullish open delay should respect restMs

v0.26.12

Compare Source

Patch Changes
  • fix(useFloating): external element synchronization with domReference and positionReference
  • fix(useFloating): set dataRef openEvent property to undefined on close. Fixes a minor issue when useHover restMs is combined with useClientPoint and focus modality was used before hover modality.
  • fix(useId): avoid import error in new bundlers when using React <18, and also ensure id collisions don't occur when multiple independent versions of Floating UI are used with React <18.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

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

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.53%. Comparing base (da87dca) to head (2c7fd0a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1378   +/-   ##
=======================================
  Coverage   55.53%   55.53%           
=======================================
  Files          38       38           
  Lines        1761     1761           
  Branches      544      544           
=======================================
  Hits          978      978           
  Misses        704      704           
  Partials       79       79           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/master-floating-ui-react-0.x branch from 40f43cf to 414151e Compare April 28, 2024 10:48
@renovate renovate bot changed the title fix(deps): update dependency @floating-ui/react to v0.26.12 (master) fix(deps): update dependency @floating-ui/react to v0.26.13 (master) Apr 28, 2024
@renovate renovate bot force-pushed the renovate/master-floating-ui-react-0.x branch from 414151e to 87faea3 Compare May 13, 2024 04:50
@renovate renovate bot changed the title fix(deps): update dependency @floating-ui/react to v0.26.13 (master) fix(deps): update dependency @floating-ui/react to v0.26.14 (master) May 13, 2024
@renovate renovate bot force-pushed the renovate/master-floating-ui-react-0.x branch from 87faea3 to 3a405a2 Compare May 15, 2024 11:49
@renovate renovate bot changed the title fix(deps): update dependency @floating-ui/react to v0.26.14 (master) fix(deps): update dependency @floating-ui/react to v0.26.15 (master) May 15, 2024
@renovate renovate bot force-pushed the renovate/master-floating-ui-react-0.x branch from 3a405a2 to 2c7fd0a Compare May 20, 2024 09:12
@renovate renovate bot changed the title fix(deps): update dependency @floating-ui/react to v0.26.15 (master) fix(deps): update dependency @floating-ui/react to v0.26.16 (master) May 20, 2024
@dackmin dackmin merged commit 70ecadd into master May 28, 2024
6 checks passed
@dackmin dackmin deleted the renovate/master-floating-ui-react-0.x branch May 28, 2024 14:11
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.

None yet

1 participant