Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 1d13b13

Browse files
Bump @swc/core from 1.15.7 to 1.15.8 (#214)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.15.7 to 1.15.8. <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.15.8] - 2025-12-30</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Remove unused webpack-related code (<a href="https://redirect.github.com/swc-project/swc/issues/11397">#11397</a>) (<a href="https://github.com/swc-project/swc/commit/8e4eab4c900d5a870788388cd32c35a32104643d">8e4eab4</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Evaluate TemplateLiteral in BinaryExpression (<a href="https://redirect.github.com/swc-project/swc/issues/11406">#11406</a>) (<a href="https://github.com/swc-project/swc/commit/8d1b6f613e61b7d7cf9ac9b9071bbe671b8baa8c">8d1b6f6</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> More strict check if cannot add ident when invoking IIFE (<a href="https://redirect.github.com/swc-project/swc/issues/11399">#11399</a>) (<a href="https://github.com/swc-project/swc/commit/03642aafd32af9d07803603795ae13b0fc80bf3a">03642aa</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Support BinaryExpression for Evaluator (<a href="https://redirect.github.com/swc-project/swc/issues/11390">#11390</a>) (<a href="https://github.com/swc-project/swc/commit/6c76f0adc39cbc72cbf3b81fdc2f521a5d0b6f7b">6c76f0a</a>)</p> </li> <li> <p><strong>(es/transformer)</strong> Merge <code>static_blocks</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11403">#11403</a>) (<a href="https://github.com/swc-project/swc/commit/55a5083f02e2eabd79e0839268f0a74aff2f69a4">55a5083</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/parser)</strong> Remove <code>Iterator</code> implementation for <code>Lexer</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11393">#11393</a>) (<a href="https://github.com/swc-project/swc/commit/59410188a2037ab88b516cddf4401149cc739ee8">5941018</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Optimize <code>do_outside_of_context</code> and <code>do_inside_of_context</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11394">#11394</a>) (<a href="https://github.com/swc-project/swc/commit/4210cf1ca1ec37a624cbeb36d8821855c3f56d41">4210cf1</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Remove <code>is_first</code> in lexer state (<a href="https://redirect.github.com/swc-project/swc/issues/11395">#11395</a>) (<a href="https://github.com/swc-project/swc/commit/97d903b4e580e99d0a02463c0a38e780f76bd274">97d903b</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Use <code>byte_search</code> to optimize <code>scan_jsx_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11398">#11398</a>) (<a href="https://github.com/swc-project/swc/commit/f9b4da2bd85d160b3ee4b3296ed520388675b90e">f9b4da2</a>)</p> </li> <li> <p>Reduce binary size with panic=abort and ICU optimizations (<a href="https://redirect.github.com/swc-project/swc/issues/11401">#11401</a>) (<a href="https://github.com/swc-project/swc/commit/18088b29826acd0948e9682e0de5ab47db399d32">18088b2</a>)</p> </li> </ul> <h3>Refactor</h3> <ul> <li> <p><strong>(es/compiler)</strong> Drop the crate (<a href="https://redirect.github.com/swc-project/swc/issues/11407">#11407</a>) (<a href="https://github.com/swc-project/swc/commit/8faa14ec0882dc20780fdc2c1fdba93d6cde7772">8faa14e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Move drop_console and unsafes from Pure to Optimizer (<a href="https://redirect.github.com/swc-project/swc/issues/11388">#11388</a>) (<a href="https://github.com/swc-project/swc/commit/ee408042547f0c3fe4d3a5dd2599a7846b619852">ee40804</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/f2432fe916bab3dc068768e96295d8e30e6de53a"><code>f2432fe</code></a> chore: Publish <code>1.15.8</code> with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/9aa8df0ff084ab244e2b5da444d5f14516b5a07a"><code>9aa8df0</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/a836b39f006355314a1de67715d1214c8ea3e931"><code>a836b39</code></a> chore: Publish <code>1.15.8-nightly-20251230.1</code> with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/67b28d9637af2f243c34967a07aba33e57867060"><code>67b28d9</code></a> chore: Publish crates with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/03642aafd32af9d07803603795ae13b0fc80bf3a"><code>03642aa</code></a> fix(es/minifier): More strict check if cannot add ident when invoking IIFE (#...</li> <li><a href="https://github.com/swc-project/swc/commit/8faa14ec0882dc20780fdc2c1fdba93d6cde7772"><code>8faa14e</code></a> refactor(es/compiler): Drop the crate (<a href="https://redirect.github.com/swc-project/swc/issues/11407">#11407</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/8d1b6f613e61b7d7cf9ac9b9071bbe671b8baa8c"><code>8d1b6f6</code></a> fix(es/minifier): Evaluate TemplateLiteral in BinaryExpression (<a href="https://redirect.github.com/swc-project/swc/issues/11406">#11406</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/55a5083f02e2eabd79e0839268f0a74aff2f69a4"><code>55a5083</code></a> feat(es/transformer): Merge <code>static_blocks</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11403">#11403</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/18088b29826acd0948e9682e0de5ab47db399d32"><code>18088b2</code></a> perf: Reduce binary size with panic=abort and ICU optimizations (<a href="https://redirect.github.com/swc-project/swc/issues/11401">#11401</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/f9b4da2bd85d160b3ee4b3296ed520388675b90e"><code>f9b4da2</code></a> perf(es/parser): Use <code>byte_search</code> to optimize <code>scan_jsx_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11398">#11398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.15.7...v1.15.8">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.15.7&new-version=1.15.8)](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>
2 parents 95aa4fc + 2acfbda commit 1d13b13

2 files changed

Lines changed: 63 additions & 63 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"types.d.ts"
4747
],
4848
"devDependencies": {
49-
"@swc/core": "^1.15.7",
49+
"@swc/core": "^1.15.8",
5050
"@types/jest": "^30.0.0",
5151
"@types/node": "^25.0.3",
5252
"@typescript-eslint/eslint-plugin": "^6.21.0",

pnpm-lock.yaml

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)