Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(lambda): bump @swc/core from 1.7.4 to 1.7.22 in /lambdas (#4109)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.7.4 to 1.7.22. <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.22] - 2024-08-30</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/minifier)</strong> Iterate object properties in reverse direction while inlining property access (<a href="https://github.com/swc-project/swc/issues/9507">#9507</a>) (<a href="https://github.com/swc-project/swc/commit/f584ef76d75e86da15d0725ac94be35a88a1c946">f584ef7</a>)</li> </ul> <h2>[1.7.21] - 2024-08-28</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/typescript)</strong> Preserve more comments (<a href="https://github.com/swc-project/swc/issues/9509">#9509</a>) (<a href="https://github.com/swc-project/swc/commit/3e253ecc21f2028437572093b42df97ef5fe505e">3e253ec</a>)</li> </ul> <h2>[1.7.19] - 2024-08-28</h2> <h3>Bug Fixes</h3> <ul> <li><strong>(es/minifier)</strong> Track if a var is used with <code>in</code> (<a href="https://github.com/swc-project/swc/issues/9508">#9508</a>) (<a href="https://github.com/swc-project/swc/commit/7d6269e3b826524e340edf274a5e42b2a0ea058a">7d6269e</a>)</li> </ul> <h3>Features</h3> <ul> <li> <p><strong>(es/minifier)</strong> Support mangle cache (<a href="https://github.com/swc-project/swc/issues/9489">#9489</a>) (<a href="https://github.com/swc-project/swc/commit/af922d83e58596021476006564edb6270069d437">af922d8</a>)</p> </li> <li> <p><strong>(plugin/runner)</strong> Improve error message (<a href="https://github.com/swc-project/swc/issues/9502">#9502</a>) (<a href="https://github.com/swc-project/swc/commit/da529304fe23bcb1a15c25811f928ebf91207ef0">da52930</a>)</p> </li> </ul> <h3>Miscellaneous Tasks</h3> <ul> <li><strong>(es/codegen)</strong> Bump minimum required swc_allocator version to 0.1.8 (<a href="https://github.com/swc-project/swc/issues/9492">#9492</a>) (<a href="https://github.com/swc-project/swc/commit/5258763cf673e1684808bc2766ba6ee9c84642f1">5258763</a>)</li> </ul> <h3>Refactor</h3> <ul> <li><strong>(es/utils)</strong> Unify <code>prepend_stmts</code> (<a href="https://github.com/swc-project/swc/issues/9493">#9493</a>) (<a href="https://github.com/swc-project/swc/commit/faec8c134d950d10a9f2dce0e5680d9230f87ceb">faec8c1</a>)</li> </ul> <h2>[1.7.17] - 2024-08-23</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swc-project/swc/commit/6290dd308bb7e6dde7114f2963653dd172f84df6"><code>6290dd3</code></a> chore: Publish <code>1.7.22</code> with <code>swc_core</code> <code>v0.102.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/2c505bf45c75b684995c5d323143530e16798ffc"><code>2c505bf</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/4313e2788d7ace7222cd41d8f47191c683f93ffd"><code>4313e27</code></a> chore: Publish <code>1.7.22-nightly-20240830.1</code> with <code>swc_core</code> <code>v0.102.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/d0dd53137a87dba85e6bca9d74cc682da7057289"><code>d0dd531</code></a> chore: Publish crates with <code>swc_core</code> <code>v0.102.2</code></li> <li><a href="https://github.com/swc-project/swc/commit/222aca136bb245e0781e9b9a8083ac8a34569f4d"><code>222aca1</code></a> chore: Enable html publish pipeline</li> <li><a href="https://github.com/swc-project/swc/commit/f584ef76d75e86da15d0725ac94be35a88a1c946"><code>f584ef7</code></a> fix(es/minifier): Iterate object properties in reverse direction while inlini...</li> <li><a href="https://github.com/swc-project/swc/commit/8c0d79dbc1e10e0df66f197e54a5f9b164fa5187"><code>8c0d79d</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/32f13d7b9a754b56dec55a8efa41872c0010d14c"><code>32f13d7</code></a> chore: Publish <code>1.7.21</code> with <code>swc_core</code> <code>v0.102.1</code></li> <li><a href="https://github.com/swc-project/swc/commit/391fa54dbaec65e9b87ee4f5c2f2d8ca8f2ce80e"><code>391fa54</code></a> chore: Update changelog</li> <li><a href="https://github.com/swc-project/swc/commit/5da0e2545410ab5d6ba6b066f1dad74b0d40c2e7"><code>5da0e25</code></a> chore: Publish <code>1.7.21-nightly-20240828.1</code> with <code>swc_core</code> <code>v0.102.1</code></li> <li>Additional commits viewable in <a href="https://github.com/swc-project/swc/compare/v1.7.4...v1.7.22">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.4&new-version=1.7.22)](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>
- Loading branch information