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

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

Originally created by @dependabot[bot] on 7/14/2025

Bumps @swc/core from 1.12.11 to 1.12.14.

Changelog

Sourced from @​swc/core's changelog.

[1.12.14] - 2025-07-14

Bug Fixes

  • (es/minifier) Don't inline arrow when it contain this (#10825) (8b43bb3)

  • (es/parser) Make export in NS to not affect file type (#10799) (ae22033)

  • (es/parser) Correctly check ambient context (#10802) (f97ea03)

Features

  • (es/parser) Enable support for dynamic import with defer phase (#10845) (097d29d)

  • (plugin) Remove bytecheck to make Wasm plugins backward compatible (#10842) (30ad808)

Miscellaneous Tasks

  • (bindings) Fix dependency issues (7c57fbb)

  • (deps) Update class-validator to avoid comments (#10819) (bacfa4b)

  • (ide) Enable --workspace for rust-analyzer check (#10809) (92647ff)

Performance

Refactor

... (truncated)

Commits
  • 93aaad6 chore: Publish 1.12.14 with swc_core v32.0.1
  • 4664c14 chore: Update changelog
  • f39900c chore: Publish 1.12.14-nightly-20250714.2 with swc_core v32.0.1
  • 7c57fbb chore(bindings): Fix dependency issues
  • b137ecd chore: Update changelog
  • c320284 chore: Publish 1.12.14-nightly-20250714.1 with swc_core v32.0.1
  • d794688 chore: Publish crates with swc_core v32.0.1
  • 2b04efd refactor(es/parser): Remove duplicate check (#10847)
  • 44190dd chore: Update changelog
  • dfab7fb chore: Publish 1.12.13-nightly-20250714.1 with swc_core v32.0.0
  • 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 7/14/2025* Bumps [@swc/core](https://github.com/swc-project/swc) from 1.12.11 to 1.12.14. <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.14] - 2025-07-14</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Don't inline arrow when it contain <code>this</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10825">#10825</a>) (<a href="https://github.com/swc-project/swc/commit/8b43bb35bce93c66ee9783c8ea132dab7939fcb5">8b43bb3</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Make <code>export</code> in NS to not affect file type (<a href="https://redirect.github.com/swc-project/swc/issues/10799">#10799</a>) (<a href="https://github.com/swc-project/swc/commit/ae22033dc4d03ba8444d87fd74f4e4a8aa86d653">ae22033</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Correctly check ambient context (<a href="https://redirect.github.com/swc-project/swc/issues/10802">#10802</a>) (<a href="https://github.com/swc-project/swc/commit/f97ea03523198447f176ee956991aefb16312e7c">f97ea03</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/parser)</strong> Enable support for dynamic import with <code>defer</code> phase (<a href="https://redirect.github.com/swc-project/swc/issues/10845">#10845</a>) (<a href="https://github.com/swc-project/swc/commit/097d29d21cbf378c0a3ff7a3c9364ff02242306d">097d29d</a>)</p> </li> <li> <p><strong>(plugin)</strong> Remove <code>bytecheck</code> to make Wasm plugins backward compatible (<a href="https://redirect.github.com/swc-project/swc/issues/10842">#10842</a>) (<a href="https://github.com/swc-project/swc/commit/30ad80809c833522f3631424e0b4efdb94455fc8">30ad808</a>)</p> </li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li> <p><strong>(bindings)</strong> Fix dependency issues (<a href="https://github.com/swc-project/swc/commit/7c57fbb103baaa236d3c040e72d5cf65bc2b7ec4">7c57fbb</a>)</p> </li> <li> <p><strong>(deps)</strong> Update <code>class-validator</code> to avoid comments (<a href="https://redirect.github.com/swc-project/swc/issues/10819">#10819</a>) (<a href="https://github.com/swc-project/swc/commit/bacfa4b56d455a5c8e1392a66dd8d3c3add4f488">bacfa4b</a>)</p> </li> <li> <p><strong>(ide)</strong> Enable <code>--workspace</code> for rust-analyzer check (<a href="https://redirect.github.com/swc-project/swc/issues/10809">#10809</a>) (<a href="https://github.com/swc-project/swc/commit/92647ff9d9f95cecfab93b6faa2f1063e3f1239b">92647ff</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/minifier)</strong> Use <code>u8</code> for <code>remaining_depth</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10833">#10833</a>) (<a href="https://github.com/swc-project/swc/commit/ed6956a46e1f0abbcfc447773c5429659fe91289">ed6956a</a>)</p> </li> <li> <p><strong>(hstr)</strong> Inline one more byte (<a href="https://redirect.github.com/swc-project/swc/issues/10817">#10817</a>) (<a href="https://github.com/swc-project/swc/commit/3886c9720dbf992bf2dbc6a09e416ed63833d6d7">3886c97</a>)</p> </li> <li> <p><strong>(hstr)</strong> Remove static tag (<a href="https://redirect.github.com/swc-project/swc/issues/10832">#10832</a>) (<a href="https://github.com/swc-project/swc/commit/66ae1e8d5aa047e2ea7c2a1c46a618bfa7d6a500">66ae1e8</a>)</p> </li> </ul> <h3>Refactor</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/93aaad6d64ad43b6ae373498d17486ca552d834e"><code>93aaad6</code></a> chore: Publish <code>1.12.14</code> with <code>swc_core</code> <code>v32.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/4664c1430da32312d23a34fb09c772a69a7d7536"><code>4664c14</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/f39900cf5c13be342ac1a1a35d22ce1761bde89f"><code>f39900c</code></a> chore: Publish <code>1.12.14-nightly-20250714.2</code> with <code>swc_core</code> <code>v32.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/7c57fbb103baaa236d3c040e72d5cf65bc2b7ec4"><code>7c57fbb</code></a> chore(bindings): Fix dependency issues</li> <li><a href="https://github.com/swc-project/swc/commit/b137ecd28793da136e8fade72591b90227764508"><code>b137ecd</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/c32028413ca2f6e03a4d07f10db14ce9ddfa7595"><code>c320284</code></a> chore: Publish <code>1.12.14-nightly-20250714.1</code> with <code>swc_core</code> <code>v32.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/d794688b75c78b788139b1ce130ad7e17268708f"><code>d794688</code></a> chore: Publish crates with <code>swc_core</code> <code>v32.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/2b04efd5403adec38251bf9059a5dec600049288"><code>2b04efd</code></a> refactor(es/parser): Remove duplicate check (<a href="https://redirect.github.com/swc-project/swc/issues/10847">#10847</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/44190ddbfe69f76e83287f5412c52ead78cd69f8"><code>44190dd</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/dfab7fbc64f83df928d61e00f5623ecf1044e80d"><code>dfab7fb</code></a> chore: Publish <code>1.12.13-nightly-20250714.1</code> with <code>swc_core</code> <code>v32.0.0</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.11...v1.12.14">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.12.14)](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#113