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 Jan 28, 2024
1 parent 07634a0 commit a5c56a9
Show file tree
Hide file tree
Showing 38 changed files with 209 additions and 209 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/codegen)** Do not produce octal literals ([#8565](https://github.com/swc-project/swc/issues/8565)) ([07634a0](https://github.com/swc-project/swc/commit/07634a05ba9b989d68502953a69a40a2806e93d0))


- **(es/decorator)** Skip TypeScript class method/prop declarations ([#8555](https://github.com/swc-project/swc/issues/8555)) ([6a8dd8c](https://github.com/swc-project/swc/commit/6a8dd8cbb384372657923d4c1094e8053661aa56))


Expand Down Expand Up @@ -1468,9 +1471,6 @@

- **(plugin/runner)** Share runtime `Engine` ([#7590](https://github.com/swc-project/swc/issues/7590)) ([9512ea3](https://github.com/swc-project/swc/commit/9512ea31ff1bb0c70f4f96a620b429fa01f48e0c))


- **(testing)** Add `CARGO_TARGET_DIR` and use it from other crates ([#7552](https://github.com/swc-project/swc/issues/7552)) ([46fb461](https://github.com/swc-project/swc/commit/46fb4619bafd56dfa3edd9064c1fe2ae4b6b78de))

### Refactor


Expand Down
72 changes: 36 additions & 36 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.63.3"
version = "0.63.4"

[lib]
bench = false
Expand Down Expand Up @@ -33,10 +33,10 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.272.3", path = "../swc" }
swc = { optional = true, version = "0.272.4", path = "../swc" }
swc_common = { optional = true, version = "0.33.15", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.111.1", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.228.4", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.228.5", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.97.1", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
8 changes: 4 additions & 4 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.90.40"
version = "0.90.41"

[[bin]]
bench = false
Expand All @@ -31,12 +31,12 @@ swc_common = { version = "0.33.15", features = [
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.111.1", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.147.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.191.4", path = "../swc_ecma_minifier", features = [
swc_ecma_codegen = { version = "0.147.2", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.191.5", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.142.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.136.1", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_base = { version = "0.136.2", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.97.1", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.14", path = "../swc_error_reporters" }
swc_timer = { version = "0.21.16", path = "../swc_timer" }
Loading

0 comments on commit a5c56a9

Please sign in to comment.