build(deps-dev): bump @swc/core from 1.12.1 to 1.12.5 #125

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

Originally created by @dependabot[bot] on 6/23/2025

Bumps @swc/core from 1.12.1 to 1.12.5.

Changelog

Sourced from @​swc/core's changelog.

[1.12.5] - 2025-06-21

Bug Fixes

Performance

Refactor

[1.12.4] - 2025-06-20

Bug Fixes

Refactor

[1.12.3] - 2025-06-19

... (truncated)

Commits
  • 923361c chore: Publish 1.12.5 with swc_core v29.0.2
  • 3789c22 chore: Update changelog
  • fbbc3e5 chore: Publish 1.12.5-nightly-20250621.1 with swc_core v29.0.2
  • a95fcd3 chore: Publish crates with swc_core v29.0.2
  • d6ac3b7 refactor(es/lexer): Remove faster path for \t (#10650)
  • 1be2ca0 perf(es/parser): Optimize next_token (#10654)
  • 9262a59 fix(es/parser): consider reseved ident in jsx name (#10647)
  • bfd3bc5 fix(es/parser): Parse jsx entity (#10652)
  • 72f51d4 chore: Update changelog
  • 8ef50fd chore: Publish 1.12.4 with swc_core v29.0.1
  • 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 6/23/2025* Bumps [@swc/core](https://github.com/swc-project/swc) from 1.12.1 to 1.12.5. <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.12.5] - 2025-06-21</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/parser)</strong> Parse jsx entity (<a href="https://redirect.github.com/swc-project/swc/issues/10652">#10652</a>) (<a href="https://github.com/swc-project/swc/commit/bfd3bc5456a33e3d66008ea198d9c5f38660af39">bfd3bc5</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Consider reseved ident in jsx name (<a href="https://redirect.github.com/swc-project/swc/issues/10647">#10647</a>) (<a href="https://github.com/swc-project/swc/commit/9262a591fd8f35200948fa298aa0f9cc4d0a06e7">9262a59</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li><strong>(es/parser)</strong> Optimize <code>next_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10654">#10654</a>) (<a href="https://github.com/swc-project/swc/commit/1be2ca0d6e0cbe096352521b016320b6a30d36b7">1be2ca0</a>)</li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/lexer)</strong> Remove faster path for <code>\t</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10650">#10650</a>) (<a href="https://github.com/swc-project/swc/commit/d6ac3b7adbe067b3796cba57480806b3e23cfafb">d6ac3b7</a>)</li> </ul> <h2>[1.12.4] - 2025-06-20</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Fix <code>Buffer</code> handling of <code>minify()</code> API (<a href="https://redirect.github.com/swc-project/swc/issues/10643">#10643</a>) (<a href="https://github.com/swc-project/swc/commit/cdf068e1bd8f007e06f41bd05f98055243468ba4">cdf068e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix arrow inlining (<a href="https://redirect.github.com/swc-project/swc/issues/10642">#10642</a>) (<a href="https://github.com/swc-project/swc/commit/7232c102d36bbf6957bd7326d9392d2b00155ee9">7232c10</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Don't be greedy in the end of jsx open el (<a href="https://redirect.github.com/swc-project/swc/issues/10637">#10637</a>) (<a href="https://github.com/swc-project/swc/commit/8a2c656d50dd1fe86b7338dc83cc1397a99ebbbe">8a2c656</a>)</p> </li> <li> <p>Update <code>par-core</code> and <code>par-iter</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10629">#10629</a>) (<a href="https://github.com/swc-project/swc/commit/38f7d51d3ca2d55a85020cca0cffc22b2e5b5b8a">38f7d51</a>)</p> </li> <li> <p>Fix CI (<a href="https://redirect.github.com/swc-project/swc/issues/10641">#10641</a>) (<a href="https://github.com/swc-project/swc/commit/9df98f748eba99de4c51dc407de34b97456e93ce">9df98f7</a>)</p> </li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/parser)</strong> Cleanup (<a href="https://redirect.github.com/swc-project/swc/issues/10631">#10631</a>) (<a href="https://github.com/swc-project/swc/commit/c7c2035292c3a86d65ad97438ffc9ffa2df09628">c7c2035</a>)</li> </ul> <h2>[1.12.3] - 2025-06-19</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/923361c492ff0b7c2749dc7ba615f9f8f94c9a80"><code>923361c</code></a> chore: Publish <code>1.12.5</code> with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/3789c2243616d7d509ebf81a28aa08259547ce43"><code>3789c22</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/fbbc3e5c71b6510deb4881508475f03592e5c5e2"><code>fbbc3e5</code></a> chore: Publish <code>1.12.5-nightly-20250621.1</code> with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/a95fcd34e930b66c9f1f446c5ead0193ce10de30"><code>a95fcd3</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/d6ac3b7adbe067b3796cba57480806b3e23cfafb"><code>d6ac3b7</code></a> refactor(es/lexer): Remove faster path for <code>\t</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10650">#10650</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/1be2ca0d6e0cbe096352521b016320b6a30d36b7"><code>1be2ca0</code></a> perf(es/parser): Optimize <code>next_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10654">#10654</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/9262a591fd8f35200948fa298aa0f9cc4d0a06e7"><code>9262a59</code></a> fix(es/parser): consider reseved ident in jsx name (<a href="https://redirect.github.com/swc-project/swc/issues/10647">#10647</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/bfd3bc5456a33e3d66008ea198d9c5f38660af39"><code>bfd3bc5</code></a> fix(es/parser): Parse jsx entity (<a href="https://redirect.github.com/swc-project/swc/issues/10652">#10652</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/72f51d4717c25a2a960e79b43d881728f7c21a3e"><code>72f51d4</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/8ef50fda4b9b4def0b54669888a97ca87e5be9d2"><code>8ef50fd</code></a> chore: Publish <code>1.12.4</code> with <code>swc_core</code> <code>v29.0.1</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.1...v1.12.5">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.1&new-version=1.12.5)](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#125