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

Commit e8c46bc

Browse files
Bump @swc/core from 1.12.1 to 1.12.5 (#161)
[//]: # (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.12.1 to 1.12.5. <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.12.5] - 2025-06-21</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/parser)</strong> Parse jsx entity (<a href="https://redirect.github.com/swc-project/swc/issues/10652">#10652</a>) (<a href="https://github.com/swc-project/swc/commit/bfd3bc5456a33e3d66008ea198d9c5f38660af39">bfd3bc5</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Consider reseved ident in jsx name (<a href="https://redirect.github.com/swc-project/swc/issues/10647">#10647</a>) (<a href="https://github.com/swc-project/swc/commit/9262a591fd8f35200948fa298aa0f9cc4d0a06e7">9262a59</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li><strong>(es/parser)</strong> Optimize <code>next_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10654">#10654</a>) (<a href="https://github.com/swc-project/swc/commit/1be2ca0d6e0cbe096352521b016320b6a30d36b7">1be2ca0</a>)</li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/lexer)</strong> Remove faster path for <code>\t</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10650">#10650</a>) (<a href="https://github.com/swc-project/swc/commit/d6ac3b7adbe067b3796cba57480806b3e23cfafb">d6ac3b7</a>)</li> </ul> <h2>[1.12.4] - 2025-06-20</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Fix <code>Buffer</code> handling of <code>minify()</code> API (<a href="https://redirect.github.com/swc-project/swc/issues/10643">#10643</a>) (<a href="https://github.com/swc-project/swc/commit/cdf068e1bd8f007e06f41bd05f98055243468ba4">cdf068e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix arrow inlining (<a href="https://redirect.github.com/swc-project/swc/issues/10642">#10642</a>) (<a href="https://github.com/swc-project/swc/commit/7232c102d36bbf6957bd7326d9392d2b00155ee9">7232c10</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Don't be greedy in the end of jsx open el (<a href="https://redirect.github.com/swc-project/swc/issues/10637">#10637</a>) (<a href="https://github.com/swc-project/swc/commit/8a2c656d50dd1fe86b7338dc83cc1397a99ebbbe">8a2c656</a>)</p> </li> <li> <p>Update <code>par-core</code> and <code>par-iter</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10629">#10629</a>) (<a href="https://github.com/swc-project/swc/commit/38f7d51d3ca2d55a85020cca0cffc22b2e5b5b8a">38f7d51</a>)</p> </li> <li> <p>Fix CI (<a href="https://redirect.github.com/swc-project/swc/issues/10641">#10641</a>) (<a href="https://github.com/swc-project/swc/commit/9df98f748eba99de4c51dc407de34b97456e93ce">9df98f7</a>)</p> </li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/parser)</strong> Cleanup (<a href="https://redirect.github.com/swc-project/swc/issues/10631">#10631</a>) (<a href="https://github.com/swc-project/swc/commit/c7c2035292c3a86d65ad97438ffc9ffa2df09628">c7c2035</a>)</li> </ul> <h2>[1.12.3] - 2025-06-19</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/923361c492ff0b7c2749dc7ba615f9f8f94c9a80"><code>923361c</code></a> chore: Publish <code>1.12.5</code> with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/3789c2243616d7d509ebf81a28aa08259547ce43"><code>3789c22</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/fbbc3e5c71b6510deb4881508475f03592e5c5e2"><code>fbbc3e5</code></a> chore: Publish <code>1.12.5-nightly-20250621.1</code> with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/a95fcd34e930b66c9f1f446c5ead0193ce10de30"><code>a95fcd3</code></a> chore: Publish crates with <code>swc_core</code> <code>v29.0.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/d6ac3b7adbe067b3796cba57480806b3e23cfafb"><code>d6ac3b7</code></a> refactor(es/lexer): Remove faster path for <code>\t</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10650">#10650</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/1be2ca0d6e0cbe096352521b016320b6a30d36b7"><code>1be2ca0</code></a> perf(es/parser): Optimize <code>next_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/10654">#10654</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/9262a591fd8f35200948fa298aa0f9cc4d0a06e7"><code>9262a59</code></a> fix(es/parser): consider reseved ident in jsx name (<a href="https://redirect.github.com/swc-project/swc/issues/10647">#10647</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/bfd3bc5456a33e3d66008ea198d9c5f38660af39"><code>bfd3bc5</code></a> fix(es/parser): Parse jsx entity (<a href="https://redirect.github.com/swc-project/swc/issues/10652">#10652</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/72f51d4717c25a2a960e79b43d881728f7c21a3e"><code>72f51d4</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/8ef50fda4b9b4def0b54669888a97ca87e5be9d2"><code>8ef50fd</code></a> chore: Publish <code>1.12.4</code> with <code>swc_core</code> <code>v29.0.1</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.12.1...v1.12.5">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.12.1&new-version=1.12.5)](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 fcc08bf + eb4bed6 commit e8c46bc

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.12.1",
49+
"@swc/core": "^1.12.5",
5050
"@types/jest": "^29.5.14",
5151
"@types/node": "^24.0.3",
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)