Skip to content

Commit 2e599b8

Browse files
chore(lambda): bump @swc/core from 1.13.1 to 1.13.3 in /lambdas (#4706)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.13.1 to 1.13.3. <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.13.3] - 2025-07-29</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/minifier)</strong> Check exported when optimize last expr (<a href="https://redirect.github.com/swc-project/swc/issues/10939">#10939</a>) (<a href="https://github.com/swc-project/swc/commit/f6f15f38d38ef5458d8dd5c9b9a7090c1da6fd65">f6f15f3</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Disallow types (<a href="https://redirect.github.com/swc-project/swc/issues/10945">#10945</a>) (<a href="https://github.com/swc-project/swc/commit/63172ef3b069f6e7ef301233ad6f421d18cd8307">63172ef</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Don't optimize Number properties when Number is shadowed (<a href="https://redirect.github.com/swc-project/swc/issues/10947">#10947</a>) (<a href="https://github.com/swc-project/swc/commit/40a1e2e6b86756a8b1234057ad719bf0b1ef240f">40a1e2e</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix cycle detection (<a href="https://redirect.github.com/swc-project/swc/issues/10950">#10950</a>) (<a href="https://github.com/swc-project/swc/commit/212d8bcff1b3986746b57f22f574a0a4e81bd39c">212d8bc</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Correctly handle EOF position (<a href="https://redirect.github.com/swc-project/swc/issues/10934">#10934</a>) (<a href="https://github.com/swc-project/swc/commit/dd70fbd0dd24f5c7652cf79d1be99d5f4bb9e1c6">dd70fbd</a>)</p> </li> </ul> <h3>Performance</h3> <ul> <li> <p><strong>(es/minifier)</strong> Remove visitor of CharFreqAnalyzer (<a href="https://redirect.github.com/swc-project/swc/issues/10928">#10928</a>) (<a href="https://github.com/swc-project/swc/commit/65534ff998036ca881e27ed13074df7d2cadae5d">65534ff</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove pre-compress pass (<a href="https://redirect.github.com/swc-project/swc/issues/10932">#10932</a>) (<a href="https://github.com/swc-project/swc/commit/c7f0e4d5e6c0d6492e750d662711f9b495bc280d">c7f0e4d</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Use bitflag for var kind (<a href="https://redirect.github.com/swc-project/swc/issues/10940">#10940</a>) (<a href="https://github.com/swc-project/swc/commit/43179889525734f9a129d68dc4381fba881d1e66">4317988</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Remove needless clone (<a href="https://redirect.github.com/swc-project/swc/issues/10949">#10949</a>) (<a href="https://github.com/swc-project/swc/commit/b5e5e8c35abd4d04b90e18719d059242ed9b33eb">b5e5e8c</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10933">#10933</a>) (<a href="https://github.com/swc-project/swc/commit/e44fbd44f348dcd16608b4a29a5582198a70e229">e44fbd4</a>)</p> </li> <li> <p><strong>(es/parser)</strong> Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10941">#10941</a>) (<a href="https://github.com/swc-project/swc/commit/a262eeb053265878333cf597f8c1f167a13c02b6">a262eeb</a>)</p> </li> </ul> <h2>[1.13.2] - 2025-07-22</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/minifier)</strong> Remove the last break in the second switch (<a href="https://redirect.github.com/swc-project/swc/issues/10923">#10923</a>) (<a href="https://github.com/swc-project/swc/commit/3ed4a1208564f708ead059bbb1d44210450705ba">3ed4a12</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/335c33d49377c7a48734f891784fb5d563104590"><code>335c33d</code></a> chore: Publish <code>1.13.3</code> with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/404967ba55e3a5913c9de448e8c3ebc1ec3d2c31"><code>404967b</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/a372da4d144f1f29af04e1e374969c9857c09487"><code>a372da4</code></a> chore: Publish <code>1.13.3-nightly-20250729.1</code> with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/eda0c58d701ca3a8a59125f17a301a72fa916e47"><code>eda0c58</code></a> chore: Publish crates with <code>swc_core</code> <code>v34.0.3</code></li> <li><a href="https://github.com/swc-project/swc/commit/212d8bcff1b3986746b57f22f574a0a4e81bd39c"><code>212d8bc</code></a> fix(es/minifier): Fix cycle detection (<a href="https://redirect.github.com/swc-project/swc/issues/10950">#10950</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/b5e5e8c35abd4d04b90e18719d059242ed9b33eb"><code>b5e5e8c</code></a> perf(es/minifier): Remove needless clone (<a href="https://redirect.github.com/swc-project/swc/issues/10949">#10949</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/40a1e2e6b86756a8b1234057ad719bf0b1ef240f"><code>40a1e2e</code></a> fix(es/minifier): Don't optimize Number properties when Number is shadowed (#...</li> <li><a href="https://github.com/swc-project/swc/commit/63172ef3b069f6e7ef301233ad6f421d18cd8307"><code>63172ef</code></a> fix(es/minifier): Disallow types (<a href="https://redirect.github.com/swc-project/swc/issues/10945">#10945</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/a262eeb053265878333cf597f8c1f167a13c02b6"><code>a262eeb</code></a> perf(es/parser): Reduce comparison (<a href="https://redirect.github.com/swc-project/swc/issues/10941">#10941</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/43179889525734f9a129d68dc4381fba881d1e66"><code>4317988</code></a> perf(es/minifier): Use bitflag for var kind (<a href="https://redirect.github.com/swc-project/swc/issues/10940">#10940</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.13.1...v1.13.3">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.13.1&new-version=1.13.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f03c79 commit 2e599b8

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
@@ -26,7 +26,7 @@
2626
"@nx/js": "^21.3.11",
2727
"@nx/vite": "^21.3.11",
2828
"@swc-node/register": "~1.10.10",
29-
"@swc/core": "~1.13.1",
29+
"@swc/core": "~1.13.3",
3030
"@swc/helpers": "~0.5.17",
3131
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3232
"@typescript-eslint/eslint-plugin": "^8.35.1",

lambdas/yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -5028,90 +5028,90 @@ __metadata:
50285028
languageName: node
50295029
linkType: hard
50305030

5031-
"@swc/core-darwin-arm64@npm:1.13.1":
5032-
version: 1.13.1
5033-
resolution: "@swc/core-darwin-arm64@npm:1.13.1"
5031+
"@swc/core-darwin-arm64@npm:1.13.3":
5032+
version: 1.13.3
5033+
resolution: "@swc/core-darwin-arm64@npm:1.13.3"
50345034
conditions: os=darwin & cpu=arm64
50355035
languageName: node
50365036
linkType: hard
50375037

5038-
"@swc/core-darwin-x64@npm:1.13.1":
5039-
version: 1.13.1
5040-
resolution: "@swc/core-darwin-x64@npm:1.13.1"
5038+
"@swc/core-darwin-x64@npm:1.13.3":
5039+
version: 1.13.3
5040+
resolution: "@swc/core-darwin-x64@npm:1.13.3"
50415041
conditions: os=darwin & cpu=x64
50425042
languageName: node
50435043
linkType: hard
50445044

5045-
"@swc/core-linux-arm-gnueabihf@npm:1.13.1":
5046-
version: 1.13.1
5047-
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.13.1"
5045+
"@swc/core-linux-arm-gnueabihf@npm:1.13.3":
5046+
version: 1.13.3
5047+
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.13.3"
50485048
conditions: os=linux & cpu=arm
50495049
languageName: node
50505050
linkType: hard
50515051

5052-
"@swc/core-linux-arm64-gnu@npm:1.13.1":
5053-
version: 1.13.1
5054-
resolution: "@swc/core-linux-arm64-gnu@npm:1.13.1"
5052+
"@swc/core-linux-arm64-gnu@npm:1.13.3":
5053+
version: 1.13.3
5054+
resolution: "@swc/core-linux-arm64-gnu@npm:1.13.3"
50555055
conditions: os=linux & cpu=arm64 & libc=glibc
50565056
languageName: node
50575057
linkType: hard
50585058

5059-
"@swc/core-linux-arm64-musl@npm:1.13.1":
5060-
version: 1.13.1
5061-
resolution: "@swc/core-linux-arm64-musl@npm:1.13.1"
5059+
"@swc/core-linux-arm64-musl@npm:1.13.3":
5060+
version: 1.13.3
5061+
resolution: "@swc/core-linux-arm64-musl@npm:1.13.3"
50625062
conditions: os=linux & cpu=arm64 & libc=musl
50635063
languageName: node
50645064
linkType: hard
50655065

5066-
"@swc/core-linux-x64-gnu@npm:1.13.1":
5067-
version: 1.13.1
5068-
resolution: "@swc/core-linux-x64-gnu@npm:1.13.1"
5066+
"@swc/core-linux-x64-gnu@npm:1.13.3":
5067+
version: 1.13.3
5068+
resolution: "@swc/core-linux-x64-gnu@npm:1.13.3"
50695069
conditions: os=linux & cpu=x64 & libc=glibc
50705070
languageName: node
50715071
linkType: hard
50725072

5073-
"@swc/core-linux-x64-musl@npm:1.13.1":
5074-
version: 1.13.1
5075-
resolution: "@swc/core-linux-x64-musl@npm:1.13.1"
5073+
"@swc/core-linux-x64-musl@npm:1.13.3":
5074+
version: 1.13.3
5075+
resolution: "@swc/core-linux-x64-musl@npm:1.13.3"
50765076
conditions: os=linux & cpu=x64 & libc=musl
50775077
languageName: node
50785078
linkType: hard
50795079

5080-
"@swc/core-win32-arm64-msvc@npm:1.13.1":
5081-
version: 1.13.1
5082-
resolution: "@swc/core-win32-arm64-msvc@npm:1.13.1"
5080+
"@swc/core-win32-arm64-msvc@npm:1.13.3":
5081+
version: 1.13.3
5082+
resolution: "@swc/core-win32-arm64-msvc@npm:1.13.3"
50835083
conditions: os=win32 & cpu=arm64
50845084
languageName: node
50855085
linkType: hard
50865086

5087-
"@swc/core-win32-ia32-msvc@npm:1.13.1":
5088-
version: 1.13.1
5089-
resolution: "@swc/core-win32-ia32-msvc@npm:1.13.1"
5087+
"@swc/core-win32-ia32-msvc@npm:1.13.3":
5088+
version: 1.13.3
5089+
resolution: "@swc/core-win32-ia32-msvc@npm:1.13.3"
50905090
conditions: os=win32 & cpu=ia32
50915091
languageName: node
50925092
linkType: hard
50935093

5094-
"@swc/core-win32-x64-msvc@npm:1.13.1":
5095-
version: 1.13.1
5096-
resolution: "@swc/core-win32-x64-msvc@npm:1.13.1"
5094+
"@swc/core-win32-x64-msvc@npm:1.13.3":
5095+
version: 1.13.3
5096+
resolution: "@swc/core-win32-x64-msvc@npm:1.13.3"
50975097
conditions: os=win32 & cpu=x64
50985098
languageName: node
50995099
linkType: hard
51005100

5101-
"@swc/core@npm:~1.13.1":
5102-
version: 1.13.1
5103-
resolution: "@swc/core@npm:1.13.1"
5104-
dependencies:
5105-
"@swc/core-darwin-arm64": "npm:1.13.1"
5106-
"@swc/core-darwin-x64": "npm:1.13.1"
5107-
"@swc/core-linux-arm-gnueabihf": "npm:1.13.1"
5108-
"@swc/core-linux-arm64-gnu": "npm:1.13.1"
5109-
"@swc/core-linux-arm64-musl": "npm:1.13.1"
5110-
"@swc/core-linux-x64-gnu": "npm:1.13.1"
5111-
"@swc/core-linux-x64-musl": "npm:1.13.1"
5112-
"@swc/core-win32-arm64-msvc": "npm:1.13.1"
5113-
"@swc/core-win32-ia32-msvc": "npm:1.13.1"
5114-
"@swc/core-win32-x64-msvc": "npm:1.13.1"
5101+
"@swc/core@npm:~1.13.3":
5102+
version: 1.13.3
5103+
resolution: "@swc/core@npm:1.13.3"
5104+
dependencies:
5105+
"@swc/core-darwin-arm64": "npm:1.13.3"
5106+
"@swc/core-darwin-x64": "npm:1.13.3"
5107+
"@swc/core-linux-arm-gnueabihf": "npm:1.13.3"
5108+
"@swc/core-linux-arm64-gnu": "npm:1.13.3"
5109+
"@swc/core-linux-arm64-musl": "npm:1.13.3"
5110+
"@swc/core-linux-x64-gnu": "npm:1.13.3"
5111+
"@swc/core-linux-x64-musl": "npm:1.13.3"
5112+
"@swc/core-win32-arm64-msvc": "npm:1.13.3"
5113+
"@swc/core-win32-ia32-msvc": "npm:1.13.3"
5114+
"@swc/core-win32-x64-msvc": "npm:1.13.3"
51155115
"@swc/counter": "npm:^0.1.3"
51165116
"@swc/types": "npm:^0.1.23"
51175117
peerDependencies:
@@ -5140,7 +5140,7 @@ __metadata:
51405140
peerDependenciesMeta:
51415141
"@swc/helpers":
51425142
optional: true
5143-
checksum: 10c0/d8da229efa9e1466fa187e91ebcb01d6a4b56977c99d73378e2f942bf5fc706cb1e6138b7f82188869d126021208de5344dd3bac070f022832b789e11ca94a35
5143+
checksum: 10c0/88a04c319082f8ae5e53b7d7a874014600296087cad3e07d0e927088a19ba2e8355cbced7da02476b5f89cc653e26d1e1c44d9f43ef07fb7b74ec4b5f9e95ef6
51445144
languageName: node
51455145
linkType: hard
51465146

@@ -8955,7 +8955,7 @@ __metadata:
89558955
"@nx/js": "npm:^21.3.11"
89568956
"@nx/vite": "npm:^21.3.11"
89578957
"@swc-node/register": "npm:~1.10.10"
8958-
"@swc/core": "npm:~1.13.1"
8958+
"@swc/core": "npm:~1.13.3"
89598959
"@swc/helpers": "npm:~0.5.17"
89608960
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
89618961
"@typescript-eslint/eslint-plugin": "npm:^8.35.1"

0 commit comments

Comments
 (0)