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

build(deps): Bump usehooks-ts from 2.16.0 to 3.1.0 #193

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps usehooks-ts from 2.16.0 to 3.1.0.

Release notes

Sourced from usehooks-ts's releases.

[email protected]

Minor Changes

Patch Changes

[email protected]

Patch Changes

  • b14db5b: Add support for focus event to useOnClickOutside (Fixes: #522)
  • 59c0b93: Add SVG element support to useEventListener (#546 by @​LumaKernel)
  • b14db5b: Expose AddEventListenerOptions in useOnClickOutside (Fixes #554 from @​metav-drimz)
  • b14db5b: Support missing refs in useOnClickOutside (Fixes: #531)
  • 09341a3: feat(useEventCallback): allow optional callback (#550 by @​Newbie012)

[email protected]

Patch Changes

  • Fix: Update exported files

[email protected]

Major Changes

  • a8e8968: Remove previously deprecated hooks and hooks' signatures (#503)
  • a8e8968: Improve JSDoc comments and rename or make private some type aliases
  • a8e8968: Prefer type over interface (#515)
  • a8e8968: Move the full workspace into ES Module
Commits

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
@amattu2
Copy link
Owner

amattu2 commented Aug 4, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@amattu2
Copy link
Owner

amattu2 commented Aug 4, 2024

@dependabot recreate

Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.16.0 to 3.1.0.
- [Release notes](https://github.com/juliencrn/usehooks-ts/releases)
- [Commits](https://github.com/juliencrn/usehooks-ts/compare/[email protected]@3.1.0)

---
updated-dependencies:
- dependency-name: usehooks-ts
  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/dev/usehooks-ts-3.1.0 branch from bb7dbfb to dacf88f Compare August 4, 2024 12:55
@amattu2 amattu2 self-assigned this Aug 4, 2024
@amattu2
Copy link
Owner

amattu2 commented Aug 4, 2024

Breaking change effects the intersection observer. Need to update implementation https://usehooks-ts.com/react-hook/use-intersection-observer

@amattu2 amattu2 added this to the 1.0.1 milestone Aug 4, 2024
@amattu2
Copy link
Owner

amattu2 commented Aug 4, 2024

usehooks-ts v3.0.0 seems to have broken Jest. See juliencrn/usehooks-ts#502

@amattu2
Copy link
Owner

amattu2 commented Aug 5, 2024

Base automatically changed from dev to master September 14, 2024 13:54
@amattu2 amattu2 removed this from the 1.0.1 milestone Sep 18, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant