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 14, 2024
1 parent cd38ef3 commit 84c05b5
Show file tree
Hide file tree
Showing 29 changed files with 115 additions and 115 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@



- **(es/helpers)** Add `addInitializer` to field decorators ([#8619](https://github.com/swc-project/swc/issues/8619)) ([cd38ef3](https://github.com/swc-project/swc/commit/cd38ef39d6a3b3f1e31d5144e2e8c11bd9144239))


- **(es/react)** Validate pragma before parsing ([#8637](https://github.com/swc-project/swc/issues/8637)) ([5f1cf01](https://github.com/swc-project/swc/commit/5f1cf018237d12f786fc6deee48cae5d7d3d77de))

### Features
Expand Down Expand Up @@ -1446,9 +1449,6 @@



- **(es/minifier)** Drop line comments starting with `!` ([#7689](https://github.com/swc-project/swc/issues/7689)) ([951138c](https://github.com/swc-project/swc/commit/951138cd13339ca7b5cb5305203e466fcd4a0b0e))


- **(es/minifier)** Abort seq inliner using visitor ([#7699](https://github.com/swc-project/swc/issues/7699)) ([a26dbce](https://github.com/swc-project/swc/commit/a26dbce9817c8f39c7d5857bb258298da274c6f3))


Expand Down
34 changes: 17 additions & 17 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.5", path = "../swc_ecma_minifier", featur
"concurrent",
] }
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.137.5", 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" }
8 changes: 4 additions & 4 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ 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.4", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.92.4", path = "../swc_ecma_lints" }
swc_ecma_lints = { version = "0.92.5", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader", features = [
"cache",
"node",
Expand All @@ -95,8 +95,8 @@ swc_ecma_transforms = { version = "0.229.5", path = "../swc_ecma_transforms", fe
"react",
"typescript",
] }
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_base = { version = "0.137.5", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.163.5", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.198.5", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
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.4", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.92.5", 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,7 +43,7 @@ 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.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.137.5", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.198.5", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
Expand All @@ -66,7 +66,7 @@ swc_ecma_loader = { version = "0.45.19", path = "../swc_ecma_loader", features =
swc_ecma_minifier = { version = "0.192.5", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.171.4", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_proposal = { version = "0.171.5", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.183.5", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.188.5", path = "../swc_ecma_transforms_typescript" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
Expand Down
12 changes: 6 additions & 6 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -344,19 +344,19 @@ swc_css_utils = { optional = true, version = "0.137.18", path
swc_css_visit = { optional = true, version = "0.139.18", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.112.2", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.148.3", path = "../swc_ecma_codegen" }
swc_ecma_lints = { optional = true, version = "0.92.4", path = "../swc_ecma_lints" }
swc_ecma_lints = { optional = true, version = "0.92.5", path = "../swc_ecma_lints" }
swc_ecma_loader = { optional = true, version = "0.45.19", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.192.5", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.206.5", 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.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_base = { optional = true, version = "0.137.5", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.163.5", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { optional = true, version = "0.180.5", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.198.5", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.171.4", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_proposal = { optional = true, version = "0.171.5", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.183.5", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.140.4", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { optional = true, version = "0.140.5", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.188.5", path = "../swc_ecma_transforms_typescript" }
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" }
Expand Down
8 changes: 4 additions & 4 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.4"
version = "0.4.5"
# 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.4", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "0.137.4", path = "../swc_ecma_transforms_base" }
swc_ecma_compat_es2015 = { version = "0.4.5", path = "../swc_ecma_compat_es2015" }
swc_ecma_transforms_base = { version = "0.137.5", 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.4", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.5", path = "../swc_ecma_transforms_testing" }
8 changes: 4 additions & 4 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.4"
version = "0.4.5"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -26,8 +26,8 @@ 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.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_base = { version = "0.137.5", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.126.5", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
Expand All @@ -36,4 +36,4 @@ tracing = "0.1.37"

[dev-dependencies]
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.5", path = "../swc_ecma_transforms_testing" }
6 changes: 3 additions & 3 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.4"
version = "0.4.5"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -16,7 +16,7 @@ version = "0.4.4"
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.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.137.5", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.127.4", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
Expand All @@ -25,4 +25,4 @@ tracing = "0.1.37"

[dev-dependencies]
swc_ecma_parser = { version = "0.143.3", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.140.4", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.5", path = "../swc_ecma_transforms_testing" }
6 changes: 3 additions & 3 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.4"
version = "0.4.5"


# 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.4", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.137.5", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
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.4", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.5", path = "../swc_ecma_transforms_testing" }
6 changes: 3 additions & 3 deletions crates/swc_ecma_compat_es2018/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_es2018"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.4"
version = "0.4.5"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -20,12 +20,12 @@ 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_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_base = { version = "0.137.5", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" }
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.4", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.140.5", path = "../swc_ecma_transforms_testing" }
Loading

0 comments on commit 84c05b5

Please sign in to comment.