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): bump @floating-ui/react from 0.24.3 to 0.25.0 #1352

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2023

Bumps @floating-ui/react from 0.24.3 to 0.25.0.

Release notes

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

@​floating-ui/react@​0.25.0

Refactors

  • Split utils into @floating-ui/utils package (@floating-ui/utils/react import) (#2449)

Bug Fixes

  • fix(FloatingPortal): generated .d.ts files have an inline import even though JSX is global (#2457)

    Remove need for skipLibCheck in tsconfig

  • fix(useHover): cleanup when domReference changes (#2466)

    Clears delays and other side effects if the domReference changes (or is removed)

  • fix: add type and runtime error for virtual element passed as elements.reference (#2467)

@​floating-ui/react@​0.24.8

Bug Fixes

  • fix: useClick + useHover combo (#2444)

    After hovering then clicking the reference element, the floating element does not close upon mouseleave (as in <=v0.24.2)

  • feat(FloatingFocusManager): disabled prop (#2445)

    Provides ability to enable/disable the focus manager without conditional rendering, e.g. to prevent focus trap or initial focus until a transition completes

  • fix(types): export FloatingFocusManagerProps (#2445)

@​floating-ui/react@​0.24.7

Bug Fixes

  • fix(useListNavigation): revert skipping hidden items (#2431)

  • fix: add check for own instance in is* guard functions (#2439)

    Fixes useHover not working in new windows (window.open())

@​floating-ui/react@​0.24.6

Bug Fixes

  • fix(useDismiss): revert third party element detection (#2426)

@​floating-ui/react@​0.24.5

Bug Fixes

  • fix(useDismiss): check inert marker on siblings of outside press target element (#2416)

@​floating-ui/react@​0.24.4

... (truncated)

Commits
  • ec102dd fix(react): type/runtime error for virtual element passed to elements.referen...
  • e96ec64 fix(useHover): cleanup when domReference changes (#2466)
  • a49c62f feat: @floating-ui/utils package (#2449)
  • ffa7869 fix(FloatingPortal): specify return type (#2457)
  • 3ef72d2 fix: useClick + useHover combo (#2444)
  • c51a7d4 feat(FloatingFocusManager): disabled prop (#2445)
  • baccbd1 fix: add check for own instance in is* guard functions (#2439)
  • b18e317 fix(useListNavigation): revert skipping hidden items (#2431)
  • 073da89 fix(useDismiss): revert third party element detection (#2426)
  • af90655 fix(useDismiss): check inert marker on siblings of target (#2416)
  • Additional commits viewable in compare view

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 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)

Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.24.3 to 0.25.0.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.25.0/packages/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 3, 2023
@changeset-bot
Copy link

changeset-bot bot commented Aug 3, 2023

⚠️ No Changeset found

Latest commit: c24ec64

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Aug 3, 2023

Deploy Preview for ingred-ui ready!

Name Link
🔨 Latest commit c24ec64
🔍 Latest deploy log https://app.netlify.com/sites/ingred-ui/deploys/64cbed44f84ac70008a2e629
😎 Deploy Preview https://deploy-preview-1352--ingred-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 10, 2023

Superseded by #1358.

@dependabot dependabot bot closed this Aug 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/floating-ui/react-0.25.0 branch August 10, 2023 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants