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

Bump @floating-ui/react from 0.19.2 to 0.26.6 in /frontend #36

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2024

Bumps @floating-ui/react from 0.19.2 to 0.26.6.

Release notes

Sourced from @​floating-ui/react's releases.

@​floating-ui/react@​0.26.6

Patch Changes

  • c9c5058: fix(useListNavigation): sync internal indexRef to selectedIndex on open. Fixes an issue where if selectedIndex changed after initial render before opening, activeIndex would not be correctly synced.
  • 8b3c93b: fix(utils): check if env is JSDOM for isVirtualPointerEvent. Fixes issue when testing visibleOnly prop in useFocus.
  • Updated dependencies [d3a773b]
    • @​floating-ui/react-dom@​2.0.6

@​floating-ui/react@​0.26.5

Patch Changes

  • 672e458: feat(useListNavigation, Composite): support grid navigation over items with variable sizes
  • 4c04669: chore: export .d.mts types, solves #2472
  • 6af9808: fix(react/utils): cross-browser isVirtualPointerEvent issues
  • Updated dependencies [afb7e5e]
    • @​floating-ui/react-dom@​2.0.5
    • @​floating-ui/utils@​0.2.0

@​floating-ui/react@​0.26.4

Patch Changes

  • 7dc269cf: feat(useRole): add select and combobox component roles and allow dynamic/derivable item props based on active and selected states. Also adds menuitem role for nested menu reference elements, and automatically adds an id to the item props for the new component roles for virtual focus.
  • d9be2481: fix(useListNavigation): apply aria-activedescendant prop on floating element only for non typeable-combobox reference elements. Fixes issues with Firefox VoiceOver on Mac forcing DOM focus into the listbox.

@​floating-ui/react@​0.26.3

Patch Changes

  • 9170b9e6: fix(useDismiss): targetRootAncestor check for third party outside presses

    The Grammarly extension no longer closes upon clicking when inside floating elements.

  • 66efdaf8: fix(FloatingFocusManager): return focus to last connected element

@​floating-ui/react@​0.26.2

Patch Changes

  • c1965f65: refactor: minor jsdoc/type improvements
  • 3bd42f24: feat: reason strings as third param of onOpenChange
  • 14cb1681: fix(FloatingFocusManager): avoid returning focus to reference if focus moved elsewhere
  • 628fd119: feat(useRole): add label role
  • Updated dependencies [c1965f65]
    • @​floating-ui/react-dom@​2.0.3

... (truncated)

Changelog

Sourced from @​floating-ui/react's changelog.

0.26.6

Patch Changes

  • c9c5058: fix(useListNavigation): sync internal indexRef to selectedIndex on open. Fixes an issue where if selectedIndex changed after initial render before opening, activeIndex would not be correctly synced.
  • 8b3c93b: fix(utils): check if env is JSDOM for isVirtualPointerEvent. Fixes issue when testing visibleOnly prop in useFocus.
  • Updated dependencies [d3a773b]
    • @​floating-ui/react-dom@​2.0.6

0.26.5

Patch Changes

  • 672e458: feat(useListNavigation, Composite): support grid navigation over items with variable sizes
  • 4c04669: chore: exports .d.mts types, solves #2472
  • 6af9808: fix(react/utils): cross-browser isVirtualPointerEvent
  • Updated dependencies [4c04669]
  • Updated dependencies [afb7e5e]
    • @​floating-ui/react-dom@​2.0.5
    • @​floating-ui/utils@​0.2.0

0.26.4

Patch Changes

  • 7dc269cf: feat(useRole): add select and combobox component roles and allow dynamic/derivable item props based on active and selected states. Also adds menuitem role for nested menu reference elements, and automatically adds an id to the item props for the new component roles for virtual focus.
  • d9be2481: fix(useListNavigation): apply aria-activedescendant prop on floating element only for non typeable-combobox reference elements. Fixes issues with Firefox VoiceOver on Mac forcing DOM focus into the listbox.

0.26.3

Patch Changes

  • 9170b9e6: fix(useDismiss): targetRootAncestor check for third party outside presses

    The Grammarly extension no longer closes upon clicking when inside floating elements.

  • 66efdaf8: fix(FloatingFocusManager): return focus to last connected element

0.26.2

Patch Changes

  • c1965f65: refactor: minor jsdoc/type improvements

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added scope/frontend Related to frontend changes type/dependencies A pull request/issue dedicated to updating the dependency(-ies) labels Jan 24, 2024
@Haarolean
Copy link
Member

@dependabot recreate

Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.19.2 to 0.26.6.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/react)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/floating-ui/react-0.26.6 branch from 9ecbe74 to 7b613c3 Compare January 24, 2024 12:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

Superseded by #70.

@dependabot dependabot bot closed this Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/floating-ui/react-0.26.6 branch January 29, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/frontend Related to frontend changes type/dependencies A pull request/issue dedicated to updating the dependency(-ies)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant