From 4905cb06141ad390693247db4bea042bea393a80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 03:38:10 +0000 Subject: [PATCH] fix(deps): update rust crate swc_core to v5.0.4 (#1565) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [swc_core](https://redirect.github.com/swc-project/swc) | dependencies | patch | `5.0.3` -> `5.0.4` | --- ### Release Notes
swc-project/swc (swc_core) ### [`v5.0.4`](https://redirect.github.com/swc-project/swc/compare/swc_core@v5.0.3...swc_core@v5.0.4) [Compare Source](https://redirect.github.com/swc-project/swc/compare/swc_core@v5.0.3...swc_core@v5.0.4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/swc/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/swc/Cargo.lock b/packages/swc/Cargo.lock index 76106d8c4..e21265878 100644 --- a/packages/swc/Cargo.lock +++ b/packages/swc/Cargo.lock @@ -1404,9 +1404,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "5.0.3" +version = "5.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3af6c750cb739d60e6b135f9f765906a0cfaf8732ab3b18093a88beb059bcbbc" +checksum = "92086975747587872715a20f78fc51e7047bac58f3a6a17d4ed5a9643f3fd0a2" dependencies = [ "once_cell", "swc_allocator", @@ -1512,9 +1512,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0a2438f61a45819b5adf0c338c92c07d83306d630fb2e6dc261c60fb75653d7" +checksum = "0eb4000822f02b54af0be4f668649fa1e5555f1e3392479d17a277eb81a841f0" dependencies = [ "better_scoped_tls", "bitflags 2.6.0",