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/utils from 0.2.4 to 0.2.5 #5785

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps @floating-ui/utils from 0.2.4 to 0.2.5.

Release notes

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

@​floating-ui/utils@​0.2.5

Patch Changes

  • feat(getContainingBlock): allow CSSStyleDeclaration as an argument
  • fix(getContainingBlock): reorder isTopLayer check. Fixes regression when a top layer element like <dialog> is a containing block (e.g. it has a transform style) and a floating element is being positioned inside of it.
Changelog

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

0.2.5

Patch Changes

  • feat(getContainingBlock): allow CSSStyleDeclaration as an argument
  • fix(getContainingBlock): reorder isTopLayer check. Fixes regression when a top layer element like <dialog> is a containing block (e.g. it has a transform style) and a floating element is being positioned inside of it.
Commits
  • fe06ea2 Version Packages (#2978)
  • 4ba117b refactor(utils): use union type parameter instead of function overload (#2981)
  • cea9065 feat(utils): allow reuse of existing computed style in isContainingBlock (#...
  • 81a7da4 fix(getContainingBlock): reorder isTopLayer check (#2979)
  • 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 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 dependencies Pull requests that update a dependency file waiting labels Jul 22, 2024
@kalikiana
Copy link
Member

failed to solve: process "/bin/sh -c zypper ar -p 95 -f http://download.opensuse.org/repositories/devel:openQA/15.6 devel_openQA &&     zypper ar -p 90 -f http://download.opensuse.org/repositories/devel:openQA:Leap:15.6/15.6 devel_openQA_Leap &&     zypper --gpg-auto-import-keys ref &&     zypper in -yl ca-certificates-mozilla curl gzip rsync xz &&     zypper in -yl openQA-worker os-autoinst-s390-deps os-autoinst-ipmi-deps &&     zypper in -yl qemu-arm qemu-ppc qemu-x86 qemu-tools &&     zypper in -yl qemu-hw-display-virtio-gpu qemu-hw-display-virtio-gpu-pci qemu-hw-display-virtio-vga &&     zypper in -yl kmod &&     (zypper in -yl qemu-ovmf-x86_64 ||:) &&     (zypper in -yl qemu-uefi-aarch64 ||:) &&     zypper clean &&     mkdir -p /root/qemu" did not complete successfully: exit code: 4
docker compose exited with non-zero code 1, showing logs:
time="2024-07-22T12:31:32Z" level=warning msg="/tmp/tmp.5FxK4jfQZ6/worker/docker-compose.yaml: `version` is obsolete"
time="2024-07-22T12:31:32Z" level=warning msg="/tmp/tmp.5FxK4jfQZ6/worker/docker-compose.yaml: `version` is obsolete"
make: *** [Makefile:332: test-containers-compose] Error 1

poo#162848

@mergify mergify bot added waited and removed waiting labels Jul 24, 2024
@kalikiana
Copy link
Member

@Mergifyio rebase

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

---
updated-dependencies:
- dependency-name: "@floating-ui/utils"
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

mergify bot commented Jul 30, 2024

rebase

✅ Branch has been successfully rebased

@kalikiana kalikiana force-pushed the dependabot/npm_and_yarn/floating-ui/utils-0.2.5 branch from 7ab4607 to e09af3b Compare July 30, 2024 10:33
@okurz okurz merged commit 7a493ad into master Jul 30, 2024
47 checks passed
@okurz okurz deleted the dependabot/npm_and_yarn/floating-ui/utils-0.2.5 branch July 30, 2024 11:17
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 waited
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants