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 6726b63 commit 52b6fd8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@



- **(cargo)** Update `rustc` to `nightly-2024-02-06` ([#8618](https://github.com/swc-project/swc/issues/8618)) ([6726b63](https://github.com/swc-project/swc/commit/6726b631e68cf7f14612e046c8cf057411e4a3c2))


- **(plugin)** Update `wasmer` to `v4.2.5` ([#8624](https://github.com/swc-project/swc/issues/8624)) ([4e0d240](https://github.com/swc-project/swc/commit/4e0d24089588da8952c6986f1bfcc47bcd9f84a2))

## [1.4.0] - 2024-02-05
Expand Down Expand Up @@ -1449,9 +1452,6 @@



- **(es/minifier)** Fix a bug about `eval` of name mangler ([#7615](https://github.com/swc-project/swc/issues/7615)) ([6be1f70](https://github.com/swc-project/swc/commit/6be1f7075d8d14cc56b05079ee134153ab65c6fc))


- **(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
Expand Down
4 changes: 2 additions & 2 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/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ swc_ecma_minifier = { version = "0.192.4", path = "../swc_ecma_minifier", featur
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.171.4", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.183.3", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_react = { version = "0.183.4", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.188.4", path = "../swc_ecma_transforms_typescript" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
testing = { version = "0.35.18", path = "../testing" }
4 changes: 2 additions & 2 deletions crates/swc_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@ swc_ecma_preset_env = { optional = true, version = "0.206.4", path
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_module = { optional = true, version = "0.180.3", path = "../swc_ecma_transforms_module" }
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.3", path = "../swc_ecma_transforms_react" }
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_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" }
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ 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_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.180.3", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_module = { version = "0.180.4", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.198.4", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.171.4", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.183.3", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_react = { version = "0.183.4", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "0.188.4", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_module/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_transforms_module"
repository = "https://github.com/swc-project/swc.git"
version = "0.180.3"
version = "0.180.4"

[lib]
bench = false
Expand Down
4 changes: 2 additions & 2 deletions crates/swc_ecma_transforms_optimization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ swc_fast_graph = { version = "0.21.17", path = "../swc_fast_graph" }

[dev-dependencies]
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { version = "0.180.3", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_module = { version = "0.180.4", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.171.4", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.183.3", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_react = { version = "0.183.4", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.188.4", path = "../swc_ecma_transforms_typescript" }
testing = { version = "0.35.18", path = "../testing" }
4 changes: 2 additions & 2 deletions crates/swc_ecma_transforms_react/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_transforms_react"
repository = "https://github.com/swc-project/swc.git"
version = "0.183.3"
version = "0.183.4"

[lib]
bench = false
Expand Down Expand Up @@ -40,6 +40,6 @@ swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "0.148.3", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "0.163.3", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_module = { version = "0.180.3", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_module = { version = "0.180.4", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_testing = { version = "0.140.3", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.35.18", path = "../testing" }
2 changes: 1 addition & 1 deletion crates/swc_ecma_transforms_typescript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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_react = { version = "0.183.3", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_react = { version = "0.183.4", path = "../swc_ecma_transforms_react" }
swc_ecma_utils = { version = "0.127.3", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.98.2", path = "../swc_ecma_visit" }

Expand Down

0 comments on commit 52b6fd8

Please sign in to comment.