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

Commit 370bcfe

Browse files
Bump @swc/core from 1.11.11 to 1.11.13 (#132)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.11.11 to 1.11.13. <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.11.13] - 2025-03-24</h2> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Merge alt's cons with cons (<a href="https://redirect.github.com/swc-project/swc/issues/10256">#10256</a>) (<a href="https://github.com/swc-project/swc/commit/589bcd70c4c3ad9f66ba2bbf5e4c46b82a5ddb68">589bcd7</a>)</p> </li> <li> <p><strong>(swc_core)</strong> Expose features of <code>swc_parallel</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10258">#10258</a>) (<a href="https://github.com/swc-project/swc/commit/042f19ff66e56a28a8a7616049744498c1349bfb">042f19f</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li><strong>(es/minifier)</strong> Merge <code>expr_simplifier</code> into pure optimizer (<a href="https://redirect.github.com/swc-project/swc/issues/10202">#10202</a>) (<a href="https://github.com/swc-project/swc/commit/9c9b0baaacf36083709dac2d18ba4db9482c70ed">9c9b0ba</a>)</li> </ul> <h2>[1.11.12] - 2025-03-23</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Make <code>inline_globals</code> noop by default (<a href="https://redirect.github.com/swc-project/swc/issues/10231">#10231</a>) (<a href="https://github.com/swc-project/swc/commit/b192dc82e6a84bd30f159fb12ca8a216f41e8efb">b192dc8</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix access to <code>GLOBALS</code> in char freq compute (<a href="https://redirect.github.com/swc-project/swc/issues/10239">#10239</a>) (<a href="https://github.com/swc-project/swc/commit/628666386877067c96c32f50b55cda80acde979e">6286663</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Fix span of wrong <code>await</code> tokens (<a href="https://redirect.github.com/swc-project/swc/issues/10252">#10252</a>) (<a href="https://github.com/swc-project/swc/commit/5c28dc39646a449a9d0a92f560427ee75e1b0644">5c28dc3</a>)</p> </li> <li> <p><strong>(es/types)</strong> Fix broken types (<a href="https://redirect.github.com/swc-project/swc/issues/10224">#10224</a>) (<a href="https://github.com/swc-project/swc/commit/540bdf868d888a017e90c9badf8bab49e9b485bb">540bdf8</a>)</p> </li> </ul> <h3>Documentation</h3> <ul> <li><strong>(es)</strong> Improve documentation (<a href="https://redirect.github.com/swc-project/swc/issues/10247">#10247</a>) (<a href="https://github.com/swc-project/swc/commit/549e38db9e13135c5318fdef76635eeb82a21c11">549e38d</a>)</li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/fast-lexer)</strong> Enhance identifier handling with Unicode support (<a href="https://redirect.github.com/swc-project/swc/issues/10226">#10226</a>) (<a href="https://github.com/swc-project/swc/commit/482b63a905ddcc49a0cbf0b5a84f93ca7d2a42df">482b63a</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Invoke IIFE into block (<a href="https://redirect.github.com/swc-project/swc/issues/10220">#10220</a>) (<a href="https://github.com/swc-project/swc/commit/c9a6c2378737828becd9b6a87c2fb3b93d9c0acb">c9a6c23</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/c3251a555a78ef60d13389d312b0f148c8837b88"><code>c3251a5</code></a> chore: Publish <code>1.11.13</code> with <code>swc_core</code> <code>v16.10.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/24a3fd4b10d8547bbf91eed7ec9f2f9b96744596"><code>24a3fd4</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/241ed9a457a7a73024a86704e34e4495eb75e536"><code>241ed9a</code></a> chore: Publish <code>1.11.13-nightly-20250324.1</code> with <code>swc_core</code> <code>v16.10.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/c42a33799c546a0a92b0971e0878c20a71f558b1"><code>c42a337</code></a> chore: Publish crates with <code>swc_core</code> <code>v16.10.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/9c9b0baaacf36083709dac2d18ba4db9482c70ed"><code>9c9b0ba</code></a> perf(es/minifier): Merge <code>expr_simplifier</code> into pure optimizer (<a href="https://redirect.github.com/swc-project/swc/issues/10202">#10202</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/042f19ff66e56a28a8a7616049744498c1349bfb"><code>042f19f</code></a> feat(swc_core): Expose features of <code>swc_parallel</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10258">#10258</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/589bcd70c4c3ad9f66ba2bbf5e4c46b82a5ddb68"><code>589bcd7</code></a> feat(es/minifier): Merge alt's cons with cons (<a href="https://redirect.github.com/swc-project/swc/issues/10256">#10256</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/7af0436a97f5b6e0cb9b4ea32f95c8508f1f9cbc"><code>7af0436</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/31790671e75eafe1d88df4e7b4c9bfa11ab5ac73"><code>3179067</code></a> chore: Publish <code>1.11.12</code> with <code>swc_core</code> <code>v16.9.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/5e6a08a56544ddf5ef2a01c6f935842318feb8ec"><code>5e6a08a</code></a> chore: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.11.11...v1.11.13">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.11.11&new-version=1.11.13)](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 3c21cbf + abb0fed commit 370bcfe

2 files changed

Lines changed: 66 additions & 66 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.11.11",
49+
"@swc/core": "^1.11.13",
5050
"@types/jest": "^29.5.14",
5151
"@types/node": "^22.13.10",
5252
"@typescript-eslint/eslint-plugin": "^6.21.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)