Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @swc/core from 1.10.8 to 1.10.12 (#110)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.10.8 to 1.10.12. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@swc/core</code>'s changelog</a>.</em></p> <blockquote> <h2>[1.10.12] - 2025-01-29</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/parser)</strong> Remove wrong check about <code>const</code> without init (<a href="https://redirect.github.com/swc-project/swc/issues/9970">#9970</a>) (<a href="https://github.com/swc-project/swc/commit/1b572617f36b9eb02b8dd7002bd2374a0cc8e2b1">1b57261</a>)</li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/minifier)</strong> Make analyzer not call <code>collect_infects_from</code> recursively (<a href="https://redirect.github.com/swc-project/swc/issues/9924">#9924</a>) (<a href="https://github.com/swc-project/swc/commit/37616c33bf877845afe55c9fc0d21ccbbf59bad3">37616c3</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Skip complex inline operations if possible (<a href="https://redirect.github.com/swc-project/swc/issues/9972">#9972</a>) (<a href="https://github.com/swc-project/swc/commit/772cc309cc0ff677ebe415b1745cfcb55fe12c03">772cc30</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Merge binding analyzer into infection analyzer (<a href="https://redirect.github.com/swc-project/swc/issues/9973">#9973</a>) (<a href="https://github.com/swc-project/swc/commit/ca8a71f523f94fdfb866f10c470cc3dea2fd1f9c">ca8a71f</a>)</p> </li> </ul> <h2>[1.10.11] - 2025-01-27</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es)</strong> Restore JSON config & Adjust feature renaming (<a href="https://redirect.github.com/swc-project/swc/issues/9967">#9967</a>) (<a href="https://github.com/swc-project/swc/commit/72e545575bea0a12614889861d839578581af170">72e5455</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Avoid paren when compressing ternary (<a href="https://redirect.github.com/swc-project/swc/issues/9920">#9920</a>) (<a href="https://github.com/swc-project/swc/commit/9d6fe370cff502b00245c409bbbc9a3d00e622fe">9d6fe37</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Parse <code>yield<T> (v: T)=>v</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9915">#9915</a>) (<a href="https://github.com/swc-project/swc/commit/04333aacfeded1f1d21c167c4cdc6bce7b0eaf23">04333aa</a>)</p> </li> <li> <p><strong>(ts/fast-strip)</strong> More robust generic arrow handling (<a href="https://redirect.github.com/swc-project/swc/issues/9913">#9913</a>) (<a href="https://github.com/swc-project/swc/commit/f7faa7c08c65f6cc453ded39834077e9ae7c7b91">f7faa7c</a>)</p> </li> <li> <p><strong>(typescript)</strong> Allow references to the global Symbol in computed property names under <code>isolatedDeclarations</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9869">#9869</a>) (<a href="https://github.com/swc-project/swc/commit/e4c1e03e1775065be98b4bc230725b5b745f8843">e4c1e03</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Compress negate eq (<a href="https://redirect.github.com/swc-project/swc/issues/9911">#9911</a>) (<a href="https://github.com/swc-project/swc/commit/e8f23cf92146828ea2a8b65724c7a6824acf9f0f">e8f23cf</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Compress Assign to number (<a href="https://redirect.github.com/swc-project/swc/issues/9943">#9943</a>) (<a href="https://github.com/swc-project/swc/commit/d5f40a0bc00df0cfb850a5989b15efb7467f3303">d5f40a0</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/08a7d88906d6e54bb3ee5df558980354597e3863"><code>08a7d88</code></a> chore: Publish <code>1.10.12</code> with <code>swc_core</code> <code>v12.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/8e58f8faf948370d7e3bd34305975b87ea499ec9"><code>8e58f8f</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/e9e600c4ee98deb9f2cbb3670ecc0667707abf9e"><code>e9e600c</code></a> chore: Publish <code>1.10.12-nightly-20250129.1</code> with <code>swc_core</code> <code>v12.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/3804b6eb225161628862935a5ce0e28bbae4d930"><code>3804b6e</code></a> chore: Publish crates with <code>swc_core</code> <code>v12.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/ca8a71f523f94fdfb866f10c470cc3dea2fd1f9c"><code>ca8a71f</code></a> perf(es/minifier): Merge binding analyzer into infection analyzer (<a href="https://redirect.github.com/swc-project/swc/issues/9973">#9973</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/1b572617f36b9eb02b8dd7002bd2374a0cc8e2b1"><code>1b57261</code></a> fix(es/parser): Remove wrong check about <code>const</code> without init (<a href="https://redirect.github.com/swc-project/swc/issues/9970">#9970</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/772cc309cc0ff677ebe415b1745cfcb55fe12c03"><code>772cc30</code></a> perf(es/minifier): Skip complex inline operations if possible (<a href="https://redirect.github.com/swc-project/swc/issues/9972">#9972</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/37616c33bf877845afe55c9fc0d21ccbbf59bad3"><code>37616c3</code></a> perf(es/minifier): Make analyzer not call <code>collect_infects_from</code> recursively ...</li> <li><a href="https://github.com/swc-project/swc/commit/9109a53c8f223f2073865a5be1d852aa125bc01b"><code>9109a53</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/e68829caba844024c9c4a2392bde34d24e3f182e"><code>e68829c</code></a> chore: Publish <code>1.10.11</code> with <code>swc_core</code> <code>v11.0.1</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.10.8...v1.10.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@swc/core&package-manager=npm_and_yarn&previous-version=1.10.8&new-version=1.10.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information