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

Commit 3c21cbf

Browse files
Bump @swc/core from 1.11.8 to 1.11.11 (#131)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.11.8 to 1.11.11. <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.11] - 2025-03-17</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/ast)</strong> Fix Typo in API (<a href="https://redirect.github.com/swc-project/swc/issues/10210">#10210</a>) (<a href="https://github.com/swc-project/swc/commit/8eb87ba89698f5d8ce2ade37737ae3e285f1235c">8eb87ba</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Do not drop numbers incorrectly (<a href="https://redirect.github.com/swc-project/swc/issues/10211">#10211</a>) (<a href="https://github.com/swc-project/swc/commit/80ccd861a280c133f48e6fe01e80814da8f03cc4">80ccd86</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Allow TypeScript nodes to fix <code>styled-jsx</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10221">#10221</a>) (<a href="https://github.com/swc-project/swc/commit/9d87d4d8e4d14fd1d58a8bc04a61823367435605">9d87d4d</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li><strong>(es/minifier)</strong> Default to the smallest size (<a href="https://redirect.github.com/swc-project/swc/issues/10218">#10218</a>) (<a href="https://github.com/swc-project/swc/commit/800f51aae55be0025f8ae494b1ced7579f6f17de">800f51a</a>)</li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li><strong>(es/minifier)</strong> Make <code>test.sh</code> faster (<a href="https://redirect.github.com/swc-project/swc/issues/10209">#10209</a>) (<a href="https://github.com/swc-project/swc/commit/f28d96e356d07d9d2bdb68815a0736b380b53e93">f28d96e</a>)</li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/minifier)</strong> Move some deps to dev deps (<a href="https://redirect.github.com/swc-project/swc/issues/10216">#10216</a>) (<a href="https://github.com/swc-project/swc/commit/1dcdbbc78d64f6eb52f320f50b3928e9f185bf6f">1dcdbbc</a>)</li> </ul> <h3>Testing</h3> <ul> <li> <p><strong>(es/minifier)</strong> Add full tests back (<a href="https://redirect.github.com/swc-project/swc/issues/10212">#10212</a>) (<a href="https://github.com/swc-project/swc/commit/e6c04b4f58ee6d7a7fca6bace5fa1ec959551873">e6c04b4</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove <code>full</code> tests with too large input (<a href="https://redirect.github.com/swc-project/swc/issues/10213">#10213</a>) (<a href="https://github.com/swc-project/swc/commit/99b590f869f950373bc784e9080a5321a5e96d1c">99b590f</a>)</p> </li> </ul> <h2>[1.11.10] - 2025-03-17</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/proposal)</strong> Fix declarations for <code>explicit-resource-management</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10198">#10198</a>) (<a href="https://github.com/swc-project/swc/commit/99ba555c810a89ceae899cf612f8ee17925f5581">99ba555</a>)</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/6eeb0d6e1ed56d96da25f6b12bd856f150632369"><code>6eeb0d6</code></a> chore: Publish <code>1.11.11</code> with <code>swc_core</code> <code>v16.7.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/96ddb00abb6f08cff2193f4b51f13fff50814d28"><code>96ddb00</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/3a2f89eeb10a6b7302baccc51212d2b3580edee0"><code>3a2f89e</code></a> chore: Publish <code>1.11.11-nightly-20250317.1</code> with <code>swc_core</code> <code>v16.7.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/eabecda05830f3b1fee4da8eebecf1dcb3eb439b"><code>eabecda</code></a> chore: Publish crates with <code>swc_core</code> <code>v16.7.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/800f51aae55be0025f8ae494b1ced7579f6f17de"><code>800f51a</code></a> feat(es/minifier): Default to the smallest size (<a href="https://redirect.github.com/swc-project/swc/issues/10218">#10218</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/611c5b11cadca48cc71a8f0bc6ba28a4c8564296"><code>611c5b1</code></a> chore: Publish crates with <code>swc_core</code> <code>v16.6.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/9d87d4d8e4d14fd1d58a8bc04a61823367435605"><code>9d87d4d</code></a> fix(es/minifier): Allow TypeScript nodes to fix <code>styled-jsx</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10221">#10221</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/fc889605749d0f218623d37babfdb01bd99f3c08"><code>fc88960</code></a> chore: Publish crates with <code>swc_core</code> <code>v16.6.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/1dcdbbc78d64f6eb52f320f50b3928e9f185bf6f"><code>1dcdbbc</code></a> refactor(es/minifier): Move some deps to dev deps (<a href="https://redirect.github.com/swc-project/swc/issues/10216">#10216</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/80ccd861a280c133f48e6fe01e80814da8f03cc4"><code>80ccd86</code></a> fix(es/minifier): Do not drop numbers incorrectly (<a href="https://redirect.github.com/swc-project/swc/issues/10211">#10211</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.11.8...v1.11.11">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.8&new-version=1.11.11)](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 9709e34 + a100cfd commit 3c21cbf

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.8",
49+
"@swc/core": "^1.11.11",
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)