chore(lambda): bump @swc/core from 1.15.1 to 1.15.8 in /lambdas - #5000
Merged
Conversation
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.15.1 to 1.15.8. - [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.15.1...v1.15.8) --- updated-dependencies: - dependency-name: "@swc/core" dependency-version: 1.15.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
npalm
approved these changes
Jan 30, 2026
Brend-Smits
pushed a commit
that referenced
this pull request
Mar 6, 2026
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.15.1 to 1.15.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.15.8] - 2025-12-30</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Remove unused webpack-related code (<a href="https://redirect.github.com/swc-project/swc/issues/11397">#11397</a>) (<a href="https://github.com/swc-project/swc/commit/8e4eab4c900d5a870788388cd32c35a32104643d">8e4eab4</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Evaluate TemplateLiteral in BinaryExpression (<a href="https://redirect.github.com/swc-project/swc/issues/11406">#11406</a>) (<a href="https://github.com/swc-project/swc/commit/8d1b6f613e61b7d7cf9ac9b9071bbe671b8baa8c">8d1b6f6</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> More strict check if cannot add ident when invoking IIFE (<a href="https://redirect.github.com/swc-project/swc/issues/11399">#11399</a>) (<a href="https://github.com/swc-project/swc/commit/03642aafd32af9d07803603795ae13b0fc80bf3a">03642aa</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Support BinaryExpression for Evaluator (<a href="https://redirect.github.com/swc-project/swc/issues/11390">#11390</a>) (<a href="https://github.com/swc-project/swc/commit/6c76f0adc39cbc72cbf3b81fdc2f521a5d0b6f7b">6c76f0a</a>)</p> </li> <li> <p><strong>(es/transformer)</strong> Merge <code>static_blocks</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11403">#11403</a>) (<a href="https://github.com/swc-project/swc/commit/55a5083f02e2eabd79e0839268f0a74aff2f69a4">55a5083</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/parser)</strong> Remove <code>Iterator</code> implementation for <code>Lexer</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11393">#11393</a>) (<a href="https://github.com/swc-project/swc/commit/59410188a2037ab88b516cddf4401149cc739ee8">5941018</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Optimize <code>do_outside_of_context</code> and <code>do_inside_of_context</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11394">#11394</a>) (<a href="https://github.com/swc-project/swc/commit/4210cf1ca1ec37a624cbeb36d8821855c3f56d41">4210cf1</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Remove <code>is_first</code> in lexer state (<a href="https://redirect.github.com/swc-project/swc/issues/11395">#11395</a>) (<a href="https://github.com/swc-project/swc/commit/97d903b4e580e99d0a02463c0a38e780f76bd274">97d903b</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Use <code>byte_search</code> to optimize <code>scan_jsx_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11398">#11398</a>) (<a href="https://github.com/swc-project/swc/commit/f9b4da2bd85d160b3ee4b3296ed520388675b90e">f9b4da2</a>)</p> </li> <li> <p>Reduce binary size with panic=abort and ICU optimizations (<a href="https://redirect.github.com/swc-project/swc/issues/11401">#11401</a>) (<a href="https://github.com/swc-project/swc/commit/18088b29826acd0948e9682e0de5ab47db399d32">18088b2</a>)</p> </li> </ul> <h3>Refactor</h3> <ul> <li> <p><strong>(es/compiler)</strong> Drop the crate (<a href="https://redirect.github.com/swc-project/swc/issues/11407">#11407</a>) (<a href="https://github.com/swc-project/swc/commit/8faa14ec0882dc20780fdc2c1fdba93d6cde7772">8faa14e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Move drop_console and unsafes from Pure to Optimizer (<a href="https://redirect.github.com/swc-project/swc/issues/11388">#11388</a>) (<a href="https://github.com/swc-project/swc/commit/ee408042547f0c3fe4d3a5dd2599a7846b619852">ee40804</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/f2432fe916bab3dc068768e96295d8e30e6de53a"><code>f2432fe</code></a> chore: Publish <code>1.15.8</code> with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/9aa8df0ff084ab244e2b5da444d5f14516b5a07a"><code>9aa8df0</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/a836b39f006355314a1de67715d1214c8ea3e931"><code>a836b39</code></a> chore: Publish <code>1.15.8-nightly-20251230.1</code> with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/67b28d9637af2f243c34967a07aba33e57867060"><code>67b28d9</code></a> chore: Publish crates with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/03642aafd32af9d07803603795ae13b0fc80bf3a"><code>03642aa</code></a> fix(es/minifier): More strict check if cannot add ident when invoking IIFE (#...</li> <li><a href="https://github.com/swc-project/swc/commit/8faa14ec0882dc20780fdc2c1fdba93d6cde7772"><code>8faa14e</code></a> refactor(es/compiler): Drop the crate (<a href="https://redirect.github.com/swc-project/swc/issues/11407">#11407</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/8d1b6f613e61b7d7cf9ac9b9071bbe671b8baa8c"><code>8d1b6f6</code></a> fix(es/minifier): Evaluate TemplateLiteral in BinaryExpression (<a href="https://redirect.github.com/swc-project/swc/issues/11406">#11406</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/55a5083f02e2eabd79e0839268f0a74aff2f69a4"><code>55a5083</code></a> feat(es/transformer): Merge <code>static_blocks</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11403">#11403</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/18088b29826acd0948e9682e0de5ab47db399d32"><code>18088b2</code></a> perf: Reduce binary size with panic=abort and ICU optimizations (<a href="https://redirect.github.com/swc-project/swc/issues/11401">#11401</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/f9b4da2bd85d160b3ee4b3296ed520388675b90e"><code>f9b4da2</code></a> perf(es/parser): Use <code>byte_search</code> to optimize <code>scan_jsx_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11398">#11398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.15.1...v1.15.8">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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…ub-aws-runners#5000) Bumps [@swc/core](https://github.com/swc-project/swc) from 1.15.1 to 1.15.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.15.8] - 2025-12-30</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Remove unused webpack-related code (<a href="https://redirect.github.com/swc-project/swc/issues/11397">#11397</a>) (<a href="https://github.com/swc-project/swc/commit/8e4eab4c900d5a870788388cd32c35a32104643d">8e4eab4</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Evaluate TemplateLiteral in BinaryExpression (<a href="https://redirect.github.com/swc-project/swc/issues/11406">#11406</a>) (<a href="https://github.com/swc-project/swc/commit/8d1b6f613e61b7d7cf9ac9b9071bbe671b8baa8c">8d1b6f6</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> More strict check if cannot add ident when invoking IIFE (<a href="https://redirect.github.com/swc-project/swc/issues/11399">#11399</a>) (<a href="https://github.com/swc-project/swc/commit/03642aafd32af9d07803603795ae13b0fc80bf3a">03642aa</a>)</p> </li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Support BinaryExpression for Evaluator (<a href="https://redirect.github.com/swc-project/swc/issues/11390">#11390</a>) (<a href="https://github.com/swc-project/swc/commit/6c76f0adc39cbc72cbf3b81fdc2f521a5d0b6f7b">6c76f0a</a>)</p> </li> <li> <p><strong>(es/transformer)</strong> Merge <code>static_blocks</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11403">#11403</a>) (<a href="https://github.com/swc-project/swc/commit/55a5083f02e2eabd79e0839268f0a74aff2f69a4">55a5083</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/parser)</strong> Remove <code>Iterator</code> implementation for <code>Lexer</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11393">#11393</a>) (<a href="https://github.com/swc-project/swc/commit/59410188a2037ab88b516cddf4401149cc739ee8">5941018</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Optimize <code>do_outside_of_context</code> and <code>do_inside_of_context</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11394">#11394</a>) (<a href="https://github.com/swc-project/swc/commit/4210cf1ca1ec37a624cbeb36d8821855c3f56d41">4210cf1</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Remove <code>is_first</code> in lexer state (<a href="https://redirect.github.com/swc-project/swc/issues/11395">#11395</a>) (<a href="https://github.com/swc-project/swc/commit/97d903b4e580e99d0a02463c0a38e780f76bd274">97d903b</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Use <code>byte_search</code> to optimize <code>scan_jsx_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11398">#11398</a>) (<a href="https://github.com/swc-project/swc/commit/f9b4da2bd85d160b3ee4b3296ed520388675b90e">f9b4da2</a>)</p> </li> <li> <p>Reduce binary size with panic=abort and ICU optimizations (<a href="https://redirect.github.com/swc-project/swc/issues/11401">#11401</a>) (<a href="https://github.com/swc-project/swc/commit/18088b29826acd0948e9682e0de5ab47db399d32">18088b2</a>)</p> </li> </ul> <h3>Refactor</h3> <ul> <li> <p><strong>(es/compiler)</strong> Drop the crate (<a href="https://redirect.github.com/swc-project/swc/issues/11407">#11407</a>) (<a href="https://github.com/swc-project/swc/commit/8faa14ec0882dc20780fdc2c1fdba93d6cde7772">8faa14e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Move drop_console and unsafes from Pure to Optimizer (<a href="https://redirect.github.com/swc-project/swc/issues/11388">#11388</a>) (<a href="https://github.com/swc-project/swc/commit/ee408042547f0c3fe4d3a5dd2599a7846b619852">ee40804</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/f2432fe916bab3dc068768e96295d8e30e6de53a"><code>f2432fe</code></a> chore: Publish <code>1.15.8</code> with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/9aa8df0ff084ab244e2b5da444d5f14516b5a07a"><code>9aa8df0</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/a836b39f006355314a1de67715d1214c8ea3e931"><code>a836b39</code></a> chore: Publish <code>1.15.8-nightly-20251230.1</code> with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/67b28d9637af2f243c34967a07aba33e57867060"><code>67b28d9</code></a> chore: Publish crates with <code>swc_core</code> <code>v54.0.0</code></li> <li><a href="https://github.com/swc-project/swc/commit/03642aafd32af9d07803603795ae13b0fc80bf3a"><code>03642aa</code></a> fix(es/minifier): More strict check if cannot add ident when invoking IIFE (#...</li> <li><a href="https://github.com/swc-project/swc/commit/8faa14ec0882dc20780fdc2c1fdba93d6cde7772"><code>8faa14e</code></a> refactor(es/compiler): Drop the crate (<a href="https://redirect.github.com/swc-project/swc/issues/11407">#11407</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/8d1b6f613e61b7d7cf9ac9b9071bbe671b8baa8c"><code>8d1b6f6</code></a> fix(es/minifier): Evaluate TemplateLiteral in BinaryExpression (<a href="https://redirect.github.com/swc-project/swc/issues/11406">#11406</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/55a5083f02e2eabd79e0839268f0a74aff2f69a4"><code>55a5083</code></a> feat(es/transformer): Merge <code>static_blocks</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11403">#11403</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/18088b29826acd0948e9682e0de5ab47db399d32"><code>18088b2</code></a> perf: Reduce binary size with panic=abort and ICU optimizations (<a href="https://redirect.github.com/swc-project/swc/issues/11401">#11401</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/f9b4da2bd85d160b3ee4b3296ed520388675b90e"><code>f9b4da2</code></a> perf(es/parser): Use <code>byte_search</code> to optimize <code>scan_jsx_token</code> (<a href="https://redirect.github.com/swc-project/swc/issues/11398">#11398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.15.1...v1.15.8">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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @swc/core from 1.15.1 to 1.15.8.
Changelog
Sourced from
@swc/core's changelog.... (truncated)
Commits
f2432fechore: Publish1.15.8withswc_corev54.0.09aa8df0chore: Update changeloga836b39chore: Publish1.15.8-nightly-20251230.1withswc_corev54.0.067b28d9chore: Publish crates withswc_corev54.0.003642aafix(es/minifier): More strict check if cannot add ident when invoking IIFE (#...8faa14erefactor(es/compiler): Drop the crate (#11407)8d1b6f6fix(es/minifier): Evaluate TemplateLiteral in BinaryExpression (#11406)55a5083feat(es/transformer): Mergestatic_blocks(#11403)18088b2perf: Reduce binary size with panic=abort and ICU optimizations (#11401)f9b4da2perf(es/parser): Usebyte_searchto optimizescan_jsx_token(#11398)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)