chore(deps): bump the production-dependencies group across 1 directory with 14 updates #19

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/production-dependencies-b67efff437 into v4 2025-09-14 18:13:55 +00:00
dependabot[bot] commented 2025-09-08 15:35:22 +00:00 (Migrated from github.com)

Bumps the production-dependencies group with 14 updates in the / directory:

Package From To
@floating-ui/dom 1.7.3 1.7.4
@napi-rs/simple-git 0.1.21 0.1.22
ansi-truncate 1.3.0 1.4.0
chalk 5.5.0 5.6.2
flexsearch 0.8.205 0.8.212
pixi.js 8.12.0 8.13.1
preact 10.27.0 10.27.1
preact-render-to-string 6.5.13 6.6.1
pretty-bytes 7.0.0 7.0.1
satori 0.16.2 0.18.2
shiki 3.9.2 3.12.2
@types/node 24.2.1 24.3.1
esbuild 0.25.8 0.25.9
tsx 4.20.3 4.20.5

Updates @floating-ui/dom from 1.7.3 to 1.7.4

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.7.4

Patch Changes

  • fix(getViewportRect): account for space left by scrollbar-gutter: stable
Changelog

Sourced from @​floating-ui/dom's changelog.

1.7.4

Patch Changes

  • fix(getViewportRect): account for space left by scrollbar-gutter: stable
Commits

Updates @napi-rs/simple-git from 0.1.21 to 0.1.22

Release notes

Sourced from @​napi-rs/simple-git's releases.

v0.1.22

What's Changed

New Contributors

Full Changelog: https://github.com/Brooooooklyn/simple-git/compare/v0.1.21...v0.1.22

Commits
  • 7d01607 0.1.22
  • 5792944 chore: fix preversion script
  • 6cbeb6e chore: clippy fix and npm trusted publisher (#99)
  • a1dfc9b chore(deps): update actions/download-artifact action to v5 (#97)
  • 919cd79 ci: replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action ...
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​napi-rs/simple-git since your current version.


Updates ansi-truncate from 1.3.0 to 1.4.0

Commits

Updates chalk from 5.5.0 to 5.6.2

Release notes

Sourced from chalk's releases.

v5.6.2

v5.6.0

  • Make WezTerm terminal use true color a8f5bf7

https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0

Commits

Updates flexsearch from 0.8.205 to 0.8.212

Commits

Updates pixi.js from 8.12.0 to 8.13.1

Release notes

Sourced from pixi.js's releases.

v8.13.1

💾 Download

Installation:

npm install pixi.js@8.13.1

Development Build:

Production Build:

Documentation:

Changed

https://github.com/pixijs/pixi.js/compare/v8.13.0...v8.13.1

🐛 Fixed

New Contributors

v8.13.0

💾 Download

Installation:

npm install pixi.js@8.13.0

Development Build:

Production Build:

Documentation:

Changed

https://github.com/pixijs/pixi.js/compare/v8.12.0...v8.13.0

... (truncated)

Commits

Updates preact from 10.27.0 to 10.27.1

Release notes

Sourced from preact's releases.

10.27.1

Performance

Types

Fixes

Maintenance

Commits

Updates preact-render-to-string from 6.5.13 to 6.6.1

Release notes

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

v6.6.1

Patch Changes

v6.6.0

Minor Changes

Patch Changes

Changelog

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

6.6.1

Patch Changes

6.6.0

Minor Changes

Patch Changes

  • #413 27f340b Thanks @​f0x52! - Fix async rendering of multiple suspended components in a single Suspense boundary
  • #417 441dea2 Thanks @​rschristian! - Only abort/report errors from renderToPipeableStream() if the stream hasn't already been closed
Commits

Updates pretty-bytes from 7.0.0 to 7.0.1

Release notes

Sourced from pretty-bytes's releases.

v7.0.1

  • Fix precision with the binary option (#88) c9fd951

https://github.com/sindresorhus/pretty-bytes/compare/v7.0.0...v7.0.1

Commits

Updates satori from 0.16.2 to 0.18.2

Release notes

Sourced from satori's releases.

0.18.2

0.18.2 (2025-09-02)

Bug Fixes

  • Support passing instantiated wasm instance to init() (#709) (5bcd097), closes #693

0.18.1

0.18.1 (2025-08-29)

Bug Fixes

0.18.0

0.18.0 (2025-08-28)

Features

  • added obj fit to image (#703) (4a7d0bc)
  • Standalone build to support providing WASM binary manually (#705) (f24d911), closes #693
Commits

Updates shiki from 3.9.2 to 3.12.2

Release notes

Sourced from shiki's releases.

v3.12.2

   🐞 Bug Fixes

    View changes on GitHub

v3.12.1

No significant changes

    View changes on GitHub

v3.12.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.11.0

   🚀 Features

    View changes on GitHub

v3.10.0

   🚀 Features

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for shiki since your current version.


Updates @types/node from 24.2.1 to 24.3.1

Commits

Updates esbuild from 0.25.8 to 0.25.9

Release notes

Sourced from esbuild's releases.

v0.25.9

  • Better support building projects that use Yarn on Windows (#3131, #3663)

    With this release, you can now use esbuild to bundle projects that use Yarn Plug'n'Play on Windows on drives other than the C: drive. The problem was as follows:

    1. Yarn in Plug'n'Play mode on Windows stores its global module cache on the C: drive
    2. Some developers put their projects on the D: drive
    3. Yarn generates relative paths that use ../.. to get from the project directory to the cache directory
    4. Windows-style paths don't support directory traversal between drives via .. (so D:\.. is just D:)
    5. I didn't have access to a Windows machine for testing this edge case

    Yarn works around this edge case by pretending Windows-style paths beginning with C:\ are actually Unix-style paths beginning with /C:/, so the ../.. path segments are able to navigate across drives inside Yarn's implementation. This was broken for a long time in esbuild but I finally got access to a Windows machine and was able to debug and fix this edge case. So you should now be able to bundle these projects with esbuild.

  • Preserve parentheses around function expressions (#4252)

    The V8 JavaScript VM uses parentheses around function expressions as an optimization hint to immediately compile the function. Otherwise the function would be lazily-compiled, which has additional overhead if that function is always called immediately as lazy compilation involves parsing the function twice. You can read V8's blog post about this for more details.

    Previously esbuild did not represent parentheses around functions in the AST so they were lost during compilation. With this change, esbuild will now preserve parentheses around function expressions when they are present in the original source code. This means these optimization hints will not be lost when bundling with esbuild. In addition, esbuild will now automatically add this optimization hint to immediately-invoked function expressions. Here's an example:

    // Original code
    const fn0 = () => 0
    const fn1 = (() => 1)
    console.log(fn0, function() { return fn1() }())
    

    // Old output
    const fn0 = () => 0;
    const fn1 = () => 1;
    console.log(fn0, function() {
    return fn1();
    }());

    // New output
    const fn0 = () => 0;
    const fn1 = (() => 1);
    console.log(fn0, (function() {
    return fn1();
    })());

    Note that you do not want to wrap all function expressions in parentheses. This optimization hint should only be used for functions that are called on initial load. Using this hint for functions that are not called on initial load will unnecessarily delay the initial load. Again, see V8's blog post linked above for details.

  • Update Go from 1.23.10 to 1.23.12 (#4257, #4258)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain false positive reports (specifically CVE-2025-4674 and CVE-2025-47907) from vulnerability scanners that only detect which version of the Go compiler esbuild uses.

Changelog

Sourced from esbuild's changelog.

0.25.9

  • Better support building projects that use Yarn on Windows (#3131, #3663)

    With this release, you can now use esbuild to bundle projects that use Yarn Plug'n'Play on Windows on drives other than the C: drive. The problem was as follows:

    1. Yarn in Plug'n'Play mode on Windows stores its global module cache on the C: drive
    2. Some developers put their projects on the D: drive
    3. Yarn generates relative paths that use ../.. to get from the project directory to the cache directory
    4. Windows-style paths don't support directory traversal between drives via .. (so D:\.. is just D:)
    5. I didn't have access to a Windows machine for testing this edge case

    Yarn works around this edge case by pretending Windows-style paths beginning with C:\ are actually Unix-style paths beginning with /C:/, so the ../.. path segments are able to navigate across drives inside Yarn's implementation. This was broken for a long time in esbuild but I finally got access to a Windows machine and was able to debug and fix this edge case. So you should now be able to bundle these projects with esbuild.

  • Preserve parentheses around function expressions (#4252)

    The V8 JavaScript VM uses parentheses around function expressions as an optimization hint to immediately compile the function. Otherwise the function would be lazily-compiled, which has additional overhead if that function is always called immediately as lazy compilation involves parsing the function twice. You can read V8's blog post about this for more details.

    Previously esbuild did not represent parentheses around functions in the AST so they were lost during compilation. With this change, esbuild will now preserve parentheses around function expressions when they are present in the original source code. This means these optimization hints will not be lost when bundling with esbuild. In addition, esbuild will now automatically add this optimization hint to immediately-invoked function expressions. Here's an example:

    // Original code
    const fn0 = () => 0
    const fn1 = (() => 1)
    console.log(fn0, function() { return fn1() }())
    

    // Old output
    const fn0 = () => 0;
    const fn1 = () => 1;
    console.log(fn0, function() {
    return fn1();
    }());

    // New output
    const fn0 = () => 0;
    const fn1 = (() => 1);
    console.log(fn0, (function() {
    return fn1();
    })());

    Note that you do not want to wrap all function expressions in parentheses. This optimization hint should only be used for functions that are called on initial load. Using this hint for functions that are not called on initial load will unnecessarily delay the initial load. Again, see V8's blog post linked above for details.

  • Update Go from 1.23.10 to 1.23.12 (#4257, #4258)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain false positive reports (specifically CVE-2025-4674 and CVE-2025-47907) from vulnerability scanners that only detect which version of the Go compiler esbuild uses.

Commits

Updates tsx from 4.20.3 to 4.20.5

Release notes

Sourced from tsx's releases.

v4.20.5

4.20.5 (2025-08-24)

Bug Fixes

  • handle ambiguous packages (796053a)

This release is also available on:

v4.20.4

4.20.4 (2025-08-12)

Bug Fixes


This release is also available on:

Commits
  • e6d1a47 docs: obfuscate aside classname
  • de2719d style: remove unused variable
  • 13f2954 chore: upgrade docs deps
  • 0504525 chore: upgrade manten
  • 132fdd8 test: assert require.cache
  • f057e7d test: require loop
  • a6f8f9f refactor: getFormat to handle all formats
  • 796053a fix: handle ambiguous packages
  • 471997a test: CJS & ESM race condition
  • a639836 fix: override Node's native TS formats (#733)
  • Additional commits viewable in compare view

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 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) | `1.7.3` | `1.7.4` | | [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git) | `0.1.21` | `0.1.22` | | [ansi-truncate](https://github.com/fabiospampinato/ansi-truncate) | `1.3.0` | `1.4.0` | | [chalk](https://github.com/chalk/chalk) | `5.5.0` | `5.6.2` | | [flexsearch](https://github.com/nextapps-de/flexsearch) | `0.8.205` | `0.8.212` | | [pixi.js](https://github.com/pixijs/pixijs) | `8.12.0` | `8.13.1` | | [preact](https://github.com/preactjs/preact) | `10.27.0` | `10.27.1` | | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.5.13` | `6.6.1` | | [pretty-bytes](https://github.com/sindresorhus/pretty-bytes) | `7.0.0` | `7.0.1` | | [satori](https://github.com/vercel/satori) | `0.16.2` | `0.18.2` | | [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `3.9.2` | `3.12.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.2.1` | `24.3.1` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.8` | `0.25.9` | | [tsx](https://github.com/privatenumber/tsx) | `4.20.3` | `4.20.5` | Updates `@floating-ui/dom` from 1.7.3 to 1.7.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/releases"><code>@​floating-ui/dom</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​floating-ui/dom</code><a href="https://github.com/1"><code>@​1</code></a>.7.4</h2> <h3>Patch Changes</h3> <ul> <li>fix(getViewportRect): account for space left by <code>scrollbar-gutter: stable</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md"><code>@​floating-ui/dom</code>'s changelog</a>.</em></p> <blockquote> <h2>1.7.4</h2> <h3>Patch Changes</h3> <ul> <li>fix(getViewportRect): account for space left by <code>scrollbar-gutter: stable</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/floating-ui/floating-ui/commit/7c33a3d0198a9b523d54ae2c37cedb315a309452"><code>7c33a3d</code></a> chore: version packages (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom/issues/3388">#3388</a>)</li> <li><a href="https://github.com/floating-ui/floating-ui/commit/8b34295b6610f8e4cddaf9000376df69a99f04d4"><code>8b34295</code></a> fix(getViewportRect): account for <code>scrollbar-gutter: stable</code> space (<a href="https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom/issues/3387">#3387</a>)</li> <li>See full diff in <a href="https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.7.4/packages/dom">compare view</a></li> </ul> </details> <br /> Updates `@napi-rs/simple-git` from 0.1.21 to 0.1.22 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Brooooooklyn/simple-git/releases"><code>@​napi-rs/simple-git</code>'s releases</a>.</em></p> <blockquote> <h2>v0.1.22</h2> <h2>What's Changed</h2> <ul> <li>Replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/96">Brooooooklyn/simple-git#96</a></li> <li>chore(deps): update actions/download-artifact action to v5 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/97">Brooooooklyn/simple-git#97</a></li> <li>chore: clippy fix and npm trusted publisher by <a href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a> in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/99">Brooooooklyn/simple-git#99</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/Brooooooklyn/simple-git/pull/96">Brooooooklyn/simple-git#96</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Brooooooklyn/simple-git/compare/v0.1.21...v0.1.22">https://github.com/Brooooooklyn/simple-git/compare/v0.1.21...v0.1.22</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/7d01607ef4975c2890b067229fc1fd99766b6f62"><code>7d01607</code></a> 0.1.22</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/57929449c6baa1d7c6cfa0bfee300392a08594fa"><code>5792944</code></a> chore: fix preversion script</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/6cbeb6ee53f7b772f4f532ed5c1405e6ce1ee41b"><code>6cbeb6e</code></a> chore: clippy fix and npm trusted publisher (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/99">#99</a>)</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/a1dfc9b1ad0789e700e4b0164055c87b5e088490"><code>a1dfc9b</code></a> chore(deps): update actions/download-artifact action to v5 (<a href="https://redirect.github.com/Brooooooklyn/simple-git/issues/97">#97</a>)</li> <li><a href="https://github.com/Brooooooklyn/simple-git/commit/919cd7933fc3b0299b08be23587ba89b2017ad16"><code>919cd79</code></a> ci: replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action ...</li> <li>See full diff in <a href="https://github.com/Brooooooklyn/simple-git/compare/v0.1.21...v0.1.22">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​napi-rs/simple-git</code> since your current version.</p> </details> <br /> Updates `ansi-truncate` from 1.3.0 to 1.4.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fabiospampinato/ansi-truncate/commit/38cd205c97018e894f8ca073a7b914c7f70dae57"><code>38cd205</code></a> Bumped version to 1.4.0</li> <li><a href="https://github.com/fabiospampinato/ansi-truncate/commit/34d2740b974eba6333a0059552f9586b08bfedbf"><code>34d2740</code></a> Added support for truncating hyperlinks too</li> <li>See full diff in <a href="https://github.com/fabiospampinato/ansi-truncate/compare/v1.3.0...v1.4.0">compare view</a></li> </ul> </details> <br /> Updates `chalk` from 5.5.0 to 5.6.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chalk/chalk/releases">chalk's releases</a>.</em></p> <blockquote> <h2>v5.6.2</h2> <ul> <li>Fix vulnerability in 5.6.1, see: <a href="https://redirect.github.com/chalk/chalk/issues/656">chalk/chalk#656</a></li> </ul> <h2>v5.6.0</h2> <ul> <li>Make WezTerm terminal use true color a8f5bf7</li> </ul> <hr /> <p><a href="https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0">https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chalk/chalk/commit/51557784b829c87ff8d138206598764f2eb957b1"><code>5155778</code></a> 5.6.2</li> <li><a href="https://github.com/chalk/chalk/commit/5c91505e184aff4609c0a7fb235770c2f71db4a3"><code>5c91505</code></a> 5.6.0</li> <li><a href="https://github.com/chalk/chalk/commit/a8f5bf7a6733b1e2a356d5cccea6a45d80cf16c7"><code>a8f5bf7</code></a> Make WezTerm terminal use true color</li> <li>See full diff in <a href="https://github.com/chalk/chalk/compare/v5.5.0...v5.6.2">compare view</a></li> </ul> </details> <br /> Updates `flexsearch` from 0.8.205 to 0.8.212 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/nextapps-de/flexsearch/commits">compare view</a></li> </ul> </details> <br /> Updates `pixi.js` from 8.12.0 to 8.13.1 <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.13.1</h2> <h2>💾 Download</h2> <p>Installation:</p> <pre lang="bash"><code>npm install pixi.js@8.13.1 </code></pre> <p>Development Build:</p> <ul> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.js">https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.js</a></li> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.mjs">https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.mjs</a></li> </ul> <p>Production Build:</p> <ul> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.min.js">https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.min.js</a></li> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.min.mjs">https://cdn.jsdelivr.net/npm/pixi.js@8.13.1/dist/pixi.min.mjs</a></li> </ul> <p>Documentation:</p> <ul> <li><a href="https://pixijs.download/v8.13.1/docs/index.html">https://pixijs.download/v8.13.1/docs/index.html</a></li> </ul> <h2>Changed</h2> <p><a href="https://github.com/pixijs/pixi.js/compare/v8.13.0...v8.13.1">https://github.com/pixijs/pixi.js/compare/v8.13.0...v8.13.1</a></p> <h3>🐛 Fixed</h3> <ul> <li>fix: text texture incorrectly released when destroyed by <a href="https://github.com/Zyie"><code>@​Zyie</code></a> in <a href="https://redirect.github.com/pixijs/pixijs/pull/11658">pixijs/pixijs#11658</a></li> <li>fix: fix accessibility debug div tabIndex label (<a href="https://redirect.github.com/pixijs/pixijs/issues/11654">#11654</a>) by <a href="https://github.com/brentmc"><code>@​brentmc</code></a> in <a href="https://redirect.github.com/pixijs/pixijs/pull/11655">pixijs/pixijs#11655</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/brentmc"><code>@​brentmc</code></a> made their first contribution in <a href="https://redirect.github.com/pixijs/pixijs/pull/11655">pixijs/pixijs#11655</a></li> </ul> <h2>v8.13.0</h2> <h2>💾 Download</h2> <p>Installation:</p> <pre lang="bash"><code>npm install pixi.js@8.13.0 </code></pre> <p>Development Build:</p> <ul> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.js">https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.js</a></li> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.mjs">https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.mjs</a></li> </ul> <p>Production Build:</p> <ul> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.min.js">https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.min.js</a></li> <li><a href="https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.min.mjs">https://cdn.jsdelivr.net/npm/pixi.js@8.13.0/dist/pixi.min.mjs</a></li> </ul> <p>Documentation:</p> <ul> <li><a href="https://pixijs.download/v8.13.0/docs/index.html">https://pixijs.download/v8.13.0/docs/index.html</a></li> </ul> <h2>Changed</h2> <p><a href="https://github.com/pixijs/pixi.js/compare/v8.12.0...v8.13.0">https://github.com/pixijs/pixi.js/compare/v8.12.0...v8.13.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pixijs/pixijs/commit/f60121308acbba32f81333a7918c3a4998172885"><code>f601213</code></a> v8.13.1</li> <li><a href="https://github.com/pixijs/pixijs/commit/19c6148915e74d7ff02a578d8f9d76eaa5716e7f"><code>19c6148</code></a> fix: fix accessibility debug div tabIndex label (<a href="https://redirect.github.com/pixijs/pixijs/issues/11654">#11654</a>) (<a href="https://redirect.github.com/pixijs/pixijs/issues/11655">#11655</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/e8814f83cea46c926d1ebd6065e3c8962db3aa37"><code>e8814f8</code></a> fix: text texture incorrectly released when destroyed (<a href="https://redirect.github.com/pixijs/pixijs/issues/11658">#11658</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/2094ca58851418ba500fb4a0bf14e98b8c298905"><code>2094ca5</code></a> v8.13.0</li> <li><a href="https://github.com/pixijs/pixijs/commit/e301117e3b492f16ebe7cdca8407a7cbfe9c880b"><code>e301117</code></a> feat: simplified caching for text (<a href="https://redirect.github.com/pixijs/pixijs/issues/11505">#11505</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/6aeb34a7d6f788f033e10c63f62ffbf5dba254d2"><code>6aeb34a</code></a> fix: memory leaks in renderer systems (<a href="https://redirect.github.com/pixijs/pixijs/issues/11581">#11581</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/4c7875dd3f55ee762a74c14570e1796b315b9484"><code>4c7875d</code></a> Fix unsafe-eval particle update polyfill (<a href="https://redirect.github.com/pixijs/pixijs/issues/11643">#11643</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/3525c434cf03ff54c60ac045eb80e0fe59ec9cbe"><code>3525c43</code></a> fix: restore <code>buildGeometryFromPath</code> functionality (<a href="https://redirect.github.com/pixijs/pixijs/issues/11623">#11623</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/25676eda05aa83bcdd62c006db236ddc71701c7d"><code>25676ed</code></a> chore: add huskyrc to run without path (<a href="https://redirect.github.com/pixijs/pixijs/issues/11638">#11638</a>)</li> <li><a href="https://github.com/pixijs/pixijs/commit/81a085aef08bd6384ec3c2ee954dd476b145be73"><code>81a085a</code></a> feat: add LRU cache for text measuring (<a href="https://redirect.github.com/pixijs/pixijs/issues/11644">#11644</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pixijs/pixijs/compare/v8.12.0...v8.13.1">compare view</a></li> </ul> </details> <br /> Updates `preact` from 10.27.0 to 10.27.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/preactjs/preact/releases">preact's releases</a>.</em></p> <blockquote> <h2>10.27.1</h2> <h2>Performance</h2> <ul> <li>Avoid re-inserting children during bailout (<a href="https://redirect.github.com/preactjs/preact/issues/4890">#4890</a>, thanks <a href="https://github.com/vasylenkoval"><code>@​vasylenkoval</code></a>)</li> </ul> <h2>Types</h2> <ul> <li>add missing React.Key (<a href="https://redirect.github.com/preactjs/preact/issues/4864">#4864</a>, thanks <a href="https://github.com/shyguy1412"><code>@​shyguy1412</code></a>)</li> <li>make React.SVGAttributes generic (<a href="https://redirect.github.com/preactjs/preact/issues/4863">#4863</a>, thanks <a href="https://github.com/shyguy1412"><code>@​shyguy1412</code></a>)</li> </ul> <h2>Fixes</h2> <ul> <li>Add <code>.render</code> property referencing original render function (<a href="https://redirect.github.com/preactjs/preact/issues/4870">#4870</a>, thanks <a href="https://github.com/upupming"><code>@​upupming</code></a>)</li> <li>Add <code>.type</code> property referencing original component (<a href="https://redirect.github.com/preactjs/preact/issues/4869">#4869</a>, thanks <a href="https://github.com/upupming"><code>@​upupming</code></a>)</li> </ul> <h2>Maintenance</h2> <ul> <li>Fix benchmarks for v10.x (<a href="https://redirect.github.com/preactjs/preact/issues/4891">#4891</a>, thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>)</li> <li>Correct contributing docs (<a href="https://redirect.github.com/preactjs/preact/issues/4861">#4861</a>, thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/preactjs/preact/commit/02b52e6c4bc66162fd4dd386ee9a9190f994da67"><code>02b52e6</code></a> 10.27.1 (<a href="https://redirect.github.com/preactjs/preact/issues/4892">#4892</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/28a56cadc93bcc90e9e375f3ca6a40a5032fd111"><code>28a56ca</code></a> ci: Fix benchmarks workflow for v10.x (<a href="https://redirect.github.com/preactjs/preact/issues/4891">#4891</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/d92da32bab3dd15846cb9a39a0aee849fb5028cf"><code>d92da32</code></a> Port <a href="https://redirect.github.com/preactjs/preact/issues/4888">#4888</a> to v10 (<a href="https://redirect.github.com/preactjs/preact/issues/4890">#4890</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/89ad3403962d86f074f0204e254ecac9baff4ccb"><code>89ad340</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/4870">#4870</a> from upupming/v10.x-forward-ref-render-field</li> <li><a href="https://github.com/preactjs/preact/commit/d698fd25c71d4d5d311e5137298dd40522594fd1"><code>d698fd2</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact/issues/4869">#4869</a> from upupming/v10.x-memo-type-field</li> <li><a href="https://github.com/preactjs/preact/commit/5eada636f8bcf4fe95e2d8cea41918ba4b54730b"><code>5eada63</code></a> fix(compat): add .render property referencing original render function</li> <li><a href="https://github.com/preactjs/preact/commit/e25d0b9138b2887edf1190ba8986a7d598cbf533"><code>e25d0b9</code></a> feat: add .type property referencing original component</li> <li><a href="https://github.com/preactjs/preact/commit/cf39a4b3766a7e898689f7c01eb28a8c35ad726f"><code>cf39a4b</code></a> fix(types) preact/compat missing React.Key (<a href="https://redirect.github.com/preactjs/preact/issues/4864">#4864</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/058573cf4973f4ba7dc2ba805ad335b3cfb4eeaf"><code>058573c</code></a> fix(types) make React.SVGAttributes generic (<a href="https://redirect.github.com/preactjs/preact/issues/4863">#4863</a>)</li> <li><a href="https://github.com/preactjs/preact/commit/2a48070ad06c7822bb4c599485c1778c6132dd13"><code>2a48070</code></a> Accoutn for v10.x branch (<a href="https://redirect.github.com/preactjs/preact/issues/4861">#4861</a>)</li> <li>See full diff in <a href="https://github.com/preactjs/preact/compare/10.27.0...10.27.1">compare view</a></li> </ul> </details> <br /> Updates `preact-render-to-string` from 6.5.13 to 6.6.1 <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.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/427">#427</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/f3f7aab4805b4fb50be5c4ca7214e1b3c4adb105"><code>f3f7aab</code></a> Thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>! - Correct semver range to support <em>beta</em> releases of Preact v11</li> </ul> <h2>v6.6.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/376">#376</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/81e7da321da925dbd8eba345ecbd46b1cf456b69"><code>81e7da3</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Insert comment markers for suspended trees, only in renderToStringAsync</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/425">#425</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/e750ba1fc2e5f37c0ee25d303f71d70e8d82e2f9"><code>e750ba1</code></a> Thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>! - Expand semver range to support the upcoming v11 beta release</p> </li> <li> <p><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/413">#413</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/27f340b6e7d77ec7775a49a78d105cad26fa0857"><code>27f340b</code></a> Thanks <a href="https://github.com/f0x52"><code>@​f0x52</code></a>! - Fix async rendering of multiple suspended components in a single Suspense boundary</p> </li> <li> <p><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/424">#424</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/e7d241ceae0fc1f3793ec9de941bcfb436acbc6c"><code>e7d241c</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Fix support for signals, we need to detect and unwrap the signal</p> </li> <li> <p><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/423">#423</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/ec0b614a3692bf0cfe3fd20bc330b263dd457def"><code>ec0b614</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Add support for new component bits</p> </li> <li> <p><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/417">#417</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/441dea2ad420607306610e6cb3f4697a495cc4a5"><code>441dea2</code></a> Thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>! - Only abort/report errors from <code>renderToPipeableStream()</code> if the stream hasn't already been closed</p> </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.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/427">#427</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/f3f7aab4805b4fb50be5c4ca7214e1b3c4adb105"><code>f3f7aab</code></a> Thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>! - Correct semver range to support <em>beta</em> releases of Preact v11</li> </ul> <h2>6.6.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/376">#376</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/81e7da321da925dbd8eba345ecbd46b1cf456b69"><code>81e7da3</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Insert comment markers for suspended trees, only in renderToStringAsync</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/425">#425</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/e750ba1fc2e5f37c0ee25d303f71d70e8d82e2f9"><code>e750ba1</code></a> Thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>! - Expand semver range to support the upcoming v11 beta release</li> </ul> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/413">#413</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/27f340b6e7d77ec7775a49a78d105cad26fa0857"><code>27f340b</code></a> Thanks <a href="https://github.com/f0x52"><code>@​f0x52</code></a>! - Fix async rendering of multiple suspended components in a single Suspense boundary</li> </ul> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/424">#424</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/e7d241ceae0fc1f3793ec9de941bcfb436acbc6c"><code>e7d241c</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Fix support for signals, we need to detect and unwrap the signal</li> </ul> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/423">#423</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/ec0b614a3692bf0cfe3fd20bc330b263dd457def"><code>ec0b614</code></a> Thanks <a href="https://github.com/JoviDeCroock"><code>@​JoviDeCroock</code></a>! - Add support for new component bits</li> </ul> <ul> <li><a href="https://redirect.github.com/preactjs/preact-render-to-string/pull/417">#417</a> <a href="https://github.com/preactjs/preact-render-to-string/commit/441dea2ad420607306610e6cb3f4697a495cc4a5"><code>441dea2</code></a> Thanks <a href="https://github.com/rschristian"><code>@​rschristian</code></a>! - Only abort/report errors from <code>renderToPipeableStream()</code> if the stream hasn't already been closed</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/a7a02d4354106fbb0e3e6823acc9f8dc0ca0e87c"><code>a7a02d4</code></a> Version Packages (<a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/428">#428</a>)</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/f3f7aab4805b4fb50be5c4ca7214e1b3c4adb105"><code>f3f7aab</code></a> fix: Correct semver ranges for v11 beta releases (<a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/427">#427</a>)</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/abed487bae0eee05eb1c72498851ed324fe39ea7"><code>abed487</code></a> Version Packages (<a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/412">#412</a>)</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/7d7cc03dbbad09d1ddb0468955407099602eb632"><code>7d7cc03</code></a> Remove unused import (<a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/426">#426</a>)</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/a911cecfd6318a032c340ebd15d1664aac83a2e5"><code>a911cec</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/425">#425</a> from preactjs/chore/expand-semver-for-v11</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/e750ba1fc2e5f37c0ee25d303f71d70e8d82e2f9"><code>e750ba1</code></a> docs: Add changeset</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/d99527889c2f1acfa8d2159698cf429d9bdce1f4"><code>d995278</code></a> chore: Expand semver range for v11</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/4a8d4a0b62cb1f5d172de8d0acc686a3fa4a2fd1"><code>4a8d4a0</code></a> Merge pull request <a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/424">#424</a> from preactjs/fix-signals-support</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/a5fc66bec123223ff52a0a729bde66a73cb4c02b"><code>a5fc66b</code></a> Ducktype</li> <li><a href="https://github.com/preactjs/preact-render-to-string/commit/ec0b614a3692bf0cfe3fd20bc330b263dd457def"><code>ec0b614</code></a> Support new dirty bit (<a href="https://redirect.github.com/preactjs/preact-render-to-string/issues/423">#423</a>)</li> <li>Additional commits viewable in <a href="https://github.com/preactjs/preact-render-to-string/compare/v6.5.13...v6.6.1">compare view</a></li> </ul> </details> <br /> Updates `pretty-bytes` from 7.0.0 to 7.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/pretty-bytes/releases">pretty-bytes's releases</a>.</em></p> <blockquote> <h2>v7.0.1</h2> <ul> <li>Fix precision with the <code>binary</code> option (<a href="https://redirect.github.com/sindresorhus/pretty-bytes/issues/88">#88</a>) c9fd951</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/pretty-bytes/compare/v7.0.0...v7.0.1">https://github.com/sindresorhus/pretty-bytes/compare/v7.0.0...v7.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/pretty-bytes/commit/3c77fd1de9bad0594ae9db4516337e62d4e0b01f"><code>3c77fd1</code></a> 7.0.1</li> <li><a href="https://github.com/sindresorhus/pretty-bytes/commit/c9fd9510aca6002c18280c6d768139acc4ef94fa"><code>c9fd951</code></a> Fix precision with the <code>binary</code> option (<a href="https://redirect.github.com/sindresorhus/pretty-bytes/issues/88">#88</a>)</li> <li><a href="https://github.com/sindresorhus/pretty-bytes/commit/4186190a6d66fead27427b0c6d92b5a5b044b990"><code>4186190</code></a> Fix CI</li> <li>See full diff in <a href="https://github.com/sindresorhus/pretty-bytes/compare/v7.0.0...v7.0.1">compare view</a></li> </ul> </details> <br /> Updates `satori` from 0.16.2 to 0.18.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/satori/releases">satori's releases</a>.</em></p> <blockquote> <h2>0.18.2</h2> <h2><a href="https://github.com/vercel/satori/compare/0.18.1...0.18.2">0.18.2</a> (2025-09-02)</h2> <h3>Bug Fixes</h3> <ul> <li>Support passing instantiated wasm instance to init() (<a href="https://redirect.github.com/vercel/satori/issues/709">#709</a>) (<a href="https://github.com/vercel/satori/commit/5bcd097f25d6a52755e5b0649dd9d1efa3f20a3c">5bcd097</a>), closes <a href="https://redirect.github.com/vercel/satori/issues/693">#693</a></li> </ul> <h2>0.18.1</h2> <h2><a href="https://github.com/vercel/satori/compare/0.18.0...0.18.1">0.18.1</a> (2025-08-29)</h2> <h3>Bug Fixes</h3> <ul> <li>Performance improvement (<a href="https://redirect.github.com/vercel/satori/issues/707">#707</a>) (<a href="https://github.com/vercel/satori/commit/589d9fa5d28d603462ceb948d2dc5bb6b59abcde">589d9fa</a>), closes <a href="https://redirect.github.com/vercel/satori/issues/679">#679</a></li> </ul> <h2>0.18.0</h2> <h1><a href="https://github.com/vercel/satori/compare/0.17.0...0.18.0">0.18.0</a> (2025-08-28)</h1> <h3>Features</h3> <ul> <li>added obj fit to image (<a href="https://redirect.github.com/vercel/satori/issues/703">#703</a>) (<a href="https://github.com/vercel/satori/commit/4a7d0bc6da5969aad4304c9da7edd13cc5278e35">4a7d0bc</a>)</li> <li>Standalone build to support providing WASM binary manually (<a href="https://redirect.github.com/vercel/satori/issues/705">#705</a>) (<a href="https://github.com/vercel/satori/commit/f24d911cf1f42cbf7396c08299290e53e488f24b">f24d911</a>), closes <a href="https://redirect.github.com/vercel/satori/issues/693">#693</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/satori/commit/5bcd097f25d6a52755e5b0649dd9d1efa3f20a3c"><code>5bcd097</code></a> fix: Support passing instantiated wasm instance to init() (<a href="https://redirect.github.com/vercel/satori/issues/709">#709</a>)</li> <li><a href="https://github.com/vercel/satori/commit/589d9fa5d28d603462ceb948d2dc5bb6b59abcde"><code>589d9fa</code></a> fix: Performance improvement (<a href="https://redirect.github.com/vercel/satori/issues/707">#707</a>)</li> <li><a href="https://github.com/vercel/satori/commit/1a338cac49825b4de029c9e9a4fb5776744ae674"><code>1a338ca</code></a> chore: Add benchmark script (<a href="https://redirect.github.com/vercel/satori/issues/706">#706</a>)</li> <li><a href="https://github.com/vercel/satori/commit/f24d911cf1f42cbf7396c08299290e53e488f24b"><code>f24d911</code></a> feat: Standalone build to support providing WASM binary manually (<a href="https://redirect.github.com/vercel/satori/issues/705">#705</a>)</li> <li><a href="https://github.com/vercel/satori/commit/4a7d0bc6da5969aad4304c9da7edd13cc5278e35"><code>4a7d0bc</code></a> feat: added obj fit to image (<a href="https://redirect.github.com/vercel/satori/issues/703">#703</a>)</li> <li><a href="https://github.com/vercel/satori/commit/50a794813c2ea3fc15a168e0cd144078c7f69815"><code>50a7948</code></a> feat: support <code>repeating-radial-gradient</code> (<a href="https://redirect.github.com/vercel/satori/issues/697">#697</a>)</li> <li>See full diff in <a href="https://github.com/vercel/satori/compare/0.16.2...0.18.2">compare view</a></li> </ul> </details> <br /> Updates `shiki` from 3.9.2 to 3.12.2 <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.12.2</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>twoslash</strong>: Fix <code>onTwoslashError</code> return value handling  -  by <a href="https://github.com/Karibash"><code>@​Karibash</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1070">shikijs/shiki#1070</a> <a href="https://github.com/shikijs/shiki/commit/e86b0a7c"><!-- raw HTML omitted -->(e86b0)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.12.1...v3.12.2">View changes on GitHub</a></h5> <h2>v3.12.1</h2> <p><em>No significant changes</em></p> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.12.0...v3.12.1">View changes on GitHub</a></h5> <h2>v3.12.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>vitepress-twoslash</strong>: <ul> <li>Improve UX for option customization  -  by <a href="https://github.com/9romise"><code>@​9romise</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1066">shikijs/shiki#1066</a> <a href="https://github.com/shikijs/shiki/commit/e3cfdeca"><!-- raw HTML omitted -->(e3cfd)<!-- raw HTML omitted --></a></li> <li>Twoslash inline type cache for markdown  -  by <a href="https://github.com/serkodev"><code>@​serkodev</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1063">shikijs/shiki#1063</a> <a href="https://github.com/shikijs/shiki/commit/dc7fbc70"><!-- raw HTML omitted -->(dc7fb)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>remove-notation-escape</strong>: Correct escape sequence  -  by <a href="https://github.com/sor4chi"><code>@​sor4chi</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1065">shikijs/shiki#1065</a> <a href="https://github.com/shikijs/shiki/commit/22d0c780"><!-- raw HTML omitted -->(22d0c)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.11.0...v3.12.0">View changes on GitHub</a></h5> <h2>v3.11.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>core</strong>: Add <code>enforce</code> options to <code>ShikiTransformer</code>  -  by <a href="https://github.com/serkodev"><code>@​serkodev</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1062">shikijs/shiki#1062</a> <a href="https://github.com/shikijs/shiki/commit/8ad05bd8"><!-- raw HTML omitted -->(8ad05)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.10.0...v3.11.0">View changes on GitHub</a></h5> <h2>v3.10.0</h2> <h3>   🚀 Features</h3> <ul> <li>Add funding links to playground  -  by <a href="https://github.com/jtbandes"><code>@​jtbandes</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1054">shikijs/shiki#1054</a> <a href="https://github.com/shikijs/shiki/commit/e36eb4d8"><!-- raw HTML omitted -->(e36eb)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.9.2...v3.10.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/e46261819005a7519c64b54679a504d783dfdcbc"><code>e462618</code></a> chore: release v3.12.2</li> <li><a href="https://github.com/shikijs/shiki/commit/793d71e68f17e949ce5b11cbb4a148eb1cb2ecbd"><code>793d71e</code></a> chore: release v3.12.1</li> <li><a href="https://github.com/shikijs/shiki/commit/9260f3fd109eca7bece80c92196f627ccae202d0"><code>9260f3f</code></a> chore: release v3.12.0</li> <li><a href="https://github.com/shikijs/shiki/commit/d05f39b1e89ccd9c90380ab9870c7085da62db21"><code>d05f39b</code></a> chore: release v3.11.0</li> <li><a href="https://github.com/shikijs/shiki/commit/bda1a767432552f15a226a74f06a0de182d674ab"><code>bda1a76</code></a> chore: release v3.10.0</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v3.12.2/packages/shiki">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for shiki since your current version.</p> </details> <br /> Updates `@types/node` from 24.2.1 to 24.3.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 `esbuild` from 0.25.8 to 0.25.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/releases">esbuild's releases</a>.</em></p> <blockquote> <h2>v0.25.9</h2> <ul> <li> <p>Better support building projects that use Yarn on Windows (<a href="https://redirect.github.com/evanw/esbuild/issues/3131">#3131</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3663">#3663</a>)</p> <p>With this release, you can now use esbuild to bundle projects that use Yarn Plug'n'Play on Windows on drives other than the <code>C:</code> drive. The problem was as follows:</p> <ol> <li>Yarn in Plug'n'Play mode on Windows stores its global module cache on the <code>C:</code> drive</li> <li>Some developers put their projects on the <code>D:</code> drive</li> <li>Yarn generates relative paths that use <code>../..</code> to get from the project directory to the cache directory</li> <li>Windows-style paths don't support directory traversal between drives via <code>..</code> (so <code>D:\..</code> is just <code>D:</code>)</li> <li>I didn't have access to a Windows machine for testing this edge case</li> </ol> <p>Yarn works around this edge case by pretending Windows-style paths beginning with <code>C:\</code> are actually Unix-style paths beginning with <code>/C:/</code>, so the <code>../..</code> path segments are able to navigate across drives inside Yarn's implementation. This was broken for a long time in esbuild but I finally got access to a Windows machine and was able to debug and fix this edge case. So you should now be able to bundle these projects with esbuild.</p> </li> <li> <p>Preserve parentheses around function expressions (<a href="https://redirect.github.com/evanw/esbuild/issues/4252">#4252</a>)</p> <p>The V8 JavaScript VM uses parentheses around function expressions as an optimization hint to immediately compile the function. Otherwise the function would be lazily-compiled, which has additional overhead if that function is always called immediately as lazy compilation involves parsing the function twice. You can read <a href="https://v8.dev/blog/preparser">V8's blog post about this</a> for more details.</p> <p>Previously esbuild did not represent parentheses around functions in the AST so they were lost during compilation. With this change, esbuild will now preserve parentheses around function expressions when they are present in the original source code. This means these optimization hints will not be lost when bundling with esbuild. In addition, esbuild will now automatically add this optimization hint to immediately-invoked function expressions. Here's an example:</p> <pre lang="js"><code>// Original code const fn0 = () =&gt; 0 const fn1 = (() =&gt; 1) console.log(fn0, function() { return fn1() }()) <p>// Old output<br /> const fn0 = () =&gt; 0;<br /> const fn1 = () =&gt; 1;<br /> console.log(fn0, function() {<br /> return fn1();<br /> }());</p> <p>// New output<br /> const fn0 = () =&gt; 0;<br /> const fn1 = (() =&gt; 1);<br /> console.log(fn0, (function() {<br /> return fn1();<br /> })());<br /> </code></pre></p> <p>Note that you do not want to wrap all function expressions in parentheses. This optimization hint should only be used for functions that are called on initial load. Using this hint for functions that are not called on initial load will unnecessarily delay the initial load. Again, see V8's blog post linked above for details.</p> </li> <li> <p>Update Go from 1.23.10 to 1.23.12 (<a href="https://redirect.github.com/evanw/esbuild/issues/4257">#4257</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/4258">#4258</a>)</p> <p>This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain false positive reports (specifically CVE-2025-4674 and CVE-2025-47907) from vulnerability scanners that only detect which version of the Go compiler esbuild uses.</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/evanw/esbuild/blob/main/CHANGELOG.md">esbuild's changelog</a>.</em></p> <blockquote> <h2>0.25.9</h2> <ul> <li> <p>Better support building projects that use Yarn on Windows (<a href="https://redirect.github.com/evanw/esbuild/issues/3131">#3131</a>, <a href="https://redirect.github.com/evanw/esbuild/issues/3663">#3663</a>)</p> <p>With this release, you can now use esbuild to bundle projects that use Yarn Plug'n'Play on Windows on drives other than the <code>C:</code> drive. The problem was as follows:</p> <ol> <li>Yarn in Plug'n'Play mode on Windows stores its global module cache on the <code>C:</code> drive</li> <li>Some developers put their projects on the <code>D:</code> drive</li> <li>Yarn generates relative paths that use <code>../..</code> to get from the project directory to the cache directory</li> <li>Windows-style paths don't support directory traversal between drives via <code>..</code> (so <code>D:\..</code> is just <code>D:</code>)</li> <li>I didn't have access to a Windows machine for testing this edge case</li> </ol> <p>Yarn works around this edge case by pretending Windows-style paths beginning with <code>C:\</code> are actually Unix-style paths beginning with <code>/C:/</code>, so the <code>../..</code> path segments are able to navigate across drives inside Yarn's implementation. This was broken for a long time in esbuild but I finally got access to a Windows machine and was able to debug and fix this edge case. So you should now be able to bundle these projects with esbuild.</p> </li> <li> <p>Preserve parentheses around function expressions (<a href="https://redirect.github.com/evanw/esbuild/issues/4252">#4252</a>)</p> <p>The V8 JavaScript VM uses parentheses around function expressions as an optimization hint to immediately compile the function. Otherwise the function would be lazily-compiled, which has additional overhead if that function is always called immediately as lazy compilation involves parsing the function twice. You can read <a href="https://v8.dev/blog/preparser">V8's blog post about this</a> for more details.</p> <p>Previously esbuild did not represent parentheses around functions in the AST so they were lost during compilation. With this change, esbuild will now preserve parentheses around function expressions when they are present in the original source code. This means these optimization hints will not be lost when bundling with esbuild. In addition, esbuild will now automatically add this optimization hint to immediately-invoked function expressions. Here's an example:</p> <pre lang="js"><code>// Original code const fn0 = () =&gt; 0 const fn1 = (() =&gt; 1) console.log(fn0, function() { return fn1() }()) <p>// Old output<br /> const fn0 = () =&gt; 0;<br /> const fn1 = () =&gt; 1;<br /> console.log(fn0, function() {<br /> return fn1();<br /> }());</p> <p>// New output<br /> const fn0 = () =&gt; 0;<br /> const fn1 = (() =&gt; 1);<br /> console.log(fn0, (function() {<br /> return fn1();<br /> })());<br /> </code></pre></p> <p>Note that you do not want to wrap all function expressions in parentheses. This optimization hint should only be used for functions that are called on initial load. Using this hint for functions that are not called on initial load will unnecessarily delay the initial load. Again, see V8's blog post linked above for details.</p> </li> <li> <p>Update Go from 1.23.10 to 1.23.12 (<a href="https://redirect.github.com/evanw/esbuild/issues/4257">#4257</a>, <a href="https://redirect.github.com/evanw/esbuild/pull/4258">#4258</a>)</p> <p>This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain false positive reports (specifically CVE-2025-4674 and CVE-2025-47907) from vulnerability scanners that only detect which version of the Go compiler esbuild uses.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/195e05c16f03a341390feef38b8ebf17d3075e14"><code>195e05c</code></a> publish 0.25.9 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/3dac33f2a2ba60387fb9aaca96b3e80b9e0512e0"><code>3dac33f</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/3131">#3131</a>, fix <a href="https://redirect.github.com/evanw/esbuild/issues/3663">#3663</a>: yarnpnp + windows + D drive</li> <li><a href="https://github.com/evanw/esbuild/commit/0f2c5c8c11dc3fa2a4e9e82df202d0b607e59de4"><code>0f2c5c8</code></a> mock fs now supports multiple volumes on windows</li> <li><a href="https://github.com/evanw/esbuild/commit/100a51e791ce714a1a90557bc9e5133fa0d38692"><code>100a51e</code></a> split out yarnpnp snapshot tests</li> <li><a href="https://github.com/evanw/esbuild/commit/13aace38bd1243e440061d1611e90a46ef55029c"><code>13aace3</code></a> remove <code>C:</code> assumption from windows snapshot tests</li> <li><a href="https://github.com/evanw/esbuild/commit/f1f413f18bce15a53fa4251f11a4747be94075e0"><code>f1f413f</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4252">#4252</a>: preserve parentheses around functions</li> <li><a href="https://github.com/evanw/esbuild/commit/1bc809190bdb68ad27fc0a6e6d385b4f635c90e2"><code>1bc8091</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4257">#4257</a>, close <a href="https://redirect.github.com/evanw/esbuild/issues/4258">#4258</a>: go 1.23.10 =&gt; 1.23.12</li> <li><a href="https://github.com/evanw/esbuild/commit/bc52135d02f794f28777c8e00db91997e0d98cab"><code>bc52135</code></a> move the go compiler version to <code>go.version</code></li> <li><a href="https://github.com/evanw/esbuild/commit/a0af5d1037c6e2509531151d153e875093f426b6"><code>a0af5d1</code></a> makefile: use <code>ESBUILD_VERSION</code> consistently</li> <li>See full diff in <a href="https://github.com/evanw/esbuild/compare/v0.25.8...v0.25.9">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.20.3 to 4.20.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.20.5</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.20.4...v4.20.5">4.20.5</a> (2025-08-24)</h2> <h3>Bug Fixes</h3> <ul> <li>handle ambiguous packages (<a href="https://github.com/privatenumber/tsx/commit/796053a6473898bf02283e90dea35a8ff537fa10">796053a</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.20.5"><code>npm package (@​latest dist-tag)</code></a></li> </ul> <h2>v4.20.4</h2> <h2><a href="https://github.com/privatenumber/tsx/compare/v4.20.3...v4.20.4">4.20.4</a> (2025-08-12)</h2> <h3>Bug Fixes</h3> <ul> <li>override Node's native TS formats (<a href="https://redirect.github.com/privatenumber/tsx/issues/733">#733</a>) (<a href="https://github.com/privatenumber/tsx/commit/a639836fad4e60dbda6498b7851b6890e0c60a08">a639836</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.20.4"><code>npm package (@​latest dist-tag)</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/privatenumber/tsx/commit/e6d1a4726540eb4dbef9b331acb13a294c674e96"><code>e6d1a47</code></a> docs: obfuscate aside classname</li> <li><a href="https://github.com/privatenumber/tsx/commit/de2719d943aefa1ac3f9b55b1351a2be79a546dc"><code>de2719d</code></a> style: remove unused variable</li> <li><a href="https://github.com/privatenumber/tsx/commit/13f2954df393488b5babfc33ccb36879399ab2ab"><code>13f2954</code></a> chore: upgrade docs deps</li> <li><a href="https://github.com/privatenumber/tsx/commit/0504525e5f0c69821f11e99496e5e02bfba29af8"><code>0504525</code></a> chore: upgrade manten</li> <li><a href="https://github.com/privatenumber/tsx/commit/132fdd83ef108a4f0b446e1c3e103f7928430017"><code>132fdd8</code></a> test: assert require.cache</li> <li><a href="https://github.com/privatenumber/tsx/commit/f057e7da236b1f5631d761cbebd08d580e2bb32d"><code>f057e7d</code></a> test: require loop</li> <li><a href="https://github.com/privatenumber/tsx/commit/a6f8f9fa779129ebfecc1cdd766a4d25a05f2976"><code>a6f8f9f</code></a> refactor: getFormat to handle all formats</li> <li><a href="https://github.com/privatenumber/tsx/commit/796053a6473898bf02283e90dea35a8ff537fa10"><code>796053a</code></a> fix: handle ambiguous packages</li> <li><a href="https://github.com/privatenumber/tsx/commit/471997a5c1890705188b3f203692ab7eef1967e7"><code>471997a</code></a> test: CJS &amp; ESM race condition</li> <li><a href="https://github.com/privatenumber/tsx/commit/a639836fad4e60dbda6498b7851b6890e0c60a08"><code>a639836</code></a> fix: override Node's native TS formats (<a href="https://redirect.github.com/privatenumber/tsx/issues/733">#733</a>)</li> <li>Additional commits viewable in <a href="https://github.com/privatenumber/tsx/compare/v4.20.3...v4.20.5">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-09-08 15:35:36 +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 Sep 8, 2025 3:35pm
[vc]: #jzIX8DmuJil6SWoYYTX7SvyrEZ2QjvqHumCt5qpngDg=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJnYXJkZW5vZmVkZW4iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vZ2xpdHRlcmVsZnMtcHJvamVjdHMvZ2FyZGVub2ZlZGVuLzNRN3l2WTVmN3VTTkdmeWQ5TjVIQ2NHUXJRUTIiLCJwcmV2aWV3VXJsIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktZjk5MzNmLWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktZjk5MzNmLWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAifSwicm9vdERpcmVjdG9yeSI6bnVsbH1dfQ== 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/3Q7yvY5f7uSNGfyd9N5HCcGQrQQ2) | [Preview](https://gardenofeden-git-dependabot-npmandy-f9933f-glitterelfs-projects.vercel.app) | [Comment](https://vercel.live/open-feedback/gardenofeden-git-dependabot-npmandy-f9933f-glitterelfs-projects.vercel.app?via=pr-comment-feedback-link) | Sep 8, 2025 3:35pm |
Sign in to join this conversation.
No description provided.