Skip to content

Commit e19bb00

Browse files
[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

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"pretty-data": "^0.40.0",
134134
"semver": "^7.8.4",
135135
"terser": "^5.48.0",
136-
"workerpool": "^9.3.4",
136+
"workerpool": "^10.0.2",
137137
"xml2js": "^0.6.2"
138138
},
139139
"devDependencies": {

0 commit comments

Comments
 (0)