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

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/production-dependencies-f3a7049bbd into v4 2025-11-03 18:57:07 +00:00
dependabot[bot] commented 2025-11-03 15:45:58 +00:00 (Migrated from github.com)

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

Package From To
minimatch 10.0.3 10.1.1
preact-render-to-string 6.6.2 6.6.3
rimraf 6.0.1 6.1.0
shiki 3.13.0 3.14.0
workerpool 9.3.4 10.0.0
@types/node 24.9.0 24.10.0
@types/yargs 17.0.33 17.0.34
esbuild 0.25.11 0.25.12

Updates minimatch from 10.0.3 to 10.1.1

Changelog

Sourced from minimatch's changelog.

change log

10.1

  • Add magicalBraces option for escape
  • Fix makeRe when partial: true is set.
  • Fix makeRe when pattern ends in a final ** path part.

10.0

  • Require node 20 or 22 and higher

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

7.0

  • Preprocess patterns to simplify complicated patterns and reduce out .. pattern portions where possible. Note that this means

... (truncated)

Commits
  • 5b83372 10.1.1
  • 7ed71cd do not require * to match something if already matching something
  • 30efec4 fix some typedoc comments and export types
  • 7a71a90 10.1.0
  • 8bc631a changelog 10.1
  • 0a0a7a1 Added missing periods for text consistency
  • a1b68f2 docs: fix typo
  • 6b88277 remove unnecessary types for brace-expansion
  • 0d27f1c Support magicalBraces option in escape/unescape
  • 281de34 prettier
  • Additional commits viewable in compare view

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 rimraf from 6.0.1 to 6.1.0

Changelog

Sourced from rimraf's changelog.

6.1

  • Move to native fs/promises usage instead of promisifying manually.

6.0

  • Drop support for nodes before v20
  • Add --version to CLI

5.0

  • No default export, only named exports

4.4

  • Provide Dirent or Stats object as second argument to filter

4.3

  • Return boolean indicating whether the path was fully removed
  • Add filter option
  • bin: add --verbose, -v to print files as they are deleted
  • bin: add --no-verbose, -V to not print files as they are deleted
  • bin: add -i --interactive to be prompted on each deletion
  • bin: add -I --no-interactive to not be prompted on each deletion
  • 4.3.1 Fixed inappropriately following symbolic links to directories

v4.2

  • Brought back glob support, using the new and improved glob v9

v4.1

  • Improved hybrid module with no need to look at the .default dangly bit. .default preserved as a reference to rimraf for compatibility with anyone who came to rely on it in v4.0.
  • Accept and ignore -rf and -fr arguments to the bin.

v4.0

  • Remove glob dependency entirely. This library now only accepts actual file and folder names to delete.
  • Accept array of paths or single path.
  • Windows performance and reliability improved.
  • All strategies separated into explicitly exported methods.
  • Drop support for Node.js below version 14
  • rewrite in TypeScript

... (truncated)

Commits
  • 18dc77a 6.1.0
  • 2bd2e62 changelog 6.1
  • 19311cf refactor: switch to native fs.promises
  • 0c437d4 Create separate dir for integration tests
  • 65a3b8a Do not pass unnecessary rest args to fs functions
  • 02b31b7 Use the same ignoreENOENT and fixEPERM utils everywhere
  • c012f4f Mock process.platform with t.intercept
  • c72278a Use tap.intercept to test bin
  • 549d1e8 Configure tap coverage-map
  • a76970b benchmark: add options to filter and compare benchmarks
  • Additional commits viewable 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.10.0

Commits

Updates @types/yargs from 17.0.33 to 17.0.34

Commits

Updates esbuild from 0.25.11 to 0.25.12

Release notes

Sourced from esbuild's releases.

v0.25.12

  • Fix a minification regression with CSS media queries (#4315)

    The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for @media <media-type> and <media-condition-without-or> { ... } was missing an equality check for the <media-condition-without-or> part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.

  • Update the list of known JavaScript globals (#4310)

    This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global Array property is considered to be side-effect free but accessing the global scrollY property can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:

    From ES2017:

    • Atomics
    • SharedArrayBuffer

    From ES2020:

    • BigInt64Array
    • BigUint64Array

    From ES2021:

    • FinalizationRegistry
    • WeakRef

    From ES2025:

    • Float16Array
    • Iterator

    Note that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from Iterator:

    // This can now be tree-shaken by esbuild:
    class ExampleIterator extends Iterator {}
    
  • Add support for the new @view-transition CSS rule (#4313)

    With this release, esbuild now has improved support for pretty-printing and minifying the new @view-transition rule (which esbuild was previously unaware of):

    /* Original code */
    @view-transition {
      navigation: auto;
      types: check;
    }
    

    /* Old output */
    @​view-transition { navigation: auto; types: check; }

    /* New output */
    @​view-transition {
    navigation: auto;
    types: check;

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.25.12

  • Fix a minification regression with CSS media queries (#4315)

    The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for @media <media-type> and <media-condition-without-or> { ... } was missing an equality check for the <media-condition-without-or> part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.

  • Update the list of known JavaScript globals (#4310)

    This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global Array property is considered to be side-effect free but accessing the global scrollY property can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:

    From ES2017:

    • Atomics
    • SharedArrayBuffer

    From ES2020:

    • BigInt64Array
    • BigUint64Array

    From ES2021:

    • FinalizationRegistry
    • WeakRef

    From ES2025:

    • Float16Array
    • Iterator

    Note that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from Iterator:

    // This can now be tree-shaken by esbuild:
    class ExampleIterator extends Iterator {}
    
  • Add support for the new @view-transition CSS rule (#4313)

    With this release, esbuild now has improved support for pretty-printing and minifying the new @view-transition rule (which esbuild was previously unaware of):

    /* Original code */
    @view-transition {
      navigation: auto;
      types: check;
    }
    

    /* Old output */
    @​view-transition { navigation: auto; types: check; }

    /* New output */
    @​view-transition {
    navigation: auto;

... (truncated)

Commits
  • 208f539 publish 0.25.12 to npm
  • 5f03afd update release notes
  • 6b2ee78 minify: remove css rules containing empty :is()
  • f361deb add some additional known static methods
  • 07aa646 automatically mark "RegExp.escape()" calls as pure
  • 9039c46 simplify some call expression checks
  • 188944d add some additional known static methods
  • d3c67f9 fix #4310: add Iterator and other known globals
  • 4a51f0b fix: escape dev server breadcrumb hrefs properly (#4316)
  • 26b29ed fix #4315: @media deduplication bug edge case
  • 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 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [minimatch](https://github.com/isaacs/minimatch) | `10.0.3` | `10.1.1` | | [preact-render-to-string](https://github.com/preactjs/preact-render-to-string) | `6.6.2` | `6.6.3` | | [rimraf](https://github.com/isaacs/rimraf) | `6.0.1` | `6.1.0` | | [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.10.0` | | [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs) | `17.0.33` | `17.0.34` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.11` | `0.25.12` | Updates `minimatch` from 10.0.3 to 10.1.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/minimatch/blob/main/changelog.md">minimatch's changelog</a>.</em></p> <blockquote> <h1>change log</h1> <h2>10.1</h2> <ul> <li>Add <code>magicalBraces</code> option for <code>escape</code></li> <li>Fix <code>makeRe</code> when <code>partial: true</code> is set.</li> <li>Fix <code>makeRe</code> when pattern ends in a final <code>**</code> path part.</li> </ul> <h2>10.0</h2> <ul> <li>Require node 20 or 22 and higher</li> </ul> <h2>9.0</h2> <ul> <li>No default export, only named exports.</li> </ul> <h2>8.0</h2> <ul> <li>Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions</li> <li>Bump required Node.js version</li> </ul> <h2>7.4</h2> <ul> <li>Add <code>escape()</code> method</li> <li>Add <code>unescape()</code> method</li> <li>Add <code>Minimatch.hasMagic()</code> method</li> </ul> <h2>7.3</h2> <ul> <li>Add support for posix character classes in a unicode-aware way.</li> </ul> <h2>7.2</h2> <ul> <li>Add <code>windowsNoMagicRoot</code> option</li> </ul> <h2>7.1</h2> <ul> <li>Add <code>optimizationLevel</code> configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so <em>most</em> things that matched with optimizationLevel 1 or 0 <em>should</em> match with level 2 as well. However, level 1 is the default, out of an abundance of caution.</li> </ul> <h2>7.0</h2> <ul> <li>Preprocess patterns to simplify complicated patterns and reduce out <code>..</code> pattern portions where possible. Note that this means</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/5b833726b3fb81f83933a2708fade6399c9c86eb"><code>5b83372</code></a> 10.1.1</li> <li><a href="https://github.com/isaacs/minimatch/commit/7ed71cdc1fbb656f1a423f9586596ba2aa862fef"><code>7ed71cd</code></a> do not require * to match something if already matching something</li> <li><a href="https://github.com/isaacs/minimatch/commit/30efec42d19c8214d4aecf0c58b4cc4631cd5a94"><code>30efec4</code></a> fix some typedoc comments and export types</li> <li><a href="https://github.com/isaacs/minimatch/commit/7a71a90527b5df4f8290334765f1890375fc4293"><code>7a71a90</code></a> 10.1.0</li> <li><a href="https://github.com/isaacs/minimatch/commit/8bc631a7540691be3a44eb62f3db6e34f5180ecc"><code>8bc631a</code></a> changelog 10.1</li> <li><a href="https://github.com/isaacs/minimatch/commit/0a0a7a1a831d1576fc460d738dd499c18a6fc08c"><code>0a0a7a1</code></a> Added missing periods for text consistency</li> <li><a href="https://github.com/isaacs/minimatch/commit/a1b68f2b8f6de5a1142679c7ce8e7eac0387aa63"><code>a1b68f2</code></a> docs: fix typo</li> <li><a href="https://github.com/isaacs/minimatch/commit/6b882774ea3e074c6a4c3d864128e3fb5bc8100a"><code>6b88277</code></a> remove unnecessary types for brace-expansion</li> <li><a href="https://github.com/isaacs/minimatch/commit/0d27f1c6b42625f741da4e5a57ad569174de6245"><code>0d27f1c</code></a> Support <code>magicalBraces</code> option in escape/unescape</li> <li><a href="https://github.com/isaacs/minimatch/commit/281de34b373f283b6efb9d61722ac2d85741984b"><code>281de34</code></a> prettier</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/minimatch/compare/v10.0.3...v10.1.1">compare view</a></li> </ul> </details> <br /> 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 `rimraf` from 6.0.1 to 6.1.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md">rimraf's changelog</a>.</em></p> <blockquote> <h1>6.1</h1> <ul> <li>Move to native <code>fs/promises</code> usage instead of promisifying manually.</li> </ul> <h1>6.0</h1> <ul> <li>Drop support for nodes before v20</li> <li>Add <code>--version</code> to CLI</li> </ul> <h1>5.0</h1> <ul> <li>No default export, only named exports</li> </ul> <h1>4.4</h1> <ul> <li>Provide Dirent or Stats object as second argument to filter</li> </ul> <h1>4.3</h1> <ul> <li>Return boolean indicating whether the path was fully removed</li> <li>Add filter option</li> <li>bin: add --verbose, -v to print files as they are deleted</li> <li>bin: add --no-verbose, -V to not print files as they are deleted</li> <li>bin: add -i --interactive to be prompted on each deletion</li> <li>bin: add -I --no-interactive to not be prompted on each deletion</li> <li><strong>4.3.1</strong> Fixed inappropriately following symbolic links to directories</li> </ul> <h1>v4.2</h1> <ul> <li>Brought back <code>glob</code> support, using the new and improved glob v9</li> </ul> <h1>v4.1</h1> <ul> <li>Improved hybrid module with no need to look at the <code>.default</code> dangly bit. <code>.default</code> preserved as a reference to <code>rimraf</code> for compatibility with anyone who came to rely on it in v4.0.</li> <li>Accept and ignore <code>-rf</code> and <code>-fr</code> arguments to the bin.</li> </ul> <h1>v4.0</h1> <ul> <li>Remove <code>glob</code> dependency entirely. This library now only accepts actual file and folder names to delete.</li> <li>Accept array of paths or single path.</li> <li>Windows performance and reliability improved.</li> <li>All strategies separated into explicitly exported methods.</li> <li>Drop support for Node.js below version 14</li> <li>rewrite in TypeScript</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/rimraf/commit/18dc77a0450314fffde79679071d38e20d3b99df"><code>18dc77a</code></a> 6.1.0</li> <li><a href="https://github.com/isaacs/rimraf/commit/2bd2e62e1dd0418f066b54763e8c16d82e76b983"><code>2bd2e62</code></a> changelog 6.1</li> <li><a href="https://github.com/isaacs/rimraf/commit/19311cfd321368c931d47f837d02930b3bfcbff7"><code>19311cf</code></a> refactor: switch to native fs.promises</li> <li><a href="https://github.com/isaacs/rimraf/commit/0c437d40ce2187eb471df740eb3f913d34a24120"><code>0c437d4</code></a> Create separate dir for integration tests</li> <li><a href="https://github.com/isaacs/rimraf/commit/65a3b8a7f6d40c16d1209e0f92da41b73c819d25"><code>65a3b8a</code></a> Do not pass unnecessary rest args to fs functions</li> <li><a href="https://github.com/isaacs/rimraf/commit/02b31b7360f100cf7801ca0f3804f53c51fd8483"><code>02b31b7</code></a> Use the same ignoreENOENT and fixEPERM utils everywhere</li> <li><a href="https://github.com/isaacs/rimraf/commit/c012f4f1c374ecdb79ce177470bbaa0963145dc4"><code>c012f4f</code></a> Mock process.platform with t.intercept</li> <li><a href="https://github.com/isaacs/rimraf/commit/c72278af0a86843c38e026e9041b13fac9d1ab25"><code>c72278a</code></a> Use tap.intercept to test bin</li> <li><a href="https://github.com/isaacs/rimraf/commit/549d1e8bf5a68b0d31478246ef0145d87f8a1e8e"><code>549d1e8</code></a> Configure tap coverage-map</li> <li><a href="https://github.com/isaacs/rimraf/commit/a76970b808bd823a615ad43f38727c60077a599b"><code>a76970b</code></a> benchmark: add options to filter and compare benchmarks</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/rimraf/compare/v6.0.1...v6.1.0">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.10.0 <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 /> Updates `esbuild` from 0.25.11 to 0.25.12 <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.12</h2> <ul> <li> <p>Fix a minification regression with CSS media queries (<a href="https://redirect.github.com/evanw/esbuild/issues/4315">#4315</a>)</p> <p>The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for <code>@media &lt;media-type&gt; and &lt;media-condition-without-or&gt; { ... }</code> was missing an equality check for the <code>&lt;media-condition-without-or&gt;</code> part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.</p> </li> <li> <p>Update the list of known JavaScript globals (<a href="https://redirect.github.com/evanw/esbuild/issues/4310">#4310</a>)</p> <p>This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global <code>Array</code> property is considered to be side-effect free but accessing the global <code>scrollY</code> property can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:</p> <p>From <a href="https://tc39.es/ecma262/2017/">ES2017</a>:</p> <ul> <li><code>Atomics</code></li> <li><code>SharedArrayBuffer</code></li> </ul> <p>From <a href="https://tc39.es/ecma262/2020/">ES2020</a>:</p> <ul> <li><code>BigInt64Array</code></li> <li><code>BigUint64Array</code></li> </ul> <p>From <a href="https://tc39.es/ecma262/2021/">ES2021</a>:</p> <ul> <li><code>FinalizationRegistry</code></li> <li><code>WeakRef</code></li> </ul> <p>From <a href="https://tc39.es/ecma262/2025/">ES2025</a>:</p> <ul> <li><code>Float16Array</code></li> <li><code>Iterator</code></li> </ul> <p>Note that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from <code>Iterator</code>:</p> <pre lang="js"><code>// This can now be tree-shaken by esbuild: class ExampleIterator extends Iterator {} </code></pre> </li> <li> <p>Add support for the new <code>@view-transition</code> CSS rule (<a href="https://redirect.github.com/evanw/esbuild/pull/4313">#4313</a>)</p> <p>With this release, esbuild now has improved support for pretty-printing and minifying the new <code>@view-transition</code> rule (which esbuild was previously unaware of):</p> <pre lang="css"><code>/* Original code */ @view-transition { navigation: auto; types: check; } <p>/* Old output */<br /> <a href="https://github.com/view-transition"><code>@​view-transition</code></a> { navigation: auto; types: check; }</p> <p>/* New output */<br /> <a href="https://github.com/view-transition"><code>@​view-transition</code></a> {<br /> navigation: auto;<br /> types: check;<br /> </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.12</h2> <ul> <li> <p>Fix a minification regression with CSS media queries (<a href="https://redirect.github.com/evanw/esbuild/issues/4315">#4315</a>)</p> <p>The previous release introduced support for parsing media queries which unintentionally introduced a regression with the removal of duplicate media rules during minification. Specifically the grammar for <code>@media &lt;media-type&gt; and &lt;media-condition-without-or&gt; { ... }</code> was missing an equality check for the <code>&lt;media-condition-without-or&gt;</code> part, so rules with different suffix clauses in this position would incorrectly compare equal and be deduplicated. This release fixes the regression.</p> </li> <li> <p>Update the list of known JavaScript globals (<a href="https://redirect.github.com/evanw/esbuild/issues/4310">#4310</a>)</p> <p>This release updates esbuild's internal list of known JavaScript globals. These are globals that are known to not have side-effects when the property is accessed. For example, accessing the global <code>Array</code> property is considered to be side-effect free but accessing the global <code>scrollY</code> property can trigger a layout, which is a side-effect. This is used by esbuild's tree-shaking to safely remove unused code that is known to be side-effect free. This update adds the following global properties:</p> <p>From <a href="https://tc39.es/ecma262/2017/">ES2017</a>:</p> <ul> <li><code>Atomics</code></li> <li><code>SharedArrayBuffer</code></li> </ul> <p>From <a href="https://tc39.es/ecma262/2020/">ES2020</a>:</p> <ul> <li><code>BigInt64Array</code></li> <li><code>BigUint64Array</code></li> </ul> <p>From <a href="https://tc39.es/ecma262/2021/">ES2021</a>:</p> <ul> <li><code>FinalizationRegistry</code></li> <li><code>WeakRef</code></li> </ul> <p>From <a href="https://tc39.es/ecma262/2025/">ES2025</a>:</p> <ul> <li><code>Float16Array</code></li> <li><code>Iterator</code></li> </ul> <p>Note that this does not indicate that constructing any of these objects is side-effect free, just that accessing the identifier is side-effect free. For example, this now allows esbuild to tree-shake classes that extend from <code>Iterator</code>:</p> <pre lang="js"><code>// This can now be tree-shaken by esbuild: class ExampleIterator extends Iterator {} </code></pre> </li> <li> <p>Add support for the new <code>@view-transition</code> CSS rule (<a href="https://redirect.github.com/evanw/esbuild/pull/4313">#4313</a>)</p> <p>With this release, esbuild now has improved support for pretty-printing and minifying the new <code>@view-transition</code> rule (which esbuild was previously unaware of):</p> <pre lang="css"><code>/* Original code */ @view-transition { navigation: auto; types: check; } <p>/* Old output */<br /> <a href="https://github.com/view-transition"><code>@​view-transition</code></a> { navigation: auto; types: check; }</p> <p>/* New output */<br /> <a href="https://github.com/view-transition"><code>@​view-transition</code></a> {<br /> navigation: auto;<br /> </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanw/esbuild/commit/208f539945b145e7c9d6d844290f81c3fe5af320"><code>208f539</code></a> publish 0.25.12 to npm</li> <li><a href="https://github.com/evanw/esbuild/commit/5f03afdd007f6626d4300afc7cbb5bf7c9554393"><code>5f03afd</code></a> update release notes</li> <li><a href="https://github.com/evanw/esbuild/commit/6b2ee78d7f273d7ed4c4bb08b516939b373bcd67"><code>6b2ee78</code></a> minify: remove css rules containing empty <code>:is()</code></li> <li><a href="https://github.com/evanw/esbuild/commit/f361debd61ffa0ae2d810fbe0e4c9d39183ed4c6"><code>f361deb</code></a> add some additional known static methods</li> <li><a href="https://github.com/evanw/esbuild/commit/07aa646bb2fd9c5eb1de804edf9eae5bd1617637"><code>07aa646</code></a> automatically mark &quot;RegExp.escape()&quot; calls as pure</li> <li><a href="https://github.com/evanw/esbuild/commit/9039c468258fd9a19eeaf5e05fd6a3d582b46d3a"><code>9039c46</code></a> simplify some call expression checks</li> <li><a href="https://github.com/evanw/esbuild/commit/188944dd946dd54d50bbe844dc22969b604589d0"><code>188944d</code></a> add some additional known static methods</li> <li><a href="https://github.com/evanw/esbuild/commit/d3c67f9e94267d06337d2e2e0d837844d2cac6bd"><code>d3c67f9</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4310">#4310</a>: add <code>Iterator</code> and other known globals</li> <li><a href="https://github.com/evanw/esbuild/commit/4a51f0b24d343d7ae5b7d5a3e5c3afce3f96a0f8"><code>4a51f0b</code></a> fix: escape dev server breadcrumb hrefs properly (<a href="https://redirect.github.com/evanw/esbuild/issues/4316">#4316</a>)</li> <li><a href="https://github.com/evanw/esbuild/commit/26b29ed51ffe20730ffaf69921dbb53e27de464a"><code>26b29ed</code></a> fix <a href="https://redirect.github.com/evanw/esbuild/issues/4315">#4315</a>: <code>@media</code> deduplication bug edge case</li> <li>Additional commits viewable in <a href="https://github.com/evanw/esbuild/compare/v0.25.11...v0.25.12">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
vercel[bot] commented 2025-11-03 15:46:02 +00:00 (Migrated from github.com)

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

Project Deployment Preview Comments Updated (UTC)
gardenofeden Ready Ready Preview Comment Nov 3, 2025 3:46pm
[vc]: #fVtPixHQNHqeOgD6QbFR5QZ3Nf4UTvZSZHD1r0QnBbw=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJnYXJkZW5vZmVkZW4iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vZ2xpdHRlcmVsZnMtcHJvamVjdHMvZ2FyZGVub2ZlZGVuLzZTanNOdkJFQ2F6dnpMNlpyZWphaTVldm9iVWgiLCJwcmV2aWV3VXJsIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktOWFiZTA2LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktOWFiZTA2LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAifSwicm9vdERpcmVjdG9yeSI6bnVsbH1dfQ== 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/6SjsNvBECazvzL6Zrejai5evobUh) | [Preview](https://gardenofeden-git-dependabot-npmandy-9abe06-glitterelfs-projects.vercel.app) | [Comment](https://vercel.live/open-feedback/gardenofeden-git-dependabot-npmandy-9abe06-glitterelfs-projects.vercel.app?via=pr-comment-feedback-link) | Nov 3, 2025 3:46pm |
Sign in to join this conversation.
No description provided.