Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: Bump debounce from 1.2.1 to 2.1.0 (#4752)
Bumps [debounce](https://github.com/sindresorhus/debounce) from 1.2.1 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/debounce/releases">debounce's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <ul> <li>Add <code>.trigger()</code> function (<a href="https://redirect.github.com/sindresorhus/debounce/issues/41">#41</a>) 1fe9160</li> </ul> <p><a href="https://github.com/sindresorhus/debounce/compare/v2.0.0...v2.1.0">https://github.com/sindresorhus/debounce/compare/v2.0.0...v2.1.0</a></p> <h2>v2.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 18 and modern browsers 2872fb8</li> <li>Removed support for <a href="https://github.com/componentjs/component">component</a> (now defunct project)</li> </ul> <h3>Improvements</h3> <ul> <li>Add TypeScript types 2872fb8</li> <li>Protect against improper use in classes 95eef87</li> </ul> <h3>Fixes</h3> <ul> <li>Fix recursive callback args (<a href="https://redirect.github.com/sindresorhus/debounce/issues/32">#32</a>) c997759</li> </ul> <p><a href="https://github.com/sindresorhus/debounce/compare/1.2.1...v2.0.0">https://github.com/sindresorhus/debounce/compare/1.2.1...v2.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/debounce/commit/312a06ebd5aa5134d007ce7964cde04ce98e32bd"><code>312a06e</code></a> 2.1.0</li> <li><a href="https://github.com/sindresorhus/debounce/commit/1fe9160390fa5354cb6a2c9a1a42fb350226c2b3"><code>1fe9160</code></a> Add <code>.trigger()</code> (<a href="https://redirect.github.com/sindresorhus/debounce/issues/41">#41</a>)</li> <li><a href="https://github.com/sindresorhus/debounce/commit/691098b28ae122c2ac7eda230a822c7b7496bb5c"><code>691098b</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/debounce/commit/b6e2b73afb34b69c9ad57d7362bbf5d2cf02513b"><code>b6e2b73</code></a> Add CI</li> <li><a href="https://github.com/sindresorhus/debounce/commit/1b1d4d8de8bee33578c8b855407cdd31454422b0"><code>1b1d4d8</code></a> 2.0.0</li> <li><a href="https://github.com/sindresorhus/debounce/commit/15c890d19a46334bc986a1f19ee069c673dc275a"><code>15c890d</code></a> Add more tests</li> <li><a href="https://github.com/sindresorhus/debounce/commit/60a50c4cf3cb8c9271542a6a755eb8bc6e733fc1"><code>60a50c4</code></a> Support an options-object</li> <li><a href="https://github.com/sindresorhus/debounce/commit/1f6cd9b6ade49e578f1931440456ec39feaa5c1a"><code>1f6cd9b</code></a> Convert tests to Node.js test runner</li> <li><a href="https://github.com/sindresorhus/debounce/commit/95eef872be4d812c129fcc976caddc0a3446b5e6"><code>95eef87</code></a> Protect against improper use in classes</li> <li><a href="https://github.com/sindresorhus/debounce/commit/2872fb805ed982390e6bc720b31adb6185cbc143"><code>2872fb8</code></a> Require Node.js 18 and modern browsers</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/debounce/compare/1.2.1...v2.1.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~sindresorhus">sindresorhus</a>, a new releaser for debounce since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=debounce&package-manager=npm_and_yarn&previous-version=1.2.1&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information