Skip to content

Commit 2d2318b

Browse files
chore(lambda): bump @swc/core from 1.7.3 to 1.7.4 in /lambdas (#4024)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.7.3 to 1.7.4. <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.7.4] - 2024-07-31</h2> <h3>Bug Fixes</h3> <ul> <li> <p><strong>(es/codegen)</strong> Emit question token for class methods (<a href="https://redirect.github.com/swc-project/swc/issues/9342">#9342</a>) (<a href="https://github.com/swc-project/swc/commit/636585b44d0f74f457b44766f8d6fda68bcc4c09">636585b</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix detection of <code>this</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9339">#9339</a>) (<a href="https://github.com/swc-project/swc/commit/77da7cf24bad5064206ab3e6dc248012d08576cf">77da7cf</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Fix analysis of for-in/of (<a href="https://redirect.github.com/swc-project/swc/issues/9340">#9340</a>) (<a href="https://github.com/swc-project/swc/commit/1454ab54c112c25ca03cbb866aacbd41a16ee60a">1454ab5</a>)</p> </li> <li> <p><strong>(es/minifier)</strong> Preserve flags while dropping elements of <code>SeqExpr</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8907">#8907</a>) (<a href="https://github.com/swc-project/swc/commit/24e87985d4f4cf69a1d4a184d02195c62ded5a7e">24e8798</a>)</p> </li> <li> <p><strong>(es/typescript)</strong> Fix ASI in expression for fast strip (<a href="https://redirect.github.com/swc-project/swc/issues/9358">#9358</a>) (<a href="https://github.com/swc-project/swc/commit/3ee82e223fe0ce54ad892cc5b009f573d997c60e">3ee82e2</a>)</p> </li> </ul> <h3>Documentation</h3> <ul> <li><strong>(contributing)</strong> Add warning for <code>test --all</code> (<a href="https://redirect.github.com/swc-project/swc/issues/9338">#9338</a>) (<a href="https://github.com/swc-project/swc/commit/234bb974bc54e9c929fd4cf810bcecab36f760ba">234bb97</a>)</li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li> <p><strong>(deps)</strong> Update rust crate toml to v0.8.16 (<a href="https://redirect.github.com/swc-project/swc/issues/9327">#9327</a>) (<a href="https://github.com/swc-project/swc/commit/67aadfa6c976c60a3a756a1b1fcdcf193d96c51f">67aadfa</a>)</p> </li> <li> <p><strong>(deps)</strong> Update dependency magic-string to v0.30.11 (<a href="https://redirect.github.com/swc-project/swc/issues/9345">#9345</a>) (<a href="https://github.com/swc-project/swc/commit/ced06e2da35952c7073fee8aa69cf1a21078cc12">ced06e2</a>)</p> </li> <li> <p><strong>(deps)</strong> Update rust crate toml to v0.8.17 (<a href="https://redirect.github.com/swc-project/swc/issues/9349">#9349</a>) (<a href="https://github.com/swc-project/swc/commit/d5472cc344fb4099af3887e6cc1cf8ec2869c33e">d5472cc</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/6d5ac54648503414e359442f3148c0b229e262ae"><code>6d5ac54</code></a> chore: Publish <code>1.7.4</code> with <code>swc_core</code> <code>v0.99.5</code></li> <li><a href="https://github.com/swc-project/swc/commit/0ad789f388b3c58ba91509c0874d0b27c1c42fbb"><code>0ad789f</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/c979849177ca42d5e729c051031533b6df4e9fb1"><code>c979849</code></a> chore: Publish <code>1.7.4-nightly-20240731.1</code> with <code>swc_core</code> <code>v0.99.5</code></li> <li><a href="https://github.com/swc-project/swc/commit/845c4010d716757bf2ebb85830d51e23fa90f0d4"><code>845c401</code></a> chore: Publish crates</li> <li><a href="https://github.com/swc-project/swc/commit/3ee82e223fe0ce54ad892cc5b009f573d997c60e"><code>3ee82e2</code></a> fix(es/typescript): Fix ASI in expression for fast strip (<a href="https://redirect.github.com/swc-project/swc/issues/9358">#9358</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/24e87985d4f4cf69a1d4a184d02195c62ded5a7e"><code>24e8798</code></a> fix(es/minifier): Preserve flags while dropping elements of <code>SeqExpr</code> (<a href="https://redirect.github.com/swc-project/swc/issues/8907">#8907</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/81d7d9d3dd078a9c5acbf14a37f0beae715ca11f"><code>81d7d9d</code></a> chore: Typo in typescript_wasm README (<a href="https://redirect.github.com/swc-project/swc/issues/9354">#9354</a>)</li> <li><a href="https://github.com/swc-project/swc/commit/e0da957eed9e60ad0f6c41d549da505d86fea655"><code>e0da957</code></a> chore: Revert action upgrade</li> <li><a href="https://github.com/swc-project/swc/commit/0257359971a1b7203cec0dd730014d45049539c8"><code>0257359</code></a> chore: Disable nissuer</li> <li><a href="https://github.com/swc-project/swc/commit/d5472cc344fb4099af3887e6cc1cf8ec2869c33e"><code>d5472cc</code></a> chore(deps): update rust crate toml to v0.8.17 (<a href="https://redirect.github.com/swc-project/swc/issues/9349">#9349</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.7.3...v1.7.4">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.7.3&new-version=1.7.4)](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 b78ccde commit 2d2318b

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@nx/jest": "19.5.4",
2626
"@nx/js": "^19.5.4",
2727
"@swc-node/register": "~1.10.9",
28-
"@swc/core": "~1.7.3",
28+
"@swc/core": "~1.7.4",
2929
"@swc/helpers": "~0.5.12",
3030
"eslint": "^8.57.0",
3131
"jest": "^29.7.0",

lambdas/yarn.lock

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4452,90 +4452,90 @@ __metadata:
44524452
languageName: node
44534453
linkType: hard
44544454

4455-
"@swc/core-darwin-arm64@npm:1.7.3":
4456-
version: 1.7.3
4457-
resolution: "@swc/core-darwin-arm64@npm:1.7.3"
4455+
"@swc/core-darwin-arm64@npm:1.7.4":
4456+
version: 1.7.4
4457+
resolution: "@swc/core-darwin-arm64@npm:1.7.4"
44584458
conditions: os=darwin & cpu=arm64
44594459
languageName: node
44604460
linkType: hard
44614461

4462-
"@swc/core-darwin-x64@npm:1.7.3":
4463-
version: 1.7.3
4464-
resolution: "@swc/core-darwin-x64@npm:1.7.3"
4462+
"@swc/core-darwin-x64@npm:1.7.4":
4463+
version: 1.7.4
4464+
resolution: "@swc/core-darwin-x64@npm:1.7.4"
44654465
conditions: os=darwin & cpu=x64
44664466
languageName: node
44674467
linkType: hard
44684468

4469-
"@swc/core-linux-arm-gnueabihf@npm:1.7.3":
4470-
version: 1.7.3
4471-
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.3"
4469+
"@swc/core-linux-arm-gnueabihf@npm:1.7.4":
4470+
version: 1.7.4
4471+
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.7.4"
44724472
conditions: os=linux & cpu=arm
44734473
languageName: node
44744474
linkType: hard
44754475

4476-
"@swc/core-linux-arm64-gnu@npm:1.7.3":
4477-
version: 1.7.3
4478-
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.3"
4476+
"@swc/core-linux-arm64-gnu@npm:1.7.4":
4477+
version: 1.7.4
4478+
resolution: "@swc/core-linux-arm64-gnu@npm:1.7.4"
44794479
conditions: os=linux & cpu=arm64 & libc=glibc
44804480
languageName: node
44814481
linkType: hard
44824482

4483-
"@swc/core-linux-arm64-musl@npm:1.7.3":
4484-
version: 1.7.3
4485-
resolution: "@swc/core-linux-arm64-musl@npm:1.7.3"
4483+
"@swc/core-linux-arm64-musl@npm:1.7.4":
4484+
version: 1.7.4
4485+
resolution: "@swc/core-linux-arm64-musl@npm:1.7.4"
44864486
conditions: os=linux & cpu=arm64 & libc=musl
44874487
languageName: node
44884488
linkType: hard
44894489

4490-
"@swc/core-linux-x64-gnu@npm:1.7.3":
4491-
version: 1.7.3
4492-
resolution: "@swc/core-linux-x64-gnu@npm:1.7.3"
4490+
"@swc/core-linux-x64-gnu@npm:1.7.4":
4491+
version: 1.7.4
4492+
resolution: "@swc/core-linux-x64-gnu@npm:1.7.4"
44934493
conditions: os=linux & cpu=x64 & libc=glibc
44944494
languageName: node
44954495
linkType: hard
44964496

4497-
"@swc/core-linux-x64-musl@npm:1.7.3":
4498-
version: 1.7.3
4499-
resolution: "@swc/core-linux-x64-musl@npm:1.7.3"
4497+
"@swc/core-linux-x64-musl@npm:1.7.4":
4498+
version: 1.7.4
4499+
resolution: "@swc/core-linux-x64-musl@npm:1.7.4"
45004500
conditions: os=linux & cpu=x64 & libc=musl
45014501
languageName: node
45024502
linkType: hard
45034503

4504-
"@swc/core-win32-arm64-msvc@npm:1.7.3":
4505-
version: 1.7.3
4506-
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.3"
4504+
"@swc/core-win32-arm64-msvc@npm:1.7.4":
4505+
version: 1.7.4
4506+
resolution: "@swc/core-win32-arm64-msvc@npm:1.7.4"
45074507
conditions: os=win32 & cpu=arm64
45084508
languageName: node
45094509
linkType: hard
45104510

4511-
"@swc/core-win32-ia32-msvc@npm:1.7.3":
4512-
version: 1.7.3
4513-
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.3"
4511+
"@swc/core-win32-ia32-msvc@npm:1.7.4":
4512+
version: 1.7.4
4513+
resolution: "@swc/core-win32-ia32-msvc@npm:1.7.4"
45144514
conditions: os=win32 & cpu=ia32
45154515
languageName: node
45164516
linkType: hard
45174517

4518-
"@swc/core-win32-x64-msvc@npm:1.7.3":
4519-
version: 1.7.3
4520-
resolution: "@swc/core-win32-x64-msvc@npm:1.7.3"
4518+
"@swc/core-win32-x64-msvc@npm:1.7.4":
4519+
version: 1.7.4
4520+
resolution: "@swc/core-win32-x64-msvc@npm:1.7.4"
45214521
conditions: os=win32 & cpu=x64
45224522
languageName: node
45234523
linkType: hard
45244524

4525-
"@swc/core@npm:~1.7.3":
4526-
version: 1.7.3
4527-
resolution: "@swc/core@npm:1.7.3"
4525+
"@swc/core@npm:~1.7.4":
4526+
version: 1.7.4
4527+
resolution: "@swc/core@npm:1.7.4"
45284528
dependencies:
4529-
"@swc/core-darwin-arm64": "npm:1.7.3"
4530-
"@swc/core-darwin-x64": "npm:1.7.3"
4531-
"@swc/core-linux-arm-gnueabihf": "npm:1.7.3"
4532-
"@swc/core-linux-arm64-gnu": "npm:1.7.3"
4533-
"@swc/core-linux-arm64-musl": "npm:1.7.3"
4534-
"@swc/core-linux-x64-gnu": "npm:1.7.3"
4535-
"@swc/core-linux-x64-musl": "npm:1.7.3"
4536-
"@swc/core-win32-arm64-msvc": "npm:1.7.3"
4537-
"@swc/core-win32-ia32-msvc": "npm:1.7.3"
4538-
"@swc/core-win32-x64-msvc": "npm:1.7.3"
4529+
"@swc/core-darwin-arm64": "npm:1.7.4"
4530+
"@swc/core-darwin-x64": "npm:1.7.4"
4531+
"@swc/core-linux-arm-gnueabihf": "npm:1.7.4"
4532+
"@swc/core-linux-arm64-gnu": "npm:1.7.4"
4533+
"@swc/core-linux-arm64-musl": "npm:1.7.4"
4534+
"@swc/core-linux-x64-gnu": "npm:1.7.4"
4535+
"@swc/core-linux-x64-musl": "npm:1.7.4"
4536+
"@swc/core-win32-arm64-msvc": "npm:1.7.4"
4537+
"@swc/core-win32-ia32-msvc": "npm:1.7.4"
4538+
"@swc/core-win32-x64-msvc": "npm:1.7.4"
45394539
"@swc/counter": "npm:^0.1.3"
45404540
"@swc/types": "npm:^0.1.12"
45414541
peerDependencies:
@@ -4564,7 +4564,7 @@ __metadata:
45644564
peerDependenciesMeta:
45654565
"@swc/helpers":
45664566
optional: true
4567-
checksum: 10c0/daf1dc187bc3482488fe3e5b6f1fb2778f18f594e974061f5f1dd406ba96f8c3277969e7d1fcc2b5942f5b6da4111ca41c51a5c70a69852647953ff24e22b5b4
4567+
checksum: 10c0/a091ddee46ef9d1da12368e4a9d5b0f6fd0b8460ce3f1a93f986c371366d19eff3884d3d1b56e6e67d70ec4691672e4bb6033dd5f80bb19932156cf67cae2301
45684568
languageName: node
45694569
linkType: hard
45704570

@@ -8607,7 +8607,7 @@ __metadata:
86078607
"@nx/jest": "npm:19.5.4"
86088608
"@nx/js": "npm:^19.5.4"
86098609
"@swc-node/register": "npm:~1.10.9"
8610-
"@swc/core": "npm:~1.7.3"
8610+
"@swc/core": "npm:~1.7.4"
86118611
"@swc/helpers": "npm:~0.5.12"
86128612
eslint: "npm:^8.57.0"
86138613
jest: "npm:^29.7.0"

0 commit comments

Comments
 (0)