From 4e903e91b74c42dfd28fec0f52c3874887dc70d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Fri, 22 Nov 2024 14:38:42 +0900 Subject: [PATCH] chore: Publish crates with `swc_core` `v6.0.1` --- .changeset/silent-flowers-agree.md | 8 ------- .changeset/smart-horses-repeat.md | 9 -------- CHANGELOG.md | 21 +++++++++++++------ Cargo.lock | 18 ++++++++-------- crates/binding_macros/Cargo.toml | 2 +- crates/dbg-swc/Cargo.toml | 2 +- crates/swc/Cargo.toml | 6 +++--- crates/swc_bundler/Cargo.toml | 6 +++--- crates/swc_compiler_base/Cargo.toml | 2 +- crates/swc_core/Cargo.toml | 10 ++++----- crates/swc_css/Cargo.toml | 2 +- crates/swc_css_codegen/Cargo.toml | 2 +- crates/swc_css_compat/Cargo.toml | 2 +- crates/swc_css_lints/Cargo.toml | 2 +- crates/swc_css_minifier/Cargo.toml | 2 +- crates/swc_css_modules/Cargo.toml | 2 +- crates/swc_css_parser/Cargo.toml | 2 +- crates/swc_css_prefixer/Cargo.toml | 2 +- crates/swc_css_utils/Cargo.toml | 2 +- crates/swc_css_visit/Cargo.toml | 2 +- crates/swc_ecma_compat_bugfixes/Cargo.toml | 6 +++--- crates/swc_ecma_compat_common/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2015/Cargo.toml | 6 +++--- crates/swc_ecma_compat_es2016/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2017/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2018/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2019/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2020/Cargo.toml | 6 +++--- crates/swc_ecma_compat_es2021/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2022/Cargo.toml | 6 +++--- crates/swc_ecma_compat_es3/Cargo.toml | 4 ++-- crates/swc_ecma_ext_transforms/Cargo.toml | 4 ++-- crates/swc_ecma_lints/Cargo.toml | 4 ++-- crates/swc_ecma_minifier/Cargo.toml | 4 ++-- crates/swc_ecma_parser/Cargo.toml | 4 ++-- crates/swc_ecma_preset_env/Cargo.toml | 4 ++-- crates/swc_ecma_transforms/Cargo.toml | 8 +++---- crates/swc_ecma_transforms_base/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_classes/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_compat/Cargo.toml | 10 ++++----- crates/swc_ecma_transforms_module/Cargo.toml | 6 +++--- .../Cargo.toml | 8 +++---- .../swc_ecma_transforms_proposal/Cargo.toml | 8 +++---- crates/swc_ecma_transforms_react/Cargo.toml | 6 +++--- crates/swc_ecma_transforms_testing/Cargo.toml | 4 ++-- .../swc_ecma_transforms_typescript/Cargo.toml | 8 +++---- crates/swc_ecma_usage_analyzer/Cargo.toml | 4 ++-- crates/swc_ecma_utils/Cargo.toml | 4 ++-- crates/swc_ecma_visit/Cargo.toml | 2 +- crates/swc_ecmascript/Cargo.toml | 4 ++-- crates/swc_estree_compat/Cargo.toml | 4 ++-- crates/swc_fast_ts_strip/Cargo.toml | 2 +- crates/swc_html/Cargo.toml | 2 +- crates/swc_html_codegen/Cargo.toml | 2 +- crates/swc_html_minifier/Cargo.toml | 4 ++-- crates/swc_html_parser/Cargo.toml | 2 +- crates/swc_html_visit/Cargo.toml | 2 +- crates/swc_node_bundler/Cargo.toml | 4 ++-- crates/swc_plugin_runner/Cargo.toml | 2 +- crates/swc_xml/Cargo.toml | 2 +- crates/swc_xml_codegen/Cargo.toml | 2 +- crates/swc_xml_parser/Cargo.toml | 2 +- crates/swc_xml_visit/Cargo.toml | 2 +- 63 files changed, 140 insertions(+), 148 deletions(-) delete mode 100644 .changeset/silent-flowers-agree.md delete mode 100644 .changeset/smart-horses-repeat.md diff --git a/.changeset/silent-flowers-agree.md b/.changeset/silent-flowers-agree.md deleted file mode 100644 index 9aff18df1960..000000000000 --- a/.changeset/silent-flowers-agree.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -swc_css_visit: patch -swc_html_visit: patch -swc_ecma_visit: patch -swc_xml_visit: patch ---- - -feat(visit): Derive serde for `AstParentKind` diff --git a/.changeset/smart-horses-repeat.md b/.changeset/smart-horses-repeat.md deleted file mode 100644 index ea25d0477c8f..000000000000 --- a/.changeset/smart-horses-repeat.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -swc_ecma_compat_es2015: patch -swc_ecma_compat_es2022: patch -swc_ecma_transforms_compat: patch -swc_ecma_transforms_proposal: patch -swc_ecma_utils: patch ---- - -fix(es/transforms): Source map `super(...args)` calls in injected constructors diff --git a/CHANGELOG.md b/CHANGELOG.md index 65940fd9b71b..bb664d55d3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,23 @@ +- **(@swc/types)** Tsc build file ignored by npm ([#9754](https://github.com/swc-project/swc/issues/9754)) ([14a5c1e](https://github.com/swc-project/swc/commit/14a5c1ebd233ab0e105a1affdf04d689446d80dc)) + + +- **(es)** Source map `super(...args)` calls in injected constructors ([#9745](https://github.com/swc-project/swc/issues/9745)) ([35b0ca0](https://github.com/swc-project/swc/commit/35b0ca007147dea03e911795639c8b032a0fbd28)) + + - **(es/plugin)** Migrate `swc plugin new` to use `.cargo/config.toml` ([#9740](https://github.com/swc-project/swc/issues/9740)) ([4ffb21e](https://github.com/swc-project/swc/commit/4ffb21ebe6e40f85f8b7f78cd29b10965fe035b1)) - **(es/resolver)** Ignore `VarDecl` with `declare: true` ([#9734](https://github.com/swc-project/swc/issues/9734)) ([aa0f784](https://github.com/swc-project/swc/commit/aa0f784c7d38d106e65e6aae1f0a318f575a0f09)) +### Documentation + + + +- **(types)** Document `Assumptions` API ([#9746](https://github.com/swc-project/swc/issues/9746)) ([cd4321c](https://github.com/swc-project/swc/commit/cd4321c88a97a9a6f9d0f972dcebe5e19a1326bb)) + ### Features @@ -19,6 +31,9 @@ - **(plugin)** Update `wasmer` to `v5` ([#9731](https://github.com/swc-project/swc/issues/9731)) ([9b74ccd](https://github.com/swc-project/swc/commit/9b74ccd92cf138d11790178f5817c89e44aa2deb)) + +- **(visit)** Derive serde for `AstParentKind` ([#9744](https://github.com/swc-project/swc/issues/9744)) ([e0fdd68](https://github.com/swc-project/swc/commit/e0fdd68183b9851050e1a03a903261275872044e)) + ### Miscellaneous Tasks @@ -1463,12 +1478,6 @@ - **(es)** Integrate experimental data API ([#9027](https://github.com/swc-project/swc/issues/9027)) ([825749f](https://github.com/swc-project/swc/commit/825749f44052234ba0de9db3f4cea40517ddd917)) -- **(es/minifier)** Support `module: "unknown"` ([#9026](https://github.com/swc-project/swc/issues/9026)) ([cada50b](https://github.com/swc-project/swc/commit/cada50b01746978d7c2c16fd03c3a6672aeed118)) - - - **(es/renamer)** Workaround a bug of Safari ([#9029](https://github.com/swc-project/swc/issues/9029)) ([54ac992](https://github.com/swc-project/swc/commit/54ac992781fa5a619ee1bcb9f097c3915276d9a3)) - -- **(es/transforms)** Add an API for returning metadata to JS ([#9022](https://github.com/swc-project/swc/issues/9022)) ([6ce112c](https://github.com/swc-project/swc/commit/6ce112cfebc9be87df7d6e532a67a1af43cc0038)) - diff --git a/Cargo.lock b/Cargo.lock index 2f8753c9a2e2..6282551a6244 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4346,7 +4346,7 @@ dependencies = [ [[package]] name = "swc_css_visit" -version = "4.0.0" +version = "4.0.1" dependencies = [ "serde", "swc_atoms", @@ -4442,7 +4442,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "5.0.0" +version = "5.0.1" dependencies = [ "arrayvec", "indexmap 2.5.0", @@ -4571,7 +4571,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2022" -version = "6.0.0" +version = "6.0.1" dependencies = [ "swc_atoms", "swc_common", @@ -4861,7 +4861,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "6.0.0" +version = "6.0.1" dependencies = [ "arrayvec", "indexmap 2.5.0", @@ -4970,7 +4970,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "5.0.0" +version = "5.0.1" dependencies = [ "either", "rustc-hash", @@ -5085,7 +5085,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "5.0.0" +version = "5.0.1" dependencies = [ "indexmap 2.5.0", "num_cpus", @@ -5106,7 +5106,7 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "4.0.0" +version = "4.0.1" dependencies = [ "new_debug_unreachable", "num-bigint", @@ -5343,7 +5343,7 @@ dependencies = [ [[package]] name = "swc_html_visit" -version = "4.0.0" +version = "4.0.1" dependencies = [ "serde", "swc_atoms", @@ -5600,7 +5600,7 @@ dependencies = [ [[package]] name = "swc_xml_visit" -version = "4.0.0" +version = "4.0.1" dependencies = [ "serde", "swc_atoms", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 85e8485326bb..20e1a013e344 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -37,7 +37,7 @@ swc = { optional = true, version = "6.0.0", path = "../swc" } swc_common = { optional = true, version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms" } -swc_ecma_visit = { optional = true, version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { optional = true, version = "4.0.1", path = "../swc_ecma_visit" } # Optional deps for the wasm binding macro anyhow = { workspace = true, optional = true } diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 845964763946..81ee14ab669c 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -38,6 +38,6 @@ swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier", features ] } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_error_reporters = { version = "5.0.0", path = "../swc_error_reporters" } swc_timer = { version = "1.0.0", path = "../swc_timer" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index b43da1316117..47b3a13cf27b 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -100,10 +100,10 @@ swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms", feat "typescript", ] } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "6.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_error_reporters = { version = "5.0.0", path = "../swc_error_reporters" } swc_node_comments = { version = "4.0.0", path = "../swc_node_comments" } swc_plugin_proxy = { version = "4.0.0", path = "../swc_plugin_proxy", optional = true } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index df29f8296035..926b097807c4 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -45,8 +45,8 @@ swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_load swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_fast_graph = { version = "5.0.0", path = "../swc_fast_graph/" } swc_graph_analyzer = { version = "4.0.0", path = "../swc_graph_analyzer/" } @@ -66,7 +66,7 @@ swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", features = [ swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "5.0.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index bb52b999911e..9cdb7eb022c4 100644 --- a/crates/swc_compiler_base/Cargo.toml +++ b/crates/swc_compiler_base/Cargo.toml @@ -32,7 +32,7 @@ swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_timer = { version = "1.0.0", path = "../swc_timer" } [dependencies.napi-derive] diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 90cf4d137a4d..420c9fd68ba5 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -352,7 +352,7 @@ swc_css_modules = { optional = true, version = "4.0.0", path = swc_css_parser = { optional = true, version = "4.0.0", path = "../swc_css_parser" } swc_css_prefixer = { optional = true, version = "4.0.0", path = "../swc_css_prefixer" } swc_css_utils = { optional = true, version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { optional = true, version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { optional = true, version = "4.0.1", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { optional = true, version = "4.0.2", path = "../swc_ecma_codegen" } swc_ecma_lints = { optional = true, version = "5.0.0", path = "../swc_ecma_lints" } @@ -362,16 +362,16 @@ swc_ecma_parser = { optional = true, version = "5.0.0", path = swc_ecma_preset_env = { optional = true, version = "6.0.0", path = "../swc_ecma_preset_env" } swc_ecma_quote_macros = { optional = true, version = "5.0.0", path = "../swc_ecma_quote_macros" } swc_ecma_transforms_base = { optional = true, version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_compat = { optional = true, version = "6.0.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_module = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_optimization = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_proposal = { optional = true, version = "5.0.1", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_react = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_testing = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_typescript" } swc_ecma_usage_analyzer = { optional = true, version = "5.0.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { optional = true, version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { optional = true, version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { optional = true, version = "4.0.1", path = "../swc_ecma_visit" } swc_malloc = { optional = true, version = "1.0.0", path = "../swc_malloc" } swc_node_bundler = { optional = true, version = "6.0.0", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "1.0.0", path = "../swc_nodejs_common" } diff --git a/crates/swc_css/Cargo.toml b/crates/swc_css/Cargo.toml index c93ee0b0face..eee46a5e03e1 100644 --- a/crates/swc_css/Cargo.toml +++ b/crates/swc_css/Cargo.toml @@ -30,4 +30,4 @@ swc_css_modules = { version = "4.0.0", path = "../swc_css_modules", optional = swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } swc_css_prefixer = { version = "4.0.0", path = "../swc_css_prefixer", optional = true } swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } diff --git a/crates/swc_css_codegen/Cargo.toml b/crates/swc_css_codegen/Cargo.toml index bc161c06cf61..73ab8c8056fa 100644 --- a/crates/swc_css_codegen/Cargo.toml +++ b/crates/swc_css_codegen/Cargo.toml @@ -29,5 +29,5 @@ swc_common = { version = "4.0.1", path = "../swc_common", features = [ "sourcemap", ] } swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_css_compat/Cargo.toml b/crates/swc_css_compat/Cargo.toml index 3eb9622e0a00..e78928218c8a 100644 --- a/crates/swc_css_compat/Cargo.toml +++ b/crates/swc_css_compat/Cargo.toml @@ -22,7 +22,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } [dev-dependencies] swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" } diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index b6502ffd05a2..ba745b27e955 100644 --- a/crates/swc_css_lints/Cargo.toml +++ b/crates/swc_css_lints/Cargo.toml @@ -23,7 +23,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } [dev-dependencies] serde_json = { workspace = true } diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 0e27127010e2..10897649f83b 100644 --- a/crates/swc_css_minifier/Cargo.toml +++ b/crates/swc_css_minifier/Cargo.toml @@ -19,7 +19,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } diff --git a/crates/swc_css_modules/Cargo.toml b/crates/swc_css_modules/Cargo.toml index 581919408e63..8ac64f17fe51 100644 --- a/crates/swc_css_modules/Cargo.toml +++ b/crates/swc_css_modules/Cargo.toml @@ -23,7 +23,7 @@ swc_common = { version = "4.0.1", path = "../swc_common" } swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" } swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } [dev-dependencies] indexmap = { workspace = true, features = ["serde"] } diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index d2c782b1b1f1..72f92a98dba8 100644 --- a/crates/swc_css_parser/Cargo.toml +++ b/crates/swc_css_parser/Cargo.toml @@ -31,7 +31,7 @@ serde_json = { workspace = true } swc_css_ast = { version = "4.0.1", path = "../swc_css_ast", features = [ "serde-impl", ] } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index 995f6eb89319..52e5c84b6d5c 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -22,7 +22,7 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } [dev-dependencies] swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" } diff --git a/crates/swc_css_utils/Cargo.toml b/crates/swc_css_utils/Cargo.toml index 9497c1937b8e..e0b3fcdd1bd6 100644 --- a/crates/swc_css_utils/Cargo.toml +++ b/crates/swc_css_utils/Cargo.toml @@ -20,4 +20,4 @@ serde_json = { workspace = true } swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_visit = { version = "4.0.0", path = "../swc_css_visit" } +swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } diff --git a/crates/swc_css_visit/Cargo.toml b/crates/swc_css_visit/Cargo.toml index eb8f923b44eb..db8ea5c9dc3c 100644 --- a/crates/swc_css_visit/Cargo.toml +++ b/crates/swc_css_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_visit" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "4.0.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index 78524178978f..86c18a13a38c 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -14,10 +14,10 @@ version = "5.0.0" swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_es2015 = { version = "5.0.0", path = "../swc_ecma_compat_es2015" } +swc_ecma_compat_es2015 = { version = "5.0.1", path = "../swc_ecma_compat_es2015" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } tracing = { workspace = true } diff --git a/crates/swc_ecma_compat_common/Cargo.toml b/crates/swc_ecma_compat_common/Cargo.toml index 911df5338122..bf86b7b095a4 100644 --- a/crates/swc_ecma_compat_common/Cargo.toml +++ b/crates/swc_ecma_compat_common/Cargo.toml @@ -14,6 +14,6 @@ version = "5.0.0" [dependencies] swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index 079e80b0822d..9f81c332b39e 100644 --- a/crates/swc_ecma_compat_es2015/Cargo.toml +++ b/crates/swc_ecma_compat_es2015/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2015" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "5.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -30,8 +30,8 @@ swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_co swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } tracing = { workspace = true } diff --git a/crates/swc_ecma_compat_es2016/Cargo.toml b/crates/swc_ecma_compat_es2016/Cargo.toml index 798f455ff5e2..7e0e3be44382 100644 --- a/crates/swc_ecma_compat_es2016/Cargo.toml +++ b/crates/swc_ecma_compat_es2016/Cargo.toml @@ -18,8 +18,8 @@ swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } tracing = { workspace = true } diff --git a/crates/swc_ecma_compat_es2017/Cargo.toml b/crates/swc_ecma_compat_es2017/Cargo.toml index a49f5cd09c5c..e0823c6627cc 100644 --- a/crates/swc_ecma_compat_es2017/Cargo.toml +++ b/crates/swc_ecma_compat_es2017/Cargo.toml @@ -21,8 +21,8 @@ swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] diff --git a/crates/swc_ecma_compat_es2018/Cargo.toml b/crates/swc_ecma_compat_es2018/Cargo.toml index 4c490d0c41bf..b56d9dc7f30d 100644 --- a/crates/swc_ecma_compat_es2018/Cargo.toml +++ b/crates/swc_ecma_compat_es2018/Cargo.toml @@ -22,8 +22,8 @@ swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] diff --git a/crates/swc_ecma_compat_es2019/Cargo.toml b/crates/swc_ecma_compat_es2019/Cargo.toml index 13d994e65794..6a061d3608ec 100644 --- a/crates/swc_ecma_compat_es2019/Cargo.toml +++ b/crates/swc_ecma_compat_es2019/Cargo.toml @@ -20,8 +20,8 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] diff --git a/crates/swc_ecma_compat_es2020/Cargo.toml b/crates/swc_ecma_compat_es2020/Cargo.toml index 42b55f8dc154..1de63140d15b 100644 --- a/crates/swc_ecma_compat_es2020/Cargo.toml +++ b/crates/swc_ecma_compat_es2020/Cargo.toml @@ -17,10 +17,10 @@ serde = { workspace = true, features = ["derive"] } swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_es2022 = { version = "6.0.0", path = "../swc_ecma_compat_es2022" } +swc_ecma_compat_es2022 = { version = "6.0.1", path = "../swc_ecma_compat_es2022" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } tracing = { workspace = true } diff --git a/crates/swc_ecma_compat_es2021/Cargo.toml b/crates/swc_ecma_compat_es2021/Cargo.toml index 3523147e3707..80fbc4e2105b 100644 --- a/crates/swc_ecma_compat_es2021/Cargo.toml +++ b/crates/swc_ecma_compat_es2021/Cargo.toml @@ -19,6 +19,6 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2022/Cargo.toml b/crates/swc_ecma_compat_es2022/Cargo.toml index 7c4f598d5945..a73a1232faeb 100644 --- a/crates/swc_ecma_compat_es2022/Cargo.toml +++ b/crates/swc_ecma_compat_es2022/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2022" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "6.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -23,6 +23,6 @@ swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_co swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es3/Cargo.toml b/crates/swc_ecma_compat_es3/Cargo.toml index 718cf0c15e97..61f4daf40c8c 100644 --- a/crates/swc_ecma_compat_es3/Cargo.toml +++ b/crates/swc_ecma_compat_es3/Cargo.toml @@ -18,8 +18,8 @@ tracing = { workspace = true } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index e4c7440820ad..6425d0d9ac5a 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -17,5 +17,5 @@ phf = { workspace = true, features = ["macros"] } swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index a23c872d7984..3838ff645179 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -28,8 +28,8 @@ swc_config = { version = "1.0.0", path = "../swc_config" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 50c53d6ad381..d0967524f8ef 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -66,8 +66,8 @@ swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization" } swc_ecma_usage_analyzer = { version = "5.0.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_timer = { version = "1.0.0", path = "../swc_timer" } [dev-dependencies] diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 24dbd1043348..52ad4ef739c9 100644 --- a/crates/swc_ecma_parser/Cargo.toml +++ b/crates/swc_ecma_parser/Cargo.toml @@ -39,7 +39,7 @@ phf = { workspace = true, features = ["macros"] } swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit", optional = true } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit", optional = true } [target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies] stacker = { version = "0.1.15", optional = true } @@ -54,7 +54,7 @@ codspeed-criterion-compat = { workspace = true } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 8848aa9b039a..164fb7d8620e 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -36,8 +36,8 @@ swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms", feat "compat", "proposal", ] } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index 6c8dc6506cbf..6924a6d579bb 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -36,14 +36,14 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "6.0.0", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat", optional = true } swc_ecma_transforms_module = { version = "5.0.0", path = "../swc_ecma_transforms_module", optional = true } swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "5.0.0", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal", optional = true } swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react", optional = true } swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = { workspace = true } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index c87b4edc4b87..69ea6c62ee9b 100644 --- a/crates/swc_ecma_transforms_base/Cargo.toml +++ b/crates/swc_ecma_transforms_base/Cargo.toml @@ -32,8 +32,8 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index 7af5d5464d78..9ef3ed11c43b 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -16,5 +16,5 @@ swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index c9ae2ea4fe1b..370a9942a2b8 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_compat" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "6.0.1" [lib] bench = false @@ -35,20 +35,20 @@ swc_config = { version = "1.0.0", path = "../swc_config" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_compat_bugfixes = { version = "5.0.0", path = "../swc_ecma_compat_bugfixes" } swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_compat_es2015 = { version = "5.0.0", path = "../swc_ecma_compat_es2015" } +swc_ecma_compat_es2015 = { version = "5.0.1", path = "../swc_ecma_compat_es2015" } swc_ecma_compat_es2016 = { version = "5.0.0", path = "../swc_ecma_compat_es2016" } swc_ecma_compat_es2017 = { version = "5.0.0", path = "../swc_ecma_compat_es2017" } swc_ecma_compat_es2018 = { version = "5.0.0", path = "../swc_ecma_compat_es2018" } swc_ecma_compat_es2019 = { version = "5.0.0", path = "../swc_ecma_compat_es2019" } swc_ecma_compat_es2020 = { version = "6.0.0", path = "../swc_ecma_compat_es2020" } swc_ecma_compat_es2021 = { version = "5.0.0", path = "../swc_ecma_compat_es2021" } -swc_ecma_compat_es2022 = { version = "6.0.0", path = "../swc_ecma_compat_es2022" } +swc_ecma_compat_es2022 = { version = "6.0.1", path = "../swc_ecma_compat_es2022" } swc_ecma_compat_es3 = { version = "5.0.0", path = "../swc_ecma_compat_es3" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index f928fb2dc454..6f5ca11641bc 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -33,8 +33,8 @@ swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", features = [ ] } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] indexmap = { workspace = true, features = ["serde"] } @@ -44,7 +44,7 @@ swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", features = [ "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "6.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" } testing = { version = "4.0.0", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 7bc02122caeb..2fb02a32f5f0 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -37,14 +37,14 @@ swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_fast_graph = { version = "5.0.0", path = "../swc_fast_graph" } [dev-dependencies] -swc_ecma_transforms_compat = { version = "6.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_module = { version = "5.0.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "5.0.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 6219683382a2..cffba2efa12b 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 = "5.0.0" +version = "5.0.1" [lib] bench = false @@ -29,14 +29,14 @@ swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = { workspace = true } swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "6.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index e7d62870f6ba..c3470389af36 100644 --- a/crates/swc_ecma_transforms_react/Cargo.toml +++ b/crates/swc_ecma_transforms_react/Cargo.toml @@ -35,11 +35,11 @@ swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "6.0.0", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat/" } swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index fc3c98d612f7..649ca876778b 100644 --- a/crates/swc_ecma_transforms_testing/Cargo.toml +++ b/crates/swc_ecma_transforms_testing/Cargo.toml @@ -30,6 +30,6 @@ swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "4.0.0", path = "../swc_ecma_testing" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 9231ef19c55d..cc95fabdbd85 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -21,8 +21,8 @@ swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } @@ -30,8 +30,8 @@ criterion = { workspace = true } swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "6.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "5.0.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index 0101015a60f0..99671196ecf9 100644 --- a/crates/swc_ecma_usage_analyzer/Cargo.toml +++ b/crates/swc_ecma_usage_analyzer/Cargo.toml @@ -30,6 +30,6 @@ tracing = { workspace = true } swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_timer = { version = "1.0.0", path = "../swc_timer" } diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index abb5889e7fd1..0ccbfb4ae3d8 100644 --- a/crates/swc_ecma_utils/Cargo.toml +++ b/crates/swc_ecma_utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_utils" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "5.0.1" [package.metadata.docs.rs] all-features = true @@ -32,7 +32,7 @@ unicode-id = { workspace = true } swc_atoms = { version = "2.0.0", path = "../swc_atoms" } swc_common = { version = "4.0.1", path = "../swc_common" } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies] stacker = { version = "0.1.15", optional = true } diff --git a/crates/swc_ecma_visit/Cargo.toml b/crates/swc_ecma_visit/Cargo.toml index de12525d2cbb..b5f09d45621d 100644 --- a/crates/swc_ecma_visit/Cargo.toml +++ b/crates/swc_ecma_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_visit" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "4.0.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 5774b84987d7..7fc78bf08ff6 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -45,7 +45,7 @@ swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser", optional swc_ecma_preset_env = { version = "6.0.0", path = "../swc_ecma_preset_env", optional = true } swc_ecma_quote = { version = "5.0.0", path = "../swc_ecma_quote", optional = true } swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils", optional = true } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit", optional = true } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils", optional = true } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit", optional = true } [dev-dependencies] diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index 51d535fa02bc..b732f357be5a 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -31,8 +31,8 @@ swc_common = { version = "4.0.1", path = "../swc_common", features = [ ] } swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_estree_ast = { version = "4.0.0", path = "../swc_estree_ast" } swc_node_comments = { version = "4.0.0", path = "../swc_node_comments/" } diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index c41b067680f4..86eb0f92d2a4 100644 --- a/crates/swc_fast_ts_strip/Cargo.toml +++ b/crates/swc_fast_ts_strip/Cargo.toml @@ -25,7 +25,7 @@ swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 04afa7cece43..79e5b6c95cf6 100644 --- a/crates/swc_html/Cargo.toml +++ b/crates/swc_html/Cargo.toml @@ -26,4 +26,4 @@ swc_html_ast = { version = "4.0.1", path = "../swc_html_ast" } swc_html_codegen = { version = "4.0.0", path = "../swc_html_codegen" } swc_html_minifier = { version = "5.0.0", path = "../swc_html_minifier", optional = true, default-features = false } swc_html_parser = { version = "4.0.0", path = "../swc_html_parser" } -swc_html_visit = { version = "4.0.0", path = "../swc_html_visit" } +swc_html_visit = { version = "4.0.1", path = "../swc_html_visit" } diff --git a/crates/swc_html_codegen/Cargo.toml b/crates/swc_html_codegen/Cargo.toml index 73afac40654f..d10cea2cc1e8 100644 --- a/crates/swc_html_codegen/Cargo.toml +++ b/crates/swc_html_codegen/Cargo.toml @@ -31,5 +31,5 @@ swc_common = { version = "4.0.1", path = "../swc_common", features = [ "sourcemap", ] } swc_html_parser = { version = "4.0.0", path = "../swc_html_parser" } -swc_html_visit = { version = "4.0.0", path = "../swc_html_visit" } +swc_html_visit = { version = "4.0.1", path = "../swc_html_visit" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index b191a0a01fed..211a21224c87 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -41,12 +41,12 @@ swc_ecma_minifier = { version = "5.0.0", path = "../swc_ecma_minifier", features ] } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_html_ast = { version = "4.0.1", path = "../swc_html_ast" } swc_html_codegen = { version = "4.0.0", path = "../swc_html_codegen" } swc_html_parser = { version = "4.0.0", path = "../swc_html_parser" } swc_html_utils = { version = "4.0.0", path = "../swc_html_utils" } -swc_html_visit = { version = "4.0.0", path = "../swc_html_visit" } +swc_html_visit = { version = "4.0.1", path = "../swc_html_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index 327d80c46653..7976b12451c0 100644 --- a/crates/swc_html_parser/Cargo.toml +++ b/crates/swc_html_parser/Cargo.toml @@ -33,7 +33,7 @@ serde_json = { workspace = true } swc_html_ast = { version = "4.0.1", path = "../swc_html_ast", features = [ "serde-impl", ] } -swc_html_visit = { version = "4.0.0", path = "../swc_html_visit" } +swc_html_visit = { version = "4.0.1", path = "../swc_html_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_html_visit/Cargo.toml b/crates/swc_html_visit/Cargo.toml index 616fc458b6b7..8ab1f0dd3676 100644 --- a/crates/swc_html_visit/Cargo.toml +++ b/crates/swc_html_visit/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_html_visit" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "4.0.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 660cac338ac5..304cbbf74ac9 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -42,8 +42,8 @@ swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } [dev-dependencies] diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 51a9a934bc24..49e0677a526d 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -88,7 +88,7 @@ swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [ ] } swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } testing = { version = "4.0.0", path = "../testing" } tokio = { workspace = true, features = ["rt"] } diff --git a/crates/swc_xml/Cargo.toml b/crates/swc_xml/Cargo.toml index 24ce21545aac..28d93c21968e 100644 --- a/crates/swc_xml/Cargo.toml +++ b/crates/swc_xml/Cargo.toml @@ -22,4 +22,4 @@ bench = false swc_xml_ast = { version = "4.0.1", path = "../swc_xml_ast" } swc_xml_codegen = { version = "4.0.0", path = "../swc_xml_codegen" } swc_xml_parser = { version = "4.0.0", path = "../swc_xml_parser" } -swc_xml_visit = { version = "4.0.0", path = "../swc_xml_visit" } +swc_xml_visit = { version = "4.0.1", path = "../swc_xml_visit" } diff --git a/crates/swc_xml_codegen/Cargo.toml b/crates/swc_xml_codegen/Cargo.toml index b4b712cfa200..1be9433dbeb7 100644 --- a/crates/swc_xml_codegen/Cargo.toml +++ b/crates/swc_xml_codegen/Cargo.toml @@ -30,5 +30,5 @@ swc_common = { version = "4.0.1", path = "../swc_common", features = [ "sourcemap", ] } swc_xml_parser = { version = "4.0.0", path = "../swc_xml_parser" } -swc_xml_visit = { version = "4.0.0", path = "../swc_xml_visit" } +swc_xml_visit = { version = "4.0.1", path = "../swc_xml_visit" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_xml_parser/Cargo.toml b/crates/swc_xml_parser/Cargo.toml index af56d1e1ee87..0f7cb647cf8d 100644 --- a/crates/swc_xml_parser/Cargo.toml +++ b/crates/swc_xml_parser/Cargo.toml @@ -30,5 +30,5 @@ serde_json = { workspace = true } swc_xml_ast = { version = "4.0.1", path = "../swc_xml_ast", features = [ "serde-impl", ] } -swc_xml_visit = { version = "4.0.0", path = "../swc_xml_visit" } +swc_xml_visit = { version = "4.0.1", path = "../swc_xml_visit" } testing = { version = "4.0.0", path = "../testing" } diff --git a/crates/swc_xml_visit/Cargo.toml b/crates/swc_xml_visit/Cargo.toml index a8e734392c5e..f1c2ce65eb3f 100644 --- a/crates/swc_xml_visit/Cargo.toml +++ b/crates/swc_xml_visit/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_xml_visit" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "4.0.1" [package.metadata.docs.rs] all-features = true