Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps @floating-ui/react-dom-interactions from 0.10.3 to 0.13.3.

Release notes

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

@​floating-ui/react-native@​0.10.7

Patch Changes

  • fix: correctly calculate y-coordinate on Android

@​floating-ui/react-native@​0.10.6

Patch Changes

  • fix(types): re-export all missing core types
  • feat: support dependency array as a second argument of all middleware. This ensures stateful options can be kept reactive when making them derived (passing a function that returns the options):
const [value, setValue] = React.useState(0);
const offset1 = offset(value); // reactive
const offset2 = offset(() => value); // NOT reactive
const offset3 = offset(() => value, [value]); // reactive

This also includes size's apply function:

size(
  {
    apply() {
      value; // reactive
    },
  },
  [value],
);

@​floating-ui/react-native@​0.10.5

Patch Changes

  • fix(types): replace React_2 with React in generated .d.ts files

@​floating-ui/react-native@​0.10.4

Patch Changes

  • Update dependencies: @floating-ui/core@1.6.0
Commits
  • d5e0bba chore(useHover): prettier
  • f6d520e fix(useFocus): switch to onMouseLeave to unset pointerRef
  • c370b90 fix(useHover): treat 'pen' pointerType like 'mouse' in useHover hook (#2016)
  • 1286784 fix: hover and focus openable navigation menu (#2007)
  • 4b5f4d6 fix(useDismiss): ensure outsidePress referential stability (#2010)
  • 5af251f fix(useListNavigation): unset activeIndex when shift+tab to reference (#2006)
  • 03a30e5 fix(FloatingPortal): guards prop (#2002)
  • b4a8fc5 fix: externalize tabbable lib
  • 5925f68 fix: check if brands is an array
  • 4bbf603 fix(useEvent): work around minifier bug (#1995)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

---
updated-dependencies:
- dependency-name: "@floating-ui/react-dom-interactions"
  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 Mar 1, 2025
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