Skip to content

Bump throat from 5.0.0 to 6.0.2#685

Merged
JamieMagee merged 1 commit into
masterfrom
dependabot/npm_and_yarn/throat-6.0.2
Jan 26, 2026
Merged

Bump throat from 5.0.0 to 6.0.2#685
JamieMagee merged 1 commit into
masterfrom
dependabot/npm_and_yarn/throat-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 26, 2026

Bumps throat from 5.0.0 to 6.0.2.

Release notes

Sourced from throat's releases.

6.0.2

Bug Fixes

  • Task queue could fail after an edge case involving many batches of jobs (#62)

    This issue was introduced in 6.0.1

6.0.1

Performance Improvements

  • Optimise the queue again (#57)

    6.0.0 was significantly slower than 5.0.0. This restores the balance. Each of these benchmarks is run 10x times, in order to make the numbers reasonably stable for comparison.

    5.0.0 benchmark:

    limit=10
    10 promises: 1.118ms
    100 promises: 31.778ms
    1000 promises: 22.806ms
    10000 promises: 59.501ms
    100000 promises: 941.285ms
    1000000 promises: 11.569s
    limit=1000000
    10 promises: 0.177ms
    100 promises: 0.425ms
    1000 promises: 4.904ms
    10000 promises: 84.251ms
    100000 promises: 1.081s
    1000000 promises: 13.656s
    

    6.0.0 benchmark:

    limit=10
    10 promises: 1.122ms
    100 promises: 18.4ms
    1000 promises: 34.742ms
    10000 promises: 86.504ms
    100000 promises: 1.475s
    1000000 promises: 20.298s
    limit=1000000
    10 promises: 0.264ms
    100 promises: 0.424ms
    1000 promises: 5.6ms
    10000 promises: 93.45ms
    100000 promises: 1.466s
    1000000 promises: 20.109s
    

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by throat-bot, a new releaser for throat since your current version.


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 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 dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
Bumps [throat](https://github.com/ForbesLindesay/throat) from 5.0.0 to 6.0.2.
- [Release notes](https://github.com/ForbesLindesay/throat/releases)
- [Commits](ForbesLindesay/throat@5.0.0...6.0.2)

---
updated-dependencies:
- dependency-name: throat
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/throat-6.0.2 branch from d3228bb to 47311e6 Compare January 26, 2026 21:14
@JamieMagee
Copy link
Copy Markdown
Contributor

Checked the two places where throat is used (providers/process/licensee.js:56 and providers/process/abstractClearlyDefinedProcessor.js:42). Both use the throat(concurrency, worker) pattern, which is unchanged in v6.

The breaking changes in v6 don't apply here:

  • Custom Promise override removal — this codebase uses native Promises
  • Dropped Node 8 support — targets Node 24
  • Dropped old browser testing — server-side app

Looks good to merge.

@JamieMagee JamieMagee merged commit ccb6c8b into master Jan 26, 2026
2 checks passed
@JamieMagee JamieMagee deleted the dependabot/npm_and_yarn/throat-6.0.2 branch January 26, 2026 21:29
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.

1 participant