This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Commit 0eee29c
authored
Bump @swc/core from 1.15.3 to 1.15.5 (#210)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.15.3 to
1.15.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.15.5] - 2025-12-15</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(es/parser)</strong> Fix <code>bump</code> length (<a
href="https://redirect.github.com/swc-project/swc/issues/11372">#11372</a>)
(<a
href="https://github.com/swc-project/swc/commit/ec5c1bc5bf23249fd7cbd786ab735f9abb4ed9cb">ec5c1bc</a>)</p>
</li>
<li>
<p><strong>(es/transforms)</strong> Adjust import rewriter pass before
inject helpers pass (<a
href="https://redirect.github.com/swc-project/swc/issues/11371">#11371</a>)
(<a
href="https://github.com/swc-project/swc/commit/8516991cb5316b1fbdc7d52daa6f64b9ca9e0f32">8516991</a>)</p>
</li>
</ul>
<h2>[1.15.4] - 2025-12-13</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(es/compat)</strong> Preserve return value for
single-property object destructuring (<a
href="https://redirect.github.com/swc-project/swc/issues/11334">#11334</a>)
(<a
href="https://github.com/swc-project/swc/commit/847ad222a9a95e189850172345b0c26dfeb6c225">847ad22</a>)</p>
</li>
<li>
<p><strong>(es/compat)</strong> Fix generator transform for compound
assignments, for-in, and labeled break (<a
href="https://redirect.github.com/swc-project/swc/issues/11339">#11339</a>)
(<a
href="https://github.com/swc-project/swc/commit/9b6bedd6dab07f81808ee949c769c24e7ecda8a0">9b6bedd</a>)</p>
</li>
<li>
<p><strong>(es/compat)</strong> Destructuring evaluation order (<a
href="https://redirect.github.com/swc-project/swc/issues/11337">#11337</a>)
(<a
href="https://github.com/swc-project/swc/commit/49d04c750dc771a6b4a01ae7a0b438f48098a485">49d04c7</a>)</p>
</li>
<li>
<p><strong>(es/compat)</strong> Fix parameter default value evaluation
order with object rest (<a
href="https://redirect.github.com/swc-project/swc/issues/11352">#11352</a>)
(<a
href="https://github.com/swc-project/swc/commit/2ebb261c90ab24290a8b972bd4bd7b5b452ddefc">2ebb261</a>)</p>
</li>
<li>
<p><strong>(es/fixer)</strong> Preserve parens around IFFE in binary
expressions within sequences (<a
href="https://redirect.github.com/swc-project/swc/issues/11324">#11324</a>)
(<a
href="https://github.com/swc-project/swc/commit/a4c84ea7807839a87300d2e931b6a457f248b33a">a4c84ea</a>)</p>
</li>
<li>
<p><strong>(es/helpers)</strong> Avoid extra trap calls on excluded keys
in object rest spread (<a
href="https://redirect.github.com/swc-project/swc/issues/11338">#11338</a>)
(<a
href="https://github.com/swc-project/swc/commit/4662caf427c67a2aea7dade478b0f7c00276b30e">4662caf</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Fix <code>debug</code> cargo feature
(<a
href="https://redirect.github.com/swc-project/swc/issues/11325">#11325</a>)
(<a
href="https://github.com/swc-project/swc/commit/be86fad7e9b935faac2da7d881a6991295a6dbad">be86fad</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Fix optimization pass for
<code>merge_imports</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/11331">#11331</a>)
(<a
href="https://github.com/swc-project/swc/commit/ca2f7ed0d06c7d0971102875a5463176d0dd5204">ca2f7ed</a>)</p>
</li>
<li>
<p><strong>(es/parser)</strong> Don't call <code>bump_bytes</code> in
the <code>continue_if</code> of <code>byte_search!</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/11328">#11328</a>)
(<a
href="https://github.com/swc-project/swc/commit/583619d019b548621becb8fb0c895dd9ce85da71">583619d</a>)</p>
</li>
<li>
<p><strong>(es/parser)</strong> Support type-only string literal in
import specifiers (<a
href="https://redirect.github.com/swc-project/swc/issues/11333">#11333</a>)
(<a
href="https://github.com/swc-project/swc/commit/07762f13e9ddc5e756b545cb2a6877f427733406">07762f1</a>)</p>
</li>
<li>
<p><strong>(es/parser)</strong> Handle TypeScript expressions in
destructuring patterns (<a
href="https://redirect.github.com/swc-project/swc/issues/11353">#11353</a>)
(<a
href="https://github.com/swc-project/swc/commit/160ec343404d7363e94a447be5c23bed2ab50e37">160ec34</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/bd5cb41eac41628d6a78fe961a08a8fae54efbd9"><code>bd5cb41</code></a>
chore: Publish <code>1.15.5</code> with <code>swc_core</code>
<code>v50.2.3</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/f61bbcb0b1d670dcae5db9241eb6378ea0ba9819"><code>f61bbcb</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/905f8aba29c7aaa2064ef0c3bdbda12890a56b21"><code>905f8ab</code></a>
chore: Publish <code>1.15.5-nightly-20251215.1</code> with
<code>swc_core</code> <code>v50.2.3</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/49123953cccf0cedcb38f00ceb1dc00e61ccde18"><code>4912395</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v50.2.3</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/ec5c1bc5bf23249fd7cbd786ab735f9abb4ed9cb"><code>ec5c1bc</code></a>
fix(es/parser): Fix <code>bump</code> length (<a
href="https://redirect.github.com/swc-project/swc/issues/11372">#11372</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/8516991cb5316b1fbdc7d52daa6f64b9ca9e0f32"><code>8516991</code></a>
fix(es/transforms): Adjust import rewriter pass before inject helpers
pass (#...</li>
<li><a
href="https://github.com/swc-project/swc/commit/09576124e1b77a383c7fd6036e1a53a30bc683a8"><code>0957612</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/f34aa97fc8d73ad4925e1dd9f099b2e58c3c11dc"><code>f34aa97</code></a>
chore: Publish <code>1.15.4</code> with <code>swc_core</code>
<code>v50.2.2</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/d0c0ea4d5c95effa10906e5f74c0a8f1b3bb1eff"><code>d0c0ea4</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/d8186088ead23ba2b6ddac08a1ed06b3a7b8a3ed"><code>d818608</code></a>
chore: Publish <code>1.15.4-nightly-20251213.1</code> with
<code>swc_core</code> <code>v50.2.2</code></li>
<li>Additional commits viewable in <a
href="https://github.com/swc-project/swc/compare/v1.15.3...v1.15.5">compare
view</a></li>
</ul>
</details>
<br />
[](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 files changed
Lines changed: 63 additions & 63 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments