From 866f34d2787a5c78c7dcec387286b70da5a29c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Fri, 22 Sep 2023 11:10:47 +0900 Subject: [PATCH] chore: Publish `v1.3.87` with `swc_core` `v0.83.18` (#7986) --- bindings/Cargo.lock | 58 +++++++++++++-------------- bindings/binding_core_node/Cargo.toml | 2 +- bindings/binding_core_wasm/Cargo.toml | 4 +- bindings/swc_cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 34 insertions(+), 34 deletions(-) diff --git a/bindings/Cargo.lock b/bindings/Cargo.lock index 3357a46a2555..3db7885f8762 100644 --- a/bindings/Cargo.lock +++ b/bindings/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "binding_core_wasm" -version = "1.3.86" +version = "1.3.87" dependencies = [ "anyhow", "getrandom", @@ -242,9 +242,9 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.57.14" +version = "0.57.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "448c94908adee2a5804f0788a2a3ef909cea0a572530e304882391985730f232" +checksum = "6232aeb775b976b0b29090292b9b6fec47b5dc192079f00289c83d6b616b9ebc" dependencies = [ "anyhow", "console_error_panic_hook", @@ -2800,9 +2800,9 @@ dependencies = [ [[package]] name = "swc" -version = "0.266.14" +version = "0.266.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7159970ba361732681d48fe4d6858363854abe5f8a2123623fb76957305e7189" +checksum = "03f12d1929ab7e5ff0d67dba9178e45df6462eeceb0ccdfdd41943741e3ba961" dependencies = [ "anyhow", "base64 0.13.1", @@ -2867,9 +2867,9 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.220.10" +version = "0.220.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a62fedabbfb65299e534b427124e6c11e753f0886878ad43bd186cba0cc7ba93" +checksum = "1c21ed44f42b87ce5c375a81f8b7ab61d5358ca96d7648964c1fabc5af80cffa" dependencies = [ "anyhow", "crc", @@ -2992,9 +2992,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.83.16" +version = "0.83.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b1b2d45374b0464adeb5c137a151dfb8f53462b175496f7a2a3af5a1af7ecff" +checksum = "0d507a359348e2c0ec0ffe4510701aeed711e7432e7c9116f1e80d55ee591197" dependencies = [ "binding_macros", "swc", @@ -3123,9 +3123,9 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.187.10" +version = "0.187.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd1eb5939132f4b46ec05552a60643b39ea0650b9436f786cb87a913dd6bd4d5" +checksum = "8fbc9fa2eed8778e374e7094711162074aed3b83062f5a1565ca99acfdc8754a" dependencies = [ "arrayvec", "indexmap", @@ -3178,9 +3178,9 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.201.12" +version = "0.201.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "458f050b3dd1b2d428ae64e2d14e4e0d2089e76351dae079f5598d0ad09a9516" +checksum = "20231b2caf111f139ddc02bf9a00407acb48fb3fec58bc4ec5ac5b5a4507cb81" dependencies = [ "anyhow", "dashmap", @@ -3203,9 +3203,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.224.10" +version = "0.224.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7d94d998e81d877b1de86204310188a8e4cd87767ec4377b8cc8c3bc99bbcd" +checksum = "f345f8cbc9591257cb066cae73fbc2a148ca5cb4a65ca19a7d38a1ceefcf5931" dependencies = [ "swc_atoms", "swc_common", @@ -3261,9 +3261,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.159.6" +version = "0.159.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d785a8bb89507de67ad2f6f7c16cfb66b6f05c0ffe3e1ea72245f4704261765" +checksum = "b2f3c2bc8f85a0b601bf0d9bce73719bcaedc6d58aecd8902db609e4d8f9e279" dependencies = [ "arrayvec", "indexmap", @@ -3300,9 +3300,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.176.9" +version = "0.176.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1529d021a8afa247af4bfb74d2f3cdea20de03871b924fcd642d39ec074b7cf9" +checksum = "8bfe6e9037a123466b60933104ba1496b5fdd82f6a5f1fe8df9d9a376b676c61" dependencies = [ "Inflector", "anyhow", @@ -3327,9 +3327,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.193.10" +version = "0.193.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1d45221604a504e805c2f4df8763ffbbcb116e6f7272515851c6adcba5077b" +checksum = "5c113ada85d9b59890a3b3cdc39cab4ddccbd39486034e879cbbade7fbb8fcf3" dependencies = [ "dashmap", "indexmap", @@ -3352,9 +3352,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.167.7" +version = "0.167.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9c7d532bd1d43bd26ae09d70b1601c3f3a49ae6a95755ca2af5413d661c86b9" +checksum = "cb0c76d5e9b02c84253ce9bf5918c61b63adc890d457064d86b9dc89ceb9fba3" dependencies = [ "either", "rustc-hash", @@ -3372,9 +3372,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.179.9" +version = "0.179.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4408b03ed22b5d750b9224e784d8f3eeaf461d6546f4e05f331e63f1794304" +checksum = "16916fe83b251b8e84d8579304bcb1f5df449c2e6e33f812eaddae6336b44a28" dependencies = [ "base64 0.13.1", "dashmap", @@ -3397,9 +3397,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.183.9" +version = "0.183.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f05512e7c88e37d15579b6c633d41dc7832d30aca717e3694ee9973b8300f91" +checksum = "3287bd95bc7149b8cf2ae9e478b5349900a2f28700ae81b0cbd7ac9e366e922a" dependencies = [ "serde", "swc_atoms", @@ -3536,9 +3536,9 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.55.14" +version = "0.55.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abc81a067af241e7143c49fc4eba2ca020e31c67fc607dbf6eaafe647cc183b4" +checksum = "45f60ac72e57f9fe4437054f0d288f4d602cba8ef1548b711f1ab30def1c3c64" dependencies = [ "anyhow", "dashmap", diff --git a/bindings/binding_core_node/Cargo.toml b/bindings/binding_core_node/Cargo.toml index ae91d6224115..30db4bced38b 100644 --- a/bindings/binding_core_node/Cargo.toml +++ b/bindings/binding_core_node/Cargo.toml @@ -51,7 +51,7 @@ tracing-chrome = "0.5.0" tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } -swc_core = { version = "0.83.16", features = [ +swc_core = { version = "0.83.18", features = [ "allocator_node", "ecma_ast", "ecma_codegen", diff --git a/bindings/binding_core_wasm/Cargo.toml b/bindings/binding_core_wasm/Cargo.toml index 1f7b9b1b1bf1..f0a10de4ffda 100644 --- a/bindings/binding_core_wasm/Cargo.toml +++ b/bindings/binding_core_wasm/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "binding_core_wasm" publish = false repository = "https://github.com/swc-project/swc.git" -version = "1.3.86" +version = "1.3.87" [lib] bench = false @@ -35,7 +35,7 @@ anyhow = "1.0.66" getrandom = { version = "0.2.10", features = ["js"] } serde = { version = "1", features = ["derive"] } serde-wasm-bindgen = "0.4.5" -swc_core = { version = "0.83.16", features = [ +swc_core = { version = "0.83.18", features = [ "ecma_ast_serde", "ecma_codegen", "binding_macro_wasm", diff --git a/bindings/swc_cli/Cargo.toml b/bindings/swc_cli/Cargo.toml index a3ef4e414e5c..5bec8cdce58f 100644 --- a/bindings/swc_cli/Cargo.toml +++ b/bindings/swc_cli/Cargo.toml @@ -30,7 +30,7 @@ relative-path = "1.6.1" serde = { version = "1", features = ["derive"] } serde_json = { version = "1", features = ["unbounded_depth"] } sourcemap = "6.2.2" -swc_core = { version = "0.83.16", features = [ +swc_core = { version = "0.83.18", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/package.json b/package.json index 3cc635db7772..a835d17d6917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@swc/core", - "version": "1.3.86", + "version": "1.3.87", "description": "Super-fast alternative for babel", "homepage": "https://swc.rs", "main": "./index.js",