chore(deps): bump the production-dependencies group with 4 updates #40

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/production-dependencies-41b30b48d7 into v4 2025-12-17 04:09:48 +00:00
dependabot[bot] commented 2025-12-15 15:27:05 +00:00 (Migrated from github.com)

Bumps the production-dependencies group with 4 updates: @webgpu/types, preact-render-to-string, shiki and @types/node.

Updates @webgpu/types from 0.1.67 to 0.1.68

Commits

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

Release notes

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

v6.6.4

Patch Changes

  • #436 6bce3dd Thanks @​JoviDeCroock! - Ensure that in streaming mode throwing a suspension multiple times from the same component works
Changelog

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

6.6.4

Patch Changes

  • #436 6bce3dd Thanks @​JoviDeCroock! - Ensure that in streaming mode throwing a suspension multiple times from the same component works
Commits
  • 534a37a Merge pull request #437 from preactjs/changeset-release/main
  • c869f82 Bump lock version
  • 909c4ac Version Packages
  • 80ba7dc Merge pull request #436 from preactjs/stream-multi-throw
  • 6bce3dd Ensure we can suspend from a given component more than once
  • See full diff in compare view

Updates shiki from 3.19.0 to 3.20.0

Release notes

Sourced from shiki's releases.

v3.20.0

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates @types/node from 24.10.1 to 25.0.2

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 4 updates: [@webgpu/types](https://github.com/gpuweb/types), [preact-render-to-string](https://github.com/preactjs/preact-render-to-string), [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@webgpu/types` from 0.1.67 to 0.1.68 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gpuweb/types/commit/bf308ccc7a21f446076eb4e5bd48a4210f4b0a35"><code>bf308cc</code></a> 0.1.68</li> <li><a href="https://github.com/gpuweb/types/commit/170eb3b5a6b455e8eac2e300cffa6a745816d2d9"><code>170eb3b</code></a> Roll gpuweb, clean up compat additions, fix types for proposed additions (<a href="https://redirect.github.com/gpuweb/types/issues/197">#197</a>)</li> <li>See full diff in <a href="https://github.com/gpuweb/types/compare/v0.1.67...v0.1.68">compare view</a></li> </ul> </details> <br /> Updates `preact-render-to-string` from 6.6.3 to 6.6.4 <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.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/436">#436</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/6bce3dda733777ab8c791c49a0a3210ebf4d83e0"><code>6bce3dd</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Ensure that in streaming mode throwing a suspension multiple times from the same component works</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.4</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/436">#436</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/6bce3dda733777ab8c791c49a0a3210ebf4d83e0"><code>6bce3dd</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Ensure that in streaming mode throwing a suspension multiple times from the same component works</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/534a37ac8e1386b10ea646b5477a1836e7582e81"><code>534a37a</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/437">#437</a> from preactjs/changeset-release/main</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/c869f82a816fca8da41cda1467b562be48225618"><code>c869f82</code></a> Bump lock version</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/909c4ac3cf605da685fb55861ffa4dac4718b682"><code>909c4ac</code></a> Version Packages</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/80ba7dc7b383d82406cdd7ac25dbcb9358f431e1"><code>80ba7dc</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/436">#436</a> from preactjs/stream-multi-throw</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/6bce3dda733777ab8c791c49a0a3210ebf4d83e0"><code>6bce3dd</code></a> Ensure we can suspend from a given component more than once</li> <li>See full diff in <a href="https://github.com/preactjs/preact-render-to-string/compare/v6.6.3...v6.6.4">compare view</a></li> </ul> </details> <br /> Updates `shiki` from 3.19.0 to 3.20.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.20.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>cli</strong>: Add --format option for html output  -  by <a href="https://github.com/Divyapahuja31"><code>@​Divyapahuja31</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1211">shikijs/shiki#1211</a> <a href="https://github.com/shikijs/shiki/commit/28dd0900"><!-- raw HTML omitted -->(28dd0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>rehype</strong>: Handle promise rejections in lazy language loading  -  by <a href="https://github.com/ambujvashistha"><code>@​ambujvashistha</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1221">shikijs/shiki#1221</a> <a href="https://github.com/shikijs/shiki/commit/99654fe2"><!-- raw HTML omitted -->(99654)<!-- raw HTML omitted --></a></li> <li><strong>vitepress-twoslash</strong>: Fix popper positions being recomputed too early within vitepress code groups  -  by <a href="https://github.com/Dschungelabenteuer"><code>@​Dschungelabenteuer</code></a>, <strong>charles.gruenais</strong> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1116">shikijs/shiki#1116</a> <a href="https://github.com/shikijs/shiki/commit/19ea511f"><!-- raw HTML omitted -->(19ea5)<!-- raw HTML omitted --></a></li> </ul> <h3>   🏎 Performance</h3> <ul> <li><strong>core</strong>: Eliminate redundant tokenization call in tokenizeWithTheme  -  by <a href="https://github.com/ShivanshBhargava"><code>@​ShivanshBhargava</code></a> and <a href="https://github.com/NssGourav"><code>@​NssGourav</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1216">shikijs/shiki#1216</a> <a href="https://github.com/shikijs/shiki/commit/c78b1d7e"><!-- raw HTML omitted -->(c78b1)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.19.0...v3.20.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/a0b730472177dcae5ec26618cc07456d2aaf816a"><code>a0b7304</code></a> chore: release v3.20.0</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v3.20.0/packages/shiki">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 24.10.1 to 25.0.2 <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 /> 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-12-15 15:27:08 +00:00 (Migrated from github.com)

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

Project Deployment Review Updated (UTC)
gardenofeden Ready Ready Preview, Comment Dec 15, 2025 3:27pm
[vc]: #C7ANfJKKMyB8hCZu1MH4BOQh02m8Yy2wbUNtbKCESOs=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJnYXJkZW5vZmVkZW4iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vZ2xpdHRlcmVsZnMtcHJvamVjdHMvZ2FyZGVub2ZlZGVuLzNVdjVSZ1EyS0VRV2puanFlU3huS29WMnRXMU4iLCJwcmV2aWV3VXJsIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktNWFiZmQ3LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktNWFiZmQ3LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAifSwicm9vdERpcmVjdG9yeSI6bnVsbH1dfQ== The latest updates on your projects. Learn more about [Vercel for GitHub](https://vercel.link/github-learn-more). | Project | Deployment | Review | Updated (UTC) | | :--- | :----- | :------ | :------ | | [gardenofeden](https://vercel.com/glitterelfs-projects/gardenofeden) | ![Ready](https://vercel.com/static/status/ready.svg) [Ready](https://vercel.com/glitterelfs-projects/gardenofeden/3Uv5RgQ2KEQWjnjqeSxnKoV2tW1N) | [Preview](https://gardenofeden-git-dependabot-npmandy-5abfd7-glitterelfs-projects.vercel.app), [Comment](https://vercel.live/open-feedback/gardenofeden-git-dependabot-npmandy-5abfd7-glitterelfs-projects.vercel.app?via=pr-comment-feedback-link) | Dec 15, 2025 3:27pm |
Sign in to join this conversation.
No description provided.