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

Update dependency use-debounce to v10 - autoclosed #22

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
use-debounce 9.0.2 -> 10.0.0 age adoption passing confidence

Release Notes

xnimorz/use-debounce (use-debounce)

v10.0.0

Compare Source

  • 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

v9.0.4

Compare Source

v9.0.3

Compare Source

  • Represent correct return type from useDebounce(), see issue, thanks to @​appden

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/use-debounce-10.x branch from 188f357 to 68a10c4 Compare December 9, 2023 11:33
Copy link

netlify bot commented Dec 9, 2023

Deploy Preview for leipziger-weihnachtsmaerkte ready!

Name Link
🔨 Latest commit 68a10c4
🔍 Latest deploy log https://app.netlify.com/sites/leipziger-weihnachtsmaerkte/deploys/657450a49ef3e20008fc47d3
😎 Deploy Preview https://deploy-preview-22--leipziger-weihnachtsmaerkte.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title Update dependency use-debounce to v10 Update dependency use-debounce to v10 - autoclosed Dec 9, 2023
@renovate renovate bot closed this Dec 9, 2023
@renovate renovate bot deleted the renovate/use-debounce-10.x branch December 9, 2023 13:09
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.

0 participants