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 use-resize-observer from 6.0.0 to 8.0.0 #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps use-resize-observer from 6.0.0 to 8.0.0.

Release notes

Sourced from use-resize-observer's releases.

v8.0.0

8.0.0 (2021-08-28)

Bug Fixes

  • The onResize callback is no longer incorrectly called with the same values. (bd0f3c8)

Features

BREAKING CHANGES

  • Removed resize-observer-polyfill in favour of @juggle/resize-observer. (8afc8f6)

v7.1.0 (Accidental Release)

This was an accidental release, and an equivalent of V8.

The breaking change is the replacement of resize-observer-polyfill by @​juggle/resize-observer for the polyfillled module.

See the v8 release notes.

v7.0.1

7.0.1 (2021-07-27)

Bug Fixes

  • Removed unnecessary entries.length check (3211d33)
  • Undefined HTMLElement is no longer an issue in certain SSR edge cases. (599cace), closes #74 #62

v7.0.0

7.0.0 (2020-11-11)

Bug Fixes

  • Only instantiating a ResizeObserver instance if there's actually something to observe. This for example means that if you pass in null or undefined as the ref, or if neither the default ref or RefCallback returned from the hook are in use, then no ResizeObserver instance will get created until there's an actual element to observe. Resolves: #42
  • Fixed an error where in certain edge cases the hook tried to set state when its host component already unmounted.

... (truncated)

Changelog

Sourced from use-resize-observer's changelog.

8.0.0 (2021-08-28)

Bug Fixes

  • The onResize callback is no longer incorrectly called with the same values. (bd0f3c8)

Features

BREAKING CHANGES

  • Removed resize-observer-polyfill in favour of @juggle/resize-observer. (8afc8f6)

7.1.0 (2021-08-28)

This was an accidental release, and an equivalent of V8.

7.0.1 (2021-07-27)

Bug Fixes

  • Removed unnecessary entries.length check (3211d33)
  • Undefined HTMLElement is no longer an issue in certain SSR edge cases. (599cace), closes #74 #62

7.0.0 (2020-11-11)

Bug Fixes

  • Only instantiating a ResizeObserver instance if there's actually something to observe. This for example means that if you pass in null or undefined as the ref, or if neither the default ref or RefCallback returned from the hook are in use, then no ResizeObserver instance will get created until there's an actual element to observe. Resolves: #42
  • Fixed an error where in certain edge cases the hook tried to set state when its host component already unmounted.

Features

  • The ref option now accepts raw elements as well.

BREAKING CHANGES

  • The returned ref is now a RefCallback, not a ref object. Resolves: #43, #45
  • The returned ref will always be the same RefCallback. Previously when a custom ref object was passed, it was returned as well from the hook as "ref".
  • Compared to 6.2.0-alpha.1 There's no callbackRef return value anymore.

... (truncated)

Commits
  • 5b42412 chore(release): 8.0.0 [skip ci]
  • 4373a1f feat: Triggering the v8 release
  • ede37a6 chore(release): 7.1.0 [skip ci]
  • c465a3f chore: Added an example of achieving breakpoints.
  • 52709fe chore: Updated readme and contributing files.
  • bd0f3c8 fix: The onResize callback is no longer incorrectly called with the same va...
  • aa38199 feat: Added the round option.
  • 69298b5 chore: Updated the tests and added more devices to test on.
  • 0ca6c23 feat: Added the box option
  • 8afc8f6 fix: Removed resize-observer-polyfill in favour of @juggle/resize-observer.
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 6, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/use-resize-observer-8.0.0 branch from 9871a47 to cb29f9b Compare September 9, 2021 08:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/use-resize-observer-8.0.0 branch from cb29f9b to 129cb83 Compare December 1, 2021 14:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/use-resize-observer-8.0.0 branch from 129cb83 to 9d1003a Compare March 8, 2022 15:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/use-resize-observer-8.0.0 branch from 9d1003a to adfb63a Compare March 16, 2022 15:36
Bumps [use-resize-observer](https://github.com/ZeeCoder/use-resize-observer) from 6.0.0 to 8.0.0.
- [Release notes](https://github.com/ZeeCoder/use-resize-observer/releases)
- [Changelog](https://github.com/ZeeCoder/use-resize-observer/blob/master/CHANGELOG.md)
- [Commits](ZeeCoder/use-resize-observer@v6.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: use-resize-observer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/use-resize-observer-8.0.0 branch from adfb63a to a056e55 Compare March 16, 2022 15:38
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