Closed renovate[bot] closed 11 months ago
Name | Link |
---|---|
Latest commit | 68a10c4c3af570a03da0b945b8abd297dfc33c1d |
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR contains the following updates:
9.0.2
->10.0.0
Release Notes
xnimorz/use-debounce (use-debounce)
### [`v10.0.0`](https://togithub.com/xnimorz/use-debounce/blob/HEAD/CHANGELOG.md#1000) [Compare Source](https://togithub.com/xnimorz/use-debounce/compare/9.0.4...10.0.0) - *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](https://togithub.com/testing-library) - \[Internal] yarn classic => npm - \[Internal] Updated devDependencies ### [`v9.0.4`](https://togithub.com/xnimorz/use-debounce/blob/HEAD/CHANGELOG.md#904) [Compare Source](https://togithub.com/xnimorz/use-debounce/compare/9.0.3...9.0.4) - Tweak exports, see [PR](https://togithub.com/xnimorz/use-debounce/pull/160), thanks to [@Andarist](https://togithub.com/Andarist) - Changed types, see [PR](https://togithub.com/xnimorz/use-debounce/pull/158), thanks to [@wangcch](https://togithub.com/wangcch) ### [`v9.0.3`](https://togithub.com/xnimorz/use-debounce/blob/HEAD/CHANGELOG.md#903) [Compare Source](https://togithub.com/xnimorz/use-debounce/compare/3556a915bbe704b5d71cfb41e8328409d2891232...9.0.3) - Represent correct return type from useDebounce(), see [issue](https://togithub.com/xnimorz/use-debounce/pull/155), thanks to [@appden](https://togithub.com/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.
This PR has been generated by Mend Renovate. View repository job log here.