Skip to content

Commit

Permalink
Bump @swc/core from 1.10.7 to 1.10.8 (#106)
Browse files Browse the repository at this point in the history
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.10.7 to
1.10.8.
<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.10.8] - 2025-01-19</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(es/decorators)</strong> Fix init order of
<code>2022-03</code> impl (<a
href="https://redirect.github.com/swc-project/swc/issues/9760">#9760</a>)
(<a
href="https://github.com/swc-project/swc/commit/751a310e87cbbb61ebd76671018bf01d07487792">751a310</a>)</p>
</li>
<li>
<p><strong>(es/testing)</strong> Fix sourcemap generation (<a
href="https://redirect.github.com/swc-project/swc/issues/9891">#9891</a>)
(<a
href="https://github.com/swc-project/swc/commit/008f2dee6660529faf4cd498e33a5a3ffd4c6f2f">008f2de</a>)</p>
</li>
<li>
<p><strong>(es/ts_strip)</strong> Handle ASI hazard in return statement
(<a
href="https://redirect.github.com/swc-project/swc/issues/9882">#9882</a>)
(<a
href="https://github.com/swc-project/swc/commit/121b5fefbc17932816f69c88edc14f8387c493e9">121b5fe</a>)</p>
</li>
<li>
<p><strong>(typescript)</strong> Collect usages in extend clauses of
classes and interfaces (<a
href="https://redirect.github.com/swc-project/swc/issues/9893">#9893</a>)
(<a
href="https://github.com/swc-project/swc/commit/ef29ef6a225927ccdd3d98751f9a2cfef88ca237">ef29ef6</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>(typescript)</strong> Check computed property names of ts
signatures (<a
href="https://redirect.github.com/swc-project/swc/issues/9867">#9867</a>)
(<a
href="https://github.com/swc-project/swc/commit/caed78a7105969ac15347e99bc2a1c998fa5f7f7">caed78a</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li>
<p><strong>(bench)</strong> Run benchmark on a custom runner (<a
href="https://redirect.github.com/swc-project/swc/issues/9877">#9877</a>)
(<a
href="https://github.com/swc-project/swc/commit/2d6f9a5c27803257635b4b008c5d3b0592478e1d">2d6f9a5</a>)</p>
</li>
<li>
<p><strong>(es/codegen)</strong> Remove needless allocations (<a
href="https://redirect.github.com/swc-project/swc/issues/9890">#9890</a>)
(<a
href="https://github.com/swc-project/swc/commit/f230ff2d8454808ffa99c298448eba7522597219">f230ff2</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Make the first run of DCE more
efficient (<a
href="https://redirect.github.com/swc-project/swc/issues/9868">#9868</a>)
(<a
href="https://github.com/swc-project/swc/commit/7329824b825663c6c51c48dd5ace097da87e2c88">7329824</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Adjust parallel threshold (<a
href="https://redirect.github.com/swc-project/swc/issues/9872">#9872</a>)
(<a
href="https://github.com/swc-project/swc/commit/d5d856cf3b7c89da4d917cb1acea4fdb3096769b">d5d856c</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Box <code>VarUsageInfo</code> of
<code>ProgramData</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/9894">#9894</a>)
(<a
href="https://github.com/swc-project/swc/commit/fafd754f74be0cd9dfc1c0f5a24b1c078023cb64">fafd754</a>)</p>
</li>
<li>
<p><strong>(es/renamer)</strong> Use <code>IndexSet</code> for rename
queue (<a
href="https://redirect.github.com/swc-project/swc/issues/9866">#9866</a>)
(<a
href="https://github.com/swc-project/swc/commit/f404720b8fa0166a27f47bf6913307353def7fae">f404720</a>)</p>
</li>
<li>
<p><strong>(es/utils)</strong> Optimize <code>maybe_par_idx_raw</code>
(<a
href="https://redirect.github.com/swc-project/swc/issues/9870">#9870</a>)
(<a
href="https://github.com/swc-project/swc/commit/46e3d77396a9211ddd79c7390349053c857a9c76">46e3d77</a>)</p>
</li>
<li>
<p>Enable <code>concurrent</code> in codspeed bench (<a
href="https://redirect.github.com/swc-project/swc/issues/9862">#9862</a>)
(<a
href="https://github.com/swc-project/swc/commit/6c2bb13f9d9ec522a938d8aba535a8a93758e43d">6c2bb13</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/d7cf444f4430eb439bdcf17a0cd186f8e4fb0da9"><code>d7cf444</code></a>
chore: Publish <code>1.10.8</code> with <code>swc_core</code>
<code>v10.4.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/ac8f2fe3ce7ec38afdcf1f79f35bb132140d5416"><code>ac8f2fe</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/27ebe2749395d7c1e5f63447792be1570ec2fb96"><code>27ebe27</code></a>
chore: Publish <code>1.10.8-nightly-20250119.1</code> with
<code>swc_core</code> <code>v10.4.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/f014f3e76ffeaf11fde5a8f1f92525596a34e00e"><code>f014f3e</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v10.4.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/fafd754f74be0cd9dfc1c0f5a24b1c078023cb64"><code>fafd754</code></a>
perf(es/minifier): Box <code>VarUsageInfo</code> of
<code>ProgramData</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/9894">#9894</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/477897fc40ae882fe777ade865d19853ec30fa9b"><code>477897f</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v10.3.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/f230ff2d8454808ffa99c298448eba7522597219"><code>f230ff2</code></a>
perf(es/codegen): Remove needless allocations (<a
href="https://redirect.github.com/swc-project/swc/issues/9890">#9890</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/ef29ef6a225927ccdd3d98751f9a2cfef88ca237"><code>ef29ef6</code></a>
fix(typescript): Collect usages in extend clauses of classes and
interfaces (...</li>
<li><a
href="https://github.com/swc-project/swc/commit/aee2780ed6078126e9ec4da94c14af7044157e83"><code>aee2780</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v10.2.5</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/696d77d0b3769c36619550ababe8607fe4979da2"><code>696d77d</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v10.2.4</code></li>
<li>Additional commits viewable in <a
href="https://github.com/swc-project/swc/compare/v1.10.7...v1.10.8">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.10.7&new-version=1.10.8)](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>
  • Loading branch information
github-actions[bot] authored Jan 20, 2025
2 parents 0b1e48a + ca416e5 commit dacb9f0
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"types.d.ts"
],
"devDependencies": {
"@swc/core": "^1.10.7",
"@swc/core": "^1.10.8",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
130 changes: 65 additions & 65 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dacb9f0

Please sign in to comment.