SevenTV / Website

The 7TV Web App with the Vue framework
https://7tv.app
Other
38 stars 30 forks source link

chore(deps-dev): bump @floating-ui/dom from 1.0.12 to 1.1.0 #841

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @floating-ui/dom from 1.0.12 to 1.1.0.

Release notes

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

@​floating-ui/dom@​1.1.0

Refactors

  • fix: support cross-document anchoring, where if floating element is in a higher-level window than the reference element, the positioning takes this into account (i.e. reference element is inside an iframe, but the floating element isn't) (#2043)

    Bumping minor version because if you were adding external code/custom middleware to add support yourself, it will break with this update as it's no longer necessary.

Bug Fixes

  • refactor(getScale): handle unknowns (#2054)

  • fix(getDimensions): use computed width/height if possible (#2056)

    If using box-sizing: border-box (recommended default by most CSS resets, and this lib), then the floating rect will now always contain fractional values. When using size to set the width of the floating element, it will no longer be truncated unexpectedly (e.g. adding ... ellipsis overflow).

  • fix(isOverflowElement): check for overflow: clip value (#2070)

Commits
  • 4579720 fix(isOverflowElement): check for overflow: clip value (#2070)
  • ee5d9dd chore: use explicit browserslist versions
  • 5f4bd50 chore: upgrade and move deps to root
  • e73eea0 chore: upgrade Rollup/Babel build deps (#2063)
  • ad87249 fix(dom): cross-document/iframe support (#2043)
  • fb22d69 fix(getDimensions): use computed width/height if possible (#2056)
  • ee95151 refactor(getScale): handle unknowns (#2054)
  • 85b0e52 chore: sync to baseline rolling versions
  • b5cd7a3 fix(arrow): add internal shifting under stricter conditions (#2044)
  • See full diff 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)
dependabot[bot] commented 1 year ago

Looks like @floating-ui/dom is up-to-date now, so this is no longer needed.