Skip to content

Conversation

@fnprog
Copy link
Owner

@fnprog fnprog commented Oct 4, 2025

snyk-top-banner

Snyk has created this PR to upgrade use-debounce from 10.0.0 to 10.0.6.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 7 versions ahead of your current version.

  • The recommended version was released a month ago.

Release notes
Package name: use-debounce
  • 10.0.6 - 2025-09-01

    What's Changed

    Full Changelog: 10.0.5...10.0.6

  • 10.0.5 - 2025-06-07

    What's Changed

    New Contributors

    Full Changelog: 10.0.4...10.0.5

  • 10.0.4 - 2024-10-13
    • Fix behaviour for strictMode react when leading is set to true and trailing is true
  • 10.0.4-beta - 2024-10-06
  • 10.0.3 - 2024-08-17
  • 10.0.2 - 2024-07-28
    • Fixed: isPending does not reset the state if the tracked value hasn't changed.. See #178
  • 10.0.1 - 2024-05-26
    • Fixed flush method return args, thanks to @ h
  • 10.0.0 - 2023-11-05
    • ❗️ [Major breaking change] replaced index.modern.js with index.mjs. Might require a little change in your build pipeline
    • ❗️ [Major breaking change] New option debounceOnServer: if you put the option to true, it will run debouncing on server (via setTimeout). The new option can break your current server behaviour, as v9.x, it runs all the time and might cause unnessesary server CPU utilisation. Now, by default, debounced callbacks do not happen on server.
    • ❕[Minor breaking change]: Replaced useState for useDebounce with useReducer. It might lead to reduced amount of re-renders, as useState is known to have excess re-renders in some corner: https://stackoverflow.com/questions/57652176/react-hooks-usestate-setvalue-still-rerender-one-more-time-when-value-is-equal
    • ❕[Minor breaking change]: useDebouncedCallback now updates function to call asap. Meaning, if you re-called the hook and it should trigger immediately, it will trigger the newest function all the time.
    • ℹ Lib size:
      • 914 B: index.js.gz
      • 851 B: index.js.br
      • 883 B: index.mjs.gz
      • 826 B: index.mjs.br
      • 938 B: index.module.js.gz
      • 873 B: index.module.js.br
      • 989 B: index.umd.js.gz
      • 919 B: index.umd.js.br
    • ℹ [Internal] Replaced Enzyme with testing-library
    • ℹ [Internal] yarn classic => npm
    • ℹ [Internal] Updated devDependencies
from use-debounce GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade use-debounce from 10.0.0 to 10.0.6.

See this package in npm:
use-debounce

See this project in Snyk:
https://app.snyk.io/org/fantasy-programming/project/41fb3f89-4566-4fea-b60b-5636753ee561?utm_source=github&utm_medium=referral&page=upgrade-pr
@netlify
Copy link

netlify bot commented Oct 4, 2025

Deploy Preview for fantasyclockworks failed.

Name Link
🔨 Latest commit 2b7d550
🔍 Latest deploy log https://app.netlify.com/projects/fantasyclockworks/deploys/68e08de57b97150008543121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants