chore(deps): bump the production-dependencies group with 8 updates #34

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/production-dependencies-42563c0fce into v4 2025-11-25 20:12:17 +00:00
dependabot[bot] commented 2025-11-24 16:34:08 +00:00 (Migrated from github.com)

Bumps the production-dependencies group with 8 updates:

Package From To
globby 15.0.0 16.0.0
js-yaml 4.1.0 4.1.1
mdast-util-to-hast 13.2.0 13.2.1
pixi.js 8.14.1 8.14.3
rimraf 6.1.0 6.1.2
workerpool 10.0.0 10.0.1
@types/node 24.10.0 24.10.1
@types/yargs 17.0.34 17.0.35

Updates globby from 15.0.0 to 16.0.0

Release notes

Sourced from globby's releases.

v16.0.0

Breaking

  • Respect parent .gitignore files when gitignore option is enabled b9a9a84
    • When {gitignore: true}, Globby now searches for .gitignore files up to the Git repo root (if detected). This matches Git's actual behavior where parent .gitignore patterns apply to subdirectories. Previously, only .gitignore files within the glob search path were considered. This change could break existing code that relied on the previous, more limited behavior.

Improvements

  • Support negation-only patterns 1273541
  • Respect custom fs implementation from options c2eb272
  • Add some more options to isGitIgnored functions e794ff9
  • Improve error message for invalid cwd option 7535e6d

Fixes

  • Fix {gitignore: true} performance issue fcb07c3
  • Fix bundler compatibility e6c72c9
  • Fix parent directory patterns with gitignore option 11dd2df
  • Fix ignore patterns with parent directory references a58d117
  • Fix types for stats option c10f600

https://github.com/sindresorhus/globby/compare/v15.0.0...v16.0.0

Commits
  • cdbb6a2 16.0.0
  • e6c72c9 Fix bundler compatibility
  • b9a9a84 Respect parent .gitignore files when gitignore option is enabled
  • db9cb72 Add test for suppressErrors option with file patterns
  • 69e0ee7 Add test for ignore option with trailing slashes
  • 11dd2df Fix parent directory patterns with gitignore option
  • e4d0918 Add tests for special characters in directory names
  • f926132 Improve path check in gitignore logic
  • 7535e6d Improve error message for invalid cwd option
  • c10f600 Fix types for stats option
  • Additional commits viewable in compare view

Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Updates mdast-util-to-hast from 13.2.0 to 13.2.1

Release notes

Sourced from mdast-util-to-hast's releases.

13.2.1

Fix

  • ab3a795 Fix support for spaces in class names

Types

  • efb5312 Refactor to use @imports
  • a5bc210 Add declaration maps

Full Changelog: https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1

Commits

Updates pixi.js from 8.14.1 to 8.14.3

Release notes

Sourced from pixi.js's releases.

v8.14.3

💾 Download

Installation:

npm install pixi.js@8.14.3

Development Build:

Production Build:

Documentation:

Changed

https://github.com/pixijs/pixijs/compare/v8.14.2...v8.14.3

🐛 Fixed

v8.14.2

💾 Download

Installation:

npm install pixi.js@8.14.2

Development Build:

Production Build:

Documentation:

Changed

https://github.com/pixijs/pixijs/compare/v8.14.1...v8.14.2

🐛 Fixed

... (truncated)

Commits
  • e17c886 v8.14.3
  • ded9a15 fix(Application): Only create stage Container on init if it doesn't exist (#1...
  • 506a83c v8.14.2
  • 40a000c fix: parse resolution and format from URLs in object sources in assets resolv...
  • 643f966 fix: Track item count in Pool class and add related tests (#11760)
  • e15d113 fix: bitmanFontXMLParser should recognize xml fonts with versions (#11761)
  • 580558c Remove listener from TextureSource on Texture destroy (#11764)
  • 620d2d8 Fix typo in Application example: replace '-' with '=' in asset loading (#11750)
  • a3b5cf1 fix: graphics memory leak and cleanup (#11753)
  • 5eda7c7 fix: correct uBackTexture binding for filters with blendRequired (#11754)
  • Additional commits viewable in compare view

Updates rimraf from 6.1.0 to 6.1.2

Commits

Updates workerpool from 10.0.0 to 10.0.1

Changelog

Sourced from workerpool's changelog.

2025-11-19, version 10.0.1

  • Fix: #523 make WorkerHandler resilient against errors without message property.
Commits
  • f4ed802 chore: publish v10.0.1
  • a981946 chore: update devDependencies
  • 93b3ba9 fix: #523 make WorkerHandler resilient against errors without message
  • 9f86578 chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#525)
  • a95a9ed chore(deps): bump glob from 10.4.5 to 10.5.0 (#524)
  • See full diff in compare view

Updates @types/node from 24.10.0 to 24.10.1

Commits

Updates @types/yargs from 17.0.34 to 17.0.35

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the production-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [globby](https://github.com/sindresorhus/globby) | `15.0.0` | `16.0.0` | | [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` | | [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) | `13.2.0` | `13.2.1` | | [pixi.js](https://github.com/pixijs/pixijs) | `8.14.1` | `8.14.3` | | [rimraf](https://github.com/isaacs/rimraf) | `6.1.0` | `6.1.2` | | [workerpool](https://github.com/josdejong/workerpool) | `10.0.0` | `10.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `24.10.1` | | [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) | `17.0.34` | `17.0.35` | Updates `globby` from 15.0.0 to 16.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/globby/releases">globby's releases</a>.</em></p> <blockquote> <h2>v16.0.0</h2> <h3>Breaking</h3> <ul> <li>Respect parent .gitignore files when <code>gitignore</code> option is enabled b9a9a84 <ul> <li>When <code>{gitignore: true}</code>, Globby now searches for .gitignore files up to the Git repo root (if detected). This matches Git's actual behavior where parent .gitignore patterns apply to subdirectories. Previously, only .gitignore files within the glob search path were considered. This change could break existing code that relied on the previous, more limited behavior.</li> </ul> </li> </ul> <h3>Improvements</h3> <ul> <li>Support negation-only patterns 1273541</li> <li>Respect custom fs implementation from options c2eb272</li> <li>Add some more options to <code>isGitIgnored</code> functions e794ff9</li> <li>Improve error message for invalid <code>cwd</code> option 7535e6d</li> </ul> <h3>Fixes</h3> <ul> <li>Fix <code>{gitignore: true}</code> performance issue fcb07c3</li> <li>Fix bundler compatibility e6c72c9</li> <li>Fix parent directory patterns with <code>gitignore</code> option 11dd2df</li> <li>Fix ignore patterns with parent directory references a58d117</li> <li>Fix types for <code>stats</code> option c10f600</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/globby/compare/v15.0.0...v16.0.0">https://github.com/sindresorhus/globby/compare/v15.0.0...v16.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/globby/commit/cdbb6a2e661cb6137fdf959700a755393f8ac23f"><code>cdbb6a2</code></a> 16.0.0</li> <li><a href="https://github.com/sindresorhus/globby/commit/e6c72c9ff8ad41d095032e6cc6e72c29d2339bde"><code>e6c72c9</code></a> Fix bundler compatibility</li> <li><a href="https://github.com/sindresorhus/globby/commit/b9a9a84c76064378b5a9fca3769efb890ab42bc4"><code>b9a9a84</code></a> Respect parent .gitignore files when <code>gitignore</code> option is enabled</li> <li><a href="https://github.com/sindresorhus/globby/commit/db9cb722a04cd52edde4725851426c4d1e7d3f53"><code>db9cb72</code></a> Add test for <code>suppressErrors</code> option with file patterns</li> <li><a href="https://github.com/sindresorhus/globby/commit/69e0ee7bbe75cd9b7174607ee6ef0582ce2c49a8"><code>69e0ee7</code></a> Add test for ignore option with trailing slashes</li> <li><a href="https://github.com/sindresorhus/globby/commit/11dd2dfae37aaa966a568e10837d973d461b9ead"><code>11dd2df</code></a> Fix parent directory patterns with <code>gitignore</code> option</li> <li><a href="https://github.com/sindresorhus/globby/commit/e4d09180fb5b856575c7addbcbfdda93823bc34a"><code>e4d0918</code></a> Add tests for special characters in directory names</li> <li><a href="https://github.com/sindresorhus/globby/commit/f92613260e99e6a61376b79354a3dd3a65ee2ab1"><code>f926132</code></a> Improve path check in gitignore logic</li> <li><a href="https://github.com/sindresorhus/globby/commit/7535e6d74c9170c188c819bbd55834750c0b9f1d"><code>7535e6d</code></a> Improve error message for invalid <code>cwd</code> option</li> <li><a href="https://github.com/sindresorhus/globby/commit/c10f600c61941becda43f959eca64d4417e0ed31"><code>c10f600</code></a> Fix types for <code>stats</code> option</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/globby/compare/v15.0.0...v16.0.0">compare view</a></li> </ul> </details> <br /> Updates `js-yaml` from 4.1.0 to 4.1.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's changelog</a>.</em></p> <blockquote> <h2>[4.1.1] - 2025-11-12</h2> <h3>Security</h3> <ul> <li>Fix prototype pollution issue in yaml merge (&lt;&lt;) operator.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodeca/js-yaml/commit/cc482e775913e6625137572a3712d2826170e53a"><code>cc482e7</code></a> 4.1.1 released</li> <li><a href="https://github.com/nodeca/js-yaml/commit/50968b862e75866ef90e626572fe0b2f97b55f9f"><code>50968b8</code></a> dist rebuild</li> <li><a href="https://github.com/nodeca/js-yaml/commit/d092d866031751cb27c12d93f3e2470ad74d678b"><code>d092d86</code></a> lint fix</li> <li><a href="https://github.com/nodeca/js-yaml/commit/383665ff4248ec2192d1274e934462bb30426879"><code>383665f</code></a> fix prototype pollution in merge (&lt;&lt;)</li> <li><a href="https://github.com/nodeca/js-yaml/commit/0d3ca7a27b03a6c974790a30a89e456007d62976"><code>0d3ca7a</code></a> README.md: HTTP =&gt; HTTPS (<a href="https://redirect.github.com/nodeca/js-yaml/issues/678">#678</a>)</li> <li><a href="https://github.com/nodeca/js-yaml/commit/49baadd52af887d2991e2c39a6639baa56d6c71b"><code>49baadd</code></a> doc: 'empty' style option for !!null</li> <li><a href="https://github.com/nodeca/js-yaml/commit/ba3460eb9d3e4478edcbc29edabe17c2157fc9ce"><code>ba3460e</code></a> Fix demo link (<a href="https://redirect.github.com/nodeca/js-yaml/issues/618">#618</a>)</li> <li>See full diff in <a href="https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1">compare view</a></li> </ul> </details> <br /> Updates `mdast-util-to-hast` from 13.2.0 to 13.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/syntax-tree/mdast-util-to-hast/releases">mdast-util-to-hast's releases</a>.</em></p> <blockquote> <h2>13.2.1</h2> <h4>Fix</h4> <ul> <li>ab3a795 Fix support for spaces in class names</li> </ul> <h4>Types</h4> <ul> <li>efb5312 Refactor to use <code>@import</code>s</li> <li>a5bc210 Add declaration maps</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1">https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/syntax-tree/mdast-util-to-hast/commit/174795b21f7757fffb54dd8d5fb4012f4751f791"><code>174795b</code></a> 13.2.1</li> <li><a href="https://github.com/syntax-tree/mdast-util-to-hast/commit/3d05b3a715133df55689fe3753c2e47101315b4e"><code>3d05b3a</code></a> Update Node in Actions</li> <li><a href="https://github.com/syntax-tree/mdast-util-to-hast/commit/ab3a79570a1afbfa7efef5d4a0cd9b5caafbc5d7"><code>ab3a795</code></a> Fix support for spaces in class names</li> <li><a href="https://github.com/syntax-tree/mdast-util-to-hast/commit/efb531231020055e0dab7b39a18d80b569d5b566"><code>efb5312</code></a> Refactor to use <code>@import</code>s</li> <li><a href="https://github.com/syntax-tree/mdast-util-to-hast/commit/a5bc210f1aa308e4c6141ac374893c9237fcd746"><code>a5bc210</code></a> Add declaration maps</li> <li><a href="https://github.com/syntax-tree/mdast-util-to-hast/commit/b54955d4e123b0167eac13646333c809bb8f301c"><code>b54955d</code></a> Add <code>.tsbuildinfo</code> to <code>.gitignore</code></li> <li>See full diff in <a href="https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1">compare view</a></li> </ul> </details> <br /> Updates `pixi.js` from 8.14.1 to 8.14.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pixijs/pixijs/releases">pixi.js's releases</a>.</em></p> <blockquote> <h2>v8.14.3</h2> <h2>💾 Download</h2> <p>Installation:</p> <pre lang="bash"><code>npm install pixi.js@8.14.3 </code></pre> <p>Development Build:</p> <ul> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.js">https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.js</a></li> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.mjs">https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.mjs</a></li> </ul> <p>Production Build:</p> <ul> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.min.js">https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.min.js</a></li> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.min.mjs">https://cdn.jsdelivr.net/npm/pixi.js@8.14.3/dist/pixi.min.mjs</a></li> </ul> <p>Documentation:</p> <ul> <li><a href="https://pixijs.download/v8.14.3/docs/index.html">https://pixijs.download/v8.14.3/docs/index.html</a></li> </ul> <h2>Changed</h2> <p><a href="https://github.com/pixijs/pixijs/compare/v8.14.2...v8.14.3">https://github.com/pixijs/pixijs/compare/v8.14.2...v8.14.3</a></p> <h3>🐛 Fixed</h3> <ul> <li>fix: Only create stage Container on init if it doesn't exist by <a href="https://github.com/lunarraid"><code>@​lunarraid</code></a> in <a href="https://redirect.github.com/pixijs/pixijs/pull/11766">pixijs/pixijs#11766</a></li> </ul> <h2>v8.14.2</h2> <h2>💾 Download</h2> <p>Installation:</p> <pre lang="bash"><code>npm install pixi.js@8.14.2 </code></pre> <p>Development Build:</p> <ul> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.js">https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.js</a></li> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.mjs">https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.mjs</a></li> </ul> <p>Production Build:</p> <ul> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.js">https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.js</a></li> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.mjs">https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.mjs</a></li> </ul> <p>Documentation:</p> <ul> <li><a href="https://pixijs.download/v8.14.2/docs/index.html">https://pixijs.download/v8.14.2/docs/index.html</a></li> </ul> <h2>Changed</h2> <p><a href="https://github.com/pixijs/pixijs/compare/v8.14.1...v8.14.2">https://github.com/pixijs/pixijs/compare/v8.14.1...v8.14.2</a></p> <h3>🐛 Fixed</h3> <ul> <li>fix: graphics memory leak and cleanup by <a href="https://github.com/Zyie"><code>@​Zyie</code></a> in <a href="https://redirect.github.com/pixijs/pixijs/pull/11753">pixijs/pixijs#11753</a></li> <li>fix: typo in Application example: replace '-' with '=' in asset loading by <a href="https://github.com/Aryaman1792"><code>@​Aryaman1792</code></a> in <a href="https://redirect.github.com/pixijs/pixijs/pull/11750">pixijs/pixijs#11750</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pixijs/pixijs/commit/e17c886f6f184c2bb93686e454bddf224e0cfa37"><code>e17c886</code></a> v8.14.3</li> <li><a href="https://github.com/pixijs/pixijs/commit/ded9a151a26e19f23f4e7821c519a901654e0cd6"><code>ded9a15</code></a> fix(Application): Only create stage Container on init if it doesn't exist (<a href="https://redirect.github.com/pixijs/pixijs/issues/1">#1</a>...</li> <li><a href="https://github.com/pixijs/pixijs/commit/506a83c86ab9b47c6e53c23811aaf3381e5117d2"><code>506a83c</code></a> v8.14.2</li> <li><a href="https://github.com/pixijs/pixijs/commit/40a000c60ac51aaa6ddd1fcf8cf77ef8c334f0ae"><code>40a000c</code></a> fix: parse resolution and format from URLs in object sources in assets resolv...</li> <li><a href="https://github.com/pixijs/pixijs/commit/643f966f50c2b35f9567b5c515d1eac5f84a352b"><code>643f966</code></a> fix: Track item count in Pool class and add related tests (<a href="https://redirect.github.com/pixijs/pixijs/issues/11760">#11760</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/e15d113fdf1b94c5e87c964017c4493ea3733ff0"><code>e15d113</code></a> fix: bitmanFontXMLParser should recognize xml fonts with versions (<a href="https://redirect.github.com/pixijs/pixijs/issues/11761">#11761</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/580558c1cae6a8abd7c8ce0808598f917e17aea8"><code>580558c</code></a> Remove listener from TextureSource on Texture destroy (<a href="https://redirect.github.com/pixijs/pixijs/issues/11764">#11764</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/620d2d80225d4e11f250f12516122d707d7a3143"><code>620d2d8</code></a> Fix typo in Application example: replace '-' with '=' in asset loading (<a href="https://redirect.github.com/pixijs/pixijs/issues/11750">#11750</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/a3b5cf1ccf4c7fcb9468e6f0b0678bdc0d4e9cd0"><code>a3b5cf1</code></a> fix: graphics memory leak and cleanup (<a href="https://redirect.github.com/pixijs/pixijs/issues/11753">#11753</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/5eda7c7881abc7d7dcdffd54896cabf7c6cb4107"><code>5eda7c7</code></a> fix: correct uBackTexture binding for filters with blendRequired (<a href="https://redirect.github.com/pixijs/pixijs/issues/11754">#11754</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pixijs/pixijs/compare/v8.14.1...v8.14.3">compare view</a></li> </ul> </details> <br /> Updates `rimraf` from 6.1.0 to 6.1.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/rimraf/commit/cd45498f616f9265dfe1e30640d6424348f75f04"><code>cd45498</code></a> 6.1.2</li> <li><a href="https://github.com/isaacs/rimraf/commit/fe9a962da1c82d873c16c82ec846954abc5ed160"><code>fe9a962</code></a> glob@13</li> <li><a href="https://github.com/isaacs/rimraf/commit/30dc9d8e80f319144ea25b68d7df37cfd47f1e59"><code>30dc9d8</code></a> 6.1.1</li> <li><a href="https://github.com/isaacs/rimraf/commit/9dffc3eb52dedec13e51b26767c9f4e8c3d47400"><code>9dffc3e</code></a> update glob</li> <li><a href="https://github.com/isaacs/rimraf/commit/b6462ea70cf0c2ea3a6b5d5b8d6f7e362fa92db1"><code>b6462ea</code></a> mock platform properly in test/index.ts</li> <li><a href="https://github.com/isaacs/rimraf/commit/668309f3c702bdea77ba63b36825a496901faa48"><code>668309f</code></a> ci: update typedoc action</li> <li>See full diff in <a href="https://github.com/isaacs/rimraf/compare/v6.1.0...v6.1.2">compare view</a></li> </ul> </details> <br /> Updates `workerpool` from 10.0.0 to 10.0.1 <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>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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/josdejong/workerpool/commit/f4ed802f87decdf18e243ea296b9908738d473fa"><code>f4ed802</code></a> chore: publish <code>v10.0.1</code></li> <li><a href="https://github.com/josdejong/workerpool/commit/a981946a63c047ca51cbeabe064ba43c4b6a8cae"><code>a981946</code></a> chore: update devDependencies</li> <li><a href="https://github.com/josdejong/workerpool/commit/93b3ba9909e3ca796c0abb67bd61dda101261162"><code>93b3ba9</code></a> fix: <a href="https://redirect.github.com/josdejong/workerpool/issues/523">#523</a> make WorkerHandler resilient against errors without <code>message</code></li> <li><a href="https://github.com/josdejong/workerpool/commit/9f86578aa395922ba97af4c2ac6d7a4d6aba7dc6"><code>9f86578</code></a> chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/josdejong/workerpool/issues/525">#525</a>)</li> <li><a href="https://github.com/josdejong/workerpool/commit/a95a9ed1fd36dfb570c7e167dc034de2e4216291"><code>a95a9ed</code></a> chore(deps): bump glob from 10.4.5 to 10.5.0 (<a href="https://redirect.github.com/josdejong/workerpool/issues/524">#524</a>)</li> <li>See full diff in <a href="https://github.com/josdejong/workerpool/compare/v10.0.0...v10.0.1">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.10.0 to 24.10.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@types/yargs` from 17.0.34 to 17.0.35 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
vercel[bot] commented 2025-11-24 16:34:14 +00:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
gardenofeden Ready Ready Preview Comment Nov 24, 2025 4:34pm
[vc]: #T2+ZMQex3sL4COeCVomIQBnTznadnMolg1ss2XqnHHs=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJnYXJkZW5vZmVkZW4iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vZ2xpdHRlcmVsZnMtcHJvamVjdHMvZ2FyZGVub2ZlZGVuLzg5MVdzUktncDdiOVRwcmtVZ3lXQTJMOTdMOG4iLCJwcmV2aWV3VXJsIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktZTM5ZDE3LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktZTM5ZDE3LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAifSwicm9vdERpcmVjdG9yeSI6bnVsbH1dfQ== The latest updates on your projects. Learn more about [Vercel for GitHub](https://vercel.link/github-learn-more). | Project | Deployment | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | [gardenofeden](https://vercel.com/glitterelfs-projects/gardenofeden) | ![Ready](https://vercel.com/static/status/ready.svg) [Ready](https://vercel.com/glitterelfs-projects/gardenofeden/891WsRKgp7b9TprkUgyWA2L97L8n) | [Preview](https://gardenofeden-git-dependabot-npmandy-e39d17-glitterelfs-projects.vercel.app) | [Comment](https://vercel.live/open-feedback/gardenofeden-git-dependabot-npmandy-e39d17-glitterelfs-projects.vercel.app?via=pr-comment-feedback-link) | Nov 24, 2025 4:34pm |
Sign in to join this conversation.
No description provided.