build(deps-dev): bump @swc/core from 1.7.10 to 1.8.0 #280

Closed
opened 2026-04-05 20:03:16 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dependabot[bot] on 11/4/2024

Bumps @swc/core from 1.7.10 to 1.8.0.

Changelog

Sourced from @​swc/core's changelog.

[1.8.0] - 2024-11-04

Bug Fixes

  • (es/typescript) Handle multiline type parameters in async arrow functions (#9704) (c5ed19c)

  • (es/typescript) Handle ASI hazards in fast type strip (#9707) (c135f71)

Features

  • (es) Add es2023 and es2024 to EsVersion (#9700) (5a6f0e6)

  • (es/plugin) Introduce manual-tokio-runtmie to swc crate (#9701) (97298c4)

Performance

  • (common) Make character analysis lazy (#9696) (1c3eaf6)

  • (es/renamer) Modify parallel renaming threshold (#9706) (91a9106)

[1.7.42] - 2024-10-31

Bug Fixes

  • (es/generator) Fix code generation for break in nested while (#9684) (65872af)

  • (es/parser) Parse await using() call (#9693) (bcf05de)

  • (es/resolver) Skip resolving lowercase JSXIdentifiers (#9686) (6ed1715)

  • (es/types) Add jsc.experimental.keepImportAssertions to types (#9691) (4b4dcfa)

Features

... (truncated)

Commits
  • 4d811e4 chore: Publish 1.8.0 with swc_core v4.0.3
  • 801e044 chore: Publish 1.8.0-nightly-20241104.1 with swc_core v4.0.3
  • d1e182a chore: Publish crates with swc_core v4.0.3
  • c135f71 fix(es/typescript): Handle ASI hazards in fast type strip (#9707)
  • 1ccbbf0 chore: Publish crates with swc_core v4.0.2
  • 91a9106 perf(es/renamer): Modify parallel renaming threshold (#9706)
  • dd25ecf chore: Publish crates with swc_core v4.0.1
  • c5ed19c fix(es/typescript): Handle multiline type parameters in async arrow functions...
  • b48bdee chore: Publish crates with swc_core v4.0.0
  • 97298c4 feat(es/plugin): Introduce manual-tokio-runtmie to swc crate (#9701)
  • 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 11/4/2024* Bumps [@swc/core](https://github.com/swc-project/swc) from 1.7.10 to 1.8.0. <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.8.0] - 2024-11-04</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/typescript)</strong> Handle multiline type parameters in async arrow functions (<a href="https://redirect.github.com/swc-project/swc/issues/9704">#9704</a>) (<a href="https://github.com/swc-project/swc/commit/c5ed19c710fd32f5c23b2d85ff8f30cb09f58899">c5ed19c</a>)</p> </li> <li> <p><strong>(es/typescript)</strong> Handle ASI hazards in fast type strip (<a href="https://redirect.github.com/swc-project/swc/issues/9707">#9707</a>) (<a href="https://github.com/swc-project/swc/commit/c135f718ed933fcd9eb6e5e5ea9accc0179cf333">c135f71</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es)</strong> Add <code>es2023</code> and <code>es2024</code> to <code>EsVersion</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9700">#9700</a>) (<a href="https://github.com/swc-project/swc/commit/5a6f0e644ebd515c9de69f8efa0e2b5c79944a1d">5a6f0e6</a>)</p> </li> <li> <p><strong>(es/plugin)</strong> Introduce <code>manual-tokio-runtmie</code> to <code>swc</code> crate (<a href="https://redirect.github.com/swc-project/swc/issues/9701">#9701</a>) (<a href="https://github.com/swc-project/swc/commit/97298c4e36318674f82343b9cde2d938265ea3d8">97298c4</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(common)</strong> Make character analysis lazy (<a href="https://redirect.github.com/swc-project/swc/issues/9696">#9696</a>) (<a href="https://github.com/swc-project/swc/commit/1c3eaf684a40a22b09779db39cf68986e69147f1">1c3eaf6</a>)</p> </li> <li> <p><strong>(es/renamer)</strong> Modify parallel renaming threshold (<a href="https://redirect.github.com/swc-project/swc/issues/9706">#9706</a>) (<a href="https://github.com/swc-project/swc/commit/91a9106624f999951b9eb0f424faedb131a4297a">91a9106</a>)</p> </li> </ul> <h2>[1.7.42] - 2024-10-31</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/generator)</strong> Fix code generation for <code>break</code> in nested while (<a href="https://redirect.github.com/swc-project/swc/issues/9684">#9684</a>) (<a href="https://github.com/swc-project/swc/commit/65872afaf151412be5f14820080325b920901bfb">65872af</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Parse <code>await using()</code> call (<a href="https://redirect.github.com/swc-project/swc/issues/9693">#9693</a>) (<a href="https://github.com/swc-project/swc/commit/bcf05de2ebe755a54ec8a6b93311b1686494c578">bcf05de</a>)</p> </li> <li> <p><strong>(es/resolver)</strong> Skip resolving lowercase <code>JSXIdentifiers</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9686">#9686</a>) (<a href="https://github.com/swc-project/swc/commit/6ed1715b93875cd4588352a784ed876bf183df5d">6ed1715</a>)</p> </li> <li> <p><strong>(es/types)</strong> Add <code>jsc.experimental.keepImportAssertions</code> to types (<a href="https://redirect.github.com/swc-project/swc/issues/9691">#9691</a>) (<a href="https://github.com/swc-project/swc/commit/4b4dcfa4d8532c84762b19737b66474e97480cef">4b4dcfa</a>)</p> </li> </ul> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/4d811e4c2925158a8a3b28e0298f5b5ea11639d0"><code>4d811e4</code></a> chore: Publish <code>1.8.0</code> with <code>swc_core</code> <code>v4.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/801e044061c789d9314def7b33c746a0680e87e0"><code>801e044</code></a> chore: Publish <code>1.8.0-nightly-20241104.1</code> with <code>swc_core</code> <code>v4.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/d1e182a7bfb4f7e631d8110359fd86fb4d00f551"><code>d1e182a</code></a> chore: Publish crates with <code>swc_core</code> <code>v4.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/c135f718ed933fcd9eb6e5e5ea9accc0179cf333"><code>c135f71</code></a> fix(es/typescript): Handle ASI hazards in fast type strip (<a href="https://redirect.github.com/swc-project/swc/issues/9707">#9707</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/1ccbbf0a9393f0fef97804dccc10892240be1c1d"><code>1ccbbf0</code></a> chore: Publish crates with <code>swc_core</code> <code>v4.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/91a9106624f999951b9eb0f424faedb131a4297a"><code>91a9106</code></a> perf(es/renamer): Modify parallel renaming threshold (<a href="https://redirect.github.com/swc-project/swc/issues/9706">#9706</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/dd25ecfacec719e413f301d31b5762840f79c81a"><code>dd25ecf</code></a> chore: Publish crates with <code>swc_core</code> <code>v4.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/c5ed19c710fd32f5c23b2d85ff8f30cb09f58899"><code>c5ed19c</code></a> fix(es/typescript): Handle multiline type parameters in async arrow functions...</li> <li><a href="https://github.com/swc-project/swc/commit/b48bdee4dfe022cf4df3e3bc631837c8f1ad4050"><code>b48bdee</code></a> chore: Publish crates with <code>swc_core</code> <code>v4.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/97298c4e36318674f82343b9cde2d938265ea3d8"><code>97298c4</code></a> feat(es/plugin): Introduce <code>manual-tokio-runtmie</code> to <code>swc</code> crate (<a href="https://redirect.github.com/swc-project/swc/issues/9701">#9701</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.7.10...v1.8.0">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.7.10&new-version=1.8.0)](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#280