Skip to content

[DEPENDENCY] Bump workerpool from 9.3.4 to 10.0.0#1169

Closed
dependabot[bot] wants to merge 1 commit intov4from
dependabot/npm_and_yarn/workerpool-10.0.0
Closed

[DEPENDENCY] Bump workerpool from 9.3.4 to 10.0.0#1169
dependabot[bot] wants to merge 1 commit intov4from
dependabot/npm_and_yarn/workerpool-10.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2025

Bumps workerpool from 9.3.4 to 10.0.0.

Changelog

Sourced from workerpool's changelog.

2025-10-21, version 10.0.0

BREAKING CHANGES:

  • Feat: implement queueStrategy option (FIFO / LIFO / custom) (#518, #517). This is a new feature without changes in the public API, but the internal property pool.tasks is changed into pool.taskQueue. So, changes are required if you rely on this internal property. Thanks @​amaneru55
  • Feat: introduce a new TerminateError class to differentiate between a crash and a regular error (see #519, #520). The TerminateError class extends from the class Error so no breaking changes in that regard. But some of the error messages are changed so if you have code that depends on the exact error messages you may need to change your code accordingly. Thanks @​Julusian.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Oct 26, 2025
@coveralls
Copy link

coveralls commented Oct 26, 2025

Coverage Status

coverage: 94.205% (+0.07%) from 94.131%
when pulling 7616285 on dependabot/npm_and_yarn/workerpool-10.0.0
into c3d96ed on v4.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workerpool-10.0.0 branch 2 times, most recently from 40fc345 to 68548ec Compare November 2, 2025 03:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workerpool-10.0.0 branch 2 times, most recently from 4a3b4a0 to 52f4c70 Compare November 14, 2025 12:28
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/workerpool-10.0.0 branch 3 times, most recently from 31db7d4 to 05a681f Compare November 23, 2025 03:24
@d3xter666
Copy link
Contributor

@dependabot recreate

Bumps [workerpool](https://github.com/josdejong/workerpool) from 9.3.4 to 10.0.0.
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](https://github.com/josdejong/workerpool/commits/v10.0.0)

---
updated-dependencies:
- dependency-name: workerpool
  dependency-version: 10.0.0
  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/workerpool-10.0.0 branch from 05a681f to 7616285 Compare February 4, 2026 13:21
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2026

Superseded by #1190.

@dependabot dependabot bot closed this Feb 8, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/workerpool-10.0.0 branch February 8, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants