Commit 2d2318b
authored
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 />
[](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
2 files changed
+46
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4452 | 4452 | | |
4453 | 4453 | | |
4454 | 4454 | | |
4455 | | - | |
4456 | | - | |
4457 | | - | |
| 4455 | + | |
| 4456 | + | |
| 4457 | + | |
4458 | 4458 | | |
4459 | 4459 | | |
4460 | 4460 | | |
4461 | 4461 | | |
4462 | | - | |
4463 | | - | |
4464 | | - | |
| 4462 | + | |
| 4463 | + | |
| 4464 | + | |
4465 | 4465 | | |
4466 | 4466 | | |
4467 | 4467 | | |
4468 | 4468 | | |
4469 | | - | |
4470 | | - | |
4471 | | - | |
| 4469 | + | |
| 4470 | + | |
| 4471 | + | |
4472 | 4472 | | |
4473 | 4473 | | |
4474 | 4474 | | |
4475 | 4475 | | |
4476 | | - | |
4477 | | - | |
4478 | | - | |
| 4476 | + | |
| 4477 | + | |
| 4478 | + | |
4479 | 4479 | | |
4480 | 4480 | | |
4481 | 4481 | | |
4482 | 4482 | | |
4483 | | - | |
4484 | | - | |
4485 | | - | |
| 4483 | + | |
| 4484 | + | |
| 4485 | + | |
4486 | 4486 | | |
4487 | 4487 | | |
4488 | 4488 | | |
4489 | 4489 | | |
4490 | | - | |
4491 | | - | |
4492 | | - | |
| 4490 | + | |
| 4491 | + | |
| 4492 | + | |
4493 | 4493 | | |
4494 | 4494 | | |
4495 | 4495 | | |
4496 | 4496 | | |
4497 | | - | |
4498 | | - | |
4499 | | - | |
| 4497 | + | |
| 4498 | + | |
| 4499 | + | |
4500 | 4500 | | |
4501 | 4501 | | |
4502 | 4502 | | |
4503 | 4503 | | |
4504 | | - | |
4505 | | - | |
4506 | | - | |
| 4504 | + | |
| 4505 | + | |
| 4506 | + | |
4507 | 4507 | | |
4508 | 4508 | | |
4509 | 4509 | | |
4510 | 4510 | | |
4511 | | - | |
4512 | | - | |
4513 | | - | |
| 4511 | + | |
| 4512 | + | |
| 4513 | + | |
4514 | 4514 | | |
4515 | 4515 | | |
4516 | 4516 | | |
4517 | 4517 | | |
4518 | | - | |
4519 | | - | |
4520 | | - | |
| 4518 | + | |
| 4519 | + | |
| 4520 | + | |
4521 | 4521 | | |
4522 | 4522 | | |
4523 | 4523 | | |
4524 | 4524 | | |
4525 | | - | |
4526 | | - | |
4527 | | - | |
| 4525 | + | |
| 4526 | + | |
| 4527 | + | |
4528 | 4528 | | |
4529 | | - | |
4530 | | - | |
4531 | | - | |
4532 | | - | |
4533 | | - | |
4534 | | - | |
4535 | | - | |
4536 | | - | |
4537 | | - | |
4538 | | - | |
| 4529 | + | |
| 4530 | + | |
| 4531 | + | |
| 4532 | + | |
| 4533 | + | |
| 4534 | + | |
| 4535 | + | |
| 4536 | + | |
| 4537 | + | |
| 4538 | + | |
4539 | 4539 | | |
4540 | 4540 | | |
4541 | 4541 | | |
| |||
4564 | 4564 | | |
4565 | 4565 | | |
4566 | 4566 | | |
4567 | | - | |
| 4567 | + | |
4568 | 4568 | | |
4569 | 4569 | | |
4570 | 4570 | | |
| |||
8607 | 8607 | | |
8608 | 8608 | | |
8609 | 8609 | | |
8610 | | - | |
| 8610 | + | |
8611 | 8611 | | |
8612 | 8612 | | |
8613 | 8613 | | |
| |||
0 commit comments