piniajs / example-vue-2-vite

28 stars 5 forks source link

Update dependency ts-debounce to v4 - autoclosed #6

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-debounce ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

chodorowicz/ts-debounce ### [`v4.0.0`](https://togithub.com/chodorowicz/ts-debounce/releases/v4.0.0) [Compare Source](https://togithub.com/chodorowicz/ts-debounce/compare/v3.0.0...v4.0.0) #### Breaking - improve type inference thanks [@​juanmendes](https://togithub.com/juanmendes) for the idea - since we're improving types in some scenarios (instead of `any` you can get more precise types) this can break your type checks ```ts const inputs = document.querySelectorAll("input"); inputs[0].addEventListener( "input", debounce((event) => { // here Event has `Event` type, before it was just `any` expectType(event.target); }, 0) ); ``` #### other - ๐Ÿงช introduce tsd type testing - ๐Ÿ“ add past contributors - ๐Ÿ’… Add Prettier, format files

Configuration

๐Ÿ“… Schedule: "before 3am on Monday" (UTC).

๐Ÿšฆ 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 WhiteSource Renovate. View repository job log here.