chore: Publish crates with swc_core v0.108.0

This commit is contained in:
강동윤 (Donny) 2024-10-08 12:28:01 +09:00
parent 85f5e5b955
commit 96a0c46a66
21 changed files with 26 additions and 31 deletions

View File

@ -1,5 +0,0 @@
---
swc_ecma_transforms_testing: breaking
---
Revert "feat(es/testing): Parse test code as a `Program` instead of a `Module`"

View File

@ -11,6 +11,9 @@
- **(es/module)** Allow TypeScript nodes for `Rewriter` ([#9606](https://github.com/swc-project/swc/issues/9606)) ([4ee45ac](https://github.com/swc-project/swc/commit/4ee45ac1fd10da1ea982a152a458deb9f5359998))
- **(es/testing)** Revert #9264 ([#9621](https://github.com/swc-project/swc/issues/9621)) ([85f5e5b](https://github.com/swc-project/swc/commit/85f5e5b955f65ad6b21b9f4aee5b8dacd8a71e93))
- **(html/minifier)** Fix HTML minifier TS types ([#9615](https://github.com/swc-project/swc/issues/9615)) ([7b98bb5](https://github.com/swc-project/swc/commit/7b98bb5e93b132fa14af27b1eadbcf38f0bbcb62))
### Features
@ -1344,7 +1347,4 @@
- **(es/minifier)** Fix a bug about `Tpl` => `Str` ([#8934](https://github.com/swc-project/swc/issues/8934)) ([d4be383](https://github.com/swc-project/swc/commit/d4be3833183b829bf39c0b53407b8892517256d9))
- **(es/module)** Resolve `.jsx` imports fully ([#8936](https://github.com/swc-project/swc/issues/8936)) ([c536d2a](https://github.com/swc-project/swc/commit/c536d2ad6f731e3284df48902637e6446e91a721))
<!-- generated by git-cliff -->

6
Cargo.lock generated
View File

@ -4007,7 +4007,7 @@ dependencies = [
[[package]]
name = "swc_cli_impl"
version = "0.25.0"
version = "0.26.0"
dependencies = [
"anyhow",
"assert_cmd",
@ -4115,7 +4115,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.107.0"
version = "0.108.0"
dependencies = [
"anyhow",
"binding_macros",
@ -5022,7 +5022,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.153.0"
version = "0.154.0"
dependencies = [
"ansi_term",
"anyhow",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git"
version = "0.25.0"
version = "0.26.0"
[[bin]]
name = "swc"
@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
walkdir = { workspace = true }
swc_core = { version = "0.107.0", features = [
swc_core = { version = "0.108.0", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.107.0"
version = "0.108.0"
[package.metadata.docs.rs]
features = [
"allocator_node",
@ -367,7 +367,7 @@ swc_ecma_transforms_module = { optional = true, version = "0.195.0", path
swc_ecma_transforms_optimization = { optional = true, version = "0.213.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.184.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.196.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { optional = true, version = "0.154.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.203.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_usage_analyzer = { optional = true, version = "0.34.0", path = "../swc_ecma_usage_analyzer" }
swc_ecma_utils = { optional = true, version = "0.138.0", path = "../swc_ecma_utils" }

View File

@ -23,4 +23,4 @@ tracing = { workspace = true }
[dev-dependencies]
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }

View File

@ -37,4 +37,4 @@ tracing = { workspace = true }
[dev-dependencies]
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }

View File

@ -25,4 +25,4 @@ tracing = { workspace = true }
[dev-dependencies]
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }

View File

@ -27,4 +27,4 @@ swc_trace_macro = { version = "1.0.0", path = "../swc_trace_macro" }
[dev-dependencies]
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }

View File

@ -28,4 +28,4 @@ swc_trace_macro = { version = "1.0.0", path = "../swc_trace_macro" }
[dev-dependencies]
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }

View File

@ -26,4 +26,4 @@ swc_trace_macro = { version = "1.0.0", path = "../swc_trace_macro" }
[dev-dependencies]
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }

View File

@ -26,4 +26,4 @@ tracing = { workspace = true }
[dev-dependencies]
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }

View File

@ -24,4 +24,4 @@ swc_trace_macro = { version = "1.0.0", path = "../swc_trace_macro" }
[dev-dependencies]
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }

View File

@ -52,5 +52,5 @@ tempfile = { workspace = true }
swc_ecma_codegen = { version = "0.158.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.42.0", path = "../testing" }

View File

@ -55,5 +55,5 @@ swc_trace_macro = { version = "1.0.0", path = "../swc_trace_macro" }
serde_json = { workspace = true }
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.42.0", path = "../testing" }

View File

@ -45,6 +45,6 @@ swc_ecma_loader = { version = "0.52.1", path = "../swc_ecma_loader", features =
"tsc",
] }
swc_ecma_transforms_compat = { version = "0.176.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.203.0", path = "../swc_ecma_transforms_typescript" }
testing = { version = "0.42.0", path = "../testing/" }

View File

@ -46,6 +46,6 @@ swc_ecma_transforms_compat = { version = "0.176.0", path = "../swc_ecma_tran
swc_ecma_transforms_module = { version = "0.195.0", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.184.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.196.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.203.0", path = "../swc_ecma_transforms_typescript" }
testing = { version = "0.42.0", path = "../testing" }

View File

@ -38,5 +38,5 @@ serde_json = { workspace = true }
swc_ecma_codegen = { version = "0.158.1", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.176.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.42.0", path = "../testing" }

View File

@ -41,5 +41,5 @@ swc_ecma_visit = { version = "0.107.0", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "0.158.1", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "0.176.0", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.42.0", path = "../testing" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.153.0"
version = "0.154.0"
[lib]
bench = false

View File

@ -32,7 +32,7 @@ swc_ecma_codegen = { version = "0.158.1", path = "../swc_ecma_codege
swc_ecma_parser = { version = "0.152.1", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.176.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "0.184.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "0.153.0", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_testing = { version = "0.154.0", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.42.0", path = "../testing" }
[[bench]]