Skip to content

build(deps): bump throttle-debounce and @types/throttle-debounce#33

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-28f88b3369
Open

build(deps): bump throttle-debounce and @types/throttle-debounce#33
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-28f88b3369

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Bumps throttle-debounce and @types/throttle-debounce. These dependencies needed to be updated together.
Updates throttle-debounce from 3.0.1 to 5.0.2

Release notes

Sourced from throttle-debounce's releases.

v5.0.2

Fixed

  • Pin karma-webpack to specific version to prevent errors in Node 12

v5.0.1

Changed

  • License to single license (MIT)

v5.0.0

Changed

  • Breaking: The optional argument atBegin of debounce is now a part of options object instead of a function argument so that debounce API is normalized with throttle API.

Added

  • Option to cancel only upcoming invocation (#44)

v4.0.1

Fixed

  • Throttle invocation with { noLeading: true, noTrailing: true }(#55)

Added

  • Support for running non-BrowserStack tests (headless browsers tests) in CI

v4.0.0

Changed

  • Breaking: Updated browser support, check Browserslist configuration
  • Breaking: All additional options such as noLeading, noTrailing and debounceMode are now part of options object instead of function arguments
  • Upgrade package
Changelog

Sourced from throttle-debounce's changelog.

[5.0.2][] - 2024-06-24

Fixed

  • Pin karma-webpack to specific version to prevent errors in Node 12

[5.0.1][] - 2024-06-24

Changed

  • License to single license (MIT)

[5.0.0][] - 2022-05-02

Changed

  • Breaking: The optional argument atBegin of debounce is now a part of options object instead of a function argument so that debounce API is normalized with throttle API.

Added

  • Option to cancel only upcoming invocation (#44)

[4.0.1][] - 2022-04-15

Fixed

  • Throttle invocation with { noLeading: true, noTrailing: true }(#55)

Added

  • Support for running non-BrowserStack tests (headless browsers tests) in CI

[4.0.0][] - 2022-04-11

Changed

  • Breaking: Updated browser support, check Browserslist configuration
  • Breaking: All additional options such as noLeading, noTrailing and debounceMode are now part of options object instead of function arguments
  • Upgrade package
Commits

Updates @types/throttle-debounce from 2.1.0 to 5.0.2

Commits

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 commands and options

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)

Bumps [throttle-debounce](https://github.com/niksy/throttle-debounce) and [@types/throttle-debounce](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/throttle-debounce). These dependencies needed to be updated together.

Updates `throttle-debounce` from 3.0.1 to 5.0.2
- [Release notes](https://github.com/niksy/throttle-debounce/releases)
- [Changelog](https://github.com/niksy/throttle-debounce/blob/master/CHANGELOG.md)
- [Commits](niksy/throttle-debounce@v3.0.1...v5.0.2)

Updates `@types/throttle-debounce` from 2.1.0 to 5.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/throttle-debounce)

---
updated-dependencies:
- dependency-name: throttle-debounce
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/throttle-debounce"
  dependency-version: 5.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants