Skip to content

Commit

Permalink
chore: Bump crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Feb 13, 2024
1 parent e5d6de0 commit 6cca7cb
Show file tree
Hide file tree
Showing 37 changed files with 148 additions and 151 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
- **(binding/types)** Update typings for `options.envs` to match implementation ([#8620](https://github.com/swc-project/swc/issues/8620)) ([2a115cf](https://github.com/swc-project/swc/commit/2a115cff716b3ac9216d03a4c88649fedff73850))


- **(es/compat)** Visit AssignExpr right branch in FnEnvHoister ([#8633](https://github.com/swc-project/swc/issues/8633)) ([e5d6de0](https://github.com/swc-project/swc/commit/e5d6de0ea9fbab0e36791f59b58d6d2c76809ea5))


- **(es/decorators)** Do not insert duplicate constructors ([#8631](https://github.com/swc-project/swc/issues/8631)) ([21a447f](https://github.com/swc-project/swc/commit/21a447f35a79cdad4721cdefea26da1d355d34d3))


Expand Down Expand Up @@ -1454,10 +1457,4 @@

- **(es/minifier)** Do not reuse identifier used for import bindings ([#7639](https://github.com/swc-project/swc/issues/7639)) ([a65be14](https://github.com/swc-project/swc/commit/a65be14a00f41e9b0b4439c31b49febeefd1f845))

### Buiild



- **(bindings/wasm)** Fix Wasm build ([#7666](https://github.com/swc-project/swc/issues/7666)) ([dc5135f](https://github.com/swc-project/swc/commit/dc5135f43f5fe01ed36c1b40a5647b2f1c3277b4))

<!-- generated by git-cliff -->
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ swc_ecma_minifier = { version = "0.192.4", path = "../swc_ecma_minifier", featur
"concurrent",
] }
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.16", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.18", path = "../swc_timer" }
12 changes: 6 additions & 6 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ swc_compiler_base = { version = "0.7.4", path = "../swc_compiler_base" }
swc_config = { version = "0.1.11", path = "../swc_config" }
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.113.3", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.92.3", path = "../swc_ecma_lints" }
swc_ecma_ext_transforms = { version = "0.113.4", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.92.4", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader", features = [
"cache",
"node",
Expand All @@ -95,10 +95,10 @@ swc_ecma_transforms = { version = "0.229.4", path = "../swc_ecma_transforms", fe
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.163.4", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.198.4", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.16", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.20.16", path = "../swc_node_comments" }
Expand Down Expand Up @@ -127,7 +127,7 @@ rayon = "1.7.0"
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "0.92.3", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.92.4", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "0.22.19", path = "../swc_ecma_testing" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_as
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.198.4", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.21.17", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "0.22.19", path = "../swc_graph_analyzer/" }
Expand Down
10 changes: 5 additions & 5 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -346,16 +346,16 @@ swc_ecma_minifier = { optional = true, version = "0.192.4", path
swc_ecma_parser = { optional = true, version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.206.4", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.54.6", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.137.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.163.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_base = { optional = true, version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.163.4", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.180.4", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.198.4", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.171.4", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.183.4", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.140.3", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { optional = true, version = "0.140.4", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.188.4", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "0.23.3", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_usage_analyzer = { optional = true, version = "0.23.4", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.98.2", path = "../swc_ecma_visit" }
swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" }
swc_node_bundler = { optional = true, version = "0.62.5", path = "../swc_node_bundler" }
Expand Down
10 changes: 5 additions & 5 deletions crates/swc_ecma_compat_bugfixes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_bugfixes"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.3"
version = "0.4.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.33.17", path = "../swc_common" }
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
swc_ecma_compat_es2015 = { version = "0.4.3", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_compat_es2015 = { version = "0.4.4", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
tracing = "0.1.37"

[dev-dependencies]
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
4 changes: 2 additions & 2 deletions crates/swc_ecma_compat_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.3"
version = "0.4.4"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
swc_common = { version = "0.33.17", path = "../swc_common" }
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
12 changes: 6 additions & 6 deletions crates/swc_ecma_compat_es2015/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "0.4.3"
version = "0.4.4"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -25,15 +25,15 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.33.17", path = "../swc_common" }
swc_config = { version = "0.1.11", path = "../swc_config" }
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
swc_ecma_compat_common = { version = "0.4.3", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.126.3", path = "../swc_ecma_transforms_classes" }
swc_ecma_compat_common = { version = "0.4.4", path = "../swc_ecma_compat_common" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.126.4", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
tracing = "0.1.37"

[dev-dependencies]
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
8 changes: 4 additions & 4 deletions crates/swc_ecma_compat_es2016/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2016"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.3"
version = "0.4.4"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -16,13 +16,13 @@ version = "0.4.3"
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.33.17", path = "../swc_common" }
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }
tracing = "0.1.37"

[dev-dependencies]
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
8 changes: 4 additions & 4 deletions crates/swc_ecma_compat_es2017/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2017"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.3"
version = "0.4.4"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -19,12 +19,12 @@ tracing = "0.1.37"
swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.33.17", path = "../swc_common" }
swc_ecma_ast = { version = "0.112.2", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.137.3", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" }

[dev-dependencies]
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
Loading

0 comments on commit 6cca7cb

Please sign in to comment.