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 2.3.0 to 5.0.0 #19438

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2023

Bumps throttle-debounce from 2.3.0 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

v3.0.1

Fixed

  • Accessing package.json being restricted since it’s no longer exported (#43)

v3.0.0

Changed

  • Avoid having bundles like Webpack load the UMD module (#42)
  • Upgrade package

Removed

  • Breaking: Drop Node 8 support, package is no longer tested against it, but it should still work since there are no code changes
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

[3.0.1][] - 2020-11-02

Fixed

  • Accessing package.json being restricted since it’s no longer exported (#43)

[3.0.0][] - 2020-10-28

Changed

  • Avoid having bundles like Webpack load the UMD module (#42)
  • Upgrade package

Removed

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot temporarily deployed to npm-update October 5, 2023 05:49 Inactive
@github-actions github-actions bot changed the title [no-test]: Bump throttle-debounce from 2.3.0 to 5.0.0 Bump throttle-debounce from 2.3.0 to 5.0.0 Oct 5, 2023
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/throttle-debounce-5.0.0 branch from 2772d3d to 5181e83 Compare October 5, 2023 05:52
@martinpitt martinpitt added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Oct 5, 2023
@martinpitt
Copy link
Member

Temporarily adding no-test to avoid CI DDoS due to the many parallel updates. But drop this once it's this PR's turn to be rebased.

@martinpitt
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/throttle-debounce-5.0.0 branch from 5181e83 to ba97699 Compare October 5, 2023 14:54
@martinpitt martinpitt added node_modules and removed no-test For doc/workflow changes, or experiments which don't need a full CI run, labels Oct 5, 2023
@martinpitt martinpitt temporarily deployed to npm-update October 5, 2023 15:15 — with GitHub Actions Inactive
@martinpitt martinpitt added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label Oct 5, 2023
@martinpitt martinpitt temporarily deployed to npm-update October 5, 2023 15:15 — with GitHub Actions Inactive
@martinpitt
Copy link
Member

Will re-run with fewer tests, as the previous round was (almost) green.

Bumps [throttle-debounce](https://github.com/niksy/throttle-debounce) from 2.3.0 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@v2.3.0...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>
@martinpitt martinpitt force-pushed the dependabot/npm_and_yarn/throttle-debounce-5.0.0 branch 2 times, most recently from 53944ae to 1318d10 Compare October 5, 2023 15:18
@martinpitt martinpitt merged commit b5fb84a into main Oct 5, 2023
36 of 40 checks passed
@martinpitt martinpitt deleted the dependabot/npm_and_yarn/throttle-debounce-5.0.0 branch October 5, 2023 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For doc/workflow changes, or experiments which don't need a full CI run,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant