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

Bump throttle-debounce from 3.0.1 to 5.0.0 #5216

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps throttle-debounce from 3.0.1 to 5.0.0.

Release notes

Sourced from throttle-debounce's releases.

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.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

Dependabot compatibility score

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 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)

@dependabot dependabot bot added javascript Pull requests that update Javascript code Type: Maintenance labels Aug 1, 2022
Bumps [throttle-debounce](https://github.com/niksy/throttle-debounce) from 3.0.1 to 5.0.0.
- [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.0)

---
updated-dependencies:
- dependency-name: throttle-debounce
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@bdukes bdukes force-pushed the dependabot/npm_and_yarn/throttle-debounce-5.0.0 branch from 08fcf8a to 75ef8bd Compare August 2, 2022 13:17
@bdukes bdukes added this to the 9.10.3 milestone Aug 2, 2022
@mitchelsellers mitchelsellers merged commit f57f428 into develop Aug 2, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/throttle-debounce-5.0.0 branch August 2, 2022 14:06
@valadas valadas modified the milestones: 9.10.3, 9.11.0 Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code Type: Maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants