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

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/production-dependencies-23538d98f0 into v4 2025-12-02 13:30:50 +00:00
dependabot[bot] commented 2025-12-01 17:00:15 +00:00 (Migrated from github.com)

Bumps the production-dependencies group with 4 updates: chokidar, shiki, prettier and tsx.

Updates chokidar from 4.0.3 to 5.0.0

Release notes

Sourced from chokidar's releases.

5.0.0

  • Make the package ESM-only. Reduces on-disk package size from ~150kb to ~80kb
  • Increase minimum node.js version to v20.19. The versions starting from it support loading esm files from cjs
  • fix: Make types more precise paulmillr/chokidar#1424
  • perf: re-use double slash regex paulmillr/chokidar#1435
  • Update readdirp to ESM-only v5
  • Lots of minor improvements in tests
  • Increase security of NPM releases. Switch to token-less Trusted Publishing, with help of jsbt
  • Switch compilation mode to isolatedDeclaration-based typescript for simplified auto-generated docs

New Contributors

Full Changelog: https://github.com/paulmillr/chokidar/compare/4.0.3...5.0.0

Commits
Maintainer changes

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


Updates shiki from 3.15.0 to 3.17.1

Release notes

Sourced from shiki's releases.

v3.17.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.17.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.16.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 355d207 chore: release v3.17.1
  • b4d3a57 chore: release v3.17.0
  • e6d21b0 fix(shiki): rename createdBundledHighlighter to createBundledHighlighter ...
  • fe08ee0 chore: release v3.16.0
  • 02dab9b feat: update grammars
  • 4bf5be3 chore: update snapshot
  • See full diff in compare view

Updates prettier from 3.6.2 to 3.7.3

Release notes

Sourced from prettier's releases.

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.7.3

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

3.7.2

diff

JavaScript: Fix string print when switching quotes (#18351 by @​fisker)

// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1 console.log('A descriptor\'s .kind must be "method" or "field".');

// Prettier 3.7.2 console.log('A descriptor\'s .kind must be "method" or "field".');

JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @​kovsu)

// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1 const html = /* HTML */ &lt;div class=${styles.banner}&gt;&lt;/div&gt;;

// Prettier 3.7.2 const html = /* HTML */ &lt;div class=&quot;${styles.banner}&quot;&gt;&lt;/div&gt;;

TypeScript: Fix comment in empty type literal (#18364 by @​fisker)

// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1 </tr></table>

... (truncated)

Commits
Maintainer changes

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


Updates tsx from 4.20.6 to 4.21.0

Release notes

Sourced from tsx's releases.

v4.21.0

4.21.0 (2025-11-30)

Features


This release is also available on:

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the production-dependencies group with 4 updates: [chokidar](https://github.com/paulmillr/chokidar), [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki), [prettier](https://github.com/prettier/prettier) and [tsx](https://github.com/privatenumber/tsx). Updates `chokidar` from 4.0.3 to 5.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/paulmillr/chokidar/releases">chokidar's releases</a>.</em></p> <blockquote> <h2>5.0.0</h2> <ul> <li>Make the package ESM-only. Reduces on-disk package size from ~150kb to ~80kb</li> <li>Increase minimum node.js version to v20.19. The versions starting from it support loading esm files from cjs</li> <li>fix: Make types more precise <a href="https://redirect.github.com/paulmillr/chokidar/pull/1424">paulmillr/chokidar#1424</a></li> <li>perf: re-use double slash regex <a href="https://redirect.github.com/paulmillr/chokidar/pull/1435">paulmillr/chokidar#1435</a></li> <li>Update readdirp to ESM-only v5</li> <li>Lots of minor improvements in tests</li> <li>Increase security of NPM releases. Switch to token-less Trusted Publishing, with help of <a href="https://github.com/paulmillr/jsbt">jsbt</a></li> <li>Switch compilation mode to isolatedDeclaration-based typescript for simplified auto-generated docs</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mhkeller"><code>@​mhkeller</code></a> made their first contribution in <a href="https://redirect.github.com/paulmillr/chokidar/pull/1426">paulmillr/chokidar#1426</a></li> <li><a href="https://github.com/btea"><code>@​btea</code></a> made their first contribution in <a href="https://redirect.github.com/paulmillr/chokidar/pull/1432">paulmillr/chokidar#1432</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/paulmillr/chokidar/compare/4.0.3...5.0.0">https://github.com/paulmillr/chokidar/compare/4.0.3...5.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/paulmillr/chokidar/commit/c0c8d20e49d337491891078d1081bf91bd178de6"><code>c0c8d20</code></a> Release 5.0.0.</li> <li><a href="https://github.com/paulmillr/chokidar/commit/b211ceca34b1d30326334de21ed30b4a4ceb4c7e"><code>b211cec</code></a> Remove src from npm</li> <li><a href="https://github.com/paulmillr/chokidar/commit/87422468fd353426a53a78788b8718979c8725cc"><code>8742246</code></a> Upgrade dev deps, jsbt, ci files. Upgrade readdirp to v5.</li> <li><a href="https://github.com/paulmillr/chokidar/commit/de5a34c3cccf2d6fc812a6080e29fb4dd1583ec1"><code>de5a34c</code></a> Merge pull request <a href="https://redirect.github.com/paulmillr/chokidar/issues/1442">#1442</a> from paulmillr/flaky-buns</li> <li><a href="https://github.com/paulmillr/chokidar/commit/c08a6c4ed6a67b2cb16f61592f763b33e6bce7d3"><code>c08a6c4</code></a> fix: throttle based on dir + target</li> <li><a href="https://github.com/paulmillr/chokidar/commit/0c55ab3b049682fae9c1ee278ebc964dbfb92f08"><code>0c55ab3</code></a> test: wait for explicit calls in directory test</li> <li><a href="https://github.com/paulmillr/chokidar/commit/ce81be5a51ae72920649e2a74aeba86688c2a5ee"><code>ce81be5</code></a> perf: re-use double slash regex (<a href="https://redirect.github.com/paulmillr/chokidar/issues/1435">#1435</a>)</li> <li><a href="https://github.com/paulmillr/chokidar/commit/7d9c1ed27d2b9150077601677a8a8bad27b8f3da"><code>7d9c1ed</code></a> Merge pull request <a href="https://redirect.github.com/paulmillr/chokidar/issues/1433">#1433</a> from paulmillr/super-matrices</li> <li><a href="https://github.com/paulmillr/chokidar/commit/391554143f582fe78f7d37cf54b834c42f84652b"><code>3915541</code></a> Merge pull request <a href="https://redirect.github.com/paulmillr/chokidar/issues/1430">#1430</a> from paulmillr/esm-only</li> <li><a href="https://github.com/paulmillr/chokidar/commit/9308bedee986abac912100e4bcc4823a1504a10f"><code>9308bed</code></a> chore: use Nodejs 24 in CI (<a href="https://redirect.github.com/paulmillr/chokidar/issues/1432">#1432</a>)</li> <li>Additional commits viewable in <a href="https://github.com/paulmillr/chokidar/compare/4.0.3...5.0.0">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 chokidar since your current version.</p> </details> <br /> Updates `shiki` from 3.15.0 to 3.17.1 <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.17.1</h2> <h3>   🚀 Features</h3> <ul> <li><strong>core</strong>: Enhance string utils with robust edge case handling  -  by <a href="https://github.com/shekhar-narayan-mishra"><code>@​shekhar-narayan-mishra</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1154">shikijs/shiki#1154</a> <a href="https://github.com/shikijs/shiki/commit/a2b6804f"><!-- raw HTML omitted -->(a2b68)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>core</strong>: Correctly parse 4-digit hex colors in dimColor  -  by <a href="https://github.com/shalini-saloni"><code>@​shalini-saloni</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1151">shikijs/shiki#1151</a> <a href="https://github.com/shikijs/shiki/commit/fcdd3372"><!-- raw HTML omitted -->(fcdd3)<!-- raw HTML omitted --></a></li> <li><strong>monaco</strong>: Ensure correct color map update when switching themes  -  by <a href="https://github.com/shivank-1011"><code>@​shivank-1011</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1155">shikijs/shiki#1155</a> <a href="https://github.com/shikijs/shiki/commit/d2e94057"><!-- raw HTML omitted -->(d2e94)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.17.0...v3.17.1">View changes on GitHub</a></h5> <h2>v3.17.0</h2> <h3>   🚀 Features</h3> <ul> <li><strong>cli</strong>: Support passing remote file url  -  by <a href="https://github.com/o-az"><code>@​o-az</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1139">shikijs/shiki#1139</a> <a href="https://github.com/shikijs/shiki/commit/fb05a9e5"><!-- raw HTML omitted -->(fb05a)<!-- raw HTML omitted --></a></li> <li><strong>core</strong>: Support embeddedLanguages alias for backwards compatibility  -  by <a href="https://github.com/Ipshita29"><code>@​Ipshita29</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1044">shikijs/shiki#1044</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/1145">shikijs/shiki#1145</a> <a href="https://github.com/shikijs/shiki/commit/3a367d56"><!-- raw HTML omitted -->(3a367)<!-- raw HTML omitted --></a></li> <li><strong>monaco</strong>: Normalize theme tokenScopes and tighten monaco type import  -  by <a href="https://github.com/Simon-He95"><code>@​Simon-He95</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1140">shikijs/shiki#1140</a> <a href="https://github.com/shikijs/shiki/commit/dc79245b"><!-- raw HTML omitted -->(dc792)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>monaco</strong>: Preserve Markdown font styles  -  by <a href="https://github.com/prempyla"><code>@​prempyla</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1107">shikijs/shiki#1107</a> <a href="https://github.com/shikijs/shiki/commit/e4dec23e"><!-- raw HTML omitted -->(e4dec)<!-- raw HTML omitted --></a></li> <li><strong>shiki</strong>: Rename <code>createdBundledHighlighter</code> to <code>createBundledHighlighter</code>  -  by <a href="https://github.com/tushar73-jet"><code>@​tushar73-jet</code></a>, <strong>Tushar</strong> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1135">shikijs/shiki#1135</a> <a href="https://github.com/shikijs/shiki/commit/e6d21b04"><!-- raw HTML omitted -->(e6d21)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Handle multi-token comments in rose-pine theme  -  by <a href="https://github.com/ish1416"><code>@​ish1416</code></a> and <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1118">shikijs/shiki#1118</a> <a href="https://github.com/shikijs/shiki/commit/3e1bdf5d"><!-- raw HTML omitted -->(3e1bd)<!-- raw HTML omitted --></a></li> <li><strong>twoslash</strong>: Fix typo in <code>twoslash-query-persisted</code>, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/1130">#1130</a>, close <a href="https://github.com/shikijs/shiki/tree/HEAD/packages/shiki/issues/981">#981</a>  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1130">shikijs/shiki#1130</a> and <a href="https://redirect.github.com/shikijs/shiki/issues/981">shikijs/shiki#981</a> <a href="https://github.com/shikijs/shiki/commit/55a17686"><!-- raw HTML omitted -->(55a17)<!-- raw HTML omitted --></a></li> <li><strong>types</strong>: Add 'plain' to PlainTextLanguage type  -  by <a href="https://github.com/kevinkucharczyk"><code>@​kevinkucharczyk</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1133">shikijs/shiki#1133</a> <a href="https://github.com/shikijs/shiki/commit/156c5f08"><!-- raw HTML omitted -->(156c5)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.16.0...v3.17.0">View changes on GitHub</a></h5> <h2>v3.16.0</h2> <h3>   🚀 Features</h3> <ul> <li>Update grammars  -  by <a href="https://github.com/antfu"><code>@​antfu</code></a> <a href="https://github.com/shikijs/shiki/commit/02dab9b8"><!-- raw HTML omitted -->(02dab)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Enable decorations for structure: inline  -  by <a href="https://github.com/Aashish-Jha-11"><code>@​Aashish-Jha-11</code></a> and <strong>Aashish_Jha_1107</strong> in <a href="https://redirect.github.com/shikijs/shiki/issues/1103">shikijs/shiki#1103</a> <a href="https://github.com/shikijs/shiki/commit/8806b304"><!-- raw HTML omitted -->(8806b)<!-- raw HTML omitted --></a></li> <li>Resolve vitest alias for wasm-inlined  -  by <a href="https://github.com/sahilsharda"><code>@​sahilsharda</code></a> <a href="https://github.com/shikijs/shiki/commit/2d7b3453"><!-- raw HTML omitted -->(2d7b3)<!-- raw HTML omitted --></a></li> <li><strong>transformers</strong>: Support comment-prefixed [code . highlight] markers in v3 notation matcher  -  by <a href="https://github.com/Hariksh"><code>@​Hariksh</code></a> in <a href="https://redirect.github.com/shikijs/shiki/issues/1102">shikijs/shiki#1102</a> <a href="https://github.com/shikijs/shiki/commit/5068b26b"><!-- raw HTML omitted -->(5068b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/shikijs/shiki/compare/v3.15.0...v3.16.0">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/shikijs/shiki/commit/355d207023482ab39bea2bbe3a79393bf892f667"><code>355d207</code></a> chore: release v3.17.1</li> <li><a href="https://github.com/shikijs/shiki/commit/b4d3a57dde599c589fdeed7495637549ada7b3e7"><code>b4d3a57</code></a> chore: release v3.17.0</li> <li><a href="https://github.com/shikijs/shiki/commit/e6d21b04d3b0d563269f227a709cb805f590265c"><code>e6d21b0</code></a> fix(shiki): rename <code>createdBundledHighlighter</code> to <code>createBundledHighlighter</code> ...</li> <li><a href="https://github.com/shikijs/shiki/commit/fe08ee0271326fd48c8de51668a64f08be124c38"><code>fe08ee0</code></a> chore: release v3.16.0</li> <li><a href="https://github.com/shikijs/shiki/commit/02dab9b8c632406405fa0e75f7472f78bed2bee2"><code>02dab9b</code></a> feat: update grammars</li> <li><a href="https://github.com/shikijs/shiki/commit/4bf5be3d5495aff24d1fde99c8b3a8019299da12"><code>4bf5be3</code></a> chore: update snapshot</li> <li>See full diff in <a href="https://github.com/shikijs/shiki/commits/v3.17.1/packages/shiki">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.6.2 to 3.7.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.7.3</h2> <h2>What's Changed</h2> <ul> <li>Fix <code>prettier.getFileInfo()</code> change that breaks VSCode extension by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18375">prettier/prettier#18375</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#373">Changelog</a></p> <h2>3.7.2</h2> <h2>What's Changed</h2> <ul> <li>Fix string print when switching quotes by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18351">prettier/prettier#18351</a></li> <li>Preserve quote for embedded HTML attribute values by <a href="https://github.com/kovsu"><code>@​kovsu</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18352">prettier/prettier#18352</a></li> <li>Fix comment in empty type literal by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18364">prettier/prettier#18364</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#372">Changelog</a></p> <h2>3.7.1</h2> <ul> <li>Fix performance regression in doc printer (<a href="https://redirect.github.com/prettier/prettier/pull/18342">#18342</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#371">Changelog</a></p> <h2>3.7.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.6.2...3.7.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2025/11/27/3.7.0">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.7.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.7.2...3.7.3">diff</a></p> <h4>API: Fix <code>prettier.getFileInfo()</code> change that breaks VSCode extension (<a href="https://redirect.github.com/prettier/prettier/pull/18375">#18375</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <p>An internal refactor accidentally broke the VSCode extension plugin loading.</p> <h1>3.7.2</h1> <p><a href="https://github.com/prettier/prettier/compare/3.7.1...3.7.2">diff</a></p> <h4>JavaScript: Fix string print when switching quotes (<a href="https://redirect.github.com/prettier/prettier/pull/18351">#18351</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input console.log(&quot;A descriptor\\'s .kind must be \&quot;method\&quot; or \&quot;field\&quot;.&quot;) <p>// Prettier 3.7.1 console.log('A descriptor\'s .kind must be &quot;method&quot; or &quot;field&quot;.');</p> <p>// Prettier 3.7.2 console.log('A descriptor\'s .kind must be &quot;method&quot; or &quot;field&quot;.'); </code></pre></p> <h4>JavaScript: Preserve quote for embedded HTML attribute values (<a href="https://redirect.github.com/prettier/prettier/pull/18352">#18352</a> by <a href="https://github.com/kovsu"><code>@​kovsu</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="tsx"><code>// Input const html = /* HTML */ ` &lt;div class=&quot;${styles.banner}&quot;&gt;&lt;/div&gt; `; <p>// Prettier 3.7.1 const html = /* HTML */ <code>&amp;lt;div class=${styles.banner}&amp;gt;&amp;lt;/div&amp;gt;</code>;</p> <p>// Prettier 3.7.2 const html = /* HTML */ <code>&amp;lt;div class=&amp;quot;${styles.banner}&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;</code>; </code></pre></p> <h4>TypeScript: Fix comment in empty type literal (<a href="https://redirect.github.com/prettier/prettier/pull/18364">#18364</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="tsx"><code>// Input export type XXX = { // tbd }; <p>// Prettier 3.7.1 &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/fdfa6701767f5140a85902ecc9fb6444f5b4e3f8"><code>fdfa670</code></a> Release 3.7.3</li> <li><a href="https://github.com/prettier/prettier/commit/2dce3ec09081427775cc93a8d92cb828a0129e6f"><code>2dce3ec</code></a> Fix typo</li> <li><a href="https://github.com/prettier/prettier/commit/27d6c645cadeebe86011a195e8058d29888a68f6"><code>27d6c64</code></a> Revert previous change to <code>getFileInfo</code> (<a href="https://redirect.github.com/prettier/prettier/issues/18375">#18375</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f4a7afaebfa27b975f6b4e336091cd600b0f5592"><code>f4a7afa</code></a> Add types for config related functions (<a href="https://redirect.github.com/prettier/prettier/issues/18376">#18376</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/9266e3e85b0dd4c594554cf9a91988e20c006f9b"><code>9266e3e</code></a> Add resolved test cases (<a href="https://redirect.github.com/prettier/prettier/issues/18358">#18358</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/3bfc014442370ebad42b42e8eceea6d25891148d"><code>3bfc014</code></a> Bump Prettier dependency to 3.7.2</li> <li><a href="https://github.com/prettier/prettier/commit/081b84695b060651dc221afcda7531f4c7731c2e"><code>081b846</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/03384c964d99ef26cb1a7fec68e7e5e263220cea"><code>03384c9</code></a> Release 3.7.2</li> <li><a href="https://github.com/prettier/prettier/commit/514e51afa2046aac7beb651270f0f4ce74a3dafa"><code>514e51a</code></a> Release <code>@​prettier/plugin-hermes</code> &amp; <code>@​prettier/plugin-oxc</code> v0.1.2</li> <li><a href="https://github.com/prettier/prettier/commit/29a11ae1ae417b8d0fa66d88d656001a6a90e297"><code>29a11ae</code></a> Fix comment in empty type literal (<a href="https://redirect.github.com/prettier/prettier/issues/18364">#18364</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.6.2...3.7.3">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 prettier since your current version.</p> </details> <br /> Updates `tsx` from 4.20.6 to 4.21.0 <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.21.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.20.6...v4.21.0">4.21.0</a> (2025-11-30)</h1> <h3>Features</h3> <ul> <li>upgrade esbuild (<a href="https://redirect.github.com/privatenumber/tsx/issues/748">#748</a>) (<a href="https://github.com/privatenumber/tsx/commit/048fb623870f22c5026ad84187b545d418d2dfe8">048fb62</a>)</li> </ul> <hr /> <p>This release is also available on:</p> <ul> <li><a href="https://www.npmjs.com/package/tsx/v/4.21.0"><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/f6284cd50575ce6e8d110f63266d66cb9cde3b88"><code>f6284cd</code></a> ci: lock in semantic-release v24</li> <li><a href="https://github.com/privatenumber/tsx/commit/048fb623870f22c5026ad84187b545d418d2dfe8"><code>048fb62</code></a> feat: upgrade esbuild (<a href="https://redirect.github.com/privatenumber/tsx/issues/748">#748</a>)</li> <li>See full diff in <a href="https://github.com/privatenumber/tsx/compare/v4.20.6...v4.21.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
vercel[bot] commented 2025-12-01 17:00:21 +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 Dec 1, 2025 5:00pm
[vc]: #WUiTgjJXZIaAtgRYq6eGbvu7t8Oz4J4MCdK/iXCt6Oc=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJnYXJkZW5vZmVkZW4iLCJyb290RGlyZWN0b3J5IjpudWxsLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vZ2xpdHRlcmVsZnMtcHJvamVjdHMvZ2FyZGVub2ZlZGVuLzhNZkc1dFQ4UVhFOW9MSGd3alRxdFA1TDE3VUoiLCJwcmV2aWV3VXJsIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktYTgwODY2LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAiLCJuZXh0Q29tbWl0U3RhdHVzIjoiREVQTE9ZRUQiLCJsaXZlRmVlZGJhY2siOnsicmVzb2x2ZWQiOjAsInVucmVzb2x2ZWQiOjAsInRvdGFsIjowLCJsaW5rIjoiZ2FyZGVub2ZlZGVuLWdpdC1kZXBlbmRhYm90LW5wbWFuZHktYTgwODY2LWdsaXR0ZXJlbGZzLXByb2plY3RzLnZlcmNlbC5hcHAifX1dfQ== 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/8MfG5tT8QXE9oLHgwjTqtP5L17UJ) | [Preview](https://gardenofeden-git-dependabot-npmandy-a80866-glitterelfs-projects.vercel.app) | [Comment](https://vercel.live/open-feedback/gardenofeden-git-dependabot-npmandy-a80866-glitterelfs-projects.vercel.app?via=pr-comment-feedback-link) | Dec 1, 2025 5:00pm |
Sign in to join this conversation.
No description provided.