Skip to content

chore(lambda): bump @swc/core from 1.10.18 to 1.11.18 in /lambdas#4524

Merged
stuartp44 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/lambdas/swc/core-1.11.18
Apr 8, 2025
Merged

chore(lambda): bump @swc/core from 1.10.18 to 1.11.18 in /lambdas#4524
stuartp44 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/lambdas/swc/core-1.11.18

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2025

Bumps @swc/core from 1.10.18 to 1.11.18.

Changelog

Sourced from @​swc/core's changelog.

[1.11.18] - 2025-04-07

Bug Fixes

Features

Refactor

  • (es/codegen) Split lib.rs into multiple files (#10304) (5a07a5d)

  • (es/codegen) Refactor macro to inverse order (#10297) (78f907f)

Testing

[1.11.16] - 2025-04-01

Miscellaneous Tasks

[1.11.15] - 2025-04-01

... (truncated)

Commits
  • 510d2ed chore: Publish 1.11.18 with swc_core v21.0.1
  • bb12771 chore: Update changelog
  • 5b7ea0b chore: Publish 1.11.18-nightly-20250407.2 with swc_core v21.0.1
  • da1a697 chore: Fix publish action for x86_64 linux by merging features
  • 530151c chore: Update changelog
  • 2726008 chore: Publish 1.11.18-nightly-20250407.1 with swc_core v21.0.1
  • 048c37f chore: Publish crates with swc_core v21.0.1
  • c480604 feat(ts/isolated-dts): Distinguish js value and ts type (#10316)
  • bdde843 chore: Publish crates with swc_core v21.0.0
  • a3e4763 chore: Upgrade openssl to fix cargo deny errors (#10319)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.10.18 to 1.11.18.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.18...v1.11.18)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-version: 1.11.18
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2025
@dependabot dependabot Bot requested a review from a team as a code owner April 7, 2025 19:58
@stuartp44 stuartp44 merged commit d108131 into main Apr 8, 2025
5 checks passed
@stuartp44 stuartp44 deleted the dependabot/npm_and_yarn/lambdas/swc/core-1.11.18 branch April 8, 2025 11:31
LudovicTOURMAN pushed a commit to doctolib-lab/terraform-aws-github-runner that referenced this pull request Apr 7, 2026
…thub-aws-runners#4524)

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.10.18 to
1.11.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.11.18] - 2025-04-07</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(errors)</strong> Disable wrapping of text lines (<a
href="https://redirect.github.com/swc-project/swc/issues/10314">#10314</a>)
(<a
href="https://github.com/swc-project/swc/commit/f6840ea41411adcc46cfb7570ad800d479f2014d">f6840ea</a>)</p>
</li>
<li>
<p><strong>(es/codegen)</strong> Ensure proper Unicode escape handling
for ES5 and below <a
href="https://redirect.github.com/swc-project/swc/issues/10028">#10028</a>
(<a
href="https://redirect.github.com/swc-project/swc/issues/10309">#10309</a>)
(<a
href="https://github.com/swc-project/swc/commit/7f76fa37050cfa46503333243cf2d9bd6e9dfd47">7f76fa3</a>)</p>
</li>
<li>
<p><strong>(node)</strong> Fix <code>worker_threads</code> issue on
glibc platform (<a
href="https://redirect.github.com/swc-project/swc/issues/10306">#10306</a>)
(<a
href="https://github.com/swc-project/swc/commit/1d1ff9edcc6376b94f95c2f421c8708d12388b8a">1d1ff9e</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><strong>(es/minifier)</strong> Optimize number to int (<a
href="https://redirect.github.com/swc-project/swc/issues/10294">#10294</a>)
(<a
href="https://github.com/swc-project/swc/commit/6dcfa703ef3cd87c76bdf25eb63446cfe8a161b5">6dcfa70</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Remove useless to number (<a
href="https://redirect.github.com/swc-project/swc/issues/10308">#10308</a>)
(<a
href="https://github.com/swc-project/swc/commit/898f17057af46dbc9a10d9e94c638db764733278">898f170</a>)</p>
</li>
<li>
<p><strong>(ts/isolated-dts)</strong> Distinguish js value and ts type
(<a
href="https://redirect.github.com/swc-project/swc/issues/10316">#10316</a>)
(<a
href="https://github.com/swc-project/swc/commit/c480604da533f0c2738160efe31d914355f53601">c480604</a>)</p>
</li>
</ul>
<h3>Refactor</h3>
<ul>
<li>
<p><strong>(es/codegen)</strong> Split <code>lib.rs</code> into multiple
files (<a
href="https://redirect.github.com/swc-project/swc/issues/10304">#10304</a>)
(<a
href="https://github.com/swc-project/swc/commit/5a07a5db219a9251091d36190151101ac1b7e3fb">5a07a5d</a>)</p>
</li>
<li>
<p><strong>(es/codegen)</strong> Refactor macro to inverse order (<a
href="https://redirect.github.com/swc-project/swc/issues/10297">#10297</a>)
(<a
href="https://github.com/swc-project/swc/commit/78f907f5bb97de54c3c26ca24b5de3a4be7940d1">78f907f</a>)</p>
</li>
</ul>
<h3>Testing</h3>
<ul>
<li><strong>(es/minifier)</strong> Remove duplicate test (<a
href="https://redirect.github.com/swc-project/swc/issues/10305">#10305</a>)
(<a
href="https://github.com/swc-project/swc/commit/a80dea81dfa960f2922591a76c6f1b81ab8e12cd">a80dea8</a>)</li>
</ul>
<h2>[1.11.16] - 2025-04-01</h2>
<h3>Miscellaneous Tasks</h3>
<ul>
<li><strong>(deps)</strong> Update actions (<a
href="https://redirect.github.com/swc-project/swc/issues/10222">#10222</a>)
(<a
href="https://github.com/swc-project/swc/commit/cf33196160fdcd004e188c33f8f665a4c81263f2">cf33196</a>)</li>
</ul>
<h2>[1.11.15] - 2025-04-01</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/swc-project/swc/commit/510d2ed4b510e3030fa1de644934a30749989bb4"><code>510d2ed</code></a>
chore: Publish <code>1.11.18</code> with <code>swc_core</code>
<code>v21.0.1</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/bb127718586c8e5fb010d229f1688defb7f4b581"><code>bb12771</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/5b7ea0b2af67f20d46c795f5f6410ef61e564ad4"><code>5b7ea0b</code></a>
chore: Publish <code>1.11.18-nightly-20250407.2</code> with
<code>swc_core</code> <code>v21.0.1</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/da1a69771c1a2b23f103496745a36620e10e4da8"><code>da1a697</code></a>
chore: Fix publish action for x86_64 linux by merging features</li>
<li><a
href="https://github.com/swc-project/swc/commit/530151cb83299ac41f98c6cddbf0e49a981d619d"><code>530151c</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/272600885476c893859c87fb7e1aa233cb300022"><code>2726008</code></a>
chore: Publish <code>1.11.18-nightly-20250407.1</code> with
<code>swc_core</code> <code>v21.0.1</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/048c37f40a90d35a1c8fa23eef4dcab9a9754ee7"><code>048c37f</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v21.0.1</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/c480604da533f0c2738160efe31d914355f53601"><code>c480604</code></a>
feat(ts/isolated-dts): Distinguish js value and ts type (<a
href="https://redirect.github.com/swc-project/swc/issues/10316">#10316</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/bdde84336f0491017fefa79723b81a0b852b479a"><code>bdde843</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v21.0.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/a3e4763ff6d0a9164456a0418e8270f9202972b7"><code>a3e4763</code></a>
chore: Upgrade <code>openssl</code> to fix cargo deny errors (<a
href="https://redirect.github.com/swc-project/swc/issues/10319">#10319</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/swc-project/swc/compare/v1.10.18...v1.11.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.18&new-version=1.11.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant