build(deps-dev): bump @swc/core from 1.12.11 to 1.13.3 #102

Closed
opened 2026-04-05 19:46:29 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 8/4/2025

Bumps @swc/core from 1.12.11 to 1.13.3.

Changelog

Sourced from @​swc/core's changelog.

[1.13.3] - 2025-07-29

Bug Fixes

  • (es/minifier) Check exported when optimize last expr (#10939) (f6f15f3)

  • (es/minifier) Disallow types (#10945) (63172ef)

  • (es/minifier) Don't optimize Number properties when Number is shadowed (#10947) (40a1e2e)

  • (es/minifier) Fix cycle detection (#10950) (212d8bc)

  • (es/parser) Correctly handle EOF position (#10934) (dd70fbd)

Performance

[1.13.2] - 2025-07-22

Bug Fixes

  • (es/minifier) Remove the last break in the second switch (#10923) (3ed4a12)

... (truncated)

Commits
  • 335c33d chore: Publish 1.13.3 with swc_core v34.0.3
  • 404967b chore: Update changelog
  • a372da4 chore: Publish 1.13.3-nightly-20250729.1 with swc_core v34.0.3
  • eda0c58 chore: Publish crates with swc_core v34.0.3
  • 212d8bc fix(es/minifier): Fix cycle detection (#10950)
  • b5e5e8c perf(es/minifier): Remove needless clone (#10949)
  • 40a1e2e fix(es/minifier): Don't optimize Number properties when Number is shadowed (#...
  • 63172ef fix(es/minifier): Disallow types (#10945)
  • a262eeb perf(es/parser): Reduce comparison (#10941)
  • 4317988 perf(es/minifier): Use bitflag for var kind (#10940)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
*Originally created by @dependabot[bot] on 8/4/2025* Bumps [@swc/core](https://github.com/swc-project/swc) from 1.12.11 to 1.13.3. <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.13.3] - 2025-07-29</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Check exported when optimize last expr (<a href="https://redirect.github.com/swc-project/swc/issues/10939">#10939</a>) (<a href="https://github.com/swc-project/swc/commit/f6f15f38d38ef5458d8dd5c9b9a7090c1da6fd65">f6f15f3</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Disallow types (<a href="https://redirect.github.com/swc-project/swc/issues/10945">#10945</a>) (<a href="https://github.com/swc-project/swc/commit/63172ef3b069f6e7ef301233ad6f421d18cd8307">63172ef</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Don't optimize Number properties when Number is shadowed (<a href="https://redirect.github.com/swc-project/swc/issues/10947">#10947</a>) (<a href="https://github.com/swc-project/swc/commit/40a1e2e6b86756a8b1234057ad719bf0b1ef240f">40a1e2e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix cycle detection (<a href="https://redirect.github.com/swc-project/swc/issues/10950">#10950</a>) (<a href="https://github.com/swc-project/swc/commit/212d8bcff1b3986746b57f22f574a0a4e81bd39c">212d8bc</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Correctly handle EOF position (<a href="https://redirect.github.com/swc-project/swc/issues/10934">#10934</a>) (<a href="https://github.com/swc-project/swc/commit/dd70fbd0dd24f5c7652cf79d1be99d5f4bb9e1c6">dd70fbd</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/minifier)</strong> Remove visitor of CharFreqAnalyzer (<a href="https://redirect.github.com/swc-project/swc/issues/10928">#10928</a>) (<a href="https://github.com/swc-project/swc/commit/65534ff998036ca881e27ed13074df7d2cadae5d">65534ff</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove pre-compress pass (<a href="https://redirect.github.com/swc-project/swc/issues/10932">#10932</a>) (<a href="https://github.com/swc-project/swc/commit/c7f0e4d5e6c0d6492e750d662711f9b495bc280d">c7f0e4d</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Use bitflag for var kind (<a href="https://redirect.github.com/swc-project/swc/issues/10940">#10940</a>) (<a href="https://github.com/swc-project/swc/commit/43179889525734f9a129d68dc4381fba881d1e66">4317988</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove needless clone (<a href="https://redirect.github.com/swc-project/swc/issues/10949">#10949</a>) (<a href="https://github.com/swc-project/swc/commit/b5e5e8c35abd4d04b90e18719d059242ed9b33eb">b5e5e8c</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10933">#10933</a>) (<a href="https://github.com/swc-project/swc/commit/e44fbd44f348dcd16608b4a29a5582198a70e229">e44fbd4</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10941">#10941</a>) (<a href="https://github.com/swc-project/swc/commit/a262eeb053265878333cf597f8c1f167a13c02b6">a262eeb</a>)</p> </li> </ul> <h2>[1.13.2] - 2025-07-22</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/minifier)</strong> Remove the last break in the second switch (<a href="https://redirect.github.com/swc-project/swc/issues/10923">#10923</a>) (<a href="https://github.com/swc-project/swc/commit/3ed4a1208564f708ead059bbb1d44210450705ba">3ed4a12</a>)</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/335c33d49377c7a48734f891784fb5d563104590"><code>335c33d</code></a> chore: Publish <code>1.13.3</code> with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/404967ba55e3a5913c9de448e8c3ebc1ec3d2c31"><code>404967b</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/a372da4d144f1f29af04e1e374969c9857c09487"><code>a372da4</code></a> chore: Publish <code>1.13.3-nightly-20250729.1</code> with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/eda0c58d701ca3a8a59125f17a301a72fa916e47"><code>eda0c58</code></a> chore: Publish crates with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/212d8bcff1b3986746b57f22f574a0a4e81bd39c"><code>212d8bc</code></a> fix(es/minifier): Fix cycle detection (<a href="https://redirect.github.com/swc-project/swc/issues/10950">#10950</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/b5e5e8c35abd4d04b90e18719d059242ed9b33eb"><code>b5e5e8c</code></a> perf(es/minifier): Remove needless clone (<a href="https://redirect.github.com/swc-project/swc/issues/10949">#10949</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/40a1e2e6b86756a8b1234057ad719bf0b1ef240f"><code>40a1e2e</code></a> fix(es/minifier): Don't optimize Number properties when Number is shadowed (#...</li> <li><a href="https://github.com/swc-project/swc/commit/63172ef3b069f6e7ef301233ad6f421d18cd8307"><code>63172ef</code></a> fix(es/minifier): Disallow types (<a href="https://redirect.github.com/swc-project/swc/issues/10945">#10945</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/a262eeb053265878333cf597f8c1f167a13c02b6"><code>a262eeb</code></a> perf(es/parser): Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10941">#10941</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/43179889525734f9a129d68dc4381fba881d1e66"><code>4317988</code></a> perf(es/minifier): Use bitflag for var kind (<a href="https://redirect.github.com/swc-project/swc/issues/10940">#10940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.11...v1.13.3">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.12.11&new-version=1.13.3)](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>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pyrodactyl#102