diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2b3e513cbf..4d8551c3a24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - **(es/typescript)** Support `ts_enum_is_mutable` with const enums ([#8171](https://github.com/swc-project/swc/issues/8171)) ([02d0613](https://github.com/swc-project/swc/commit/02d0613a35a3875ad3b0c0b008cf063bd162bc07)) +### Build + + + +- **(deps)** Update `ahash` ([#8174](https://github.com/swc-project/swc/issues/8174)) ([5ca3b63](https://github.com/swc-project/swc/commit/5ca3b6358219ec71a000fa30d8be14ee2c3f2fc8)) + ## [1.3.94] - 2023-10-21 ### Bug Fixes @@ -1730,9 +1736,6 @@ Full refactor of the "calc" simplification to be more compliant with the spec. ( - **(bindings/cli)** Update `swc_ecma_ast` ([#7060](https://github.com/swc-project/swc/issues/7060)) ([1b40689](https://github.com/swc-project/swc/commit/1b40689c3a754ce4a038ea98d7e9f41b1e9cf7a7)) -- **(es)** Support stable rustc again ([#7057](https://github.com/swc-project/swc/issues/7057)) ([fbb3016](https://github.com/swc-project/swc/commit/fbb3016870cb6378743170b6833be6bbb7b4a73a)) - - - **(es)** Respect the value of assumptions ([#7065](https://github.com/swc-project/swc/issues/7065)) ([11d4874](https://github.com/swc-project/swc/commit/11d4874a2ea173a43e0a1fcdf8a1390d4320b7ee)) diff --git a/Cargo.lock b/Cargo.lock index a8220c731f17..b3f3f009c58d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,7 +284,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.60.16" +version = "0.60.17" dependencies = [ "anyhow", "console_error_panic_hook", @@ -2727,7 +2727,7 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "preset_env_base" -version = "0.4.5" +version = "0.4.6" dependencies = [ "ahash 0.8.5", "anyhow", @@ -3783,7 +3783,7 @@ dependencies = [ [[package]] name = "swc_cached" -version = "0.3.17" +version = "0.3.18" dependencies = [ "ahash 0.8.5", "anyhow", @@ -3795,7 +3795,7 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "0.4.15" +version = "0.4.16" dependencies = [ "anyhow", "atty", @@ -3853,7 +3853,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "0.3.15" +version = "0.3.16" dependencies = [ "anyhow", "base64 0.13.1", @@ -3896,7 +3896,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.86.15" +version = "0.86.16" dependencies = [ "anyhow", "binding_macros", @@ -3947,7 +3947,7 @@ dependencies = [ [[package]] name = "swc_css" -version = "0.157.2" +version = "0.157.3" dependencies = [ "swc_css_ast", "swc_css_codegen", @@ -4021,7 +4021,7 @@ dependencies = [ [[package]] name = "swc_css_lints" -version = "0.60.2" +version = "0.60.3" dependencies = [ "auto_impl", "parking_lot", @@ -4090,7 +4090,7 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "0.153.2" +version = "0.153.3" dependencies = [ "once_cell", "preset_env_base", @@ -4420,7 +4420,7 @@ dependencies = [ [[package]] name = "swc_ecma_loader" -version = "0.45.1" +version = "0.45.2" dependencies = [ "anyhow", "dashmap", @@ -4507,7 +4507,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.203.9" +version = "0.203.10" dependencies = [ "anyhow", "criterion", @@ -4573,7 +4573,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.226.9" +version = "0.226.10" dependencies = [ "pretty_assertions", "sourcemap", @@ -4687,7 +4687,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.177.12" +version = "0.177.13" dependencies = [ "Inflector", "anyhow", @@ -4716,7 +4716,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.195.9" +version = "0.195.10" dependencies = [ "dashmap", "indexmap 1.9.3", @@ -4746,7 +4746,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.168.13" +version = "0.168.14" dependencies = [ "either", "rustc-hash", @@ -4770,7 +4770,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.180.12" +version = "0.180.13" dependencies = [ "base64 0.13.1", "dashmap", @@ -4891,7 +4891,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.236.15" +version = "0.236.16" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -4939,7 +4939,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.194.14" +version = "0.194.15" dependencies = [ "ahash 0.8.5", "anyhow", @@ -4987,7 +4987,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.134.15" +version = "0.134.16" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -5038,7 +5038,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.131.15" +version = "0.131.16" dependencies = [ "criterion", "once_cell", @@ -5124,7 +5124,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.58.15" +version = "0.58.16" dependencies = [ "anyhow", "dashmap", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 67b98b3683cf..806333da1b47 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "binding_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.60.16" +version = "0.60.17" [lib] bench = false @@ -36,7 +36,7 @@ binding_wasm = [ swc = { optional = true, version = "0.269.16", path = "../swc" } swc_common = { optional = true, version = "0.33.1", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.110.1", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.226.9", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { optional = true, version = "0.226.10", path = "../swc_ecma_transforms" } swc_ecma_visit = { optional = true, version = "0.96.1", path = "../swc_ecma_visit" } # Optional deps for the wasm binding macro diff --git a/crates/preset_env_base/Cargo.toml b/crates/preset_env_base/Cargo.toml index c3c9d7d3c824..2e4971b4d121 100644 --- a/crates/preset_env_base/Cargo.toml +++ b/crates/preset_env_base/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/preset_env_base/" edition = "2021" license = "Apache-2.0" name = "preset_env_base" -version = "0.4.5" +version = "0.4.6" [lib] bench = false diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 4401c4591c01..fbf4de087238 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -67,27 +67,27 @@ tracing = "0.1.37" url = "2.4.0" swc_atoms = { version = "0.6.0", path = "../swc_atoms" } -swc_cached = { version = "0.3.17", path = "../swc_cached" } +swc_cached = { version = "0.3.18", path = "../swc_cached" } swc_common = { version = "0.33.1", path = "../swc_common", features = [ "ahash", "sourcemap", "parking_lot", ] } -swc_compiler_base = { version = "0.3.15", path = "../swc_compiler_base" } +swc_compiler_base = { version = "0.3.16", path = "../swc_compiler_base" } swc_config = { version = "0.1.7", path = "../swc_config" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen" } swc_ecma_ext_transforms = { version = "0.110.8", path = "../swc_ecma_ext_transforms" } swc_ecma_lints = { version = "0.89.9", path = "../swc_ecma_lints" } -swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader", features = [ +swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } swc_ecma_minifier = { version = "0.189.15", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.203.9", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.226.9", path = "../swc_ecma_transforms", features = [ +swc_ecma_preset_env = { version = "0.203.10", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.226.10", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -97,7 +97,7 @@ swc_ecma_transforms = { version = "0.226.9", path = "../swc_ecma_transforms", fe ] } swc_ecma_transforms_base = { version = "0.134.9", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "0.160.11", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.195.9", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { version = "0.195.10", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.17.1", path = "../swc_error_reporters" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 9ebd4551bc49..cc4178b8ad4e 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -41,10 +41,10 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen" } -swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader" } +swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.134.9", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.195.9", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { version = "0.195.10", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.21.1", path = "../swc_fast_graph/" } @@ -59,15 +59,15 @@ sha-1 = "0.10" tempfile = "3.6.0" url = "2.4.0" -swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader", features = [ +swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader", features = [ "node", "cache", ] } swc_ecma_minifier = { version = "0.189.15", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "0.168.13", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.180.12", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_proposal = { version = "0.168.14", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.180.13", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_typescript = { version = "0.185.9", path = "../swc_ecma_transforms_typescript" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.35.1", path = "../testing" } diff --git a/crates/swc_cached/Cargo.toml b/crates/swc_cached/Cargo.toml index ae664f948cad..d9c6c46ec5df 100644 --- a/crates/swc_cached/Cargo.toml +++ b/crates/swc_cached/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_cached" repository = "https://github.com/swc-project/swc.git" -version = "0.3.17" +version = "0.3.18" [lib] bench = false diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index 2cab2fc129aa..fddcd9e06dfd 100644 --- a/crates/swc_cli_impl/Cargo.toml +++ b/crates/swc_cli_impl/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_cli_impl" repository = "https://github.com/swc-project/swc.git" -version = "0.4.15" +version = "0.4.16" [features] default = [] @@ -32,7 +32,7 @@ tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } walkdir = "2" -swc_core = { version = "0.86.15", features = [ +swc_core = { version = "0.86.16", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index 9295a922414c..242fd2841313 100644 --- a/crates/swc_compiler_base/Cargo.toml +++ b/crates/swc_compiler_base/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_compiler_base" repository = "https://github.com/swc-project/swc.git" -version = "0.3.15" +version = "0.3.16" [features] node = ["napi", "napi-derive"] diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 9501f3649913..a3a3685a93d4 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.86.15" +version = "0.86.16" [package.metadata.docs.rs] features = [ "allocator_node", @@ -324,11 +324,11 @@ __visit = ["__ecma", "swc_ecma_visit"] once_cell = { optional = true, version = "1.18.0" } # swc_* dependencies -binding_macros = { optional = true, version = "0.60.16", path = "../binding_macros" } +binding_macros = { optional = true, version = "0.60.17", path = "../binding_macros" } swc = { optional = true, version = "0.269.16", path = "../swc" } swc_atoms = { optional = true, version = "0.6.0", path = "../swc_atoms" } swc_bundler = { optional = true, version = "0.222.15", path = "../swc_bundler" } -swc_cached = { optional = true, version = "0.3.17", path = "../swc_cached" } +swc_cached = { optional = true, version = "0.3.18", path = "../swc_cached" } swc_common = { optional = true, version = "0.33.1", path = "../swc_common" } swc_css_ast = { optional = true, version = "0.140.2", path = "../swc_css_ast" } swc_css_codegen = { optional = true, version = "0.151.2", path = "../swc_css_codegen" } @@ -336,29 +336,29 @@ swc_css_compat = { optional = true, version = "0.27.2", path = swc_css_minifier = { optional = true, version = "0.116.2", path = "../swc_css_minifier" } swc_css_modules = { optional = true, version = "0.29.2", path = "../swc_css_modules" } swc_css_parser = { optional = true, version = "0.150.2", path = "../swc_css_parser" } -swc_css_prefixer = { optional = true, version = "0.153.2", path = "../swc_css_prefixer" } +swc_css_prefixer = { optional = true, version = "0.153.3", path = "../swc_css_prefixer" } swc_css_utils = { optional = true, version = "0.137.2", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "0.139.2", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "0.110.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { optional = true, version = "0.146.4", path = "../swc_ecma_codegen" } -swc_ecma_loader = { optional = true, version = "0.45.1", path = "../swc_ecma_loader" } +swc_ecma_loader = { optional = true, version = "0.45.2", path = "../swc_ecma_loader" } swc_ecma_minifier = { optional = true, version = "0.189.15", path = "../swc_ecma_minifier" } swc_ecma_parser = { optional = true, version = "0.141.4", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.203.9", path = "../swc_ecma_preset_env" } +swc_ecma_preset_env = { optional = true, version = "0.203.10", path = "../swc_ecma_preset_env" } swc_ecma_quote_macros = { optional = true, version = "0.52.4", path = "../swc_ecma_quote_macros" } swc_ecma_transforms_base = { optional = true, version = "0.134.9", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { optional = true, version = "0.160.11", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "0.177.12", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.195.9", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.168.13", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.180.12", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_module = { optional = true, version = "0.177.13", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.195.10", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.168.14", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.180.13", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_testing = { optional = true, version = "0.137.9", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { optional = true, version = "0.185.9", path = "../swc_ecma_transforms_typescript" } swc_ecma_usage_analyzer = { optional = true, version = "0.20.9", path = "../swc_ecma_usage_analyzer" } swc_ecma_utils = { optional = true, version = "0.124.8", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.96.1", path = "../swc_ecma_visit" } swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" } -swc_node_bundler = { optional = true, version = "0.58.15", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.58.16", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" } diff --git a/crates/swc_css/Cargo.toml b/crates/swc_css/Cargo.toml index f7705a3171ac..daedb8843cce 100644 --- a/crates/swc_css/Cargo.toml +++ b/crates/swc_css/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css" repository = "https://github.com/swc-project/swc.git" -version = "0.157.2" +version = "0.157.3" [package.metadata.docs.rs] all-features = true @@ -28,6 +28,6 @@ swc_css_compat = { version = "0.27.2", path = "../swc_css_compat", optional = swc_css_minifier = { version = "0.116.2", path = "../swc_css_minifier", optional = true } swc_css_modules = { version = "0.29.2", path = "../swc_css_modules", optional = true } swc_css_parser = { version = "0.150.2", path = "../swc_css_parser" } -swc_css_prefixer = { version = "0.153.2", path = "../swc_css_prefixer", optional = true } +swc_css_prefixer = { version = "0.153.3", path = "../swc_css_prefixer", optional = true } swc_css_utils = { version = "0.137.2", path = "../swc_css_utils/" } swc_css_visit = { version = "0.139.2", path = "../swc_css_visit" } diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index 5fff621b6121..a342a133ab19 100644 --- a/crates/swc_css_lints/Cargo.toml +++ b/crates/swc_css_lints/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_lints" repository = "https://github.com/swc-project/swc.git" -version = "0.60.2" +version = "0.60.3" [lib] bench = false @@ -20,7 +20,7 @@ serde = { version = "1.0.133", features = ["derive"] } thiserror = "1.0.30" swc_atoms = { version = "0.6.0", path = "../swc_atoms" } -swc_cached = { version = "0.3.17", path = "../swc_cached" } +swc_cached = { version = "0.3.18", path = "../swc_cached" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_css_ast = { version = "0.140.2", path = "../swc_css_ast" } swc_css_visit = { version = "0.139.2", path = "../swc_css_visit" } diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index efacee62147c..7d7d2eaa99c9 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_css_prefixer" repository = "https://github.com/swc-project/swc.git" -version = "0.153.2" +version = "0.153.3" [lib] bench = false @@ -17,7 +17,7 @@ once_cell = "1.18.0" serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" -preset_env_base = { version = "0.4.5", path = "../preset_env_base" } +preset_env_base = { version = "0.4.6", path = "../preset_env_base" } swc_atoms = { version = "0.6.0", path = "../swc_atoms" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_css_ast = { version = "0.140.2", path = "../swc_css_ast" } diff --git a/crates/swc_ecma_loader/Cargo.toml b/crates/swc_ecma_loader/Cargo.toml index c764d92a8ca9..cdf765c9af11 100644 --- a/crates/swc_ecma_loader/Cargo.toml +++ b/crates/swc_ecma_loader/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_loader" repository = "https://github.com/swc-project/swc.git" -version = "0.45.1" +version = "0.45.2" [package.metadata.docs.rs] all-features = true @@ -36,7 +36,7 @@ serde = { version = "1", features = ["derive"] } serde_json = { version = "1.0.64", optional = true } tracing = "0.1.37" -swc_cached = { version = "0.3.17", optional = true, path = "../swc_cached" } +swc_cached = { version = "0.3.18", optional = true, path = "../swc_cached" } swc_common = { version = "0.33.1", path = "../swc_common" } [dev-dependencies] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 45e4cd25775e..ca4ea3f4363f 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -51,7 +51,7 @@ serde_json = "1.0.61" tracing = "0.1.37" swc_atoms = { version = "0.6.0", path = "../swc_atoms" } -swc_cached = { version = "0.3.17", path = "../swc_cached" } +swc_cached = { version = "0.3.18", path = "../swc_cached" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_config = { version = "0.1.7", path = "../swc_config" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast", features = [ @@ -60,7 +60,7 @@ swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast", features = [ swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.134.9", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.195.9", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { version = "0.195.10", path = "../swc_ecma_transforms_optimization" } swc_ecma_usage_analyzer = { version = "0.20.9", path = "../swc_ecma_usage_analyzer" } swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 5aa88e092d59..dd7788cfecd3 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" -version = "0.203.9" +version = "0.203.10" [lib] bench = false @@ -26,13 +26,13 @@ serde = { version = "1", features = ["derive"], optional = true } serde_json = "1" st-map = "0.2.0" -preset_env_base = { version = "0.4.5", path = "../preset_env_base" } +preset_env_base = { version = "0.4.6", path = "../preset_env_base" } rustc-hash = "1.1.0" string_enum = { version = "0.4.1", path = "../string_enum" } swc_atoms = { version = "0.6.0", path = "../swc_atoms" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.226.9", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.226.10", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index bca491ff8787..066f99a9949e 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms" repository = "https://github.com/swc-project/swc.git" -version = "0.226.9" +version = "0.226.10" [package.metadata.docs.rs] all-features = true @@ -36,10 +36,10 @@ swc_common = { version = "0.33.1", path = "../swc_common" swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "0.134.9", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "0.160.11", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.177.12", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.195.9", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.168.13", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.180.12", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_module = { version = "0.177.13", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.195.10", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.168.14", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.180.13", path = "../swc_ecma_transforms_react", optional = true } swc_ecma_transforms_typescript = { version = "0.185.9", path = "../swc_ecma_transforms_typescript", optional = true } swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 6665644df7a1..9eac442867f2 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_module" repository = "https://github.com/swc-project/swc.git" -version = "0.177.12" +version = "0.177.13" [lib] bench = false @@ -25,10 +25,10 @@ serde = { version = "1.0.118", features = ["derive"] } tracing = "0.1.37" swc_atoms = { version = "0.6.0", path = "../swc_atoms" } -swc_cached = { version = "0.3.17", path = "../swc_cached" } +swc_cached = { version = "0.3.18", path = "../swc_cached" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } -swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader", features = [ +swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader", features = [ "node", ] } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" } @@ -40,7 +40,7 @@ swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } indexmap = { version = "1.9.3", features = ["serde"] } serde_json = "1" -swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader", features = [ +swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader", features = [ "node", "tsc", ] } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 980cf970318f..e9e55a143da6 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_optimization" repository = "https://github.com/swc-project/swc.git" -version = "0.195.9" +version = "0.195.10" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -43,9 +43,9 @@ swc_fast_graph = { version = "0.21.1", path = "../swc_fast_graph" } [dev-dependencies] swc_ecma_transforms_compat = { version = "0.160.11", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.177.12", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.168.13", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.180.12", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_module = { version = "0.177.13", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.168.14", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.180.13", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_testing = { version = "0.137.9", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { version = "0.185.9", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.35.1", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index c857f9fcc5a8..c929e3783cb5 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_proposal" repository = "https://github.com/swc-project/swc.git" -version = "0.168.13" +version = "0.168.14" [lib] bench = false @@ -25,7 +25,7 @@ smallvec = "1.8.0" swc_atoms = { version = "0.6.0", path = "../swc_atoms" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } -swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader", optional = true } +swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader", optional = true } swc_ecma_transforms_base = { version = "0.134.9", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "0.123.9", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index bc8627816e4a..be4d582a4be0 100644 --- a/crates/swc_ecma_transforms_react/Cargo.toml +++ b/crates/swc_ecma_transforms_react/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_react" repository = "https://github.com/swc-project/swc.git" -version = "0.180.12" +version = "0.180.13" [lib] bench = false @@ -40,6 +40,6 @@ swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } [dev-dependencies] swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen/" } swc_ecma_transforms_compat = { version = "0.160.11", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_module = { version = "0.177.12", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_module = { version = "0.177.13", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_testing = { version = "0.137.9", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.1", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index d4e40db056b9..796cc666e80d 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -20,7 +20,7 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "0.134.9", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.180.12", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_react = { version = "0.180.13", path = "../swc_ecma_transforms_react" } swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } @@ -30,7 +30,7 @@ criterion = "0.5" swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" } swc_ecma_transforms_compat = { version = "0.160.11", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.168.13", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_proposal = { version = "0.168.14", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_testing = { version = "0.137.9", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.1", path = "../testing" } diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 2350b4991a8e..8b649feba960 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecmascript" repository = "https://github.com/swc-project/swc.git" -version = "0.236.15" +version = "0.236.16" [package.metadata.docs.rs] all-features = true @@ -44,9 +44,9 @@ swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen", optio swc_ecma_dep_graph = { version = "0.113.4", path = "../swc_ecma_dep_graph", optional = true } swc_ecma_minifier = { version = "0.189.15", path = "../swc_ecma_minifier", optional = true } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.203.9", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_preset_env = { version = "0.203.10", path = "../swc_ecma_preset_env", optional = true } swc_ecma_quote = { version = "0.57.4", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.226.9", path = "../swc_ecma_transforms", optional = true } +swc_ecma_transforms = { version = "0.226.10", path = "../swc_ecma_transforms", optional = true } swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit", optional = true } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index 8985a397bc9c..f822cf2a6fe9 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_estree_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.194.14" +version = "0.194.15" [package.metadata.docs.rs] all-features = true @@ -43,7 +43,7 @@ pretty_assertions = "1.3" swc = { version = "0.269.16", path = "../swc" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.226.9", path = "../swc_ecma_transforms/" } +swc_ecma_transforms = { version = "0.226.10", path = "../swc_ecma_transforms/" } testing = { version = "0.35.1", path = "../testing" } walkdir = "2" diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index aae742373fc5..148336dae2d2 100644 --- a/crates/swc_html/Cargo.toml +++ b/crates/swc_html/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_html" repository = "https://github.com/swc-project/swc.git" -version = "0.134.15" +version = "0.134.16" [package.metadata.docs.rs] all-features = true @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = {version = "0.33.1", path = "../swc_html_ast"} swc_html_codegen = {version = "0.42.1", path = "../swc_html_codegen"} -swc_html_minifier = {version = "0.131.15", path = "../swc_html_minifier", optional = true} +swc_html_minifier = {version = "0.131.16", path = "../swc_html_minifier", optional = true} swc_html_parser = {version = "0.39.1", path = "../swc_html_parser"} swc_html_visit = {version = "0.33.1", path = "../swc_html_visit"} diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index ad79b71c4b15..78bac202abee 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] license = "Apache-2.0" name = "swc_html_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.131.15" +version = "0.131.16" [lib] bench = false @@ -21,7 +21,7 @@ serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" swc_atoms = { version = "0.6.0", path = "../swc_atoms" } -swc_cached = { version = "0.3.17", path = "../swc_cached" } +swc_cached = { version = "0.3.18", path = "../swc_cached" } swc_common = { version = "0.33.1", path = "../swc_common" } swc_css_ast = { version = "0.140.2", path = "../swc_css_ast" } swc_css_codegen = { version = "0.151.2", path = "../swc_css_codegen" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index a9b2a143ba43..6161afa8cf71 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_node_bundler" repository = "https://github.com/swc-project/swc.git" -version = "0.58.15" +version = "0.58.16" [lib] bench = false @@ -39,9 +39,9 @@ swc_common = { version = "0.33.1", path = "../swc_common", features = [ ] } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.146.4", path = "../swc_ecma_codegen" } -swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader" } +swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.226.9", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { version = "0.226.10", path = "../swc_ecma_transforms" } swc_ecma_utils = { version = "0.124.8", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 6c7495d3b7f7..68d6ebf46dcf 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -83,7 +83,7 @@ swc_css_parser = { version = "0.150.2", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.110.1", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } -swc_ecma_loader = { version = "0.45.1", path = "../swc_ecma_loader" } +swc_ecma_loader = { version = "0.45.2", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.141.4", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.96.1", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" }