Skip to content

Commit

Permalink
chore(lambda): bump @swc/core from 1.9.3 to 1.10.1 in /lambdas (#4304)
Browse files Browse the repository at this point in the history
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.9.3 to
1.10.1.
<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.10.1] - 2024-12-09</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>(es/resolver)</strong> Fix wrong syntax context of vars with
the same names as catch params (<a
href="https://redirect.github.com/swc-project/swc/issues/9786">#9786</a>)
(<a
href="https://github.com/swc-project/swc/commit/5a44c6b42471aeceb3771b1cf4ebb310d03a0154">5a44c6b</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>(es/transforms)</strong> Add
<code>module.outFileExtension</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/9784">#9784</a>)
(<a
href="https://github.com/swc-project/swc/commit/e04c7b31fcc776ec990ea33f988e2ed38c78962c">e04c7b3</a>)</li>
</ul>
<h2>[1.10.0] - 2024-12-04</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(es/codegen)</strong> Use raw value for emitting JSX text (<a
href="https://redirect.github.com/swc-project/swc/issues/9762">#9762</a>)
(<a
href="https://github.com/swc-project/swc/commit/b83c44f4ad604edc30ec157aa8fb0d8755adb389">b83c44f</a>)</p>
</li>
<li>
<p><strong>(es/compat)</strong> Fix marker for inlined helpers (<a
href="https://redirect.github.com/swc-project/swc/issues/9776">#9776</a>)
(<a
href="https://github.com/swc-project/swc/commit/f54ec2c5a0d36b4a43a0aef48e7c56e188795d6f">f54ec2c</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Drop <code>console</code> in optional
chainings (<a
href="https://redirect.github.com/swc-project/swc/issues/9759">#9759</a>)
(<a
href="https://github.com/swc-project/swc/commit/39271addde60d7b02167ce031bca4569e6d72bb8">39271ad</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Do not inline into the exact LHS (<a
href="https://redirect.github.com/swc-project/swc/issues/9777">#9777</a>)
(<a
href="https://github.com/swc-project/swc/commit/985977b750d458d0ccbdff8b2b779224a917a66b">985977b</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><strong>(es/minifier)</strong> Support
<code>preserve_annotations</code> of terser (<a
href="https://redirect.github.com/swc-project/swc/issues/9775">#9775</a>)
(<a
href="https://github.com/swc-project/swc/commit/6e1c9fde1f0c95a955a11c44474d6f4a57250c74">6e1c9fd</a>)</p>
</li>
<li>
<p><strong>(typescript)</strong> Align <code>isolatedDeclaration</code>
implementation with tsc (<a
href="https://redirect.github.com/swc-project/swc/issues/9715">#9715</a>)
(<a
href="https://github.com/swc-project/swc/commit/0adad25da123875c8cec2759004d8264237688f0">0adad25</a>)</p>
</li>
<li>
<p>Apply Wasm-breaking changes (<a
href="https://redirect.github.com/swc-project/swc/issues/9771">#9771</a>)
(<a
href="https://github.com/swc-project/swc/commit/ed65eee834a4f3ce4be1f6f57a5f76462f023c1e">ed65eee</a>)</p>
</li>
</ul>
<h3>Miscellaneous Tasks</h3>
<ul>
<li><strong>(deps)</strong> Update dependency magic-string to v0.30.13
(<a
href="https://redirect.github.com/swc-project/swc/issues/9747">#9747</a>)
(<a
href="https://github.com/swc-project/swc/commit/fa80a1eb86cf4babe1d4912f28152d62f068cbbe">fa80a1e</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/69c126f0e5d73552e5829d0ebae4d0cd0fe46606"><code>69c126f</code></a>
chore: Publish <code>1.10.1</code> with <code>swc_core</code>
<code>v9.0.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/1272212ac2be09b36fb5479f96425bf1b1142e80"><code>1272212</code></a>
chore: Publish <code>1.10.1-nightly-20241209.1</code> with
<code>swc_core</code> <code>v9.0.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/1ef37a05c7befabe429896cccc21aeaba25f64fc"><code>1ef37a0</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v9.0.0</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/e04c7b31fcc776ec990ea33f988e2ed38c78962c"><code>e04c7b3</code></a>
feat(es/transforms): Add <code>module.outFileExtension</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/9784">#9784</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/e05e4c76cd507c94684b77c935c4dd7ba3e07ec3"><code>e05e4c7</code></a>
chore: Publish crates with <code>swc_core</code>
<code>v8.0.2</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/5a44c6b42471aeceb3771b1cf4ebb310d03a0154"><code>5a44c6b</code></a>
fix(es/resolver): Fix wrong syntax context of vars with the same names
as cat...</li>
<li><a
href="https://github.com/swc-project/swc/commit/e6fc5327b1a309eae840fe1ec3a2367adab37430"><code>e6fc532</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/c8949861e0529a3bc96673bea01d1e1a93f57171"><code>c894986</code></a>
chore: Publish <code>1.10.0</code> with <code>swc_core</code>
<code>v8.0.1</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/872e35071b599a6d72634a19f93495ca73f4dd32"><code>872e350</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/dd1c0af49a6057bdd06ef635a289fb45a3b81344"><code>dd1c0af</code></a>
chore: Publish <code>1.10.0-nightly-20241204.2</code> with
<code>swc_core</code> <code>v8.0.1</code></li>
<li>Additional commits viewable in <a
href="https://github.com/swc-project/swc/compare/v1.9.3...v1.10.1">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.9.3&new-version=1.10.1)](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
dependabot[bot] authored Dec 18, 2024
1 parent 9f76c4c commit 1a0322c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lambdas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nx/jest": "20.0.1",
"@nx/js": "^20.0.1",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.9.3",
"@swc/core": "~1.10.1",
"@swc/helpers": "~0.5.15",
"eslint": "^8.57.0",
"jest": "^29.7.0",
Expand Down
92 changes: 46 additions & 46 deletions lambdas/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4864,90 +4864,90 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-darwin-arm64@npm:1.9.3"
"@swc/core-darwin-arm64@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-darwin-arm64@npm:1.10.1"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-darwin-x64@npm:1.9.3"
"@swc/core-darwin-x64@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-darwin-x64@npm:1.10.1"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.9.3"
"@swc/core-linux-arm-gnueabihf@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.10.1"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-linux-arm64-gnu@npm:1.9.3"
"@swc/core-linux-arm64-gnu@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-linux-arm64-gnu@npm:1.10.1"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-linux-arm64-musl@npm:1.9.3"
"@swc/core-linux-arm64-musl@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-linux-arm64-musl@npm:1.10.1"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-linux-x64-gnu@npm:1.9.3"
"@swc/core-linux-x64-gnu@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-linux-x64-gnu@npm:1.10.1"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-linux-x64-musl@npm:1.9.3"
"@swc/core-linux-x64-musl@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-linux-x64-musl@npm:1.10.1"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-win32-arm64-msvc@npm:1.9.3"
"@swc/core-win32-arm64-msvc@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-win32-arm64-msvc@npm:1.10.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-win32-ia32-msvc@npm:1.9.3"
"@swc/core-win32-ia32-msvc@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-win32-ia32-msvc@npm:1.10.1"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@swc/core-win32-x64-msvc@npm:1.9.3":
version: 1.9.3
resolution: "@swc/core-win32-x64-msvc@npm:1.9.3"
"@swc/core-win32-x64-msvc@npm:1.10.1":
version: 1.10.1
resolution: "@swc/core-win32-x64-msvc@npm:1.10.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@swc/core@npm:~1.9.3":
version: 1.9.3
resolution: "@swc/core@npm:1.9.3"
dependencies:
"@swc/core-darwin-arm64": "npm:1.9.3"
"@swc/core-darwin-x64": "npm:1.9.3"
"@swc/core-linux-arm-gnueabihf": "npm:1.9.3"
"@swc/core-linux-arm64-gnu": "npm:1.9.3"
"@swc/core-linux-arm64-musl": "npm:1.9.3"
"@swc/core-linux-x64-gnu": "npm:1.9.3"
"@swc/core-linux-x64-musl": "npm:1.9.3"
"@swc/core-win32-arm64-msvc": "npm:1.9.3"
"@swc/core-win32-ia32-msvc": "npm:1.9.3"
"@swc/core-win32-x64-msvc": "npm:1.9.3"
"@swc/core@npm:~1.10.1":
version: 1.10.1
resolution: "@swc/core@npm:1.10.1"
dependencies:
"@swc/core-darwin-arm64": "npm:1.10.1"
"@swc/core-darwin-x64": "npm:1.10.1"
"@swc/core-linux-arm-gnueabihf": "npm:1.10.1"
"@swc/core-linux-arm64-gnu": "npm:1.10.1"
"@swc/core-linux-arm64-musl": "npm:1.10.1"
"@swc/core-linux-x64-gnu": "npm:1.10.1"
"@swc/core-linux-x64-musl": "npm:1.10.1"
"@swc/core-win32-arm64-msvc": "npm:1.10.1"
"@swc/core-win32-ia32-msvc": "npm:1.10.1"
"@swc/core-win32-x64-msvc": "npm:1.10.1"
"@swc/counter": "npm:^0.1.3"
"@swc/types": "npm:^0.1.17"
peerDependencies:
Expand Down Expand Up @@ -4976,7 +4976,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 10c0/a9507a5be580518d51cf7f41821a89e1044be6f72930efbdf3877366c27e9ff1dbca3e1a7f18698679f8c345b6698f43cd80d7dfa24ba30dcab493de9b7a336e
checksum: 10c0/a3d3b17c1abc8f32a7cc5dfaa006fc314e71cc0beb43e71b8b1c6c3d3841412a7e55d9e72009debd48159881e8a045ecd0ea56036e022f1bc87213fe29cd9015
languageName: node
linkType: hard

Expand Down Expand Up @@ -8884,7 +8884,7 @@ __metadata:
"@nx/jest": "npm:20.0.1"
"@nx/js": "npm:^20.0.1"
"@swc-node/register": "npm:~1.10.9"
"@swc/core": "npm:~1.9.3"
"@swc/core": "npm:~1.10.1"
"@swc/helpers": "npm:~0.5.15"
eslint: "npm:^8.57.0"
jest: "npm:^29.7.0"
Expand Down

0 comments on commit 1a0322c

Please sign in to comment.