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.12.1 to 3.0.2 #1565

Merged
merged 8 commits into from
Aug 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps usehooks-ts from 2.12.1 to 3.0.2.

Release notes

Sourced from usehooks-ts's releases.

usehooks-ts@3.0.2

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)

usehooks-ts@3.0.1

Patch Changes

  • Fix: Update exported files

usehooks-ts@3.0.0

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

usehooks-ts@2.16.0

Minor Changes

Patch Changes

usehooks-ts@2.15.1

Patch Changes

usehooks-ts@2.15.0

Minor Changes

Patch Changes

... (truncated)

Commits
  • 07882a7 🔖 Version
  • 0134f2d Add Algolia logo to the website doc-search
  • b14db5b 🐛 Fix/use on click outside (#552)
  • 59c0b93 ✨ Support SVGElement for useEventListener (#547)
  • 753db94 👥 add Newbie012 as a contributor for code (#553)
  • 09341a3 ✨ feat(useEventCallback): allow optional callback (#550)
  • 2e03935 📝 Update permanent redirections (#551)
  • a749699 👥 add k-melnychuk as a contributor for content (#541)
  • 4f40e02 📝 Fix a link in migration docs (#537)
  • 4c62a2c 👥 add jcbhmr as a contributor for ideas (#540)
  • Additional commits viewable in compare view

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.

Bumps [usehooks-ts](https://github.com/juliencrn/usehooks-ts) from 2.12.1 to 3.0.2.
- [Release notes](https://github.com/juliencrn/usehooks-ts/releases)
- [Commits](https://github.com/juliencrn/usehooks-ts/compare/usehooks-ts@2.12.1...usehooks-ts@3.0.2)

---
updated-dependencies:
- dependency-name: usehooks-ts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 25, 2024
@grzanka
Copy link
Contributor

grzanka commented Mar 26, 2024

Have you checked if loading results from examples work ?
For me it looks broken now:

image

@NiEkOKsU NiEkOKsU marked this pull request as draft March 28, 2024 14:20
@grzanka grzanka requested a review from Derstilon March 28, 2024 15:09
@grzanka
Copy link
Contributor

grzanka commented Mar 28, 2024

It seems the plots are visible now

@grzanka
Copy link
Contributor

grzanka commented Mar 28, 2024

I did more tests and got following error:

image

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2024

A newer version of usehooks-ts exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@NiEkOKsU NiEkOKsU marked this pull request as ready for review April 15, 2024 16:41
@NiEkOKsU
Copy link
Contributor

Have you checked if loading results from examples work ? For me it looks broken now:

image

I wrote about it here: #1595 , because error ocurs on the master branch

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 to 20.14.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@grzanka grzanka added this pull request to the merge queue Aug 6, 2024
Merged via the queue into master with commit f3dbcef Aug 6, 2024
10 checks passed
@grzanka grzanka deleted the dependabot/npm_and_yarn/usehooks-ts-3.0.2 branch August 6, 2024 18:04
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.

2 participants