Skip to content

fix(deps): update dependency workerpool to v10#278

Merged
9larsons merged 1 commit intomainfrom
renovate/workerpool-10.x
Feb 20, 2026
Merged

fix(deps): update dependency workerpool to v10#278
9larsons merged 1 commit intomainfrom
renovate/workerpool-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Confidence
workerpool 9.3.410.0.1 age confidence

Release Notes

josdejong/workerpool (workerpool)

v10.0.1

Compare Source

  • Fix: #​523 make WorkerHandler resilient against errors without message
    property.

v10.0.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/workerpool-10.x branch from 0d175c7 to 3236f9d Compare November 10, 2025 21:57
@renovate renovate bot force-pushed the renovate/workerpool-10.x branch 2 times, most recently from 9f39aad to b7069cf Compare November 19, 2025 15:38
@renovate renovate bot force-pushed the renovate/workerpool-10.x branch from b7069cf to 9280bb1 Compare December 3, 2025 15:48
@renovate renovate bot force-pushed the renovate/workerpool-10.x branch from 9280bb1 to 82bf03b Compare December 31, 2025 18:47
@renovate renovate bot force-pushed the renovate/workerpool-10.x branch from 82bf03b to 55f2aae Compare January 8, 2026 21:19
@coderabbitai
Copy link

coderabbitai bot commented Jan 8, 2026

Walkthrough

The pull request updates the "workerpool" package dependency in packages/job-manager/package.json from version 9.3.4 to version 10.0.1. This represents a major version upgrade and is the sole modification in the diff, with no changes to code logic, functionality, or public API declarations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The description is directly related to the changeset, providing detailed release notes, package information, and context for the workerpool dependency update.
Title check ✅ Passed The title clearly and accurately summarizes the main change: updating the workerpool dependency to version 10, which is the primary objective of the pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch renovate/workerpool-10.x

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/workerpool-10.x branch 3 times, most recently from c623810 to 1105d2d Compare January 23, 2026 20:58
@renovate renovate bot force-pushed the renovate/workerpool-10.x branch from 1105d2d to 2db1296 Compare January 27, 2026 16:01
@renovate renovate bot changed the title Update dependency workerpool to v10 fix(deps): update dependency workerpool to v10 Jan 27, 2026
@renovate renovate bot force-pushed the renovate/workerpool-10.x branch 2 times, most recently from 3b9c368 to 6a754c9 Compare February 2, 2026 16:41
@renovate renovate bot force-pushed the renovate/workerpool-10.x branch from 6a754c9 to df4f4cc Compare February 12, 2026 12:45
@renovate renovate bot force-pushed the renovate/workerpool-10.x branch from df4f4cc to e70b3ab Compare February 17, 2026 18:05
@renovate renovate bot changed the title fix(deps): update dependency workerpool to v10 Update dependency workerpool to v10 Feb 20, 2026
@renovate renovate bot changed the title Update dependency workerpool to v10 fix(deps): update dependency workerpool to v10 Feb 20, 2026
@9larsons 9larsons merged commit da305a9 into main Feb 20, 2026
4 checks passed
@9larsons 9larsons deleted the renovate/workerpool-10.x branch February 20, 2026 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant