chore(deps): bump the production-dependencies group with 5 updates #30

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/production-dependencies-6817de130b into v4
dependabot[bot] commented 2025-10-27 16:25:59 +00:00 (Migrated from github.com)

Bumps the production-dependencies group with 5 updates:

Package From To
preact-render-to-string 6.6.2 6.6.3
shiki 3.13.0 3.14.0
workerpool 9.3.4 10.0.0
@types/node 24.9.0 24.9.1
@types/yargs 17.0.33 17.0.34

Updates preact-render-to-string from 6.6.2 to 6.6.3

Release notes

Sourced from preact-render-to-string's releases.

v6.6.3

Patch Changes

Changelog

Sourced from preact-render-to-string's changelog.

6.6.3

Patch Changes

Commits
  • 1667556 Merge pull request #434 from preactjs/chore/bump-npm-version
  • e4d3b46 ci: Ensure CI is using latest NPM version
  • 4fdcf11 chore: Bump lockfile
  • 35bb4fb Merge pull request #433 from preactjs/changeset-release/main
  • ef57ced Version Packages
  • 69ed337 Merge pull request #432 from nwalters512/pretty-format-preserve-whitespace
  • 96dfd13 Update lockfile
  • 62c87e4 Preserve whitespace for pre/textarea when pretty-printing
  • See full diff in compare view

Updates shiki from 3.13.0 to 3.14.0

Release notes

Sourced from shiki's releases.

v3.14.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates workerpool from 9.3.4 to 10.0.0

Changelog

Sourced from workerpool's changelog.

2025-10-21, version 10.0.0

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.
Commits

Updates @types/node from 24.9.0 to 24.9.1

Commits

Updates @types/yargs from 17.0.33 to 17.0.34

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 5 updates: | Package | From | To | | --- | --- | --- | | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.2` | `6.6.3` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.13.0` | `3.14.0` | | [workerpool](https://github.com/josdejong/workerpool) | `9.3.4` | `10.0.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.0` | `24.9.1` | | [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) | `17.0.33` | `17.0.34` | Updates `preact-render-to-string` from 6.6.2 to 6.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/preactjs/preact-render-to-string/releases">preact-render-to-string's releases</a>.</em></p> <blockquote> <h2>v6.6.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/432">#432</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/62c87e4204e16e615c04377e254e7ead5a93e3a2"><code>62c87e4</code></a> Thanks <a href="https://github.com/nwalters512"><code>@​nwalters512</code></a>! - Preserve whitespace in <code>&lt;pre&gt;</code>/<code>&lt;textarea&gt;</code> when using <code>pretty: true</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md">preact-render-to-string's changelog</a>.</em></p> <blockquote> <h2>6.6.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/432">#432</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/62c87e4204e16e615c04377e254e7ead5a93e3a2"><code>62c87e4</code></a> Thanks <a href="https://github.com/nwalters512"><code>@​nwalters512</code></a>! - Preserve whitespace in <code>&lt;pre&gt;</code>/<code>&lt;textarea&gt;</code> when using <code>pretty: true</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/166755647185fef87d87174f9d7cf8c74ed6c10e"><code>1667556</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/434">#434</a> from preactjs/chore/bump-npm-version</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/e4d3b466a3b750c8e638307eb26544d3736fe3c7"><code>e4d3b46</code></a> ci: Ensure CI is using latest NPM version</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/4fdcf112adb55dfc3fd3ecc305d1a517e16ddd29"><code>4fdcf11</code></a> chore: Bump lockfile</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/35bb4fb4e3aab7ab9ccbe894ea25191ad64dd9e1"><code>35bb4fb</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/433">#433</a> from preactjs/changeset-release/main</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/ef57ced5328a4df598e04da20fe8e777b2b2bc2c"><code>ef57ced</code></a> Version Packages</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/69ed3373bcee40f616917ba6a6ac95941cf26f2d"><code>69ed337</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/432">#432</a> from nwalters512/pretty-format-preserve-whitespace</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/96dfd13462f2fb9a63c66198d69d70ed0eecde74"><code>96dfd13</code></a> Update lockfile</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/62c87e4204e16e615c04377e254e7ead5a93e3a2"><code>62c87e4</code></a> Preserve whitespace for pre/textarea when pretty-printing</li> <li>See full diff in <a href="https://github.com/preactjs/preact-render-to-string/compare/v6.6.2...v6.6.3">compare view</a></li> </ul> </details> <br /> Updates `shiki` from 3.13.0 to 3.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/shikijs/shiki/releases">shiki's releases</a>.</em></p> <blockquote> <h2>v3.14.0</h2> <h3>   🚀 Features</h3> <ul> <li>Update grammars and themes  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/26372e62"><!-- raw HTML omitted -->(26372)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>colorized-brackets</strong>: Fix default color does not work with colorized-brackets  -  by <a href="https://github.com/oatmealproblem"><code>@​oatmealproblem</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1082">shikijs/shiki#1082</a> <a href="https://github.com/shikijs/shiki/commit/f4d3fe59"><!-- raw HTML omitted -->(f4d3f)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.13.0...v3.14.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/29f89143b339855814f0b40e9db18be7e0141dd2"><code>29f8914</code></a> chore: release v3.14.0</li> <li><a href="https://github.com/shikijs/shiki/commit/26372e628af3ad2e0034564f2e8db30d6e74144e"><code>26372e6</code></a> feat: update grammars and themes</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v3.14.0/packages/shiki">compare view</a></li> </ul> </details> <br /> Updates `workerpool` from 9.3.4 to 10.0.0 <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-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.0">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.9.0 to 24.9.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.33 to 17.0.34 <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-10-27 16:26:05 +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 Oct 27, 2025 4:26pm
[vc]: #MxeqrsVX5fhstjIcpTi422K8VzBSnACdqtst+5IFv64=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJnYXJkZW5vZmVkZW4iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vZ2xpdHRlcmVsZnMtcHJvamVjdHMvZ2FyZGVub2ZlZGVuL0c5NHpYcnJhSnZwMk1MYkhaRWpwZFp1NGphbzkiLCJwcmV2aWV3VXJsIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktMjhmNjM1LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktMjhmNjM1LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAifSwicm9vdERpcmVjdG9yeSI6bnVsbH1dfQ== 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/G94zXrraJvp2MLbHZEjpdZu4jao9) | [Preview](https://gardenofeden-git-dependabot-npmandy-28f635-glitterelfs-projects.vercel.app) | [Comment](https://vercel.live/open-feedback/gardenofeden-git-dependabot-npmandy-28f635-glitterelfs-projects.vercel.app?via=pr-comment-feedback-link) | Oct 27, 2025 4:26pm |
dependabot[bot] commented 2025-11-03 15:45:39 +00:00 (Migrated from github.com)

Looks like these dependencies are updatable in another way, so this is no longer needed.

Looks like these dependencies are updatable in another way, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.