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 usehooks-ts from 2.9.5 to 2.15.0 #1971

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps usehooks-ts from 2.9.5 to 2.15.0.

Release notes

Sourced from usehooks-ts's releases.

[email protected]

Minor Changes

Patch Changes

  • 649ef39: Deprecated useLockedBody replaced by useScrollLock
  • 6514683: Fix useMediaQuery by defining getMatches before use (#494 by @​ymc-maha)
  • d8d8e5d: Upgrade dependencies

Additional

  • Improved the doc introduction page
  • Updated all contributor list
  • Added regular contributing guide

[email protected]

Minor Changes

  • d60f1c6: Added debounce option to both useScreen and useWindowSize

Patch Changes

  • 7d74e09: Release documentation for useEventCallback
  • 2660580: Depreciated useFetch, see the documentation for more information
  • bc3f967: Deprecated useEffectOnce, useIsFirstRender and useUpdateEffect

[email protected]

Minor Changes

  • 87a5141: Improve useOnClickOutside:
    • Prevent handling callback when clicking on a not connected element (#374 by @​hooriza)
    • Add support to accept multiple references
    • Add support for touch events in addition to mouse events
  • 87ba579: Fix SSR hooks by fallback with default or initial value instead of undefined
  • f39078f: Updated useIntersectionObserver API and fixed #395, #271 and #182, see #464.
  • a444ba7: Depreciated useElementSize replaced by useResizeObserver
  • e807ab3: Create useResizeObserver hook

Patch Changes

  • b5b9e1f: chore: Updated dependencies
  • 4146c39: fix: useScript failed to remove script from cache when passing removeOnUnmount prop (#354 by @​ShanSenanayake)
  • bdf7bda: Add eslint rules to comply with verbatimModuleSyntax to avoid side-effects
  • 6b582de: use tsup as bundler instead of transpiling with tsc (@​BlankParticle)
  • be8c35b: Fix useScreen is not rerendering on screen resize (#280 by @​philipgher)

[email protected]

Patch Changes

... (truncated)

Commits
  • 6d3bca9 🔖 Bump version
  • d8d8e5d ⬆️ Upgrade dependencies
  • 649ef39 ✨ Feature: add useScrollLock hook (#479)
  • 61a3b68 👥 add abdofola as a contributor for code (#500)
  • c4dbf38 🐛 delete extra .d.ts file to fix dupliacte declarations (#498)
  • ca7302d chore: fix isTestFile in utils to include .tsx test files (#499)
  • af83160 📝 Docs/create contributing guide (#497)
  • 3fed52d 👥 add BlankParticle as a contributor for review (#496)
  • 3e1203f 👥 add ymc-maha as a contributor for code, and bug (#495)
  • 6514683 🐛 Fix setMatches hook in useMediaQuery by defining getMatches before use (#494)
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 22, 2024
Copy link
Contributor

@dakota002 dakota002 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested locally, looks good to me

@lpsinger lpsinger merged commit fa5dab7 into main Feb 22, 2024
9 checks passed
@lpsinger lpsinger deleted the dependabot/npm_and_yarn/usehooks-ts-2.15.0 branch February 22, 2024 21:43
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