diff --git a/Cargo.lock b/Cargo.lock index 775507944ab..0a59e2bdcee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,7 +202,7 @@ dependencies = [ "path-clean", "serde", "serde_json", - "swc_core 0.7.5", + "swc_core 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "tracing-chrome", "tracing-futures", @@ -213,7 +213,7 @@ dependencies = [ name = "binding_core_wasm" version = "1.2.230" dependencies = [ - "swc_core 0.7.5", + "swc_core 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen", ] @@ -243,8 +243,8 @@ dependencies = [ "console_error_panic_hook", "js-sys", "once_cell", - "swc 0.214.4", - "swc_common 0.27.6", + "swc 0.214.6 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms 0.183.3 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen", @@ -1994,9 +1994,9 @@ dependencies = [ [[package]] name = "path-absolutize" -version = "3.0.11" +version = "3.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b288298a7a3a7b42539e3181ba590d32f2d91237b0691ed5f103875c754b3bf5" +checksum = "d3de4b40bd9736640f14c438304c09538159802388febb02c8abaae0846c1f13" dependencies = [ "path-dedot", ] @@ -2009,9 +2009,9 @@ checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd" [[package]] name = "path-dedot" -version = "3.0.14" +version = "3.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bfa72956f6be8524f7f7e2b07972dda393cb0008a6df4451f658b7e1bd1af80" +checksum = "d611d5291372b3738a34ebf0d1f849e58b1dcc1101032f76a346eaa1f8ddbb5b" dependencies = [ "once_cell", ] @@ -2084,18 +2084,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" +checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" +checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74" dependencies = [ "proc-macro2", "quote", @@ -3018,57 +3018,6 @@ dependencies = [ "atty", ] -[[package]] -name = "swc" -version = "0.214.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb98ba635aabf1a73d5377feec9e0a7fa7d1d49dfb53239201d99994db1672e1" -dependencies = [ - "ahash", - "anyhow", - "base64 0.13.0", - "dashmap", - "either", - "indexmap", - "json_comments", - "lru", - "napi", - "napi-derive", - "once_cell", - "parking_lot", - "pathdiff", - "regex", - "rustc-hash", - "serde", - "serde_json", - "sourcemap", - "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_cached 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", - "swc_config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_codegen 0.121.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_ext_transforms 0.85.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_lints 0.58.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_loader 0.39.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_minifier 0.144.3", - "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_preset_env 0.158.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms 0.183.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", - "swc_ecma_transforms_compat 0.122.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_optimization 0.152.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_error_reporters 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_node_comments 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_plugin_proxy 0.18.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_plugin_runner 0.71.6", - "swc_timer 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_visit 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", -] - [[package]] name = "swc" version = "0.214.6" @@ -3125,6 +3074,57 @@ dependencies = [ "walkdir", ] +[[package]] +name = "swc" +version = "0.214.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01db59b4f56ae0387202c16caf17d51dae1ca0a247609861dd20d4bb1294c77e" +dependencies = [ + "ahash", + "anyhow", + "base64 0.13.0", + "dashmap", + "either", + "indexmap", + "json_comments", + "lru", + "napi", + "napi-derive", + "once_cell", + "parking_lot", + "pathdiff", + "regex", + "rustc-hash", + "serde", + "serde_json", + "sourcemap", + "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_cached 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_codegen 0.121.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_ext_transforms 0.85.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_lints 0.58.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_loader 0.39.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_minifier 0.144.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_preset_env 0.158.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_transforms 0.183.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_transforms_compat 0.122.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_transforms_optimization 0.152.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_error_reporters 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_node_comments 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_plugin_proxy 0.18.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_plugin_runner 0.71.8 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_timer 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_visit 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", +] + [[package]] name = "swc_atoms" version = "0.4.5" @@ -3218,12 +3218,12 @@ dependencies = [ "relative-path", "retain_mut", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_codegen 0.121.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_loader 0.39.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_optimization 0.152.3 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3273,7 +3273,7 @@ dependencies = [ "relative-path", "serde", "serde_json", - "swc_core 0.7.5", + "swc_core 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "tracing-chrome", "tracing-futures", @@ -3281,38 +3281,6 @@ dependencies = [ "walkdir", ] -[[package]] -name = "swc_common" -version = "0.27.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2659e2466667506a9c6994062344f8ee10ae8d48a4bd3a43e974c8945c0ae2bb" -dependencies = [ - "ahash", - "anyhow", - "ast_node 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "better_scoped_tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bytecheck", - "cfg-if 1.0.0", - "debug_unreachable", - "either", - "from_variant 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "num-bigint", - "once_cell", - "parking_lot", - "rkyv", - "rustc-hash", - "serde", - "siphasher", - "sourcemap", - "string_cache", - "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_eq_ignore_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_visit 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "unicode-width", - "url", -] - [[package]] name = "swc_common" version = "0.27.7" @@ -3349,6 +3317,38 @@ dependencies = [ "url", ] +[[package]] +name = "swc_common" +version = "0.27.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee247095e2bb94c830fd29cc881c88c60a51cc92d3e9f85d5470a74f2d625f9f" +dependencies = [ + "ahash", + "anyhow", + "ast_node 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "better_scoped_tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bytecheck", + "cfg-if 1.0.0", + "debug_unreachable", + "either", + "from_variant 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "num-bigint", + "once_cell", + "parking_lot", + "rkyv", + "rustc-hash", + "serde", + "siphasher", + "sourcemap", + "string_cache", + "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_eq_ignore_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_visit 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", + "unicode-width", + "url", +] + [[package]] name = "swc_config" version = "0.1.1" @@ -3397,29 +3397,6 @@ dependencies = [ "syn", ] -[[package]] -name = "swc_core" -version = "0.7.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "790e03fcbb48790c2ca34e79f77c8284641fd1010252d2f987fab68f593b1586" -dependencies = [ - "binding_macros 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc 0.214.4", - "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_bundler 0.177.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", - "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_loader 0.39.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms 0.183.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_node_bundler 0.0.1", - "swc_nodejs_common 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_plugin_proxy 0.18.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_plugin_runner 0.71.6", - "swc_trace_macro 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmer", - "wasmer-wasi", -] - [[package]] name = "swc_core" version = "0.7.10" @@ -3451,6 +3428,29 @@ dependencies = [ "wasmer-wasi", ] +[[package]] +name = "swc_core" +version = "0.7.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91b34f3463369d64621e8ab66de6234d5bd397bd22de04a31c1bcf5f97faf755" +dependencies = [ + "binding_macros 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc 0.214.6 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_bundler 0.177.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_loader 0.39.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_transforms 0.183.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_node_bundler 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_nodejs_common 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_plugin_proxy 0.18.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_plugin_runner 0.71.8 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_trace_macro 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmer", + "wasmer-wasi", +] + [[package]] name = "swc_css" version = "0.120.0" @@ -3631,7 +3631,7 @@ dependencies = [ "serde", "string_enum 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-id", ] @@ -3669,7 +3669,7 @@ dependencies = [ "serde", "sourcemap", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_codegen_macros 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", @@ -3732,7 +3732,7 @@ checksum = "8488d1f1b56152f8881482924b67930ae817ec78d669c17d659ebe981f95d25e" dependencies = [ "phf", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3775,7 +3775,7 @@ dependencies = [ "regex", "serde", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3821,45 +3821,10 @@ dependencies = [ "serde", "serde_json", "swc_cached 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] -[[package]] -name = "swc_ecma_minifier" -version = "0.144.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d474a0474eefe107a8d69bbfe18cd334133182129560a32ae13246f576ee93ed" -dependencies = [ - "ahash", - "arrayvec", - "indexmap", - "num-bigint", - "num_cpus", - "once_cell", - "parking_lot", - "rayon", - "regex", - "retain_mut", - "rustc-hash", - "serde", - "serde_json", - "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_cached 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", - "swc_config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_codegen 0.121.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", - "swc_ecma_transforms_optimization 0.152.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_timer 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "unicode-id", -] - [[package]] name = "swc_ecma_minifier" version = "0.144.5" @@ -3902,6 +3867,41 @@ dependencies = [ "walkdir", ] +[[package]] +name = "swc_ecma_minifier" +version = "0.144.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a0fe9df3572e7e8e12340a4937c84643143cc6d55690813695bbe97fccb231e" +dependencies = [ + "ahash", + "arrayvec", + "indexmap", + "num-bigint", + "num_cpus", + "once_cell", + "parking_lot", + "rayon", + "regex", + "retain_mut", + "rustc-hash", + "serde", + "serde_json", + "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_cached 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_codegen 0.121.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_transforms_optimization 0.152.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_timer 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", + "unicode-id", +] + [[package]] name = "swc_ecma_parser" version = "0.117.4" @@ -3939,7 +3939,7 @@ dependencies = [ "serde", "smallvec", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", "typed-arena", @@ -3991,7 +3991,7 @@ dependencies = [ "st-map", "string_enum 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms 0.183.3 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4072,9 +4072,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8176d1490d371bf812d1d4ae92f1a8d0361fae57cc9d198cd1a1d8f2a965374" dependencies = [ "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_compat 0.122.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_module 0.139.3 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_optimization 0.152.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4085,30 +4085,6 @@ dependencies = [ "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "swc_ecma_transforms_base" -version = "0.103.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd22a6ac5bd2baa8f171a07a9c41e5d8e599c854769099817be46aef0e2c2e2" -dependencies = [ - "better_scoped_tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bitflags", - "num_cpus", - "once_cell", - "phf", - "rayon", - "rustc-hash", - "serde", - "smallvec", - "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", - "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", -] - [[package]] name = "swc_ecma_transforms_base" version = "0.103.7" @@ -4136,6 +4112,30 @@ dependencies = [ "tracing", ] +[[package]] +name = "swc_ecma_transforms_base" +version = "0.103.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ed48eb38456468673e47803ac01249bae15806daee2b1fcc18a2db755b995b8" +dependencies = [ + "better_scoped_tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags", + "num_cpus", + "once_cell", + "phf", + "rayon", + "rustc-hash", + "serde", + "smallvec", + "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", +] + [[package]] name = "swc_ecma_transforms_classes" version = "0.91.4" @@ -4155,9 +4155,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "628b626272c37957ab2cda24590c25f2064debef55f2d94b50ff94ca87fd7071" dependencies = [ "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4208,10 +4208,10 @@ dependencies = [ "serde", "smallvec", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_classes 0.91.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4292,11 +4292,11 @@ dependencies = [ "serde", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "swc_cached 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_loader 0.39.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", @@ -4345,10 +4345,10 @@ dependencies = [ "rustc-hash", "serde_json", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4388,9 +4388,9 @@ dependencies = [ "serde", "smallvec", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_classes 0.91.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4444,11 +4444,11 @@ dependencies = [ "sha-1", "string_enum 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_config 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4505,9 +4505,9 @@ checksum = "3f61975f11d397454db9f5046c3224813c95804e5684933c5cbf6324a4d9ff5c" dependencies = [ "serde", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms_base 0.103.6", + "swc_ecma_transforms_base 0.103.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_transforms_react 0.141.3 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4539,7 +4539,7 @@ dependencies = [ "once_cell", "rayon", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", @@ -4567,7 +4567,7 @@ checksum = "d998049fbf890e6674c7c818683b3eed53d993aac7156970b03b343659aeef75" dependencies = [ "num-bigint", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_visit 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", @@ -4632,7 +4632,7 @@ dependencies = [ "miette", "once_cell", "parking_lot", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4691,7 +4691,7 @@ dependencies = [ "ahash", "indexmap", "petgraph", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4876,35 +4876,6 @@ dependencies = [ "tikv-jemallocator", ] -[[package]] -name = "swc_node_bundler" -version = "0.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ca3cb2b36af6d307da8f57b0f29e6001a4c004479adef100d11105a368e802d" -dependencies = [ - "anyhow", - "dashmap", - "is-macro", - "once_cell", - "regex", - "serde", - "serde_json", - "string_enum 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "swc 0.214.4", - "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_bundler 0.177.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", - "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_codegen 0.121.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_loader 0.39.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_transforms 0.183.3 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_node_base 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", -] - [[package]] name = "swc_node_bundler" version = "0.0.2" @@ -4934,6 +4905,35 @@ dependencies = [ "tracing", ] +[[package]] +name = "swc_node_bundler" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f49fc1c9fa5ac8d09bc4c08367b49ffb7963fda44680bf328d56be1c96035d33" +dependencies = [ + "anyhow", + "dashmap", + "is-macro", + "once_cell", + "regex", + "serde", + "serde_json", + "string_enum 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "swc 0.214.6 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_bundler 0.177.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_codegen 0.121.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_loader 0.39.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_parser 0.117.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_transforms 0.183.3 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_utils 0.99.4 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_visit 0.76.5 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_node_base 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", +] + [[package]] name = "swc_node_comments" version = "0.14.4" @@ -4953,7 +4953,7 @@ dependencies = [ "ahash", "dashmap", "swc_atoms 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5022,32 +5022,12 @@ dependencies = [ "better_scoped_tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytecheck", "rkyv", - "swc_common 0.27.6", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", "swc_trace_macro 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "tracing", ] -[[package]] -name = "swc_plugin_runner" -version = "0.71.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44947b7c140a8b0d45072b6669ce1dc53f7e2198bcdb1f09c7f41bd4d774396c" -dependencies = [ - "anyhow", - "once_cell", - "parking_lot", - "serde", - "serde_json", - "swc_common 0.27.6", - "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", - "swc_plugin_proxy 0.18.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "wasmer", - "wasmer-cache", - "wasmer-wasi", -] - [[package]] name = "swc_plugin_runner" version = "0.71.8" @@ -5073,6 +5053,26 @@ dependencies = [ "wasmer-wasi", ] +[[package]] +name = "swc_plugin_runner" +version = "0.71.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bbf673dec509067a649ce0e8de0aa5bea99c33b2eea256b6a928db6a1f617c7" +dependencies = [ + "anyhow", + "once_cell", + "parking_lot", + "serde", + "serde_json", + "swc_common 0.27.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_ecma_ast 0.90.7 (registry+https://github.com/rust-lang/crates.io-index)", + "swc_plugin_proxy 0.18.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", + "wasmer", + "wasmer-cache", + "wasmer-wasi", +] + [[package]] name = "swc_plugin_testing" version = "0.24.1" diff --git a/crates/binding_core_node/Cargo.toml b/crates/binding_core_node/Cargo.toml index 13aab30c573..eb701a1cade 100644 --- a/crates/binding_core_node/Cargo.toml +++ b/crates/binding_core_node/Cargo.toml @@ -48,7 +48,7 @@ tracing-chrome = "0.5.0" tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } -swc_core = { version = "0.7.5", features = [ +swc_core = { version = "0.7.10", features = [ "ast", "common_concurrent", "bundler", diff --git a/crates/binding_core_wasm/Cargo.toml b/crates/binding_core_wasm/Cargo.toml index 7ffdb527f55..831ce6381df 100644 --- a/crates/binding_core_wasm/Cargo.toml +++ b/crates/binding_core_wasm/Cargo.toml @@ -20,7 +20,7 @@ swc_v2 = [] plugin = ["swc_core/plugin_transform_host_js"] [dependencies] -swc_core = { version = "0.7.5", features = [ +swc_core = { version = "0.7.10", features = [ "common_perf", "binding_macro_wasm", ] } diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 573a63f0e9c..8fc2f3b28c8 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -30,8 +30,8 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.214.4", path = "../swc" } -swc_common = { optional = true, version = "0.27.6", path = "../swc_common" } +swc = { optional = true, version = "0.214.6", path = "../swc" } +swc_common = { optional = true, version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_transforms = { optional = true, version = "0.183.3", path = "../swc_ecma_transforms" } diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 6029e514099..6a003080324 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "3", features = ["derive"] } rayon = "1.5.2" sha1 = "0.10.1" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", features = [ +swc_common = { version = "0.27.7", features = [ "concurrent", ], path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 5cb59552333..304f55a4ddf 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -15,7 +15,7 @@ bench = false nom = "7.1.0" serde = { version = "1", features = ["derive"] } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } [dev-dependencies] anyhow = "1" diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 59209282b4c..82ed9a2f1b8 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -57,7 +57,7 @@ serde_json = "1" sourcemap = "6" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } swc_cached = { version = "0.3.5", path = "../swc_cached" } -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "sourcemap", "parking_lot", ] } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 19f02e4ea77..4411ba024ca 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -38,7 +38,7 @@ rayon = { version = "1", optional = true } relative-path = "1.2" retain_mut = "0.1.2" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.121.4", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.39.4", path = "../swc_ecma_loader" } diff --git a/crates/swc_cli/Cargo.toml b/crates/swc_cli/Cargo.toml index 9e18628f405..5cf898ced50 100644 --- a/crates/swc_cli/Cargo.toml +++ b/crates/swc_cli/Cargo.toml @@ -26,7 +26,7 @@ rayon = "1" relative-path = "1.6.1" serde = { version = "1", features = ["derive"] } serde_json = { version = "1", features = ["unbounded_depth"] } -swc_core = { version = "0.7.5", features = [ +swc_core = { version = "0.7.10", features = [ "trace_macro", "common_concurrent", "base", diff --git a/crates/swc_css_ast/Cargo.toml b/crates/swc_css_ast/Cargo.toml index f330ee7e506..2d16f21fa8a 100644 --- a/crates/swc_css_ast/Cargo.toml +++ b/crates/swc_css_ast/Cargo.toml @@ -23,4 +23,4 @@ rkyv = { version = "=0.7.37", optional = true } serde = { version = "1.0.127", features = ["derive"] } string_enum = { version = "0.3.1", path = "../string_enum/" } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } diff --git a/crates/swc_css_codegen/Cargo.toml b/crates/swc_css_codegen/Cargo.toml index 43ca4523f53..383cc95ed1c 100644 --- a/crates/swc_css_codegen/Cargo.toml +++ b/crates/swc_css_codegen/Cargo.toml @@ -18,12 +18,12 @@ bitflags = "1.3.2" rustc-hash = "1.1.0" serde = "1.0.127" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_css_ast = { version = "0.107.0", path = "../swc_css_ast" } swc_css_codegen_macros = { version = "0.2.0", path = "../swc_css_codegen_macros" } [dev-dependencies] -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "sourcemap", ] } swc_css_parser = { version = "0.116.0", path = "../swc_css_parser" } diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index 9793cf04a8f..58ef44a2436 100644 --- a/crates/swc_css_lints/Cargo.toml +++ b/crates/swc_css_lints/Cargo.toml @@ -19,7 +19,7 @@ rayon = "1.5.1" serde = { version = "1.0.133", features = ["derive"] } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } swc_cached = { version = "0.3.5", path = "../swc_cached" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_css_ast = { version = "0.107.0", path = "../swc_css_ast" } swc_css_visit = { version = "0.106.0", path = "../swc_css_visit" } thiserror = "1.0.30" diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 0eaee040411..a60b1c51cb4 100644 --- a/crates/swc_css_minifier/Cargo.toml +++ b/crates/swc_css_minifier/Cargo.toml @@ -15,7 +15,7 @@ bench = false [dependencies] serde = "1.0.118" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_css_ast = { version = "0.107.0", path = "../swc_css_ast" } swc_css_utils = { version = "0.104.0", path = "../swc_css_utils/" } swc_css_visit = { version = "0.106.0", path = "../swc_css_visit" } diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index d5794603984..3394710c59b 100644 --- a/crates/swc_css_parser/Cargo.toml +++ b/crates/swc_css_parser/Cargo.toml @@ -20,7 +20,7 @@ bitflags = "1.2.1" lexical = "6.1.0" serde = "1.0.127" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_css_ast = { version = "0.107.0", path = "../swc_css_ast" } [dev-dependencies] diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index 221bcd0fc64..414d36e56a3 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -18,7 +18,7 @@ preset_env_base = { version = "0.2.0", path = "../preset_env_base" } serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_css_ast = { version = "0.107.0", path = "../swc_css_ast" } swc_css_utils = { version = "0.104.0", path = "../swc_css_utils/" } swc_css_visit = { version = "0.106.0", path = "../swc_css_visit" } diff --git a/crates/swc_css_utils/Cargo.toml b/crates/swc_css_utils/Cargo.toml index 84cf0fe5a33..4face4a724a 100644 --- a/crates/swc_css_utils/Cargo.toml +++ b/crates/swc_css_utils/Cargo.toml @@ -17,6 +17,6 @@ once_cell = "1.10.0" serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_css_ast = { version = "0.107.0", path = "../swc_css_ast" } swc_css_visit = { version = "0.106.0", path = "../swc_css_visit" } diff --git a/crates/swc_css_visit/Cargo.toml b/crates/swc_css_visit/Cargo.toml index 19f4d5c4eb1..856252eb1b7 100644 --- a/crates/swc_css_visit/Cargo.toml +++ b/crates/swc_css_visit/Cargo.toml @@ -22,6 +22,6 @@ path = [] [dependencies] serde = { version = "1", optional = true } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_css_ast = { version = "0.107.0", path = "../swc_css_ast" } swc_visit = { version = "0.5.2", path = "../swc_visit" } diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index a8ca53f9f49..c87b51a64d9 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -31,7 +31,7 @@ scoped-tls = "1.0.0" serde = { version = "1.0.133", features = ["derive"] } string_enum = { version = "0.3.1", path = "../string_enum" } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } unicode-id = "0.3" [dev-dependencies] diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 418f7726b4f..cac82c84fdc 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -20,14 +20,14 @@ rustc-hash = "1.1.0" serde = "1.0.127" sourcemap = "6" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_codegen_macros = { version = "0.7.1", path = "../swc_ecma_codegen_macros" } tracing = "0.1.32" [dev-dependencies] criterion = "0.3" -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_parser = { version = "0.117.4", path = "../swc_ecma_parser" } diff --git a/crates/swc_ecma_dep_graph/Cargo.toml b/crates/swc_ecma_dep_graph/Cargo.toml index f2f445d9e3f..a9cdd22edb1 100644 --- a/crates/swc_ecma_dep_graph/Cargo.toml +++ b/crates/swc_ecma_dep_graph/Cargo.toml @@ -13,7 +13,7 @@ bench = false [dependencies] swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "0.76.5", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index d195942abc8..080997618a8 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -13,7 +13,7 @@ bench = false [dependencies] phf = { version = "0.10", features = ["macros"] } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_utils = { version = "0.99.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.76.5", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 958acfbd460..42e1120a3ae 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -21,7 +21,7 @@ rayon = "1.5.1" regex = "1" serde = { version = "1.0.133", features = ["derive"] } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "concurrent", ] } swc_config = { version = "0.1.0", path = "../swc_config" } diff --git a/crates/swc_ecma_loader/Cargo.toml b/crates/swc_ecma_loader/Cargo.toml index f308cf5eaf1..570038c0fdb 100644 --- a/crates/swc_ecma_loader/Cargo.toml +++ b/crates/swc_ecma_loader/Cargo.toml @@ -1,16 +1,16 @@ [package] -authors = ["강동윤 "] -description = "General ecmascript loader used for transforms" +authors = ["강동윤 "] +description = "General ecmascript loader used for transforms" documentation = "https://rustdoc.swc.rs/swc_ecma_loader/" -edition = "2021" -license = "Apache-2.0" -name = "swc_ecma_loader" -repository = "https://github.com/swc-project/swc.git" -version = "0.39.4" +edition = "2021" +license = "Apache-2.0" +name = "swc_ecma_loader" +repository = "https://github.com/swc-project/swc.git" +version = "0.39.4" -[package.metadata.docs.rs] -all-features = true -rustdoc-args = ["--cfg", "docsrs"] + [package.metadata.docs.rs] + all-features = true + rustdoc-args = ["--cfg", "docsrs"] [lib] bench = false @@ -25,19 +25,19 @@ node = ["normpath", "serde_json", "dashmap", "once_cell", "path-clean"] tsc = ["dashmap", "once_cell", "swc_cached"] [dependencies] -ahash = "0.7.4" -anyhow = "1.0.41" -dashmap = { version = "5.1.0", optional = true } -lru = { version = "0.7.1", optional = true } -once_cell = { version = "1.9.0", optional = true } +ahash = "0.7.4" +anyhow = "1.0.41" +dashmap = { version = "5.1.0", optional = true } +lru = { version = "0.7.1", optional = true } +once_cell = { version = "1.9.0", optional = true } parking_lot = { version = "0.12.0", optional = true } -path-clean = { version = "=0.1.0", optional = true } -serde = { version = "1", features = ["derive"] } -serde_json = { version = "1.0.64", optional = true } -swc_cached = { version = "0.3.5", optional = true, path = "../swc_cached" } -swc_common = { version = "0.27.6", path = "../swc_common" } -tracing = "0.1.32" -pathdiff = "0.2.1" +path-clean = { version = "=0.1.0", optional = true } +pathdiff = "0.2.1" +serde = { version = "1", features = ["derive"] } +serde_json = { version = "1.0.64", optional = true } +swc_cached = { version = "0.3.5", optional = true, path = "../swc_cached" } +swc_common = { version = "0.27.7", path = "../swc_common" } +tracing = "0.1.32" [dev-dependencies] lazy_static = "1.4.0" diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 2229b49750a..2b6f0efdf46 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -44,7 +44,7 @@ serde = { version = "1.0.118", features = ["derive"] serde_json = "1.0.61" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } swc_cached = { version = "0.3.5", path = "../swc_cached" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_config = { version = "0.1.0", path = "../swc_config" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.121.4", path = "../swc_ecma_codegen" } diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 63076a9edee..11ea8273720 100644 --- a/crates/swc_ecma_parser/Cargo.toml +++ b/crates/swc_ecma_parser/Cargo.toml @@ -31,7 +31,7 @@ num-bigint = "0.4" serde = { version = "1", features = ["derive"] } smallvec = "1.8.0" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "0.76.5", path = "../swc_ecma_visit", optional = true } tracing = "0.1.32" diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index d2486d9f5d1..e2ad0dac216 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1" st-map = "0.1.2" string_enum = { version = "0.3.1", path = "../string_enum" } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_transforms = { version = "0.183.3", path = "../swc_ecma_transforms", features = [ "compat", diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index 75faa785061..609e5413ca0 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -13,7 +13,7 @@ bench = false [dependencies] swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_quote_macros = { version = "0.28.4", path = "../swc_ecma_quote_macros" } swc_ecma_utils = { version = "0.99.4", path = "../swc_ecma_utils" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index d7bc5420705..e3322c21aff 100644 --- a/crates/swc_ecma_quote_macros/Cargo.toml +++ b/crates/swc_ecma_quote_macros/Cargo.toml @@ -18,7 +18,7 @@ pmutil = "0.5.1" proc-macro2 = "1" quote = "1" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.117.4", path = "../swc_ecma_parser" } swc_macros_common = { version = "0.3.3", path = "../swc_macros_common" } diff --git a/crates/swc_ecma_testing/Cargo.toml b/crates/swc_ecma_testing/Cargo.toml index d6927faf983..b998e3a3d46 100644 --- a/crates/swc_ecma_testing/Cargo.toml +++ b/crates/swc_ecma_testing/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1" hex = "0.4" sha-1 = "0.10" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.121.4", path = "../swc_ecma_codegen" } testing = { version = "0.29.4", path = "../testing" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index f205080792b..de9489aff32 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -32,7 +32,7 @@ typescript = ["swc_ecma_transforms_typescript"] [dependencies] swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "0.103.6", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "0.122.4", path = "../swc_ecma_transforms_compat", optional = true } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 65f45fbb7a8..3a9f264a500 100644 --- a/crates/swc_ecma_transforms_base/Cargo.toml +++ b/crates/swc_ecma_transforms_base/Cargo.toml @@ -27,7 +27,7 @@ rustc-hash = "1.1.0" serde = { version = "1", features = ["derive"] } smallvec = "1.8.0" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.117.4", path = "../swc_ecma_parser" } swc_ecma_utils = { version = "0.99.4", path = "../swc_ecma_utils" } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index ae02c6a31c5..cd408d84d14 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -13,7 +13,7 @@ bench = false [dependencies] swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "0.103.6", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.99.4", path = "../swc_ecma_utils" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index e9bfc5e54b8..25cca1e1671 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -30,7 +30,7 @@ rayon = { version = "1.5.1", optional = true } serde = { version = "1.0.118", features = ["derive"] } smallvec = "1.8.0" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_config = { version = "0.1.0", path = "../swc_config" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "0.103.6", path = "../swc_ecma_transforms_base" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 5e2f7a808d7..b6adcf9a16d 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -25,7 +25,7 @@ regex = "1" serde = { version = "1.0.118", features = ["derive"] } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } swc_cached = { version = "0.3.5", path = "../swc_cached" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.39.4", path = "../swc_ecma_loader", features = [ "node", diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 33532fb272f..29ca6c634c7 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -26,7 +26,7 @@ rayon = { version = "1.5.1", optional = true } rustc-hash = "1.1.0" serde_json = "1.0.61" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.117.4", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.103.6", path = "../swc_ecma_transforms_base" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index abd6f2f2418..71e5886894f 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -21,7 +21,7 @@ either = "1.6.1" serde = { version = "1.0.118", features = ["derive"] } smallvec = "1.8.0" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.39.4", path = "../swc_ecma_loader", optional = true } swc_ecma_transforms_base = { version = "0.103.6", path = "../swc_ecma_transforms_base" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 1cf0081aca3..99d9251d5cd 100644 --- a/crates/swc_ecma_transforms_react/Cargo.toml +++ b/crates/swc_ecma_transforms_react/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.118", features = ["derive"] } sha-1 = "0.10.0" string_enum = { version = "0.3.1", path = "../string_enum" } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_config = { version = "0.1.0", path = "../swc_config" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.117.4", path = "../swc_ecma_parser" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index 07044294dd6..23be62dc85a 100644 --- a/crates/swc_ecma_transforms_testing/Cargo.toml +++ b/crates/swc_ecma_transforms_testing/Cargo.toml @@ -18,7 +18,7 @@ hex = "0.4.3" serde = "1" serde_json = "1" sha-1 = "0.10" -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.121.4", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.117.4", path = "../swc_ecma_parser" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 9eaaff5f7ff..87b2d34b6a0 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -15,7 +15,7 @@ bench = false [dependencies] serde = { version = "1.0.118", features = ["derive"] } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "0.103.6", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_react = { version = "0.141.3", path = "../swc_ecma_transforms_react" } diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 96a6a94e207..3365f4dd9d7 100644 --- a/crates/swc_ecma_utils/Cargo.toml +++ b/crates/swc_ecma_utils/Cargo.toml @@ -24,7 +24,7 @@ indexmap = "1" once_cell = "1.10.0" rayon = { version = "1.5.1", optional = true } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "0.76.5", path = "../swc_ecma_visit" } tracing = "0.1.32" diff --git a/crates/swc_ecma_visit/Cargo.toml b/crates/swc_ecma_visit/Cargo.toml index a2719eda2b2..e0da6fce34e 100644 --- a/crates/swc_ecma_visit/Cargo.toml +++ b/crates/swc_ecma_visit/Cargo.toml @@ -24,7 +24,7 @@ path = [] num-bigint = { version = "0.4", features = ["serde"] } serde = { version = "1", optional = true } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_visit = { version = "0.5.2", path = "../swc_visit" } tracing = "0.1.32" diff --git a/crates/swc_error_reporters/Cargo.toml b/crates/swc_error_reporters/Cargo.toml index f95e2bd83ec..1f9046cb0e7 100644 --- a/crates/swc_error_reporters/Cargo.toml +++ b/crates/swc_error_reporters/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["강동윤 "] -description = "Error reporter implementations for the swc project" +authors = ["강동윤 "] +description = "Error reporter implementations for the swc project" documentation = "https://rustdoc.swc.rs/swc_error_reporters/" -edition = "2021" -license = "Apache-2.0" -name = "swc_error_reporters" -repository = "https://github.com/swc-project/swc.git" -version = "0.11.4" +edition = "2021" +license = "Apache-2.0" +name = "swc_error_reporters" +repository = "https://github.com/swc-project/swc.git" +version = "0.11.4" [lib] bench = false @@ -16,6 +16,6 @@ anyhow = "1" miette = { version = "4.2.1", features = ["fancy"] } once_cell = "1" parking_lot = "0.12.0" -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "concurrent", ] } diff --git a/crates/swc_estree_ast/Cargo.toml b/crates/swc_estree_ast/Cargo.toml index b225e0b95c1..6450c07672c 100644 --- a/crates/swc_estree_ast/Cargo.toml +++ b/crates/swc_estree_ast/Cargo.toml @@ -22,4 +22,4 @@ better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" } serde = { version = "1", features = ["derive"] } serde_json = "1" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index 8acfe0dc304..0be47fa7487 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -23,7 +23,7 @@ rayon = "1.5.0" serde = { version = "1", features = ["derive"] } serde_json = "1.0.62" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "concurrent", "sourcemap", "tty-emitter", @@ -38,7 +38,7 @@ swc_node_comments = { version = "0.14.4", path = "../swc_node_comments/" } [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc = { version = "0.214.4", path = "../swc" } +swc = { version = "0.214.6", path = "../swc" } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.117.4", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "0.183.3", path = "../swc_ecma_transforms/" } diff --git a/crates/swc_fast_graph/Cargo.toml b/crates/swc_fast_graph/Cargo.toml index f5508e97cbb..1a5137ab0d9 100644 --- a/crates/swc_fast_graph/Cargo.toml +++ b/crates/swc_fast_graph/Cargo.toml @@ -1,18 +1,18 @@ [package] -authors = ["강동윤 "] +authors = ["강동윤 "] description = "Faster version of petgraph" -edition = "2021" -include = ["Cargo.toml", "src/**/*.rs"] -license = "Apache-2.0" -name = "swc_fast_graph" -repository = "https://github.com/swc-project/swc.git" -version = "0.15.4" +edition = "2021" +include = ["Cargo.toml", "src/**/*.rs"] +license = "Apache-2.0" +name = "swc_fast_graph" +repository = "https://github.com/swc-project/swc.git" +version = "0.15.4" [lib] bench = false [dependencies] -ahash = "0.7.6" -indexmap = "1.7.0" -petgraph = "0.6" -swc_common = { version = "0.27.6", path = "../swc_common"} +ahash = "0.7.6" +indexmap = "1.7.0" +petgraph = "0.6" +swc_common = { version = "0.27.7", path = "../swc_common" } diff --git a/crates/swc_html_ast/Cargo.toml b/crates/swc_html_ast/Cargo.toml index 2b8e3aeccff..5d418c7f21b 100644 --- a/crates/swc_html_ast/Cargo.toml +++ b/crates/swc_html_ast/Cargo.toml @@ -24,4 +24,4 @@ rkyv = { version = "0.7.37", optional = true } serde = { version = "1.0.127", features = ["derive"] } string_enum = { version = "0.3.1", path = "../string_enum/" } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } diff --git a/crates/swc_html_codegen/Cargo.toml b/crates/swc_html_codegen/Cargo.toml index 2cfb337bc38..d875fec9d2a 100644 --- a/crates/swc_html_codegen/Cargo.toml +++ b/crates/swc_html_codegen/Cargo.toml @@ -20,13 +20,13 @@ auto_impl = "0.5.0" bitflags = "1.3.2" rustc-hash = "1.1.0" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_html_ast = { version = "0.24.4", path = "../swc_html_ast" } swc_html_codegen_macros = { version = "0.2.0", path = "../swc_html_codegen_macros" } swc_html_utils = { version = "0.12.5", path = "../swc_html_utils" } [dev-dependencies] -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "sourcemap", ] } swc_html_parser = { version = "0.29.4", path = "../swc_html_parser" } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 6a710d6460d..51133056cfb 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } swc_cached = { version = "0.3.5", path = "../swc_cached" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_css_ast = { version = "0.107.0", path = "../swc_css_ast" } swc_css_codegen = { version = "0.117.0", path = "../swc_css_codegen" } swc_css_minifier = { version = "0.82.0", path = "../swc_css_minifier" } diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index 8f1a560a878..71d02fff731 100644 --- a/crates/swc_html_parser/Cargo.toml +++ b/crates/swc_html_parser/Cargo.toml @@ -20,7 +20,7 @@ debug = [] [dependencies] swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_html_ast = { version = "0.24.4", path = "../swc_html_ast" } swc_html_utils = { version = "0.12.5", path = "../swc_html_utils" } diff --git a/crates/swc_html_utils/Cargo.toml b/crates/swc_html_utils/Cargo.toml index c826252ef5c..0f8a2bbe66f 100644 --- a/crates/swc_html_utils/Cargo.toml +++ b/crates/swc_html_utils/Cargo.toml @@ -16,7 +16,7 @@ version = "0.12.5" bench = false [dependencies] -once_cell = "1.10.0" -serde = { version = "1.0.118", features = ["derive"] } +once_cell = "1.10.0" +serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } diff --git a/crates/swc_html_visit/Cargo.toml b/crates/swc_html_visit/Cargo.toml index ea6c988f3cd..7626419b043 100644 --- a/crates/swc_html_visit/Cargo.toml +++ b/crates/swc_html_visit/Cargo.toml @@ -25,6 +25,6 @@ path = [] [dependencies] serde = { version = "1", optional = true } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_html_ast = { version = "0.24.4", path = "../swc_html_ast" } swc_visit = { version = "0.5.2", path = "../swc_visit" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 2699ec6a450..f2ba7596872 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -26,12 +26,12 @@ regex = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" string_enum = { version = "0.3", path = "../string_enum" } -swc = { version = "0.214.4", path = "../swc" } +swc = { version = "0.214.6", path = "../swc" } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } swc_bundler = { version = "0.177.3", path = "../swc_bundler", features = [ "concurrent", ] } -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } diff --git a/crates/swc_node_comments/Cargo.toml b/crates/swc_node_comments/Cargo.toml index 7a002df548e..64a382d552f 100644 --- a/crates/swc_node_comments/Cargo.toml +++ b/crates/swc_node_comments/Cargo.toml @@ -18,4 +18,4 @@ bench = false ahash = "0.7.6" dashmap = "5.1.0" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } diff --git a/crates/swc_plugin_proxy/Cargo.toml b/crates/swc_plugin_proxy/Cargo.toml index e54bc50fb04..ce9c7fe407f 100644 --- a/crates/swc_plugin_proxy/Cargo.toml +++ b/crates/swc_plugin_proxy/Cargo.toml @@ -20,7 +20,7 @@ plugin-mode = [] better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" } bytecheck = "0.6.9" rkyv = "=0.7.37" -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "plugin-base", ] } swc_ecma_ast = { version = "0.90.7", path = "../swc_ecma_ast" } diff --git a/crates/swc_xml_ast/Cargo.toml b/crates/swc_xml_ast/Cargo.toml index 5a7e1ef4198..040f380e5c5 100644 --- a/crates/swc_xml_ast/Cargo.toml +++ b/crates/swc_xml_ast/Cargo.toml @@ -19,4 +19,4 @@ is-macro = "0.2.0" serde = { version = "1.0.127", features = ["derive"] } string_enum = { version = "0.3.1", path = "../string_enum/" } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } diff --git a/crates/swc_xml_codegen/Cargo.toml b/crates/swc_xml_codegen/Cargo.toml index 1b7722a8172..25ba8f08d3a 100644 --- a/crates/swc_xml_codegen/Cargo.toml +++ b/crates/swc_xml_codegen/Cargo.toml @@ -20,12 +20,12 @@ auto_impl = "0.5.0" bitflags = "1.3.2" rustc-hash = "1.1.0" swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_xml_ast = { version = "0.2.4", path = "../swc_xml_ast" } swc_xml_codegen_macros = { version = "0.1.0", path = "../swc_xml_codegen_macros" } [dev-dependencies] -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "sourcemap", ] } swc_xml_parser = { version = "0.2.4", path = "../swc_xml_parser" } diff --git a/crates/swc_xml_parser/Cargo.toml b/crates/swc_xml_parser/Cargo.toml index 7d776962f76..b734a866de5 100644 --- a/crates/swc_xml_parser/Cargo.toml +++ b/crates/swc_xml_parser/Cargo.toml @@ -20,7 +20,7 @@ debug = [] [dependencies] swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_xml_ast = { version = "0.2.4", path = "../swc_xml_ast" } [dev-dependencies] diff --git a/crates/swc_xml_visit/Cargo.toml b/crates/swc_xml_visit/Cargo.toml index f2dd7fbc8cd..a27d70d7055 100644 --- a/crates/swc_xml_visit/Cargo.toml +++ b/crates/swc_xml_visit/Cargo.toml @@ -25,6 +25,6 @@ path = [] [dependencies] serde = { version = "1", optional = true } swc_atoms = { version = "0.4.5", path = "../swc_atoms" } -swc_common = { version = "0.27.6", path = "../swc_common" } +swc_common = { version = "0.27.7", path = "../swc_common" } swc_visit = { version = "0.5.2", path = "../swc_visit" } swc_xml_ast = { version = "0.2.4", path = "../swc_xml_ast" } diff --git a/crates/testing/Cargo.toml b/crates/testing/Cargo.toml index 3b457174ed3..57bfedf63ef 100644 --- a/crates/testing/Cargo.toml +++ b/crates/testing/Cargo.toml @@ -1,12 +1,12 @@ [package] -authors = ["강동윤 "] -description = "Testing utilities for the swc project." +authors = ["강동윤 "] +description = "Testing utilities for the swc project." documentation = "https://rustdoc.swc.rs/testing/" -edition = "2021" -license = "Apache-2.0" -name = "testing" -repository = "https://github.com/swc-project/swc.git" -version = "0.29.4" +edition = "2021" +license = "Apache-2.0" +name = "testing" +repository = "https://github.com/swc-project/swc.git" +version = "0.29.4" [lib] bench = false @@ -18,10 +18,10 @@ once_cell = "1.10.0" pretty_assertions = "1.1" regex = "1" serde_json = "1.0.71" -swc_common = { version = "0.27.6", path = "../swc_common", features = [ +swc_common = { version = "0.27.7", path = "../swc_common", features = [ "tty-emitter", -]} -swc_error_reporters = {version = "0.11.4", path = "../swc_error_reporters"} -testing_macros = {version = "0.2.0", path = "../testing_macros"} +] } +swc_error_reporters = { version = "0.11.4", path = "../swc_error_reporters" } +testing_macros = { version = "0.2.0", path = "../testing_macros" } tracing = "0.1.32" -tracing-subscriber = {version = "0.3.9", features = ["env-filter"]} +tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } diff --git a/deny.toml b/deny.toml index 0a87a49e06f..5027eee7c0c 100644 --- a/deny.toml +++ b/deny.toml @@ -75,6 +75,7 @@ allow = [ "Zlib", "MPL-2.0", "0BSD", + "Unicode-DFS-2016", #unicode-ident ] # List of explictly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses @@ -103,48 +104,48 @@ confidence-threshold = 0.8 # aren't accepted for every possible crate as with the normal allow list exceptions = [] -[[licenses.clarify]] -# The name of the crate the clarification applies to -name = "encoding_rs" -# The optional version constraint for the crate -version = "0.8.30" -# The SPDX expression for the license requirements of the crate -expression = "Apache-2.0 AND BSD-3-Clause" -# One or more files in the crate's source used as the "source of truth" for -# the license expression. If the contents match, the clarification will be used -# when running the license check, otherwise the clarification will be ignored -# and the crate will be checked normally, which may produce warnings or errors -# depending on the rest of your configuration -license-files = [{ path = "COPYRIGHT", hash = 972598577 }] + [[licenses.clarify]] + # The name of the crate the clarification applies to + name = "encoding_rs" + # The optional version constraint for the crate + version = "0.8.30" + # The SPDX expression for the license requirements of the crate + expression = "Apache-2.0 AND BSD-3-Clause" + # One or more files in the crate's source used as the "source of truth" for + # the license expression. If the contents match, the clarification will be used + # when running the license check, otherwise the clarification will be ignored + # and the crate will be checked normally, which may produce warnings or errors + # depending on the rest of your configuration + license-files = [{ path = "COPYRIGHT", hash = 972598577 }] -# Some crates don't have (easily) machine readable licensing information, -# adding a clarification entry for it allows you to manually specify the -# licensing information -#[[licenses.clarify]] -# The name of the crate the clarification applies to -#name = "ring" -# The optional version constraint for the crate -#version = "*" -# The SPDX expression for the license requirements of the crate -#expression = "MIT AND ISC AND OpenSSL" -# One or more files in the crate's source used as the "source of truth" for -# the license expression. If the contents match, the clarification will be used -# when running the license check, otherwise the clarification will be ignored -# and the crate will be checked normally, which may produce warnings or errors -# depending on the rest of your configuration -#license-files = [ -# Each entry is a crate relative path, and the (opaque) hash of its contents -#{ path = "LICENSE", hash = 0xbd0eed23 } -#] + # Some crates don't have (easily) machine readable licensing information, + # adding a clarification entry for it allows you to manually specify the + # licensing information + #[[licenses.clarify]] + # The name of the crate the clarification applies to + #name = "ring" + # The optional version constraint for the crate + #version = "*" + # The SPDX expression for the license requirements of the crate + #expression = "MIT AND ISC AND OpenSSL" + # One or more files in the crate's source used as the "source of truth" for + # the license expression. If the contents match, the clarification will be used + # when running the license check, otherwise the clarification will be ignored + # and the crate will be checked normally, which may produce warnings or errors + # depending on the rest of your configuration + #license-files = [ + # Each entry is a crate relative path, and the (opaque) hash of its contents + #{ path = "LICENSE", hash = 0xbd0eed23 } + #] -[licenses.private] -# If true, ignores workspace crates that aren't published, or are only -# published to private registries -ignore = false -# One or more private registries that you might publish crates to, if a crate -# is only published to private registries, and ignore is true, the crate will -# not have its license(s) checked -registries = [] + [licenses.private] + # If true, ignores workspace crates that aren't published, or are only + # published to private registries + ignore = false + # One or more private registries that you might publish crates to, if a crate + # is only published to private registries, and ignore is true, the crate will + # not have its license(s) checked + registries = [] # This section is considered when running `cargo deny check bans`. # More documentation about the 'bans' section can be found here: @@ -188,10 +189,10 @@ allow-registry = ["https://github.com/rust-lang/crates.io-index"] # List of URLs for allowed Git repositories allow-git = [] -[sources.allow-org] -# 1 or more github.com organizations to allow git sources for -github = [] -# 1 or more gitlab.com organizations to allow git sources for -gitlab = [] -# 1 or more bitbucket.org organizations to allow git sources for -bitbucket = [] + [sources.allow-org] + # 1 or more github.com organizations to allow git sources for + github = [] + # 1 or more gitlab.com organizations to allow git sources for + gitlab = [] + # 1 or more bitbucket.org organizations to allow git sources for + bitbucket = []