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

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

Originally created by @dependabot[bot] on 10/21/2024

Bumps @swc/core from 1.7.10 to 1.7.36.

Changelog

Sourced from @​swc/core's changelog.

[1.7.36] - 2024-10-15

Bug Fixes

  • (es) Run esnext transforms on esnext target (#9644) (8a19201)

  • (es/codegen) Emit space after div if rhs has leading comment (#9631) (f2be26e)

  • (es/lints) Correct the false positive error of TS2309 (#9635) (f74c1f3)

  • (es/minifier) Only merge last if return (#9633) (6f52949)

  • (es/minifier) Check type of assignment target before merging assignments (#9617) (4436621)

Features

  • (es) Introduce runPluginFirst for Wasm plugins (#9645) (3d3e434)

  • (es/minifier) Support unary negate in cast_to_number (#9642) (88a2186)

Miscellaneous Tasks

  • (deps) Update dependency magic-string to v0.30.12 (#9634) (085bc19)

[1.7.35] - 2024-10-10

Bug Fixes

  • (ci) Fix target triples (#9622) (f625035)

  • (es/codegen) Fix source map so it works with Sentry (#9627) (9c90a73)

  • (es/minifier) Compress consecutive return statements properly (#9620) (8263da1)

... (truncated)

Commits
  • 2407b4f chore: Publish 1.7.36 with swc_core v1.0.1
  • 05232ce chore: Update changelog
  • 3ea96ec chore: Publish 1.7.36-nightly-20241015.1 with swc_core v1.0.1
  • 56c4416 chore: Publish crates with swc_core v1.0.1
  • 3d3e434 feat(es): Introduce runPluginFirst for Wasm plugins (#9645)
  • 8a19201 fix(es): Run esnext transforms on esnext target (#9644)
  • 88a2186 feat(es/minifier): Support unary negate in cast_to_number (#9642)
  • 085bc19 chore(deps): update dependency magic-string to v0.30.12 (#9634)
  • 4436621 fix(es/minifier): Check type of assignment target before merging assignments ...
  • 30f9a70 chore: Publish crates with swc_core v1.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 10/21/2024* Bumps [@swc/core](https://github.com/swc-project/swc) from 1.7.10 to 1.7.36. <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.7.36] - 2024-10-15</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es)</strong> Run esnext transforms on esnext target (<a href="https://redirect.github.com/swc-project/swc/issues/9644">#9644</a>) (<a href="https://github.com/swc-project/swc/commit/8a192018247ad7ac253c2964038de5f626acb8c4">8a19201</a>)</p> </li> <li> <p><strong>(es/codegen)</strong> Emit space after div if rhs has leading comment (<a href="https://redirect.github.com/swc-project/swc/issues/9631">#9631</a>) (<a href="https://github.com/swc-project/swc/commit/f2be26efe090f5c1575f5bb9e4067f7ae531f11c">f2be26e</a>)</p> </li> <li> <p><strong>(es/lints)</strong> Correct the false positive error of TS2309 (<a href="https://redirect.github.com/swc-project/swc/issues/9635">#9635</a>) (<a href="https://github.com/swc-project/swc/commit/f74c1f3e5a117c22aa87a2754715066cb8dfe0fe">f74c1f3</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Only merge last if return (<a href="https://redirect.github.com/swc-project/swc/issues/9633">#9633</a>) (<a href="https://github.com/swc-project/swc/commit/6f52949210ee2a71ed119cbcdf2db1842a2e63cb">6f52949</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Check type of assignment target before merging assignments (<a href="https://redirect.github.com/swc-project/swc/issues/9617">#9617</a>) (<a href="https://github.com/swc-project/swc/commit/44366215644f3fff2f897e509a56b36cb5e1f8a2">4436621</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es)</strong> Introduce <code>runPluginFirst</code> for Wasm plugins (<a href="https://redirect.github.com/swc-project/swc/issues/9645">#9645</a>) (<a href="https://github.com/swc-project/swc/commit/3d3e4340b33e124f551ee88b68bfaddb537a3c6a">3d3e434</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Support unary negate in <code>cast_to_number</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9642">#9642</a>) (<a href="https://github.com/swc-project/swc/commit/88a2186ba419c98c73b997ca9ea90d7a8fd128e4">88a2186</a>)</p> </li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li><strong>(deps)</strong> Update dependency magic-string to v0.30.12 (<a href="https://redirect.github.com/swc-project/swc/issues/9634">#9634</a>) (<a href="https://github.com/swc-project/swc/commit/085bc191e46d4d46efc3d4a7cd5fc1240c8474dd">085bc19</a>)</li> </ul> <h2>[1.7.35] - 2024-10-10</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(ci)</strong> Fix target triples (<a href="https://redirect.github.com/swc-project/swc/issues/9622">#9622</a>) (<a href="https://github.com/swc-project/swc/commit/f625035f8a21eb6d2bc487669a534257f3ef7c7c">f625035</a>)</p> </li> <li> <p><strong>(es/codegen)</strong> Fix source map so it works with Sentry (<a href="https://redirect.github.com/swc-project/swc/issues/9627">#9627</a>) (<a href="https://github.com/swc-project/swc/commit/9c90a733691e9a15bc1c4182edabcefa8054e9d3">9c90a73</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Compress consecutive return statements properly (<a href="https://redirect.github.com/swc-project/swc/issues/9620">#9620</a>) (<a href="https://github.com/swc-project/swc/commit/8263da17664cc7cb5d49e1a8e9fbca8037fe991f">8263da1</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/2407b4f3978562bb6fe936b58ed18246d5e5c650"><code>2407b4f</code></a> chore: Publish <code>1.7.36</code> with <code>swc_core</code> <code>v1.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/05232ce0a7f33f83a5b9bdd34b8fbbf61669cedc"><code>05232ce</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/3ea96ec9683b39fffff7ba60ad91d4d0293686b7"><code>3ea96ec</code></a> chore: Publish <code>1.7.36-nightly-20241015.1</code> with <code>swc_core</code> <code>v1.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/56c44167268ddad3854ca10ac40749602a43eaf7"><code>56c4416</code></a> chore: Publish crates with <code>swc_core</code> <code>v1.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/3d3e4340b33e124f551ee88b68bfaddb537a3c6a"><code>3d3e434</code></a> feat(es): Introduce <code>runPluginFirst</code> for Wasm plugins (<a href="https://redirect.github.com/swc-project/swc/issues/9645">#9645</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/8a192018247ad7ac253c2964038de5f626acb8c4"><code>8a19201</code></a> fix(es): Run esnext transforms on esnext target (<a href="https://redirect.github.com/swc-project/swc/issues/9644">#9644</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/88a2186ba419c98c73b997ca9ea90d7a8fd128e4"><code>88a2186</code></a> feat(es/minifier): Support unary negate in <code>cast_to_number</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9642">#9642</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/085bc191e46d4d46efc3d4a7cd5fc1240c8474dd"><code>085bc19</code></a> chore(deps): update dependency magic-string to v0.30.12 (<a href="https://redirect.github.com/swc-project/swc/issues/9634">#9634</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/44366215644f3fff2f897e509a56b36cb5e1f8a2"><code>4436621</code></a> fix(es/minifier): Check type of assignment target before merging assignments ...</li> <li><a href="https://github.com/swc-project/swc/commit/30f9a70d578b11c3a1572ff80db856c6d089b11f"><code>30f9a70</code></a> chore: Publish crates with <code>swc_core</code> <code>v1.0.0</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.7.10...v1.7.36">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.7.36)](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#290