From 6f2226ee2d452ecab7ee15474daea4650b906c07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:53:30 +0000 Subject: [PATCH] fix(deps): update rust crate swc_core to v5.0.1 (#1555) 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.0` -> `5.0.1` | --- ### Release Notes
swc-project/swc (swc_core) ### [`v5.0.1`](https://redirect.github.com/swc-project/swc/compare/swc_core@v5.0.0...swc_core@v5.0.1) [Compare Source](https://redirect.github.com/swc-project/swc/compare/swc_core@v5.0.0...swc_core@v5.0.1)
--- ### 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 bdd836a73..b5ba51799 100644 --- a/packages/swc/Cargo.lock +++ b/packages/swc/Cargo.lock @@ -1404,9 +1404,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "5.0.0" +version = "5.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee7bd738c15cac69652b3c0d7347bf926fbebe84b6594535a91f65cd2f55b983" +checksum = "e62a43e56e8a0915d14eb229c15bdc251bd9140458bd988ecacd85ca4e96c5bf" dependencies = [ "once_cell", "swc_allocator", @@ -1424,9 +1424,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "4.0.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8b3faff2fb2f87c8b959ffc4dd6c86905c0e5cb4c7ee720e7464c3ee06453d6" +checksum = "1bdab7759509c1b37ec77bd9fc231f525b888d9609c2963ce71995da1b27357c" dependencies = [ "bitflags 2.6.0", "bytecheck",