fix(deps): update dependency workerpool to v10#278
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency workerpool to v10#278renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
0d175c7 to
3236f9d
Compare
9f39aad to
b7069cf
Compare
b7069cf to
9280bb1
Compare
9280bb1 to
82bf03b
Compare
82bf03b to
55f2aae
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
WalkthroughThe pull request updates the "workerpool" package dependency in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
c623810 to
1105d2d
Compare
1105d2d to
2db1296
Compare
2db1296 to
3b9c368
Compare
3b9c368 to
6a754c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.3.4→10.0.1Release Notes
josdejong/workerpool (workerpool)
v10.0.1Compare Source
WorkerHandlerresilient against errors withoutmessageproperty.
v10.0.0Compare Source
BREAKING CHANGES:
queueStrategyoption (FIFO / LIFO / custom) (#518, #517).This is a new feature without changes in the public API, but the internal
property
pool.tasksis changed intopool.taskQueue. So, changes arerequired if you rely on this internal property. Thanks @amaneru55
TerminateErrorclass to differentiate between acrash and a regular error (see #519, #520). The
TerminateErrorclassextends from the class
Errorso 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.
This PR was generated by Mend Renovate. View the repository job log.