Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 1a0322c

Browse files
chore(lambda): bump @swc/core from 1.9.3 to 1.10.1 in /lambdas (#4304)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f76c4c commit 1a0322c

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

Diff for: lambdas/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@nx/jest": "20.0.1",
2626
"@nx/js": "^20.0.1",
2727
"@swc-node/register": "~1.10.9",
28-
"@swc/core": "~1.9.3",
28+
"@swc/core": "~1.10.1",
2929
"@swc/helpers": "~0.5.15",
3030
"eslint": "^8.57.0",
3131
"jest": "^29.7.0",

Diff for: lambdas/yarn.lock

+46-46
Original file line numberDiff line numberDiff line change
@@ -4864,90 +4864,90 @@ __metadata:
48644864
languageName: node
48654865
linkType: hard
48664866

4867-
"@swc/core-darwin-arm64@npm:1.9.3":
4868-
version: 1.9.3
4869-
resolution: "@swc/core-darwin-arm64@npm:1.9.3"
4867+
"@swc/core-darwin-arm64@npm:1.10.1":
4868+
version: 1.10.1
4869+
resolution: "@swc/core-darwin-arm64@npm:1.10.1"
48704870
conditions: os=darwin & cpu=arm64
48714871
languageName: node
48724872
linkType: hard
48734873

4874-
"@swc/core-darwin-x64@npm:1.9.3":
4875-
version: 1.9.3
4876-
resolution: "@swc/core-darwin-x64@npm:1.9.3"
4874+
"@swc/core-darwin-x64@npm:1.10.1":
4875+
version: 1.10.1
4876+
resolution: "@swc/core-darwin-x64@npm:1.10.1"
48774877
conditions: os=darwin & cpu=x64
48784878
languageName: node
48794879
linkType: hard
48804880

4881-
"@swc/core-linux-arm-gnueabihf@npm:1.9.3":
4882-
version: 1.9.3
4883-
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.9.3"
4881+
"@swc/core-linux-arm-gnueabihf@npm:1.10.1":
4882+
version: 1.10.1
4883+
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.10.1"
48844884
conditions: os=linux & cpu=arm
48854885
languageName: node
48864886
linkType: hard
48874887

4888-
"@swc/core-linux-arm64-gnu@npm:1.9.3":
4889-
version: 1.9.3
4890-
resolution: "@swc/core-linux-arm64-gnu@npm:1.9.3"
4888+
"@swc/core-linux-arm64-gnu@npm:1.10.1":
4889+
version: 1.10.1
4890+
resolution: "@swc/core-linux-arm64-gnu@npm:1.10.1"
48914891
conditions: os=linux & cpu=arm64 & libc=glibc
48924892
languageName: node
48934893
linkType: hard
48944894

4895-
"@swc/core-linux-arm64-musl@npm:1.9.3":
4896-
version: 1.9.3
4897-
resolution: "@swc/core-linux-arm64-musl@npm:1.9.3"
4895+
"@swc/core-linux-arm64-musl@npm:1.10.1":
4896+
version: 1.10.1
4897+
resolution: "@swc/core-linux-arm64-musl@npm:1.10.1"
48984898
conditions: os=linux & cpu=arm64 & libc=musl
48994899
languageName: node
49004900
linkType: hard
49014901

4902-
"@swc/core-linux-x64-gnu@npm:1.9.3":
4903-
version: 1.9.3
4904-
resolution: "@swc/core-linux-x64-gnu@npm:1.9.3"
4902+
"@swc/core-linux-x64-gnu@npm:1.10.1":
4903+
version: 1.10.1
4904+
resolution: "@swc/core-linux-x64-gnu@npm:1.10.1"
49054905
conditions: os=linux & cpu=x64 & libc=glibc
49064906
languageName: node
49074907
linkType: hard
49084908

4909-
"@swc/core-linux-x64-musl@npm:1.9.3":
4910-
version: 1.9.3
4911-
resolution: "@swc/core-linux-x64-musl@npm:1.9.3"
4909+
"@swc/core-linux-x64-musl@npm:1.10.1":
4910+
version: 1.10.1
4911+
resolution: "@swc/core-linux-x64-musl@npm:1.10.1"
49124912
conditions: os=linux & cpu=x64 & libc=musl
49134913
languageName: node
49144914
linkType: hard
49154915

4916-
"@swc/core-win32-arm64-msvc@npm:1.9.3":
4917-
version: 1.9.3
4918-
resolution: "@swc/core-win32-arm64-msvc@npm:1.9.3"
4916+
"@swc/core-win32-arm64-msvc@npm:1.10.1":
4917+
version: 1.10.1
4918+
resolution: "@swc/core-win32-arm64-msvc@npm:1.10.1"
49194919
conditions: os=win32 & cpu=arm64
49204920
languageName: node
49214921
linkType: hard
49224922

4923-
"@swc/core-win32-ia32-msvc@npm:1.9.3":
4924-
version: 1.9.3
4925-
resolution: "@swc/core-win32-ia32-msvc@npm:1.9.3"
4923+
"@swc/core-win32-ia32-msvc@npm:1.10.1":
4924+
version: 1.10.1
4925+
resolution: "@swc/core-win32-ia32-msvc@npm:1.10.1"
49264926
conditions: os=win32 & cpu=ia32
49274927
languageName: node
49284928
linkType: hard
49294929

4930-
"@swc/core-win32-x64-msvc@npm:1.9.3":
4931-
version: 1.9.3
4932-
resolution: "@swc/core-win32-x64-msvc@npm:1.9.3"
4930+
"@swc/core-win32-x64-msvc@npm:1.10.1":
4931+
version: 1.10.1
4932+
resolution: "@swc/core-win32-x64-msvc@npm:1.10.1"
49334933
conditions: os=win32 & cpu=x64
49344934
languageName: node
49354935
linkType: hard
49364936

4937-
"@swc/core@npm:~1.9.3":
4938-
version: 1.9.3
4939-
resolution: "@swc/core@npm:1.9.3"
4940-
dependencies:
4941-
"@swc/core-darwin-arm64": "npm:1.9.3"
4942-
"@swc/core-darwin-x64": "npm:1.9.3"
4943-
"@swc/core-linux-arm-gnueabihf": "npm:1.9.3"
4944-
"@swc/core-linux-arm64-gnu": "npm:1.9.3"
4945-
"@swc/core-linux-arm64-musl": "npm:1.9.3"
4946-
"@swc/core-linux-x64-gnu": "npm:1.9.3"
4947-
"@swc/core-linux-x64-musl": "npm:1.9.3"
4948-
"@swc/core-win32-arm64-msvc": "npm:1.9.3"
4949-
"@swc/core-win32-ia32-msvc": "npm:1.9.3"
4950-
"@swc/core-win32-x64-msvc": "npm:1.9.3"
4937+
"@swc/core@npm:~1.10.1":
4938+
version: 1.10.1
4939+
resolution: "@swc/core@npm:1.10.1"
4940+
dependencies:
4941+
"@swc/core-darwin-arm64": "npm:1.10.1"
4942+
"@swc/core-darwin-x64": "npm:1.10.1"
4943+
"@swc/core-linux-arm-gnueabihf": "npm:1.10.1"
4944+
"@swc/core-linux-arm64-gnu": "npm:1.10.1"
4945+
"@swc/core-linux-arm64-musl": "npm:1.10.1"
4946+
"@swc/core-linux-x64-gnu": "npm:1.10.1"
4947+
"@swc/core-linux-x64-musl": "npm:1.10.1"
4948+
"@swc/core-win32-arm64-msvc": "npm:1.10.1"
4949+
"@swc/core-win32-ia32-msvc": "npm:1.10.1"
4950+
"@swc/core-win32-x64-msvc": "npm:1.10.1"
49514951
"@swc/counter": "npm:^0.1.3"
49524952
"@swc/types": "npm:^0.1.17"
49534953
peerDependencies:
@@ -4976,7 +4976,7 @@ __metadata:
49764976
peerDependenciesMeta:
49774977
"@swc/helpers":
49784978
optional: true
4979-
checksum: 10c0/a9507a5be580518d51cf7f41821a89e1044be6f72930efbdf3877366c27e9ff1dbca3e1a7f18698679f8c345b6698f43cd80d7dfa24ba30dcab493de9b7a336e
4979+
checksum: 10c0/a3d3b17c1abc8f32a7cc5dfaa006fc314e71cc0beb43e71b8b1c6c3d3841412a7e55d9e72009debd48159881e8a045ecd0ea56036e022f1bc87213fe29cd9015
49804980
languageName: node
49814981
linkType: hard
49824982

@@ -8884,7 +8884,7 @@ __metadata:
88848884
"@nx/jest": "npm:20.0.1"
88858885
"@nx/js": "npm:^20.0.1"
88868886
"@swc-node/register": "npm:~1.10.9"
8887-
"@swc/core": "npm:~1.9.3"
8887+
"@swc/core": "npm:~1.10.1"
88888888
"@swc/helpers": "npm:~0.5.15"
88898889
eslint: "npm:^8.57.0"
88908890
jest: "npm:^29.7.0"

0 commit comments

Comments
 (0)