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

Commit 80588d8

Browse files
Bump @swc/core from 1.10.16 to 1.10.18 (#119)
[//]: # (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.10.16 to 1.10.18. <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.18] - 2025-02-19</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(hstr)</strong> Prevent memory leak for global stores (<a href="https://redirect.github.com/swc-project/swc/issues/10047">#10047</a>) (<a href="https://github.com/swc-project/swc/commit/4718bc0df9dd3285442f0dcf3b9709d8440703e5">4718bc0</a>)</li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li><strong>(es/minifier)</strong> Make <code>minify-all</code> example ignore parsing errors (<a href="https://redirect.github.com/swc-project/swc/issues/10045">#10045</a>) (<a href="https://github.com/swc-project/swc/commit/6c7ec46ee423d745305204460f15450c897a90a9">6c7ec46</a>)</li> </ul> <h3>Build</h3> <ul> <li><strong>(es)</strong> Select optimization level for each crates (<a href="https://redirect.github.com/swc-project/swc/issues/10046">#10046</a>) (<a href="https://github.com/swc-project/swc/commit/c28d4942c513c4dad8bc69e1c6ca2679132b58f6">c28d494</a>)</li> </ul> <h2>[1.10.17] - 2025-02-18</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(deps)</strong> Update cargo (patch) (<a href="https://redirect.github.com/swc-project/swc/issues/10021">#10021</a>) (<a href="https://github.com/swc-project/swc/commit/ffb77342d977722c6afa93ac5c8959e2152ea11c">ffb7734</a>)</p> </li> <li> <p><strong>(typescript)</strong> Improve type inferring for undefined and null (<a href="https://redirect.github.com/swc-project/swc/issues/10038">#10038</a>) (<a href="https://github.com/swc-project/swc/commit/5059ece95a2bf941779213e34dd18997d16a7140">5059ece</a>)</p> </li> <li> <p><strong>(typescript)</strong> Remove the usages of private members (<a href="https://redirect.github.com/swc-project/swc/issues/10037">#10037</a>) (<a href="https://github.com/swc-project/swc/commit/8410b596218bfea290751ed40e29fcea8626d0dc">8410b59</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(hstr)</strong> Use thin arc for hash and length (<a href="https://redirect.github.com/swc-project/swc/issues/10033">#10033</a>) (<a href="https://github.com/swc-project/swc/commit/2bea793bf39c53a5c36b8ccdd274ca93bf1ff1ed">2bea793</a>)</p> </li> <li> <p><strong>(hstr)</strong> Skip interning if the text is long enough (<a href="https://redirect.github.com/swc-project/swc/issues/10035">#10035</a>) (<a href="https://github.com/swc-project/swc/commit/2622e4e1d0263a6a10b6cd47cba3f4e50d697c32">2622e4e</a>)</p> </li> </ul> <h3>Testing</h3> <ul> <li><strong>(hstr)</strong> Add tests (<a href="https://redirect.github.com/swc-project/swc/issues/10043">#10043</a>) (<a href="https://github.com/swc-project/swc/commit/32b58f0b21bba8c32ea21d3c03d068c7fe260669">32b58f0</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/e7992d7e8dcfe6c368de12520d8e25a57f228e32"><code>e7992d7</code></a> chore: Publish <code>1.10.18</code> with <code>swc_core</code> <code>v14.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/b22d7ee3ab8ee0a6dd521298237c42633137c633"><code>b22d7ee</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/8da0357f2c81141124ea2e7c3a6ed34c670c465f"><code>8da0357</code></a> chore: Publish <code>1.10.18-nightly-20250219.1</code> with <code>swc_core</code> <code>v14.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/49f7288f537645b34933523951ab85b3c09ad66c"><code>49f7288</code></a> chore: Publish crates with <code>swc_core</code> <code>v14.0.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/4718bc0df9dd3285442f0dcf3b9709d8440703e5"><code>4718bc0</code></a> fix(hstr): Prevent memory leak for global stores (<a href="https://redirect.github.com/swc-project/swc/issues/10047">#10047</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/c28d4942c513c4dad8bc69e1c6ca2679132b58f6"><code>c28d494</code></a> build(es): Select optimization level for each crates (<a href="https://redirect.github.com/swc-project/swc/issues/10046">#10046</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/6c7ec46ee423d745305204460f15450c897a90a9"><code>6c7ec46</code></a> chore(es/minifier): Make <code>minify-all</code> example ignore parsing errors (<a href="https://redirect.github.com/swc-project/swc/issues/10045">#10045</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/13105b5d51e0717de5712c057cb95640febf72c0"><code>13105b5</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/ef7c149e65b869b4777221614564936aaf6a17b0"><code>ef7c149</code></a> chore: Publish <code>1.10.17</code> with <code>swc_core</code> <code>v14.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/b9a437b8f257f3d1811237fe362c8b0a039ee449"><code>b9a437b</code></a> chore: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.10.16...v1.10.18">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.16&new-version=1.10.18)](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 aa00679 + 8e084b7 commit 80588d8

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