From 2827ce64d526f8179f001f5a1f0a401be8de0fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:53:13 +0000 Subject: [PATCH] Bump swc_core from 10.0.1 to 10.7.0 (#887) --- Cargo.lock | 32 ++++++++++++++++---------------- crates/cli/Cargo.toml | 2 +- supply-chain/config.toml | 16 ++++++++-------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4da67ed5..0957758d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1368,9 +1368,9 @@ dependencies = [ [[package]] name = "hstr" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63d6824358c0fd9a68bb23999ed2ef76c84f79408a26ef7ae53d5f370c94ad36" +checksum = "a1a26def229ea95a8709dad32868d975d0dd40235bd2ce82920e4a8fe692b5e0" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", @@ -2710,9 +2710,9 @@ dependencies = [ [[package]] name = "swc_atoms" -version = "3.0.2" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a640bf2e4430a149c87b5eaf377477ce8615ca7cb808054dd20e79e42da5d6ba" +checksum = "31cf812d2f10fd40a9c11227fe0e2e09779113f6ae6f04bd396ac5da92b69c91" dependencies = [ "hstr", "once_cell", @@ -2749,9 +2749,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "10.0.1" +version = "10.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "859def2fe912fe5db391cae719574bfe7e7f03ab88ae2ed3c850e16852257353" +checksum = "9a2e50df9008ca01c05c914d3970b74e6b32ae7cbafb4fb0776f6e46b6db891b" dependencies = [ "swc_allocator", "swc_atoms", @@ -2764,9 +2764,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "5.0.1" +version = "5.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82f448db2d1c52ffd2bd3788d89cafd8b5a75b97f0dc8aae00874dda2647f6b6" +checksum = "a05e7518b3052102506969009cabb027a88259ccde64ed675aa4ea8703b651f5" dependencies = [ "bitflags", "is-macro", @@ -2782,9 +2782,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f92ea41c3c3f0fe77991fee96b91bc4c7af43b55fdb6564fdc31b8c2d0b1e220" +checksum = "b92d3a25349d7f612c38d940f09f9c19c7b7aa3bf4d22fbe31ea44fd5354de02" dependencies = [ "either", "new_debug_unreachable", @@ -2804,9 +2804,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "7.0.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09fdc36d220bcd51f70b1d78bdd8c1e1a172b4e594c385bdd9614b84a7c0e112" +checksum = "4596fe5bcb4ed0836c71e69fb4cbf0071bb832669ae57ba28aaa4b6a67b6ddfd" dependencies = [ "better_scoped_tls", "bitflags", @@ -2828,9 +2828,9 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "7.0.0" +version = "7.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c9d22b4883dc6d6c21a8216bbf5aacedd7f104230b1557367ae126a2ec3a2b5" +checksum = "971099632f1a9117debf5ca8451615c3014eea519e9ad31e386396b6e0ac8fb5" dependencies = [ "indexmap 2.7.0", "num_cpus", @@ -2885,9 +2885,9 @@ dependencies = [ [[package]] name = "swc_parallel" -version = "1.0.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7cde1a0f344924be62d01de0c8a98e840feae271b77dc8c1d9d2e340687225c" +checksum = "e5f75f1094d69174ef628e3665fff0f81d58e9f568802e3c90d332c72b0b6026" dependencies = [ "once_cell", ] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 56146844..20c0a11c 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -22,7 +22,7 @@ wasmtime = { workspace = true } wasmtime-wasi = { workspace = true } wasi-common = { workspace = true } walrus = "0.23.3" -swc_core = { version = "10.0.1", features = [ +swc_core = { version = "10.7.0", features = [ "common_sourcemap", "ecma_ast", "ecma_parser", diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 2350f029..856d800a 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -304,7 +304,7 @@ version = "0.5.9" criteria = "safe-to-deploy" [[exemptions.hstr]] -version = "0.2.15" +version = "0.2.17" criteria = "safe-to-deploy" [[exemptions.iana-time-zone]] @@ -572,7 +572,7 @@ version = "2.0.0" criteria = "safe-to-deploy" [[exemptions.swc_atoms]] -version = "3.0.2" +version = "3.0.4" criteria = "safe-to-deploy" [[exemptions.swc_common]] @@ -580,23 +580,23 @@ version = "5.0.0" criteria = "safe-to-deploy" [[exemptions.swc_core]] -version = "10.0.1" +version = "10.7.0" criteria = "safe-to-deploy" [[exemptions.swc_ecma_ast]] -version = "5.0.1" +version = "5.0.3" criteria = "safe-to-deploy" [[exemptions.swc_ecma_parser]] -version = "6.0.1" +version = "6.0.2" criteria = "safe-to-deploy" [[exemptions.swc_ecma_transforms_base]] -version = "7.0.0" +version = "7.1.1" criteria = "safe-to-deploy" [[exemptions.swc_ecma_utils]] -version = "7.0.0" +version = "7.0.4" criteria = "safe-to-deploy" [[exemptions.swc_ecma_visit]] @@ -612,7 +612,7 @@ version = "1.0.0" criteria = "safe-to-deploy" [[exemptions.swc_parallel]] -version = "1.0.1" +version = "1.2.0" criteria = "safe-to-deploy" [[exemptions.swc_visit]]