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

Commit c4fd7ce

Browse files
Bump @swc/core from 1.14.0 to 1.15.3 (#204)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.14.0 to 1.15.3. <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.3] - 2025-11-20</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/codegen)</strong> Restore missing top-level comments (<a href="https://redirect.github.com/swc-project/swc/issues/11302">#11302</a>) (<a href="https://github.com/swc-project/swc/commit/0998c93a5ad391a6cc7bd25eb08104f825a29ac4">0998c93</a>)</p> </li> <li> <p><strong>(es/codegen)</strong> Emit comments of all nodes (<a href="https://redirect.github.com/swc-project/swc/issues/11314">#11314</a>) (<a href="https://github.com/swc-project/swc/commit/387ee0f4d864212d38c008f4d3b715b17036fbef">387ee0f</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Prevent compress.comparisons from transforming expressions with side effects (<a href="https://redirect.github.com/swc-project/swc/issues/11256">#11256</a>) (<a href="https://github.com/swc-project/swc/commit/58a9d81959162778f6ca1200436c90f3545bd387">58a9d81</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove unused arrow functions in dead code elimination (<a href="https://redirect.github.com/swc-project/swc/issues/11319">#11319</a>) (<a href="https://github.com/swc-project/swc/commit/88c6ac7eb05e3367d3d14e40bad8468218576783">88c6ac7</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Make the span of Program start at input start (<a href="https://redirect.github.com/swc-project/swc/issues/11199">#11199</a>) (<a href="https://github.com/swc-project/swc/commit/b56e0083c60e9d96fbe7aef9de20ff83d4c77279">b56e008</a>)</p> </li> <li> <p><strong>(es/plugin)</strong> Use <code>#[cfg]</code> to avoid compilation error (<a href="https://redirect.github.com/swc-project/swc/issues/11316">#11316</a>) (<a href="https://github.com/swc-project/swc/commit/f615cdbc52773b4899fb7831992272088013acc0">f615cdb</a>)</p> </li> <li> <p><strong>(es/quote)</strong> Replace usage of <code>swc_atoms</code> with <code>swc_core::atoms</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11299">#11299</a>) (<a href="https://github.com/swc-project/swc/commit/c1e32fafd3dd8c2424331730c6ebc03bc793b058">c1e32fa</a>)</p> </li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li><strong>(es/transformer)</strong> Determine project structure (<a href="https://redirect.github.com/swc-project/swc/issues/11306">#11306</a>) (<a href="https://github.com/swc-project/swc/commit/58f2602981fd5d2efeabc44dc59fbc07dbb4e7cd">58f2602</a>)</li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/compat)</strong> Merge <code>regexp</code> pass into <code>Transformer</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11307">#11307</a>) (<a href="https://github.com/swc-project/swc/commit/440b391e65fab9514c40e65145828c956b8b437b">440b391</a>)</p> </li> <li> <p><strong>(es/compat)</strong> Merge <code>export_namespace_from</code> to <code>Transformer</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11309">#11309</a>) (<a href="https://github.com/swc-project/swc/commit/7a528ce66ef1a8b715b702de5d246d60a093ab70">7a528ce</a>)</p> </li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/transfomer)</strong> Prevent breaking change (<a href="https://redirect.github.com/swc-project/swc/issues/11308">#11308</a>) (<a href="https://github.com/swc-project/swc/commit/45827fac5d0d0434f425769f6b3f4383617355e0">45827fa</a>)</li> </ul> <h2>[1.15.2] - 2025-11-14</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/e36cc72a1645eb4c862d0de240c178b16d9ea427"><code>e36cc72</code></a> chore: Publish <code>1.15.3</code> with <code>swc_core</code> <code>v48.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/1064582764ebfb5b4a03577270ea254f3c9611d2"><code>1064582</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/57b34fa2b645d3199234595b7258063475b0882b"><code>57b34fa</code></a> chore: Publish <code>1.15.3-nightly-20251120.1</code> with <code>swc_core</code> <code>v48.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/23921613cc730d5ea9fbcf7665471835b8654fed"><code>2392161</code></a> chore: Specify dependency version to publish <code>swc_cli</code></li> <li><a href="https://github.com/swc-project/swc/commit/cfd92b1f4b0f3213e988511443474b99500f39f7"><code>cfd92b1</code></a> chore: Publish crates with <code>swc_core</code> <code>v48.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/88c6ac7eb05e3367d3d14e40bad8468218576783"><code>88c6ac7</code></a> fix(es/minifier): Remove unused arrow functions in dead code elimination (<a href="https://redirect.github.com/swc-project/swc/issues/11">#11</a>...</li> <li><a href="https://github.com/swc-project/swc/commit/b0d3154d994ee5159fe7e3271a4d76aed7ed798d"><code>b0d3154</code></a> chore: <code>use_sticky_comment: true</code> for Claude Code Review</li> <li><a href="https://github.com/swc-project/swc/commit/6d5a58571a038dc3429a57fe761ec84401f7ff0a"><code>6d5a585</code></a> chore: Publish crates with <code>swc_core</code> <code>v48.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/f615cdbc52773b4899fb7831992272088013acc0"><code>f615cdb</code></a> fix(es/plugin): use <code>#[cfg]</code> to avoid compilation error (<a href="https://redirect.github.com/swc-project/swc/issues/11316">#11316</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/f98ca273e88b851b27e5336ee6d3cc882c198dbe"><code>f98ca27</code></a> chore: Publish crates with <code>swc_core</code> <code>v48.0.0</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.14.0...v1.15.3">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.14.0&new-version=1.15.3)](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 28d5610 + 932623f commit c4fd7ce

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.14.0",
49+
"@swc/core": "^1.15.3",
5050
"@types/jest": "^30.0.0",
5151
"@types/node": "^24.10.1",
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)