Skip to content

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

Merged
Siegrift merged 1 commit intomainfrom
renovate/workerpool-10.x
Oct 31, 2025
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2025

This PR contains the following updates:

Package Change Age Confidence
workerpool ^9.3.4 -> ^10.0.0 age confidence

Release Notes

josdejong/workerpool (workerpool)

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 requested a review from Siegrift October 28, 2025 19:14
Copy link
Collaborator

@Siegrift Siegrift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

@Siegrift Siegrift merged commit 2e6c059 into main Oct 31, 2025
6 checks passed
@Siegrift Siegrift deleted the renovate/workerpool-10.x branch October 31, 2025 08:44
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