Commit e19bb00
authored
[DEPENDENCY] Bump workerpool from 9.3.4 to 10.0.2 (#1216)
Bumps [workerpool](https://github.com/josdejong/workerpool) from 9.3.4
to 10.0.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/josdejong/workerpool/blob/master/HISTORY.md">workerpool's
changelog</a>.</em></p>
<blockquote>
<h2>2026-04-16, version 10.0.2</h2>
<ul>
<li>Fix: <a
href="https://redirect.github.com/josdejong/workerpool/issues/542">#542</a>
clean up listeners when abort triggers. Thanks <a
href="https://github.com/joshLong145"><code>@joshLong145</code></a>.</li>
</ul>
<h2>2025-11-19, version 10.0.1</h2>
<ul>
<li>Fix: <a
href="https://redirect.github.com/josdejong/workerpool/issues/523">#523</a>
make <code>WorkerHandler</code> resilient against errors without
<code>message</code>
property.</li>
</ul>
<h2>2025-10-21, version 10.0.0</h2>
<p>BREAKING CHANGES:</p>
<ul>
<li>Feat: implement <code>queueStrategy</code> option (FIFO / LIFO /
custom) (<a
href="https://redirect.github.com/josdejong/workerpool/issues/518">#518</a>,
<a
href="https://redirect.github.com/josdejong/workerpool/issues/517">#517</a>).
This is a new feature without changes in the public API, but the
internal
property <code>pool.tasks</code> is changed into
<code>pool.taskQueue</code>. So, changes are
required if you rely on this internal property. Thanks <a
href="https://github.com/amaneru55"><code>@amaneru55</code></a></li>
<li>Feat: introduce a new <code>TerminateError</code> class to
differentiate between a
crash and a regular error (see <a
href="https://redirect.github.com/josdejong/workerpool/issues/519">#519</a>,
<a
href="https://redirect.github.com/josdejong/workerpool/issues/520">#520</a>).
The <code>TerminateError</code> class
extends from the class <code>Error</code> 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 <a
href="https://github.com/Julusian"><code>@Julusian</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/josdejong/workerpool/commits/v10.0.2">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 32f500c commit e19bb00
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments