dependabot[bot] opened a new pull request, #3741:
URL: https://github.com/apache/iggy/pull/3741

   Bumps the node group with 2 updates in the /examples/node directory: 
[eslint](https://github.com/eslint/eslint) and 
[tsx](https://github.com/privatenumber/tsx).
   Bumps the node group with 3 updates in the /foreign/node directory: 
[@cucumber/cucumber](https://github.com/cucumber/cucumber-js), 
[@swc-node/register](https://github.com/swc-project/swc-node) and 
[c8](https://github.com/bcoe/c8).
   
   Updates `eslint` from 10.6.0 to 10.7.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eslint/eslint/releases";>eslint's releases</a>.</em></p>
   <blockquote>
   <h2>v10.7.0</h2>
   <h2>Features</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/cf2a9bf2d982642f760370c15f1196f4658f4e27";><code>cf2a9bf</code></a>
 feat: add errorClassNames option to preserve-caught-error rule (<a 
href="https://redirect.github.com/eslint/eslint/issues/21032";>#21032</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f8b873aae53610b80b5c1005606716e05ed3b91f";><code>f8b873a</code></a>
 feat: max-nested-callbacks option for constructor callbacks (<a 
href="https://redirect.github.com/eslint/eslint/issues/21063";>#21063</a>) 
(fnx)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/557fde8bc633d26ea4fe287d4483f287e8e6080f";><code>557fde8</code></a>
 feat: support computed <code>Number.parseInt</code> member access in 
<code>radix</code> rule (<a 
href="https://redirect.github.com/eslint/eslint/issues/21041";>#21041</a>) 
(Pixel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0b4a73b65808f5a8fd192f15db2bf5e47002b9f7";><code>0b4a73b</code></a>
 feat: add suggestions to no-compare-neg-zero (<a 
href="https://redirect.github.com/eslint/eslint/issues/21034";>#21034</a>) 
(den$)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/96cdd427db5f26c6403fba92b0f7ae4556c595ec";><code>96cdd42</code></a>
 feat: report invalid signed numeric radix values in <code>radix</code> rule 
(<a href="https://redirect.github.com/eslint/eslint/issues/21030";>#21030</a>) 
(Pixel)</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/3e7bf15e69e6d3a2c8832356bcc2e9903cc4eede";><code>3e7bf15</code></a>
 fix: apply <code>ignoreClassesWithImplements</code> to class expressions (<a 
href="https://redirect.github.com/eslint/eslint/issues/21069";>#21069</a>) 
(Pixel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0d7d70cf013ec5bf1e4f5a0fcf7128bdf059b2d4";><code>0d7d70c</code></a>
 fix: insert cause outside wrapping parens in preserve-caught-error (<a 
href="https://redirect.github.com/eslint/eslint/issues/21062";>#21062</a>) 
(Mahin Anowar)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/75ec753226010867270787b412f3dae412e421e6";><code>75ec753</code></a>
 fix: handle static template literals in <code>eqeqeq</code> rule (<a 
href="https://redirect.github.com/eslint/eslint/issues/21058";>#21058</a>) 
(Pixel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b717a22e2408389a2ad40af66543e46390669eb6";><code>b717a22</code></a>
 fix: prevent <code>eqeqeq</code> null option from reporting non-equality 
operators (<a 
href="https://redirect.github.com/eslint/eslint/issues/21057";>#21057</a>) 
(Pixel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e35b05f1961dcd691611bd68b6ff8a87072d6f76";><code>e35b05f</code></a>
 fix: avoid <code>no-invalid-regexp</code> false positive for shadowed RegExp 
(<a href="https://redirect.github.com/eslint/eslint/issues/21051";>#21051</a>) 
(Pixel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a3172b69c7db63ea0321355543e3f527c7d8b76a";><code>a3172b6</code></a>
 fix: avoid <code>no-control-regex</code> false positive for shadowed RegExp 
(<a href="https://redirect.github.com/eslint/eslint/issues/21050";>#21050</a>) 
(Pixel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/d1f637eca27e523d613991c6bea5b8726b810e4c";><code>d1f637e</code></a>
 fix: parenthesize sequence expression operands in no-implicit-coercion (<a 
href="https://redirect.github.com/eslint/eslint/issues/21045";>#21045</a>) 
(spokodev)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/8859bafb018e2b23b5110d52e491b69b94ad890a";><code>8859baf</code></a>
 fix: avoid prefer-numeric-literals false positive for shadowed globals (<a 
href="https://redirect.github.com/eslint/eslint/issues/21047";>#21047</a>) 
(한국)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a9e5961050676ef29dba9649dfcd7233d21760c7";><code>a9e5961</code></a>
 fix: use-isnan false positive on shadowed NaN/Number (<a 
href="https://redirect.github.com/eslint/eslint/issues/20958";>#20958</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/8a240a76108f30f2476e61a925e4d32d378cce5e";><code>8a240a7</code></a>
 fix: avoid false positives in <code>radix</code> rule for spread arguments (<a 
href="https://redirect.github.com/eslint/eslint/issues/21044";>#21044</a>) 
(Pixel)</li>
   </ul>
   <h2>Documentation</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/c30d80801ca561bdf65c6c3eba4ee57dced278cf";><code>c30d808</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5139800b23e77fdd1a76664e1b36f478942eae55";><code>5139800</code></a>
 docs: document ESLint migration codemods in v9 and v10 guides (<a 
href="https://redirect.github.com/eslint/eslint/issues/20980";>#20980</a>) (Alex 
Bit)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/04174cbfaac1f9555400b5332d69056e6aab9cc6";><code>04174cb</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/026e1304080512bcddfd2af3557fff86474ff949";><code>026e130</code></a>
 docs: update semver policy for bug fixes (<a 
href="https://redirect.github.com/eslint/eslint/issues/21048";>#21048</a>) 
(Milos Djermanovic)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/9d42fefb0e05ecd0b256c2ebed479fc868862f0c";><code>9d42fef</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/b23015955c8d6e6516076190730f538c86927f26";><code>b230159</code></a>
 docs: Update README (GitHub Actions Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0129972ba122e95bece6040fda44d20f6799246a";><code>0129972</code></a>
 docs: correct <code>**/.js</code> glob to <code>**/*.js</code> in config files 
guide (<a 
href="https://redirect.github.com/eslint/eslint/issues/21036";>#21036</a>) 
(EduardF1)</li>
   </ul>
   <h2>Chores</h2>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/948937986f2aa3cccb27a4c80694a85e5b0a5f64";><code>9489379</code></a>
 chore: update dependency <code>@​eslint/eslintrc</code> to ^3.3.6 (<a 
href="https://redirect.github.com/eslint/eslint/issues/21076";>#21076</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/81a4774a928211bd0c01a06a1517736ece594522";><code>81a4774</code></a>
 chore: updates for v9.39.5 release (Jenkins)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/983541491393323d17717683f6a2e6dbef4bc3f4";><code>9835414</code></a>
 chore: enable <code>$ExpectType</code> annotations in all TypeScript files (<a 
href="https://redirect.github.com/eslint/eslint/issues/21071";>#21071</a>) 
(Francesco Trotta)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/72adf6bd214c142b38aabb4b8f6f908079c5301a";><code>72adf6b</code></a>
 chore: restrict <code>markdownlint-cli2</code> updates in renovate (<a 
href="https://redirect.github.com/eslint/eslint/issues/21067";>#21067</a>) 
(lumir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/833ec10fd702644e94334edd3cd2aa313174a958";><code>833ec10</code></a>
 chore: update dependency prettier to v3.9.4 (<a 
href="https://redirect.github.com/eslint/eslint/issues/21061";>#21061</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7ea106ddcb6af7db8f36d62a28dbaba94d33598e";><code>7ea106d</code></a>
 chore: update ecosystem plugins (<a 
href="https://redirect.github.com/eslint/eslint/issues/21059";>#21059</a>) 
(ESLint Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/8fb550e7c257fbdc4108fc8e63db43c1d914d472";><code>8fb550e</code></a>
 chore: add prettier update commit to <code>.git-blame-ignore-revs</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/21056";>#21056</a>) 
(lumir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/e4e11668ead6b950328c71e894563a13ef72bf84";><code>e4e1166</code></a>
 chore: update dependency prettier to v3.9.1 (<a 
href="https://redirect.github.com/eslint/eslint/issues/21055";>#21055</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/0493f53f3fcec4ed69a1808dffa153dcff1380d3";><code>0493f53</code></a>
 chore: update prettier to v3.9.0 (<a 
href="https://redirect.github.com/eslint/eslint/issues/21054";>#21054</a>) 
(Pixel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/1056a996c657b377dc16a58c28890d2940394408";><code>1056a99</code></a>
 chore: update dependency prettier to v3.8.5 (<a 
href="https://redirect.github.com/eslint/eslint/issues/21049";>#21049</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/4d4155df4a21d711e8dd21a467de085e770bad35";><code>4d4155d</code></a>
 ci: run ecosystem tests on pull requests (<a 
href="https://redirect.github.com/eslint/eslint/issues/21027";>#21027</a>) 
(sethamus)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/993539fd45d3d01aad3fbc13963e2245fdf7ee0d";><code>993539f</code></a>
 chore: update dependency <code>@​eslint/json</code> to ^2.0.1 (<a 
href="https://redirect.github.com/eslint/eslint/issues/21042";>#21042</a>) 
(renovate[bot])</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/53f8b69c15af7398c989071ee4788b88edd48bdd";><code>53f8b69</code></a>
 test: add error locations to <code>no-constant-binary-expression</code> (<a 
href="https://redirect.github.com/eslint/eslint/issues/21039";>#21039</a>) 
(lumir)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/5ab71d52f9d860df04e626fcd819a36257f21f9e";><code>5ab71d5</code></a>
 refactor: clean up radix rule internals (<a 
href="https://redirect.github.com/eslint/eslint/issues/21015";>#21015</a>) 
(Pixel)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/a80a9a461478838930c5545f840473840b26b0e6";><code>a80a9a4</code></a>
 chore: update ecosystem plugins (<a 
href="https://redirect.github.com/eslint/eslint/issues/21035";>#21035</a>) 
(ESLint Bot)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/7c9a02933cf1c231237babb8a7a32150ab72e263";><code>7c9a029</code></a>
 ci: add Node.js 26 to CI (<a 
href="https://redirect.github.com/eslint/eslint/issues/20847";>#20847</a>) 
(lumir)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eslint/eslint/commit/fabd99bb74eedcb950df51ec3280414ff1d68d38";><code>fabd99b</code></a>
 10.7.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/37c5e75949ff2ae1f0085f547e35ce2bdf9d524d";><code>37c5e75</code></a>
 Build: changelog update for 10.7.0</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/948937986f2aa3cccb27a4c80694a85e5b0a5f64";><code>9489379</code></a>
 chore: update dependency <code>@​eslint/eslintrc</code> to ^3.3.6 (<a 
href="https://redirect.github.com/eslint/eslint/issues/21076";>#21076</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/81a4774a928211bd0c01a06a1517736ece594522";><code>81a4774</code></a>
 chore: updates for v9.39.5 release</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/3e7bf15e69e6d3a2c8832356bcc2e9903cc4eede";><code>3e7bf15</code></a>
 fix: apply <code>ignoreClassesWithImplements</code> to class expressions (<a 
href="https://redirect.github.com/eslint/eslint/issues/21069";>#21069</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/983541491393323d17717683f6a2e6dbef4bc3f4";><code>9835414</code></a>
 chore: enable <code>$ExpectType</code> annotations in all TypeScript files (<a 
href="https://redirect.github.com/eslint/eslint/issues/21071";>#21071</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/cf2a9bf2d982642f760370c15f1196f4658f4e27";><code>cf2a9bf</code></a>
 feat: add errorClassNames option to preserve-caught-error rule (<a 
href="https://redirect.github.com/eslint/eslint/issues/21032";>#21032</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/c30d80801ca561bdf65c6c3eba4ee57dced278cf";><code>c30d808</code></a>
 docs: Update README</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/f8b873aae53610b80b5c1005606716e05ed3b91f";><code>f8b873a</code></a>
 feat: max-nested-callbacks option for constructor callbacks (<a 
href="https://redirect.github.com/eslint/eslint/issues/21063";>#21063</a>)</li>
   <li><a 
href="https://github.com/eslint/eslint/commit/72adf6bd214c142b38aabb4b8f6f908079c5301a";><code>72adf6b</code></a>
 chore: restrict <code>markdownlint-cli2</code> updates in renovate (<a 
href="https://redirect.github.com/eslint/eslint/issues/21067";>#21067</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eslint/eslint/compare/v10.6.0...v10.7.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tsx` from 4.23.0 to 4.23.1
   <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.23.1</h2>
   <h2><a 
href="https://github.com/privatenumber/tsx/compare/v4.23.0...v4.23.1";>4.23.1</a>
 (2026-07-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>support tsImport after global preload (<a 
href="https://github.com/privatenumber/tsx/commit/8d4ffc24f37b396ca2fe3f251aa92c4919f2c1a4";>8d4ffc2</a>)</li>
   <li><strong>watch:</strong> avoid clearing piped output (<a 
href="https://github.com/privatenumber/tsx/commit/95d0672e0247a829ae4469daa493212967ea768e";>95d0672</a>)</li>
   <li><strong>watch:</strong> treat script and dependency paths literally (<a 
href="https://github.com/privatenumber/tsx/commit/79fddde523d3bb7d0af66682ce1265f95113a073";>79fddde</a>)</li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li>index transform cache lazily (<a 
href="https://github.com/privatenumber/tsx/commit/e818ad608159a6fb36fb8a0bd59327fec313323d";>e818ad6</a>)</li>
   <li>load esbuild lazily in CLI (<a 
href="https://github.com/privatenumber/tsx/commit/d0679381b60a55a9b5863603a4022a81db5d13c8";>d067938</a>)</li>
   <li>map Node TypeScript formats directly (<a 
href="https://github.com/privatenumber/tsx/commit/cdcc6232a3277fb3028b226958b66c49a6d86c17";>cdcc623</a>)</li>
   <li>use sync module hooks on Node v22.22.3+ (<a 
href="https://github.com/privatenumber/tsx/commit/f8992f1a50213e11b7ef8ab5121c78e0d2f29384";>f8992f1</a>)</li>
   </ul>
   <hr />
   <p>This release is also available on:</p>
   <ul>
   <li><a href="https://www.npmjs.com/package/tsx/v/4.23.1";><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/79fddde523d3bb7d0af66682ce1265f95113a073";><code>79fddde</code></a>
 fix(watch): treat script and dependency paths literally</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/e818ad608159a6fb36fb8a0bd59327fec313323d";><code>e818ad6</code></a>
 perf: index transform cache lazily</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/cdcc6232a3277fb3028b226958b66c49a6d86c17";><code>cdcc623</code></a>
 perf: map Node TypeScript formats directly</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/d0679381b60a55a9b5863603a4022a81db5d13c8";><code>d067938</code></a>
 perf: load esbuild lazily in CLI</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/95d0672e0247a829ae4469daa493212967ea768e";><code>95d0672</code></a>
 fix(watch): avoid clearing piped output</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/6fd4607e8a99d1efe27f185f749c659138f00ece";><code>6fd4607</code></a>
 docs: add per-page metadata</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/f4176d8c6329a12205ed9b8c582e559cafc45018";><code>f4176d8</code></a>
 docs: generate sitemap</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/8d4ffc24f37b396ca2fe3f251aa92c4919f2c1a4";><code>8d4ffc2</code></a>
 fix: support tsImport after global preload</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/f0e89b244c98849dc5f9483fa33aaaf983ede18f";><code>f0e89b2</code></a>
 docs: document Node's public type-stripping API vs internal loader path</li>
   <li><a 
href="https://github.com/privatenumber/tsx/commit/f8992f1a50213e11b7ef8ab5121c78e0d2f29384";><code>f8992f1</code></a>
 perf: use sync module hooks on Node v22.22.3+</li>
   <li>See full diff in <a 
href="https://github.com/privatenumber/tsx/compare/v4.23.0...v4.23.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@cucumber/cucumber` from 13.0.0 to 13.1.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/cucumber/cucumber-js/releases";>@​cucumber/cucumber's 
releases</a>.</em></p>
   <blockquote>
   <h2>v13.1.1</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Ensure ESM entry point get all exported types (<a 
href="https://redirect.github.com/cucumber/cucumber-js/pull/2881";>#2881</a>)</li>
   </ul>
   <h2>v13.1.0</h2>
   <h3>Changed</h3>
   <ul>
   <li>Handle unexpected exit from parallel worker (<a 
href="https://redirect.github.com/cucumber/cucumber-js/pull/2878";>#2878</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Prevent formatter error when test step result is missing (<a 
href="https://redirect.github.com/cucumber/cucumber-js/pull/2878";>#2878</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/cucumber/cucumber-js/blob/main/CHANGELOG.md";>@​cucumber/cucumber's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[13.1.1] - 2026-07-16</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Ensure ESM entry point get all exported types (<a 
href="https://redirect.github.com/cucumber/cucumber-js/pull/2881";>#2881</a>)</li>
   </ul>
   <h2>[13.1.0] - 2026-07-14</h2>
   <h3>Changed</h3>
   <ul>
   <li>Handle unexpected exit from parallel worker (<a 
href="https://redirect.github.com/cucumber/cucumber-js/pull/2878";>#2878</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Prevent formatter error when test step result is missing (<a 
href="https://redirect.github.com/cucumber/cucumber-js/pull/2878";>#2878</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/0b39604eaabbf1d198c75f8a594a8760ae273565";><code>0b39604</code></a>
 Prepare release v13.1.1</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/86b64064169bcebca5b998da6870fe8c16d7b9e8";><code>86b6406</code></a>
 Ensure ESM entry point get all exported types (<a 
href="https://redirect.github.com/cucumber/cucumber-js/issues/2881";>#2881</a>)</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/0170eab9c057fb7641f13f9a4b181ef81cf5611e";><code>0170eab</code></a>
 Update actions/setup-node action to v7 (<a 
href="https://redirect.github.com/cucumber/cucumber-js/issues/2877";>#2877</a>)</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/95ec548c2300355cc72e4085cc8c16952296807d";><code>95ec548</code></a>
 Prepare release v13.1.0</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/12764cc99ec4ec7ef37c0649fd57145638529586";><code>12764cc</code></a>
 Update CHANGELOG.md</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/ba2e18fd8a6bc280c27a8807b4470b686ba6db8d";><code>ba2e18f</code></a>
 Handle worker exit, tolerate missing step result (<a 
href="https://redirect.github.com/cucumber/cucumber-js/issues/2878";>#2878</a>)</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/472b1d16240acb5bcc8986098464dcb7c3c67720";><code>472b1d1</code></a>
 Use fake timers instead of real setTimeout waits (<a 
href="https://redirect.github.com/cucumber/cucumber-js/issues/2874";>#2874</a>)</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/b2a6ca57dd530414e499ec75f621cf85f7dfcbce";><code>b2a6ca5</code></a>
 Update actions/stale digest to 1e223db (<a 
href="https://redirect.github.com/cucumber/cucumber-js/issues/2876";>#2876</a>)</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/b595cd214644c1f1139c208b70b2ccfd41b20614";><code>b595cd2</code></a>
 Update github/codeql-action action to v4.37.0 (<a 
href="https://redirect.github.com/cucumber/cucumber-js/issues/2875";>#2875</a>)</li>
   <li><a 
href="https://github.com/cucumber/cucumber-js/commit/d989d944b9a0e2f514cf9cddf995fade362f77c5";><code>d989d94</code></a>
 Update dependency <code>@​cucumber/biome-config</code> to v0.6.0 (<a 
href="https://redirect.github.com/cucumber/cucumber-js/issues/2868";>#2868</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cucumber/cucumber-js/compare/v13.0.0...v13.1.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@swc-node/register` from 1.11.1 to 1.12.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/f3462b2d9fb5378b6ba381d68948a364d07ba919";><code>f3462b2</code></a>
 chore(release): publish</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/0ee728228f97c009b5719c68d3c745a1ba6258a0";><code>0ee7282</code></a>
 chore: migrate to workspace versions</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/fd2a91faec6bdc2ac76c749729072aeafd29dd4e";><code>fd2a91f</code></a>
 chore: remove useless npm version script</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/9729f75489b9fea8c37f20bb913ccaee49e4b225";><code>9729f75</code></a>
 chore(deps): update dependency ava to v8 (<a 
href="https://redirect.github.com/swc-project/swc-node/issues/1033";>#1033</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/1f1c80b4c1f2505e7d3146879badf0ccdcbf7319";><code>1f1c80b</code></a>
 chore(deps): update pnpm to v11.13.1 (<a 
href="https://redirect.github.com/swc-project/swc-node/issues/1058";>#1058</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/e249b6d1ca5a363ff66bacd3695efcdc95de41a0";><code>e249b6d</code></a>
 fix(<code>@​swc-node/register</code>): import of dynamically loaded files; 
fixes <a 
href="https://redirect.github.com/swc-project/swc-node/issues/883";>#883</a> (<a 
href="https://redirect.github.com/swc-project/swc-node/issues/965";>#965</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/898433ccdec00e951812185a38960d28e2f3f46a";><code>898433c</code></a>
 chore(deps): update dependency <code>@​types/sinon</code> to v22 (<a 
href="https://redirect.github.com/swc-project/swc-node/issues/1050";>#1050</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/9630b378cc708e47de5098e97bf36601fcb5fa7c";><code>9630b37</code></a>
 chore(deps): update babel monorepo to v8 (<a 
href="https://redirect.github.com/swc-project/swc-node/issues/1045";>#1045</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/03b0dc2b813d15aabe1487785387fe3778787afd";><code>03b0dc2</code></a>
 chore(deps): update dependency <code>@​napi-rs/simple-git</code> to v1 (<a 
href="https://redirect.github.com/swc-project/swc-node/issues/1052";>#1052</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc-node/commit/76d9e09c75101bdb5d19c53e171389453e618512";><code>76d9e09</code></a>
 Update peer dep on <code>typescript</code> (<a 
href="https://redirect.github.com/swc-project/swc-node/issues/1055";>#1055</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `c8` from 11.0.0 to 12.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/bcoe/c8/releases";>c8's 
releases</a>.</em></p>
   <blockquote>
   <h2>v12.0.0</h2>
   <h2><a 
href="https://github.com/bcoe/c8/compare/v11.0.0...v12.0.0";>12.0.0</a> 
(2026-07-14)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>yargs enforces a stricter range of Node versions ^20.19.0 || ^22.12.0 || 
&gt;=23</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>update yargs to 18.x.x (<a 
href="https://redirect.github.com/bcoe/c8/issues/599";>#599</a>) (<a 
href="https://github.com/bcoe/c8/commit/dc2d6c81e0b82aad80ffcc38d78bd4a76665675e";>dc2d6c8</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/bcoe/c8/blob/main/CHANGELOG.md";>c8's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/bcoe/c8/compare/v11.0.0...v12.0.0";>12.0.0</a> 
(2026-07-14)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>yargs enforces a stricter range of Node versions ^20.19.0 || ^22.12.0 || 
&gt;=23</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>update yargs to 18.x.x (<a 
href="https://redirect.github.com/bcoe/c8/issues/599";>#599</a>) (<a 
href="https://github.com/bcoe/c8/commit/dc2d6c81e0b82aad80ffcc38d78bd4a76665675e";>dc2d6c8</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bcoe/c8/commit/ae5a0cf4349b92cac910cf7275e724ab7a725b9d";><code>ae5a0cf</code></a>
 chore(main): release 12.0.0 (<a 
href="https://redirect.github.com/bcoe/c8/issues/600";>#600</a>)</li>
   <li><a 
href="https://github.com/bcoe/c8/commit/dc2d6c81e0b82aad80ffcc38d78bd4a76665675e";><code>dc2d6c8</code></a>
 feat!: update yargs to 18.x.x (<a 
href="https://redirect.github.com/bcoe/c8/issues/599";>#599</a>)</li>
   <li><a 
href="https://github.com/bcoe/c8/commit/ee2f1cfc5584d41bb2d51b788d0953dab0c798f8";><code>ee2f1cf</code></a>
 chore(deps): update dependency <code>@​types/node</code> to v24 (<a 
href="https://redirect.github.com/bcoe/c8/issues/579";>#579</a>)</li>
   <li><a 
href="https://github.com/bcoe/c8/commit/923c23875a077807f755188256c807b65a5d1206";><code>923c238</code></a>
 build: go back to publishing manually</li>
   <li>See full diff in <a 
href="https://github.com/bcoe/c8/compare/v11.0.0...v12.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@swc/core-darwin-arm64` from 1.15.43 to 1.15.46
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md";>@​swc/core-darwin-arm64's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.15.46] - 2026-07-19</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>
   <p><strong>(deps)</strong> Update crossbeam-epoch to 0.9.20 (<a 
href="https://redirect.github.com/swc-project/swc/issues/12004";>#12004</a>) (<a 
href="https://github.com/swc-project/swc/commit/fababa16c16c55619164a4d9818d161072ce145f";>fababa1</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Normalize for-head ident patterns (<a 
href="https://redirect.github.com/swc-project/swc/issues/11968";>#11968</a>) (<a 
href="https://github.com/swc-project/swc/commit/af681bc4471139c60bb5e0f2df2069b9d8be7aca";>af681bc</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Preserve parens around PURE-annotated 
receivers (<a 
href="https://redirect.github.com/swc-project/swc/issues/12022";>#12022</a>) (<a 
href="https://github.com/swc-project/swc/commit/73d894103b4b9302ebb8a8c71a6ec19cab375d89";>73d8941</a>)</p>
   </li>
   <li>
   <p><strong>(es/hygiene)</strong> Ignore eval in default hygiene pass (<a 
href="https://redirect.github.com/swc-project/swc/issues/12003";>#12003</a>) (<a 
href="https://github.com/swc-project/swc/commit/dd43ad61e802a2b7bff30896d4869f7ace49a129";>dd43ad6</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Eliminate unused classes with cyclic 
references (<a 
href="https://redirect.github.com/swc-project/swc/issues/11963";>#11963</a>) (<a 
href="https://github.com/swc-project/swc/commit/63a94b92c2ef96d64413f0e29af7dbc3594ead5a";>63a94b9</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Preserve switch fallthrough termination 
(<a href="https://redirect.github.com/swc-project/swc/issues/11971";>#11971</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/a5d19ae89ea8cc1aa80df39fe46e207130e12934";>a5d19ae</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Check last case (<a 
href="https://redirect.github.com/swc-project/swc/issues/11972";>#11972</a>) (<a 
href="https://github.com/swc-project/swc/commit/060c7ac2e6795ed4c28562417167cecac3d0c5d1";>060c7ac</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Disable IIFE invoke when there's eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11984";>#11984</a>) (<a 
href="https://github.com/swc-project/swc/commit/eabe4be047916d437365aad256ec0932c0f50c16";>eabe4be</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Invoke IIFE when has eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11987";>#11987</a>) (<a 
href="https://github.com/swc-project/swc/commit/457df113722f972cd26e42c84fa94ff22290c94f";>457df11</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Make Infect Collect collect every used 
ident (<a 
href="https://redirect.github.com/swc-project/swc/issues/11998";>#11998</a>) (<a 
href="https://github.com/swc-project/swc/commit/fb9ebeebc33bed96a53e44b7a84035f93d9d1ab9";>fb9ebee</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Measure number length precisely (<a 
href="https://redirect.github.com/swc-project/swc/issues/12026";>#12026</a>) (<a 
href="https://github.com/swc-project/swc/commit/54d139a23a8e541859a0107b269db96ba730c7a5";>54d139a</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite <code>.tsx</code> imports to 
<code>.js</code> unless JSX is preserved (<a 
href="https://redirect.github.com/swc-project/swc/issues/11995";>#11995</a>) (<a 
href="https://github.com/swc-project/swc/commit/c341d9c6e13bd4f71f8c5aeffc4d84ac4f82c28f";>c341d9c</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite SystemJS transform (<a 
href="https://redirect.github.com/swc-project/swc/issues/11996";>#11996</a>) (<a 
href="https://github.com/swc-project/swc/commit/2f475305944477f19484117226ce4d9c864fbf5e";>2f47530</a>)</p>
   </li>
   <li>
   <p><strong>(es/modules)</strong> Resolve relative symlinked inputs from cwd 
(<a href="https://redirect.github.com/swc-project/swc/issues/11883";>#11883</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/01e857d7e2848181df9f75bf3fd968a2d44309ad";>01e857d</a>)</p>
   </li>
   <li>
   <p><strong>(es/react)</strong> Emit jsxdev source for fragments (<a 
href="https://redirect.github.com/swc-project/swc/issues/11993";>#11993</a>) (<a 
href="https://github.com/swc-project/swc/commit/a70ce24ac453e299fb05d87f5f9e2c05b14a580b";>a70ce24</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swc-project/swc/commit/93831621baf6fe999ec5fcc6fc96388f072c19f1";><code>9383162</code></a>
 chore: Publish <code>1.15.46</code> with <code>swc_core</code> 
<code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/258302b2b10abbb072afd4050f2947587627ba87";><code>258302b</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/035084ae037a0ecb9f280da3b9f527a4ad67bb21";><code>035084a</code></a>
 chore: Publish <code>1.15.46-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/516bf3c7a2a0366c1f378a515053ee7df6918f8c";><code>516bf3c</code></a>
 ci: use Node.js 24 for wasm publishing (<a 
href="https://redirect.github.com/swc-project/swc/issues/12038";>#12038</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/1b17f343fd13b665f96dcf8c544479f6676d61c8";><code>1b17f34</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/42d599f463e43235f291ca327c035f6cb2f22d8e";><code>42d599f</code></a>
 chore: Publish <code>1.15.45-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d1a1e23756a156e5c99113dc528d3c09684c39cd";><code>d1a1e23</code></a>
 ci: update rust-toolchain action pin (<a 
href="https://redirect.github.com/swc-project/swc/issues/12036";>#12036</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/e3ca0521bad57858fa9bba792a98c236dd24a308";><code>e3ca052</code></a>
 chore: Publish crates with <code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d658d08d4674961f69c3270d22722f416c1d5008";><code>d658d08</code></a>
 ci: use Node.js 24 by default (<a 
href="https://redirect.github.com/swc-project/swc/issues/12035";>#12035</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/3d8270109a97d991a07b6642fe595c7b576ecbc9";><code>3d82701</code></a>
 fix(ts/fast-strip): Handle generic arrow line breaks (<a 
href="https://redirect.github.com/swc-project/swc/issues/12034";>#12034</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swc-project/swc/compare/v1.15.43...v1.15.46";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@swc/core-darwin-x64` from 1.15.43 to 1.15.46
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md";>@​swc/core-darwin-x64's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.15.46] - 2026-07-19</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>
   <p><strong>(deps)</strong> Update crossbeam-epoch to 0.9.20 (<a 
href="https://redirect.github.com/swc-project/swc/issues/12004";>#12004</a>) (<a 
href="https://github.com/swc-project/swc/commit/fababa16c16c55619164a4d9818d161072ce145f";>fababa1</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Normalize for-head ident patterns (<a 
href="https://redirect.github.com/swc-project/swc/issues/11968";>#11968</a>) (<a 
href="https://github.com/swc-project/swc/commit/af681bc4471139c60bb5e0f2df2069b9d8be7aca";>af681bc</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Preserve parens around PURE-annotated 
receivers (<a 
href="https://redirect.github.com/swc-project/swc/issues/12022";>#12022</a>) (<a 
href="https://github.com/swc-project/swc/commit/73d894103b4b9302ebb8a8c71a6ec19cab375d89";>73d8941</a>)</p>
   </li>
   <li>
   <p><strong>(es/hygiene)</strong> Ignore eval in default hygiene pass (<a 
href="https://redirect.github.com/swc-project/swc/issues/12003";>#12003</a>) (<a 
href="https://github.com/swc-project/swc/commit/dd43ad61e802a2b7bff30896d4869f7ace49a129";>dd43ad6</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Eliminate unused classes with cyclic 
references (<a 
href="https://redirect.github.com/swc-project/swc/issues/11963";>#11963</a>) (<a 
href="https://github.com/swc-project/swc/commit/63a94b92c2ef96d64413f0e29af7dbc3594ead5a";>63a94b9</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Preserve switch fallthrough termination 
(<a href="https://redirect.github.com/swc-project/swc/issues/11971";>#11971</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/a5d19ae89ea8cc1aa80df39fe46e207130e12934";>a5d19ae</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Check last case (<a 
href="https://redirect.github.com/swc-project/swc/issues/11972";>#11972</a>) (<a 
href="https://github.com/swc-project/swc/commit/060c7ac2e6795ed4c28562417167cecac3d0c5d1";>060c7ac</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Disable IIFE invoke when there's eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11984";>#11984</a>) (<a 
href="https://github.com/swc-project/swc/commit/eabe4be047916d437365aad256ec0932c0f50c16";>eabe4be</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Invoke IIFE when has eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11987";>#11987</a>) (<a 
href="https://github.com/swc-project/swc/commit/457df113722f972cd26e42c84fa94ff22290c94f";>457df11</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Make Infect Collect collect every used 
ident (<a 
href="https://redirect.github.com/swc-project/swc/issues/11998";>#11998</a>) (<a 
href="https://github.com/swc-project/swc/commit/fb9ebeebc33bed96a53e44b7a84035f93d9d1ab9";>fb9ebee</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Measure number length precisely (<a 
href="https://redirect.github.com/swc-project/swc/issues/12026";>#12026</a>) (<a 
href="https://github.com/swc-project/swc/commit/54d139a23a8e541859a0107b269db96ba730c7a5";>54d139a</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite <code>.tsx</code> imports to 
<code>.js</code> unless JSX is preserved (<a 
href="https://redirect.github.com/swc-project/swc/issues/11995";>#11995</a>) (<a 
href="https://github.com/swc-project/swc/commit/c341d9c6e13bd4f71f8c5aeffc4d84ac4f82c28f";>c341d9c</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite SystemJS transform (<a 
href="https://redirect.github.com/swc-project/swc/issues/11996";>#11996</a>) (<a 
href="https://github.com/swc-project/swc/commit/2f475305944477f19484117226ce4d9c864fbf5e";>2f47530</a>)</p>
   </li>
   <li>
   <p><strong>(es/modules)</strong> Resolve relative symlinked inputs from cwd 
(<a href="https://redirect.github.com/swc-project/swc/issues/11883";>#11883</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/01e857d7e2848181df9f75bf3fd968a2d44309ad";>01e857d</a>)</p>
   </li>
   <li>
   <p><strong>(es/react)</strong> Emit jsxdev source for fragments (<a 
href="https://redirect.github.com/swc-project/swc/issues/11993";>#11993</a>) (<a 
href="https://github.com/swc-project/swc/commit/a70ce24ac453e299fb05d87f5f9e2c05b14a580b";>a70ce24</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swc-project/swc/commit/93831621baf6fe999ec5fcc6fc96388f072c19f1";><code>9383162</code></a>
 chore: Publish <code>1.15.46</code> with <code>swc_core</code> 
<code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/258302b2b10abbb072afd4050f2947587627ba87";><code>258302b</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/035084ae037a0ecb9f280da3b9f527a4ad67bb21";><code>035084a</code></a>
 chore: Publish <code>1.15.46-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/516bf3c7a2a0366c1f378a515053ee7df6918f8c";><code>516bf3c</code></a>
 ci: use Node.js 24 for wasm publishing (<a 
href="https://redirect.github.com/swc-project/swc/issues/12038";>#12038</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/1b17f343fd13b665f96dcf8c544479f6676d61c8";><code>1b17f34</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/42d599f463e43235f291ca327c035f6cb2f22d8e";><code>42d599f</code></a>
 chore: Publish <code>1.15.45-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d1a1e23756a156e5c99113dc528d3c09684c39cd";><code>d1a1e23</code></a>
 ci: update rust-toolchain action pin (<a 
href="https://redirect.github.com/swc-project/swc/issues/12036";>#12036</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/e3ca0521bad57858fa9bba792a98c236dd24a308";><code>e3ca052</code></a>
 chore: Publish crates with <code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d658d08d4674961f69c3270d22722f416c1d5008";><code>d658d08</code></a>
 ci: use Node.js 24 by default (<a 
href="https://redirect.github.com/swc-project/swc/issues/12035";>#12035</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/3d8270109a97d991a07b6642fe595c7b576ecbc9";><code>3d82701</code></a>
 fix(ts/fast-strip): Handle generic arrow line breaks (<a 
href="https://redirect.github.com/swc-project/swc/issues/12034";>#12034</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swc-project/swc/compare/v1.15.43...v1.15.46";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@swc/core-linux-arm-gnueabihf` from 1.15.43 to 1.15.46
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md";>@​swc/core-linux-arm-gnueabihf's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.15.46] - 2026-07-19</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>
   <p><strong>(deps)</strong> Update crossbeam-epoch to 0.9.20 (<a 
href="https://redirect.github.com/swc-project/swc/issues/12004";>#12004</a>) (<a 
href="https://github.com/swc-project/swc/commit/fababa16c16c55619164a4d9818d161072ce145f";>fababa1</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Normalize for-head ident patterns (<a 
href="https://redirect.github.com/swc-project/swc/issues/11968";>#11968</a>) (<a 
href="https://github.com/swc-project/swc/commit/af681bc4471139c60bb5e0f2df2069b9d8be7aca";>af681bc</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Preserve parens around PURE-annotated 
receivers (<a 
href="https://redirect.github.com/swc-project/swc/issues/12022";>#12022</a>) (<a 
href="https://github.com/swc-project/swc/commit/73d894103b4b9302ebb8a8c71a6ec19cab375d89";>73d8941</a>)</p>
   </li>
   <li>
   <p><strong>(es/hygiene)</strong> Ignore eval in default hygiene pass (<a 
href="https://redirect.github.com/swc-project/swc/issues/12003";>#12003</a>) (<a 
href="https://github.com/swc-project/swc/commit/dd43ad61e802a2b7bff30896d4869f7ace49a129";>dd43ad6</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Eliminate unused classes with cyclic 
references (<a 
href="https://redirect.github.com/swc-project/swc/issues/11963";>#11963</a>) (<a 
href="https://github.com/swc-project/swc/commit/63a94b92c2ef96d64413f0e29af7dbc3594ead5a";>63a94b9</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Preserve switch fallthrough termination 
(<a href="https://redirect.github.com/swc-project/swc/issues/11971";>#11971</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/a5d19ae89ea8cc1aa80df39fe46e207130e12934";>a5d19ae</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Check last case (<a 
href="https://redirect.github.com/swc-project/swc/issues/11972";>#11972</a>) (<a 
href="https://github.com/swc-project/swc/commit/060c7ac2e6795ed4c28562417167cecac3d0c5d1";>060c7ac</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Disable IIFE invoke when there's eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11984";>#11984</a>) (<a 
href="https://github.com/swc-project/swc/commit/eabe4be047916d437365aad256ec0932c0f50c16";>eabe4be</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Invoke IIFE when has eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11987";>#11987</a>) (<a 
href="https://github.com/swc-project/swc/commit/457df113722f972cd26e42c84fa94ff22290c94f";>457df11</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Make Infect Collect collect every used 
ident (<a 
href="https://redirect.github.com/swc-project/swc/issues/11998";>#11998</a>) (<a 
href="https://github.com/swc-project/swc/commit/fb9ebeebc33bed96a53e44b7a84035f93d9d1ab9";>fb9ebee</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Measure number length precisely (<a 
href="https://redirect.github.com/swc-project/swc/issues/12026";>#12026</a>) (<a 
href="https://github.com/swc-project/swc/commit/54d139a23a8e541859a0107b269db96ba730c7a5";>54d139a</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite <code>.tsx</code> imports to 
<code>.js</code> unless JSX is preserved (<a 
href="https://redirect.github.com/swc-project/swc/issues/11995";>#11995</a>) (<a 
href="https://github.com/swc-project/swc/commit/c341d9c6e13bd4f71f8c5aeffc4d84ac4f82c28f";>c341d9c</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite SystemJS transform (<a 
href="https://redirect.github.com/swc-project/swc/issues/11996";>#11996</a>) (<a 
href="https://github.com/swc-project/swc/commit/2f475305944477f19484117226ce4d9c864fbf5e";>2f47530</a>)</p>
   </li>
   <li>
   <p><strong>(es/modules)</strong> Resolve relative symlinked inputs from cwd 
(<a href="https://redirect.github.com/swc-project/swc/issues/11883";>#11883</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/01e857d7e2848181df9f75bf3fd968a2d44309ad";>01e857d</a>)</p>
   </li>
   <li>
   <p><strong>(es/react)</strong> Emit jsxdev source for fragments (<a 
href="https://redirect.github.com/swc-project/swc/issues/11993";>#11993</a>) (<a 
href="https://github.com/swc-project/swc/commit/a70ce24ac453e299fb05d87f5f9e2c05b14a580b";>a70ce24</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swc-project/swc/commit/93831621baf6fe999ec5fcc6fc96388f072c19f1";><code>9383162</code></a>
 chore: Publish <code>1.15.46</code> with <code>swc_core</code> 
<code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/258302b2b10abbb072afd4050f2947587627ba87";><code>258302b</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/035084ae037a0ecb9f280da3b9f527a4ad67bb21";><code>035084a</code></a>
 chore: Publish <code>1.15.46-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/516bf3c7a2a0366c1f378a515053ee7df6918f8c";><code>516bf3c</code></a>
 ci: use Node.js 24 for wasm publishing (<a 
href="https://redirect.github.com/swc-project/swc/issues/12038";>#12038</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/1b17f343fd13b665f96dcf8c544479f6676d61c8";><code>1b17f34</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/42d599f463e43235f291ca327c035f6cb2f22d8e";><code>42d599f</code></a>
 chore: Publish <code>1.15.45-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d1a1e23756a156e5c99113dc528d3c09684c39cd";><code>d1a1e23</code></a>
 ci: update rust-toolchain action pin (<a 
href="https://redirect.github.com/swc-project/swc/issues/12036";>#12036</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/e3ca0521bad57858fa9bba792a98c236dd24a308";><code>e3ca052</code></a>
 chore: Publish crates with <code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d658d08d4674961f69c3270d22722f416c1d5008";><code>d658d08</code></a>
 ci: use Node.js 24 by default (<a 
href="https://redirect.github.com/swc-project/swc/issues/12035";>#12035</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/3d8270109a97d991a07b6642fe595c7b576ecbc9";><code>3d82701</code></a>
 fix(ts/fast-strip): Handle generic arrow line breaks (<a 
href="https://redirect.github.com/swc-project/swc/issues/12034";>#12034</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swc-project/swc/compare/v1.15.43...v1.15.46";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@swc/core-linux-arm64-gnu` from 1.15.43 to 1.15.46
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md";>@​swc/core-linux-arm64-gnu's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.15.46] - 2026-07-19</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>
   <p><strong>(deps)</strong> Update crossbeam-epoch to 0.9.20 (<a 
href="https://redirect.github.com/swc-project/swc/issues/12004";>#12004</a>) (<a 
href="https://github.com/swc-project/swc/commit/fababa16c16c55619164a4d9818d161072ce145f";>fababa1</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Normalize for-head ident patterns (<a 
href="https://redirect.github.com/swc-project/swc/issues/11968";>#11968</a>) (<a 
href="https://github.com/swc-project/swc/commit/af681bc4471139c60bb5e0f2df2069b9d8be7aca";>af681bc</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Preserve parens around PURE-annotated 
receivers (<a 
href="https://redirect.github.com/swc-project/swc/issues/12022";>#12022</a>) (<a 
href="https://github.com/swc-project/swc/commit/73d894103b4b9302ebb8a8c71a6ec19cab375d89";>73d8941</a>)</p>
   </li>
   <li>
   <p><strong>(es/hygiene)</strong> Ignore eval in default hygiene pass (<a 
href="https://redirect.github.com/swc-project/swc/issues/12003";>#12003</a>) (<a 
href="https://github.com/swc-project/swc/commit/dd43ad61e802a2b7bff30896d4869f7ace49a129";>dd43ad6</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Eliminate unused classes with cyclic 
references (<a 
href="https://redirect.github.com/swc-project/swc/issues/11963";>#11963</a>) (<a 
href="https://github.com/swc-project/swc/commit/63a94b92c2ef96d64413f0e29af7dbc3594ead5a";>63a94b9</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Preserve switch fallthrough termination 
(<a href="https://redirect.github.com/swc-project/swc/issues/11971";>#11971</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/a5d19ae89ea8cc1aa80df39fe46e207130e12934";>a5d19ae</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Check last case (<a 
href="https://redirect.github.com/swc-project/swc/issues/11972";>#11972</a>) (<a 
href="https://github.com/swc-project/swc/commit/060c7ac2e6795ed4c28562417167cecac3d0c5d1";>060c7ac</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Disable IIFE invoke when there's eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11984";>#11984</a>) (<a 
href="https://github.com/swc-project/swc/commit/eabe4be047916d437365aad256ec0932c0f50c16";>eabe4be</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Invoke IIFE when has eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11987";>#11987</a>) (<a 
href="https://github.com/swc-project/swc/commit/457df113722f972cd26e42c84fa94ff22290c94f";>457df11</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Make Infect Collect collect every used 
ident (<a 
href="https://redirect.github.com/swc-project/swc/issues/11998";>#11998</a>) (<a 
href="https://github.com/swc-project/swc/commit/fb9ebeebc33bed96a53e44b7a84035f93d9d1ab9";>fb9ebee</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Measure number length precisely (<a 
href="https://redirect.github.com/swc-project/swc/issues/12026";>#12026</a>) (<a 
href="https://github.com/swc-project/swc/commit/54d139a23a8e541859a0107b269db96ba730c7a5";>54d139a</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite <code>.tsx</code> imports to 
<code>.js</code> unless JSX is preserved (<a 
href="https://redirect.github.com/swc-project/swc/issues/11995";>#11995</a>) (<a 
href="https://github.com/swc-project/swc/commit/c341d9c6e13bd4f71f8c5aeffc4d84ac4f82c28f";>c341d9c</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite SystemJS transform (<a 
href="https://redirect.github.com/swc-project/swc/issues/11996";>#11996</a>) (<a 
href="https://github.com/swc-project/swc/commit/2f475305944477f19484117226ce4d9c864fbf5e";>2f47530</a>)</p>
   </li>
   <li>
   <p><strong>(es/modules)</strong> Resolve relative symlinked inputs from cwd 
(<a href="https://redirect.github.com/swc-project/swc/issues/11883";>#11883</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/01e857d7e2848181df9f75bf3fd968a2d44309ad";>01e857d</a>)</p>
   </li>
   <li>
   <p><strong>(es/react)</strong> Emit jsxdev source for fragments (<a 
href="https://redirect.github.com/swc-project/swc/issues/11993";>#11993</a>) (<a 
href="https://github.com/swc-project/swc/commit/a70ce24ac453e299fb05d87f5f9e2c05b14a580b";>a70ce24</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swc-project/swc/commit/93831621baf6fe999ec5fcc6fc96388f072c19f1";><code>9383162</code></a>
 chore: Publish <code>1.15.46</code> with <code>swc_core</code> 
<code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/258302b2b10abbb072afd4050f2947587627ba87";><code>258302b</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/035084ae037a0ecb9f280da3b9f527a4ad67bb21";><code>035084a</code></a>
 chore: Publish <code>1.15.46-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/516bf3c7a2a0366c1f378a515053ee7df6918f8c";><code>516bf3c</code></a>
 ci: use Node.js 24 for wasm publishing (<a 
href="https://redirect.github.com/swc-project/swc/issues/12038";>#12038</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/1b17f343fd13b665f96dcf8c544479f6676d61c8";><code>1b17f34</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/42d599f463e43235f291ca327c035f6cb2f22d8e";><code>42d599f</code></a>
 chore: Publish <code>1.15.45-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d1a1e23756a156e5c99113dc528d3c09684c39cd";><code>d1a1e23</code></a>
 ci: update rust-toolchain action pin (<a 
href="https://redirect.github.com/swc-project/swc/issues/12036";>#12036</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/e3ca0521bad57858fa9bba792a98c236dd24a308";><code>e3ca052</code></a>
 chore: Publish crates with <code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d658d08d4674961f69c3270d22722f416c1d5008";><code>d658d08</code></a>
 ci: use Node.js 24 by default (<a 
href="https://redirect.github.com/swc-project/swc/issues/12035";>#12035</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/3d8270109a97d991a07b6642fe595c7b576ecbc9";><code>3d82701</code></a>
 fix(ts/fast-strip): Handle generic arrow line breaks (<a 
href="https://redirect.github.com/swc-project/swc/issues/12034";>#12034</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swc-project/swc/compare/v1.15.43...v1.15.46";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@swc/core-linux-arm64-musl` from 1.15.43 to 1.15.46
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md";>@​swc/core-linux-arm64-musl's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.15.46] - 2026-07-19</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>
   <p><strong>(deps)</strong> Update crossbeam-epoch to 0.9.20 (<a 
href="https://redirect.github.com/swc-project/swc/issues/12004";>#12004</a>) (<a 
href="https://github.com/swc-project/swc/commit/fababa16c16c55619164a4d9818d161072ce145f";>fababa1</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Normalize for-head ident patterns (<a 
href="https://redirect.github.com/swc-project/swc/issues/11968";>#11968</a>) (<a 
href="https://github.com/swc-project/swc/commit/af681bc4471139c60bb5e0f2df2069b9d8be7aca";>af681bc</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Preserve parens around PURE-annotated 
receivers (<a 
href="https://redirect.github.com/swc-project/swc/issues/12022";>#12022</a>) (<a 
href="https://github.com/swc-project/swc/commit/73d894103b4b9302ebb8a8c71a6ec19cab375d89";>73d8941</a>)</p>
   </li>
   <li>
   <p><strong>(es/hygiene)</strong> Ignore eval in default hygiene pass (<a 
href="https://redirect.github.com/swc-project/swc/issues/12003";>#12003</a>) (<a 
href="https://github.com/swc-project/swc/commit/dd43ad61e802a2b7bff30896d4869f7ace49a129";>dd43ad6</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Eliminate unused classes with cyclic 
references (<a 
href="https://redirect.github.com/swc-project/swc/issues/11963";>#11963</a>) (<a 
href="https://github.com/swc-project/swc/commit/63a94b92c2ef96d64413f0e29af7dbc3594ead5a";>63a94b9</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Preserve switch fallthrough termination 
(<a href="https://redirect.github.com/swc-project/swc/issues/11971";>#11971</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/a5d19ae89ea8cc1aa80df39fe46e207130e12934";>a5d19ae</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Check last case (<a 
href="https://redirect.github.com/swc-project/swc/issues/11972";>#11972</a>) (<a 
href="https://github.com/swc-project/swc/commit/060c7ac2e6795ed4c28562417167cecac3d0c5d1";>060c7ac</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Disable IIFE invoke when there's eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11984";>#11984</a>) (<a 
href="https://github.com/swc-project/swc/commit/eabe4be047916d437365aad256ec0932c0f50c16";>eabe4be</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Invoke IIFE when has eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11987";>#11987</a>) (<a 
href="https://github.com/swc-project/swc/commit/457df113722f972cd26e42c84fa94ff22290c94f";>457df11</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Make Infect Collect collect every used 
ident (<a 
href="https://redirect.github.com/swc-project/swc/issues/11998";>#11998</a>) (<a 
href="https://github.com/swc-project/swc/commit/fb9ebeebc33bed96a53e44b7a84035f93d9d1ab9";>fb9ebee</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Measure number length precisely (<a 
href="https://redirect.github.com/swc-project/swc/issues/12026";>#12026</a>) (<a 
href="https://github.com/swc-project/swc/commit/54d139a23a8e541859a0107b269db96ba730c7a5";>54d139a</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite <code>.tsx</code> imports to 
<code>.js</code> unless JSX is preserved (<a 
href="https://redirect.github.com/swc-project/swc/issues/11995";>#11995</a>) (<a 
href="https://github.com/swc-project/swc/commit/c341d9c6e13bd4f71f8c5aeffc4d84ac4f82c28f";>c341d9c</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite SystemJS transform (<a 
href="https://redirect.github.com/swc-project/swc/issues/11996";>#11996</a>) (<a 
href="https://github.com/swc-project/swc/commit/2f475305944477f19484117226ce4d9c864fbf5e";>2f47530</a>)</p>
   </li>
   <li>
   <p><strong>(es/modules)</strong> Resolve relative symlinked inputs from cwd 
(<a href="https://redirect.github.com/swc-project/swc/issues/11883";>#11883</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/01e857d7e2848181df9f75bf3fd968a2d44309ad";>01e857d</a>)</p>
   </li>
   <li>
   <p><strong>(es/react)</strong> Emit jsxdev source for fragments (<a 
href="https://redirect.github.com/swc-project/swc/issues/11993";>#11993</a>) (<a 
href="https://github.com/swc-project/swc/commit/a70ce24ac453e299fb05d87f5f9e2c05b14a580b";>a70ce24</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swc-project/swc/commit/93831621baf6fe999ec5fcc6fc96388f072c19f1";><code>9383162</code></a>
 chore: Publish <code>1.15.46</code> with <code>swc_core</code> 
<code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/258302b2b10abbb072afd4050f2947587627ba87";><code>258302b</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/035084ae037a0ecb9f280da3b9f527a4ad67bb21";><code>035084a</code></a>
 chore: Publish <code>1.15.46-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/516bf3c7a2a0366c1f378a515053ee7df6918f8c";><code>516bf3c</code></a>
 ci: use Node.js 24 for wasm publishing (<a 
href="https://redirect.github.com/swc-project/swc/issues/12038";>#12038</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/1b17f343fd13b665f96dcf8c544479f6676d61c8";><code>1b17f34</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/42d599f463e43235f291ca327c035f6cb2f22d8e";><code>42d599f</code></a>
 chore: Publish <code>1.15.45-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d1a1e23756a156e5c99113dc528d3c09684c39cd";><code>d1a1e23</code></a>
 ci: update rust-toolchain action pin (<a 
href="https://redirect.github.com/swc-project/swc/issues/12036";>#12036</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/e3ca0521bad57858fa9bba792a98c236dd24a308";><code>e3ca052</code></a>
 chore: Publish crates with <code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/d658d08d4674961f69c3270d22722f416c1d5008";><code>d658d08</code></a>
 ci: use Node.js 24 by default (<a 
href="https://redirect.github.com/swc-project/swc/issues/12035";>#12035</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/3d8270109a97d991a07b6642fe595c7b576ecbc9";><code>3d82701</code></a>
 fix(ts/fast-strip): Handle generic arrow line breaks (<a 
href="https://redirect.github.com/swc-project/swc/issues/12034";>#12034</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/swc-project/swc/compare/v1.15.43...v1.15.46";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@swc/core-linux-x64-gnu` from 1.15.43 to 1.15.46
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md";>@​swc/core-linux-x64-gnu's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[1.15.46] - 2026-07-19</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>
   <p><strong>(deps)</strong> Update crossbeam-epoch to 0.9.20 (<a 
href="https://redirect.github.com/swc-project/swc/issues/12004";>#12004</a>) (<a 
href="https://github.com/swc-project/swc/commit/fababa16c16c55619164a4d9818d161072ce145f";>fababa1</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Normalize for-head ident patterns (<a 
href="https://redirect.github.com/swc-project/swc/issues/11968";>#11968</a>) (<a 
href="https://github.com/swc-project/swc/commit/af681bc4471139c60bb5e0f2df2069b9d8be7aca";>af681bc</a>)</p>
   </li>
   <li>
   <p><strong>(es/fixer)</strong> Preserve parens around PURE-annotated 
receivers (<a 
href="https://redirect.github.com/swc-project/swc/issues/12022";>#12022</a>) (<a 
href="https://github.com/swc-project/swc/commit/73d894103b4b9302ebb8a8c71a6ec19cab375d89";>73d8941</a>)</p>
   </li>
   <li>
   <p><strong>(es/hygiene)</strong> Ignore eval in default hygiene pass (<a 
href="https://redirect.github.com/swc-project/swc/issues/12003";>#12003</a>) (<a 
href="https://github.com/swc-project/swc/commit/dd43ad61e802a2b7bff30896d4869f7ace49a129";>dd43ad6</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Eliminate unused classes with cyclic 
references (<a 
href="https://redirect.github.com/swc-project/swc/issues/11963";>#11963</a>) (<a 
href="https://github.com/swc-project/swc/commit/63a94b92c2ef96d64413f0e29af7dbc3594ead5a";>63a94b9</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Preserve switch fallthrough termination 
(<a href="https://redirect.github.com/swc-project/swc/issues/11971";>#11971</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/a5d19ae89ea8cc1aa80df39fe46e207130e12934";>a5d19ae</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Check last case (<a 
href="https://redirect.github.com/swc-project/swc/issues/11972";>#11972</a>) (<a 
href="https://github.com/swc-project/swc/commit/060c7ac2e6795ed4c28562417167cecac3d0c5d1";>060c7ac</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Disable IIFE invoke when there's eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11984";>#11984</a>) (<a 
href="https://github.com/swc-project/swc/commit/eabe4be047916d437365aad256ec0932c0f50c16";>eabe4be</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Invoke IIFE when has eval (<a 
href="https://redirect.github.com/swc-project/swc/issues/11987";>#11987</a>) (<a 
href="https://github.com/swc-project/swc/commit/457df113722f972cd26e42c84fa94ff22290c94f";>457df11</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Make Infect Collect collect every used 
ident (<a 
href="https://redirect.github.com/swc-project/swc/issues/11998";>#11998</a>) (<a 
href="https://github.com/swc-project/swc/commit/fb9ebeebc33bed96a53e44b7a84035f93d9d1ab9";>fb9ebee</a>)</p>
   </li>
   <li>
   <p><strong>(es/minifier)</strong> Measure number length precisely (<a 
href="https://redirect.github.com/swc-project/swc/issues/12026";>#12026</a>) (<a 
href="https://github.com/swc-project/swc/commit/54d139a23a8e541859a0107b269db96ba730c7a5";>54d139a</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite <code>.tsx</code> imports to 
<code>.js</code> unless JSX is preserved (<a 
href="https://redirect.github.com/swc-project/swc/issues/11995";>#11995</a>) (<a 
href="https://github.com/swc-project/swc/commit/c341d9c6e13bd4f71f8c5aeffc4d84ac4f82c28f";>c341d9c</a>)</p>
   </li>
   <li>
   <p><strong>(es/module)</strong> Rewrite SystemJS transform (<a 
href="https://redirect.github.com/swc-project/swc/issues/11996";>#11996</a>) (<a 
href="https://github.com/swc-project/swc/commit/2f475305944477f19484117226ce4d9c864fbf5e";>2f47530</a>)</p>
   </li>
   <li>
   <p><strong>(es/modules)</strong> Resolve relative symlinked inputs from cwd 
(<a href="https://redirect.github.com/swc-project/swc/issues/11883";>#11883</a>) 
(<a 
href="https://github.com/swc-project/swc/commit/01e857d7e2848181df9f75bf3fd968a2d44309ad";>01e857d</a>)</p>
   </li>
   <li>
   <p><strong>(es/react)</strong> Emit jsxdev source for fragments (<a 
href="https://redirect.github.com/swc-project/swc/issues/11993";>#11993</a>) (<a 
href="https://github.com/swc-project/swc/commit/a70ce24ac453e299fb05d87f5f9e2c05b14a580b";>a70ce24</a>)</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/swc-project/swc/commit/93831621baf6fe999ec5fcc6fc96388f072c19f1";><code>9383162</code></a>
 chore: Publish <code>1.15.46</code> with <code>swc_core</code> 
<code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/258302b2b10abbb072afd4050f2947587627ba87";><code>258302b</code></a>
 chore: Update changelog</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/035084ae037a0ecb9f280da3b9f527a4ad67bb21";><code>035084a</code></a>
 chore: Publish <code>1.15.46-nightly-20260719.1</code> with 
<code>swc_core</code> <code>v74.0.1</code></li>
   <li><a 
href="https://github.com/swc-project/swc/commit/516bf3c7a2a0366c1f378a515053ee7df6918f8c";><code>516bf3c</code></a>
 ci: use Node.js 24 for wasm publishing (<a 
href="https://redirect.github.com/swc-project/swc/issues/12038";>#12038</a>)</li>
   <li><a 
href="https://github.com/swc-project/swc/commit/1b17f343fd13b665f96dcf8c544479f6676d61c8";><code>1b17f34</code></a>
 chore: Update changelog</li>
   <li><a href="https:/...
   
   _Description has been truncated_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to