Skip to content

Commit e80baa2

Browse files
chore(lambda): bump @swc/core from 1.15.1 to 1.15.8 in /lambdas (#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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@swc/core&package-manager=npm_and_yarn&previous-version=1.15.1&new-version=1.15.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d373bcc commit e80baa2

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nx/js": "^22.2.7",
3030
"@nx/vite": "^22.2.7",
3131
"@swc-node/register": "~1.11.1",
32-
"@swc/core": "~1.15.0",
32+
"@swc/core": "~1.15.8",
3333
"@swc/helpers": "~0.5.17",
3434
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
3535
"@typescript-eslint/eslint-plugin": "^8.47.0",

lambdas/yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -4896,90 +4896,90 @@ __metadata:
48964896
languageName: node
48974897
linkType: hard
48984898

4899-
"@swc/core-darwin-arm64@npm:1.15.1":
4900-
version: 1.15.1
4901-
resolution: "@swc/core-darwin-arm64@npm:1.15.1"
4899+
"@swc/core-darwin-arm64@npm:1.15.8":
4900+
version: 1.15.8
4901+
resolution: "@swc/core-darwin-arm64@npm:1.15.8"
49024902
conditions: os=darwin & cpu=arm64
49034903
languageName: node
49044904
linkType: hard
49054905

4906-
"@swc/core-darwin-x64@npm:1.15.1":
4907-
version: 1.15.1
4908-
resolution: "@swc/core-darwin-x64@npm:1.15.1"
4906+
"@swc/core-darwin-x64@npm:1.15.8":
4907+
version: 1.15.8
4908+
resolution: "@swc/core-darwin-x64@npm:1.15.8"
49094909
conditions: os=darwin & cpu=x64
49104910
languageName: node
49114911
linkType: hard
49124912

4913-
"@swc/core-linux-arm-gnueabihf@npm:1.15.1":
4914-
version: 1.15.1
4915-
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.15.1"
4913+
"@swc/core-linux-arm-gnueabihf@npm:1.15.8":
4914+
version: 1.15.8
4915+
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.15.8"
49164916
conditions: os=linux & cpu=arm
49174917
languageName: node
49184918
linkType: hard
49194919

4920-
"@swc/core-linux-arm64-gnu@npm:1.15.1":
4921-
version: 1.15.1
4922-
resolution: "@swc/core-linux-arm64-gnu@npm:1.15.1"
4920+
"@swc/core-linux-arm64-gnu@npm:1.15.8":
4921+
version: 1.15.8
4922+
resolution: "@swc/core-linux-arm64-gnu@npm:1.15.8"
49234923
conditions: os=linux & cpu=arm64 & libc=glibc
49244924
languageName: node
49254925
linkType: hard
49264926

4927-
"@swc/core-linux-arm64-musl@npm:1.15.1":
4928-
version: 1.15.1
4929-
resolution: "@swc/core-linux-arm64-musl@npm:1.15.1"
4927+
"@swc/core-linux-arm64-musl@npm:1.15.8":
4928+
version: 1.15.8
4929+
resolution: "@swc/core-linux-arm64-musl@npm:1.15.8"
49304930
conditions: os=linux & cpu=arm64 & libc=musl
49314931
languageName: node
49324932
linkType: hard
49334933

4934-
"@swc/core-linux-x64-gnu@npm:1.15.1":
4935-
version: 1.15.1
4936-
resolution: "@swc/core-linux-x64-gnu@npm:1.15.1"
4934+
"@swc/core-linux-x64-gnu@npm:1.15.8":
4935+
version: 1.15.8
4936+
resolution: "@swc/core-linux-x64-gnu@npm:1.15.8"
49374937
conditions: os=linux & cpu=x64 & libc=glibc
49384938
languageName: node
49394939
linkType: hard
49404940

4941-
"@swc/core-linux-x64-musl@npm:1.15.1":
4942-
version: 1.15.1
4943-
resolution: "@swc/core-linux-x64-musl@npm:1.15.1"
4941+
"@swc/core-linux-x64-musl@npm:1.15.8":
4942+
version: 1.15.8
4943+
resolution: "@swc/core-linux-x64-musl@npm:1.15.8"
49444944
conditions: os=linux & cpu=x64 & libc=musl
49454945
languageName: node
49464946
linkType: hard
49474947

4948-
"@swc/core-win32-arm64-msvc@npm:1.15.1":
4949-
version: 1.15.1
4950-
resolution: "@swc/core-win32-arm64-msvc@npm:1.15.1"
4948+
"@swc/core-win32-arm64-msvc@npm:1.15.8":
4949+
version: 1.15.8
4950+
resolution: "@swc/core-win32-arm64-msvc@npm:1.15.8"
49514951
conditions: os=win32 & cpu=arm64
49524952
languageName: node
49534953
linkType: hard
49544954

4955-
"@swc/core-win32-ia32-msvc@npm:1.15.1":
4956-
version: 1.15.1
4957-
resolution: "@swc/core-win32-ia32-msvc@npm:1.15.1"
4955+
"@swc/core-win32-ia32-msvc@npm:1.15.8":
4956+
version: 1.15.8
4957+
resolution: "@swc/core-win32-ia32-msvc@npm:1.15.8"
49584958
conditions: os=win32 & cpu=ia32
49594959
languageName: node
49604960
linkType: hard
49614961

4962-
"@swc/core-win32-x64-msvc@npm:1.15.1":
4963-
version: 1.15.1
4964-
resolution: "@swc/core-win32-x64-msvc@npm:1.15.1"
4962+
"@swc/core-win32-x64-msvc@npm:1.15.8":
4963+
version: 1.15.8
4964+
resolution: "@swc/core-win32-x64-msvc@npm:1.15.8"
49654965
conditions: os=win32 & cpu=x64
49664966
languageName: node
49674967
linkType: hard
49684968

4969-
"@swc/core@npm:~1.15.0":
4970-
version: 1.15.1
4971-
resolution: "@swc/core@npm:1.15.1"
4972-
dependencies:
4973-
"@swc/core-darwin-arm64": "npm:1.15.1"
4974-
"@swc/core-darwin-x64": "npm:1.15.1"
4975-
"@swc/core-linux-arm-gnueabihf": "npm:1.15.1"
4976-
"@swc/core-linux-arm64-gnu": "npm:1.15.1"
4977-
"@swc/core-linux-arm64-musl": "npm:1.15.1"
4978-
"@swc/core-linux-x64-gnu": "npm:1.15.1"
4979-
"@swc/core-linux-x64-musl": "npm:1.15.1"
4980-
"@swc/core-win32-arm64-msvc": "npm:1.15.1"
4981-
"@swc/core-win32-ia32-msvc": "npm:1.15.1"
4982-
"@swc/core-win32-x64-msvc": "npm:1.15.1"
4969+
"@swc/core@npm:~1.15.8":
4970+
version: 1.15.8
4971+
resolution: "@swc/core@npm:1.15.8"
4972+
dependencies:
4973+
"@swc/core-darwin-arm64": "npm:1.15.8"
4974+
"@swc/core-darwin-x64": "npm:1.15.8"
4975+
"@swc/core-linux-arm-gnueabihf": "npm:1.15.8"
4976+
"@swc/core-linux-arm64-gnu": "npm:1.15.8"
4977+
"@swc/core-linux-arm64-musl": "npm:1.15.8"
4978+
"@swc/core-linux-x64-gnu": "npm:1.15.8"
4979+
"@swc/core-linux-x64-musl": "npm:1.15.8"
4980+
"@swc/core-win32-arm64-msvc": "npm:1.15.8"
4981+
"@swc/core-win32-ia32-msvc": "npm:1.15.8"
4982+
"@swc/core-win32-x64-msvc": "npm:1.15.8"
49834983
"@swc/counter": "npm:^0.1.3"
49844984
"@swc/types": "npm:^0.1.25"
49854985
peerDependencies:
@@ -5008,7 +5008,7 @@ __metadata:
50085008
peerDependenciesMeta:
50095009
"@swc/helpers":
50105010
optional: true
5011-
checksum: 10c0/259fff78455d532c689bb825bc8ae7011041c4cd5fb2e9f98d76f1a5dea51db497cabe9e53e4a2a0643b4448a0bdf942702df97136034c6cf335407712a26427
5011+
checksum: 10c0/929f334a224776fdb3c4a8aaba68f07666ff56fae7502a9459bc9666cb73d94e65f042ce8c4ef4e6746a8bb3f8255cbe8599bef6e3181269caf761c8e55513cf
50125012
languageName: node
50135013
linkType: hard
50145014

@@ -8505,7 +8505,7 @@ __metadata:
85058505
"@nx/js": "npm:^22.2.7"
85068506
"@nx/vite": "npm:^22.2.7"
85078507
"@swc-node/register": "npm:~1.11.1"
8508-
"@swc/core": "npm:~1.15.0"
8508+
"@swc/core": "npm:~1.15.8"
85098509
"@swc/helpers": "npm:~0.5.17"
85108510
"@trivago/prettier-plugin-sort-imports": "npm:^6.0.0"
85118511
"@typescript-eslint/eslint-plugin": "npm:^8.47.0"

0 commit comments

Comments
 (0)