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

Commit c473d7a

Browse files
Bump @swc/core from 1.13.2 to 1.13.3 (#180)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@swc/core](https://github.com/swc-project/swc) from 1.13.2 to 1.13.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.13.3] - 2025-07-29</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Check exported when optimize last expr (<a href="https://redirect.github.com/swc-project/swc/issues/10939">#10939</a>) (<a href="https://github.com/swc-project/swc/commit/f6f15f38d38ef5458d8dd5c9b9a7090c1da6fd65">f6f15f3</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Disallow types (<a href="https://redirect.github.com/swc-project/swc/issues/10945">#10945</a>) (<a href="https://github.com/swc-project/swc/commit/63172ef3b069f6e7ef301233ad6f421d18cd8307">63172ef</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Don't optimize Number properties when Number is shadowed (<a href="https://redirect.github.com/swc-project/swc/issues/10947">#10947</a>) (<a href="https://github.com/swc-project/swc/commit/40a1e2e6b86756a8b1234057ad719bf0b1ef240f">40a1e2e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix cycle detection (<a href="https://redirect.github.com/swc-project/swc/issues/10950">#10950</a>) (<a href="https://github.com/swc-project/swc/commit/212d8bcff1b3986746b57f22f574a0a4e81bd39c">212d8bc</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Correctly handle EOF position (<a href="https://redirect.github.com/swc-project/swc/issues/10934">#10934</a>) (<a href="https://github.com/swc-project/swc/commit/dd70fbd0dd24f5c7652cf79d1be99d5f4bb9e1c6">dd70fbd</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/minifier)</strong> Remove visitor of CharFreqAnalyzer (<a href="https://redirect.github.com/swc-project/swc/issues/10928">#10928</a>) (<a href="https://github.com/swc-project/swc/commit/65534ff998036ca881e27ed13074df7d2cadae5d">65534ff</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove pre-compress pass (<a href="https://redirect.github.com/swc-project/swc/issues/10932">#10932</a>) (<a href="https://github.com/swc-project/swc/commit/c7f0e4d5e6c0d6492e750d662711f9b495bc280d">c7f0e4d</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Use bitflag for var kind (<a href="https://redirect.github.com/swc-project/swc/issues/10940">#10940</a>) (<a href="https://github.com/swc-project/swc/commit/43179889525734f9a129d68dc4381fba881d1e66">4317988</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove needless clone (<a href="https://redirect.github.com/swc-project/swc/issues/10949">#10949</a>) (<a href="https://github.com/swc-project/swc/commit/b5e5e8c35abd4d04b90e18719d059242ed9b33eb">b5e5e8c</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10933">#10933</a>) (<a href="https://github.com/swc-project/swc/commit/e44fbd44f348dcd16608b4a29a5582198a70e229">e44fbd4</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10941">#10941</a>) (<a href="https://github.com/swc-project/swc/commit/a262eeb053265878333cf597f8c1f167a13c02b6">a262eeb</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/335c33d49377c7a48734f891784fb5d563104590"><code>335c33d</code></a> chore: Publish <code>1.13.3</code> with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/404967ba55e3a5913c9de448e8c3ebc1ec3d2c31"><code>404967b</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/a372da4d144f1f29af04e1e374969c9857c09487"><code>a372da4</code></a> chore: Publish <code>1.13.3-nightly-20250729.1</code> with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/eda0c58d701ca3a8a59125f17a301a72fa916e47"><code>eda0c58</code></a> chore: Publish crates with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/212d8bcff1b3986746b57f22f574a0a4e81bd39c"><code>212d8bc</code></a> fix(es/minifier): Fix cycle detection (<a href="https://redirect.github.com/swc-project/swc/issues/10950">#10950</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/b5e5e8c35abd4d04b90e18719d059242ed9b33eb"><code>b5e5e8c</code></a> perf(es/minifier): Remove needless clone (<a href="https://redirect.github.com/swc-project/swc/issues/10949">#10949</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/40a1e2e6b86756a8b1234057ad719bf0b1ef240f"><code>40a1e2e</code></a> fix(es/minifier): Don't optimize Number properties when Number is shadowed (#...</li> <li><a href="https://github.com/swc-project/swc/commit/63172ef3b069f6e7ef301233ad6f421d18cd8307"><code>63172ef</code></a> fix(es/minifier): Disallow types (<a href="https://redirect.github.com/swc-project/swc/issues/10945">#10945</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/a262eeb053265878333cf597f8c1f167a13c02b6"><code>a262eeb</code></a> perf(es/parser): Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10941">#10941</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/43179889525734f9a129d68dc4381fba881d1e66"><code>4317988</code></a> perf(es/minifier): Use bitflag for var kind (<a href="https://redirect.github.com/swc-project/swc/issues/10940">#10940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.13.2...v1.13.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.13.2&new-version=1.13.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 83e6d1b + b71d949 commit c473d7a

2 files changed

Lines changed: 67 additions & 67 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.13.2",
49+
"@swc/core": "^1.13.3",
5050
"@types/jest": "^30.0.0",
5151
"@types/node": "^24.2.1",
5252
"@typescript-eslint/eslint-plugin": "^6.21.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)