Skip to content

build(deps): bump @floating-ui/react-dom from 1.1.0 to 1.2.2#692

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/floating-ui/react-dom-1.2.2
Closed

build(deps): bump @floating-ui/react-dom from 1.1.0 to 1.2.2#692
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/floating-ui/react-dom-1.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 30, 2023

Bumps @floating-ui/react-dom from 1.1.0 to 1.2.2.

Release notes

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

@​floating-ui/react-dom@​1.2.2

Bug Fixes

  • fix(types): allow SVGElement as the arrow (#2146)

@​floating-ui/react-dom@​1.2.1

Bug Fixes

  • fix: avoid arrow re-export collision (#2113)

@​floating-ui/react-dom@​1.2.0

New Features

  • feat: add element setters to refs object (#2101)

    const {refs} = useFloating();
    <div ref={refs.setReference} />
    <div ref={refs.setFloating} />

    These replace the reference and floating callback refs (which are now aliases) by being more explicit and less confusing regarding how refs are updated.

    The refs object contains:

    {
      reference: MutableRefObject,
      floating: MutableRefObject,
      setReference: (node) => void,
      setFloating: (node) => void,
    }
    
  • feat: return elements object from hook (#2101)

    If you need to read the elements during render, where refs are not suitable, these contain the elements rather than refs.

@​floating-ui/react-dom@​1.1.2

Bug Fixes

  • fix: sync dataRef.current to isPositioned (#2098)

@​floating-ui/react-dom@​1.1.1

Bug Fixes

  • fix: re-allow unstable ref callbacks (prevent infinite loop) (#2087)

    Since v1.0.0 you didn't need to memoize the callback ref (although is recommended), but in v1.1.0 this caused an infinite loop again:

... (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 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-dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react-dom) from 1.1.0 to 1.2.2.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react-dom@1.2.2/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@floating-ui/react-dom"
  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 Jan 30, 2023
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 30, 2023

Deploy Preview for ninjakit ready!

Name Link
🔨 Latest commit 39b36e1
🔍 Latest deploy log https://app.netlify.com/sites/ninjakit/deploys/63d8269a529a320008fba2f2
😎 Deploy Preview https://deploy-preview-692--ninjakit.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 settings.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 13, 2023

Superseded by #694.

@dependabot dependabot Bot closed this Feb 13, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/floating-ui/react-dom-1.2.2 branch February 13, 2023 21:02
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