chore: Publish crates

This commit is contained in:
SWC Bot 2023-10-10 11:44:33 +00:00
parent d1097ccb59
commit 7e4b2490e8
19 changed files with 77 additions and 74 deletions

View File

@ -16,6 +16,12 @@
- **(es/helpers)** Override mistake in `_interop_require_wildcard` ([#8076](https://github.com/swc-project/swc/issues/8076)) ([1346528](https://github.com/swc-project/swc/commit/1346528477bd8c587f0ee0d5fa6969f397739ddb)) - **(es/helpers)** Override mistake in `_interop_require_wildcard` ([#8076](https://github.com/swc-project/swc/issues/8076)) ([1346528](https://github.com/swc-project/swc/commit/1346528477bd8c587f0ee0d5fa6969f397739ddb))
### Features
- **(css/parser)** Store lexed comments ([#8091](https://github.com/swc-project/swc/issues/8091)) ([d1097cc](https://github.com/swc-project/swc/commit/d1097ccb599c4343e3f80ca9bd793bbfce424e8b))
### Miscellaneous Tasks ### Miscellaneous Tasks
@ -1944,9 +1950,6 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
- **(bindings/node)** Treat `.cts` and `.mts` as input by default ([#6959](https://github.com/swc-project/swc/issues/6959)) ([d5c0dec](https://github.com/swc-project/swc/commit/d5c0dec40c1bb46bb5674242aa0a85f51c0826f7)) - **(bindings/node)** Treat `.cts` and `.mts` as input by default ([#6959](https://github.com/swc-project/swc/issues/6959)) ([d5c0dec](https://github.com/swc-project/swc/commit/d5c0dec40c1bb46bb5674242aa0a85f51c0826f7))
- **(bundler)** Don't panic while finding exports ([#6947](https://github.com/swc-project/swc/issues/6947)) ([542bb62](https://github.com/swc-project/swc/commit/542bb62ef78a999fe6c636be821427691ce0b071))
- **(css/modules)** Fix CSS `animation` on CSS Modules ([#6969](https://github.com/swc-project/swc/issues/6969)) ([4771aa2](https://github.com/swc-project/swc/commit/4771aa206a6aa8c48f41eeafba12040c04358885)) - **(css/modules)** Fix CSS `animation` on CSS Modules ([#6969](https://github.com/swc-project/swc/issues/6969)) ([4771aa2](https://github.com/swc-project/swc/commit/4771aa206a6aa8c48f41eeafba12040c04358885))

34
Cargo.lock generated
View File

@ -277,7 +277,7 @@ dependencies = [
[[package]] [[package]]
name = "binding_macros" name = "binding_macros"
version = "0.58.1" version = "0.59.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"console_error_panic_hook", "console_error_panic_hook",
@ -3649,7 +3649,7 @@ dependencies = [
[[package]] [[package]]
name = "swc" name = "swc"
version = "0.267.1" version = "0.268.0"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"anyhow", "anyhow",
@ -3775,7 +3775,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_cli_impl" name = "swc_cli_impl"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"atty", "atty",
@ -3876,7 +3876,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_core" name = "swc_core"
version = "0.84.1" version = "0.85.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"binding_macros", "binding_macros",
@ -3927,7 +3927,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css" name = "swc_css"
version = "0.156.0" version = "0.157.0"
dependencies = [ dependencies = [
"swc_css_ast", "swc_css_ast",
"swc_css_codegen", "swc_css_codegen",
@ -3954,7 +3954,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_codegen" name = "swc_css_codegen"
version = "0.150.0" version = "0.151.0"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"bitflags 2.3.2", "bitflags 2.3.2",
@ -3983,7 +3983,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_compat" name = "swc_css_compat"
version = "0.26.0" version = "0.27.0"
dependencies = [ dependencies = [
"bitflags 2.3.2", "bitflags 2.3.2",
"once_cell", "once_cell",
@ -4001,7 +4001,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_lints" name = "swc_css_lints"
version = "0.59.0" version = "0.60.0"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"parking_lot", "parking_lot",
@ -4020,7 +4020,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_minifier" name = "swc_css_minifier"
version = "0.115.0" version = "0.116.0"
dependencies = [ dependencies = [
"criterion", "criterion",
"serde", "serde",
@ -4037,7 +4037,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_modules" name = "swc_css_modules"
version = "0.28.0" version = "0.29.0"
dependencies = [ dependencies = [
"rustc-hash", "rustc-hash",
"serde", "serde",
@ -4054,7 +4054,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_parser" name = "swc_css_parser"
version = "0.149.0" version = "0.150.0"
dependencies = [ dependencies = [
"criterion", "criterion",
"lexical", "lexical",
@ -4070,7 +4070,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_prefixer" name = "swc_css_prefixer"
version = "0.152.0" version = "0.153.0"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"preset_env_base", "preset_env_base",
@ -4721,7 +4721,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_estree_compat" name = "swc_estree_compat"
version = "0.192.1" version = "0.193.0"
dependencies = [ dependencies = [
"ahash 0.8.3", "ahash 0.8.3",
"anyhow", "anyhow",
@ -4769,7 +4769,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html" name = "swc_html"
version = "0.132.1" version = "0.133.0"
dependencies = [ dependencies = [
"swc_html_ast", "swc_html_ast",
"swc_html_codegen", "swc_html_codegen",
@ -4820,7 +4820,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html_minifier" name = "swc_html_minifier"
version = "0.129.1" version = "0.130.0"
dependencies = [ dependencies = [
"criterion", "criterion",
"once_cell", "once_cell",
@ -4906,7 +4906,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_node_bundler" name = "swc_node_bundler"
version = "0.56.1" version = "0.57.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"dashmap", "dashmap",
@ -4984,7 +4984,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_plugin_runner" name = "swc_plugin_runner"
version = "0.103.0" version = "0.104.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"criterion", "criterion",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "binding_macros" name = "binding_macros"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.58.1" version = "0.59.0"
[lib] [lib]
bench = false bench = false
@ -33,7 +33,7 @@ binding_wasm = [
[dependencies] [dependencies]
# Common deps for the SWC imports # Common deps for the SWC imports
swc = { optional = true, version = "0.267.1", path = "../swc" } swc = { optional = true, version = "0.268.0", path = "../swc" }
swc_common = { optional = true, version = "0.33.0", path = "../swc_common" } swc_common = { optional = true, version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" } swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.225.1", path = "../swc_ecma_transforms" } swc_ecma_transforms = { optional = true, version = "0.225.1", path = "../swc_ecma_transforms" }

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc" name = "swc"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.267.1" version = "0.268.0"
[lib] [lib]
bench = false bench = false
@ -103,7 +103,7 @@ swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.17.0", path = "../swc_error_reporters" } swc_error_reporters = { version = "0.17.0", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.20.0", path = "../swc_node_comments" } swc_node_comments = { version = "0.20.0", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "0.39.0", path = "../swc_plugin_proxy", optional = true } swc_plugin_proxy = { version = "0.39.0", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.103.0", path = "../swc_plugin_runner", optional = true, default-features = false } swc_plugin_runner = { version = "0.104.0", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.21.0", path = "../swc_timer" } swc_timer = { version = "0.21.0", path = "../swc_timer" }
swc_visit = { version = "0.5.7", path = "../swc_visit" } swc_visit = { version = "0.5.7", path = "../swc_visit" }

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_cli_impl" name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.2.1" version = "0.3.0"
[features] [features]
default = [] default = []
@ -32,7 +32,7 @@ tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2" walkdir = "2"
swc_core = { version = "0.84.1", features = [ swc_core = { version = "0.85.0", features = [
"trace_macro", "trace_macro",
"common_concurrent", "common_concurrent",
"base_concurrent", "base_concurrent",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_core" name = "swc_core"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.84.1" version = "0.85.0"
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = [ features = [
"allocator_node", "allocator_node",
@ -324,19 +324,19 @@ __visit = ["__ecma", "swc_ecma_visit"]
once_cell = { optional = true, version = "1.18.0" } once_cell = { optional = true, version = "1.18.0" }
# swc_* dependencies # swc_* dependencies
binding_macros = { optional = true, version = "0.58.1", path = "../binding_macros" } binding_macros = { optional = true, version = "0.59.0", path = "../binding_macros" }
swc = { optional = true, version = "0.267.1", path = "../swc" } swc = { optional = true, version = "0.268.0", path = "../swc" }
swc_atoms = { optional = true, version = "0.6.0", path = "../swc_atoms" } swc_atoms = { optional = true, version = "0.6.0", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.221.1", path = "../swc_bundler" } swc_bundler = { optional = true, version = "0.221.1", path = "../swc_bundler" }
swc_cached = { optional = true, version = "0.3.17", path = "../swc_cached" } swc_cached = { optional = true, version = "0.3.17", path = "../swc_cached" }
swc_common = { optional = true, version = "0.33.0", path = "../swc_common" } swc_common = { optional = true, version = "0.33.0", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.140.0", path = "../swc_css_ast" } swc_css_ast = { optional = true, version = "0.140.0", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "0.150.0", path = "../swc_css_codegen" } swc_css_codegen = { optional = true, version = "0.151.0", path = "../swc_css_codegen" }
swc_css_compat = { optional = true, version = "0.26.0", path = "../swc_css_compat" } swc_css_compat = { optional = true, version = "0.27.0", path = "../swc_css_compat" }
swc_css_minifier = { optional = true, version = "0.115.0", path = "../swc_css_minifier" } swc_css_minifier = { optional = true, version = "0.116.0", path = "../swc_css_minifier" }
swc_css_modules = { optional = true, version = "0.28.0", path = "../swc_css_modules" } swc_css_modules = { optional = true, version = "0.29.0", path = "../swc_css_modules" }
swc_css_parser = { optional = true, version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { optional = true, version = "0.150.0", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.152.0", path = "../swc_css_prefixer" } swc_css_prefixer = { optional = true, version = "0.153.0", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.137.0", path = "../swc_css_utils/" } swc_css_utils = { optional = true, version = "0.137.0", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.139.0", path = "../swc_css_visit" } swc_css_visit = { optional = true, version = "0.139.0", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" } swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" }
@ -358,7 +358,7 @@ swc_ecma_usage_analyzer = { optional = true, version = "0.20.0", path =
swc_ecma_utils = { optional = true, version = "0.124.0", path = "../swc_ecma_utils" } swc_ecma_utils = { optional = true, version = "0.124.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.96.0", path = "../swc_ecma_visit" } swc_ecma_visit = { optional = true, version = "0.96.0", path = "../swc_ecma_visit" }
swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" } swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" }
swc_node_bundler = { optional = true, version = "0.56.1", path = "../swc_node_bundler" } swc_node_bundler = { optional = true, version = "0.57.0", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" } swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" } swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" }
@ -366,7 +366,7 @@ swc_plugin_proxy = { optional = true, version = "0.39.0", path =
swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" } swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" }
testing = { optional = true, version = "0.35.0", path = "../testing" } testing = { optional = true, version = "0.35.0", path = "../testing" }
# TODO: eventually swc_plugin_runner needs to remove default features # TODO: eventually swc_plugin_runner needs to remove default features
swc_plugin_runner = { optional = true, version = "0.103.0", path = "../swc_plugin_runner", default-features = false } swc_plugin_runner = { optional = true, version = "0.104.0", path = "../swc_plugin_runner", default-features = false }
[build-dependencies] [build-dependencies]
vergen = { version = "7.3.2", default-features = false, features = ["cargo"] } vergen = { version = "7.3.2", default-features = false, features = ["cargo"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css" name = "swc_css"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.156.0" version = "0.157.0"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -23,11 +23,11 @@ prefixer = ["swc_css_prefixer"]
[dependencies] [dependencies]
swc_css_ast = { version = "0.140.0", path = "../swc_css_ast" } swc_css_ast = { version = "0.140.0", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.150.0", path = "../swc_css_codegen" } swc_css_codegen = { version = "0.151.0", path = "../swc_css_codegen" }
swc_css_compat = { version = "0.26.0", path = "../swc_css_compat", optional = true } swc_css_compat = { version = "0.27.0", path = "../swc_css_compat", optional = true }
swc_css_minifier = { version = "0.115.0", path = "../swc_css_minifier", optional = true } swc_css_minifier = { version = "0.116.0", path = "../swc_css_minifier", optional = true }
swc_css_modules = { version = "0.28.0", path = "../swc_css_modules", optional = true } swc_css_modules = { version = "0.29.0", path = "../swc_css_modules", optional = true }
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
swc_css_prefixer = { version = "0.152.0", path = "../swc_css_prefixer", optional = true } swc_css_prefixer = { version = "0.153.0", path = "../swc_css_prefixer", optional = true }
swc_css_utils = { version = "0.137.0", path = "../swc_css_utils/" } swc_css_utils = { version = "0.137.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" } swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css_codegen" name = "swc_css_codegen"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.150.0" version = "0.151.0"
[lib] [lib]
bench = false bench = false
@ -28,6 +28,6 @@ swc_css_utils = { version = "0.137.0", path = "../swc_css_utils" }
swc_common = { version = "0.33.0", path = "../swc_common", features = [ swc_common = { version = "0.33.0", path = "../swc_common", features = [
"sourcemap", "sourcemap",
] } ] }
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" } swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" }
testing = { version = "0.35.0", path = "../testing" } testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css_compat" name = "swc_css_compat"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.26.0" version = "0.27.0"
[lib] [lib]
bench = false bench = false
@ -25,6 +25,6 @@ swc_css_utils = { version = "0.137.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" } swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" }
[dev-dependencies] [dev-dependencies]
swc_css_codegen = { version = "0.150.0", path = "../swc_css_codegen" } swc_css_codegen = { version = "0.151.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
testing = { version = "0.35.0", path = "../testing" } testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css_lints" name = "swc_css_lints"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.59.0" version = "0.60.0"
[lib] [lib]
bench = false bench = false
@ -28,5 +28,5 @@ swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" }
[dev-dependencies] [dev-dependencies]
serde_json = "1.0.79" serde_json = "1.0.79"
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
testing = { version = "0.35.0", path = "../testing" } testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css_minifier" name = "swc_css_minifier"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.115.0" version = "0.116.0"
[lib] [lib]
bench = false bench = false
@ -24,8 +24,8 @@ swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" }
[dev-dependencies] [dev-dependencies]
criterion = "0.5" criterion = "0.5"
swc_css_codegen = { version = "0.150.0", path = "../swc_css_codegen" } swc_css_codegen = { version = "0.151.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
swc_node_base = { version = "0.5.8", path = "../swc_node_base" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" }
testing = { version = "0.35.0", path = "../testing" } testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css_modules" name = "swc_css_modules"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.28.0" version = "0.29.0"
[lib] [lib]
bench = false bench = false
@ -21,12 +21,12 @@ serde = { version = "1", features = ["derive"] }
swc_atoms = { version = "0.6.0", path = "../swc_atoms" } swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_common = { version = "0.33.0", path = "../swc_common" } swc_common = { version = "0.33.0", path = "../swc_common" }
swc_css_ast = { version = "0.140.0", path = "../swc_css_ast" } swc_css_ast = { version = "0.140.0", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.150.0", path = "../swc_css_codegen" } swc_css_codegen = { version = "0.151.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" } swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" }
[dev-dependencies] [dev-dependencies]
serde_json = "1" serde_json = "1"
swc_css_compat = { version = "0.26.0", path = "../swc_css_compat" } swc_css_compat = { version = "0.27.0", path = "../swc_css_compat" }
testing = { version = "0.35.0", path = "../testing" } testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css_parser" name = "swc_css_parser"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.149.0" version = "0.150.0"
[lib] [lib]
bench = false bench = false

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_css_prefixer" name = "swc_css_prefixer"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.152.0" version = "0.153.0"
[lib] [lib]
bench = false bench = false
@ -25,6 +25,6 @@ swc_css_utils = { version = "0.137.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" } swc_css_visit = { version = "0.139.0", path = "../swc_css_visit" }
[dev-dependencies] [dev-dependencies]
swc_css_codegen = { version = "0.150.0", path = "../swc_css_codegen" } swc_css_codegen = { version = "0.151.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
testing = { version = "0.35.0", path = "../testing" } testing = { version = "0.35.0", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_estree_compat" name = "swc_estree_compat"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.192.1" version = "0.193.0"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -40,7 +40,7 @@ swc_node_comments = { version = "0.20.0", path = "../swc_node_comments/" }
criterion = "0.5" criterion = "0.5"
pretty_assertions = "1.3" pretty_assertions = "1.3"
swc = { version = "0.267.1", path = "../swc" } swc = { version = "0.268.0", path = "../swc" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.0", path = "../swc_ecma_parser" } swc_ecma_parser = { version = "0.141.0", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.225.1", path = "../swc_ecma_transforms/" } swc_ecma_transforms = { version = "0.225.1", path = "../swc_ecma_transforms/" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_html" name = "swc_html"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.132.1" version = "0.133.0"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies] [dependencies]
swc_html_ast = {version = "0.33.0", path = "../swc_html_ast"} swc_html_ast = {version = "0.33.0", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.42.0", path = "../swc_html_codegen"} swc_html_codegen = {version = "0.42.0", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.129.1", path = "../swc_html_minifier", optional = true} swc_html_minifier = {version = "0.130.0", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.39.0", path = "../swc_html_parser"} swc_html_parser = {version = "0.39.0", path = "../swc_html_parser"}
swc_html_visit = {version = "0.33.0", path = "../swc_html_visit"} swc_html_visit = {version = "0.33.0", path = "../swc_html_visit"}

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_html_minifier" name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.129.1" version = "0.130.0"
[lib] [lib]
bench = false bench = false
@ -24,9 +24,9 @@ swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_cached = { version = "0.3.17", path = "../swc_cached" } swc_cached = { version = "0.3.17", path = "../swc_cached" }
swc_common = { version = "0.33.0", path = "../swc_common" } swc_common = { version = "0.33.0", path = "../swc_common" }
swc_css_ast = { version = "0.140.0", path = "../swc_css_ast" } swc_css_ast = { version = "0.140.0", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.150.0", path = "../swc_css_codegen" } swc_css_codegen = { version = "0.151.0", path = "../swc_css_codegen" }
swc_css_minifier = { version = "0.115.0", path = "../swc_css_minifier" } swc_css_minifier = { version = "0.116.0", path = "../swc_css_minifier" }
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" } swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.0", path = "../swc_ecma_codegen", features = [ swc_ecma_codegen = { version = "0.146.0", path = "../swc_ecma_codegen", features = [
"serde-impl", "serde-impl",

View File

@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_node_bundler" name = "swc_node_bundler"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.56.1" version = "0.57.0"
[lib] [lib]
bench = false bench = false
@ -29,7 +29,7 @@ serde_json = "1"
tracing = "0.1.37" tracing = "0.1.37"
string_enum = { version = "0.4.1", path = "../string_enum" } string_enum = { version = "0.4.1", path = "../string_enum" }
swc = { version = "0.267.1", path = "../swc" } swc = { version = "0.268.0", path = "../swc" }
swc_atoms = { version = "0.6.0", path = "../swc_atoms" } swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_bundler = { version = "0.221.1", path = "../swc_bundler", features = [ swc_bundler = { version = "0.221.1", path = "../swc_bundler", features = [
"concurrent", "concurrent",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_plugin_runner" name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.103.0" version = "0.104.0"
[lib] [lib]
bench = false bench = false
@ -79,7 +79,7 @@ swc_atoms = { version = "0.6.0", path = '../swc_atoms' }
swc_css_ast = { version = "0.140.0", path = "../swc_css_ast", features = [ swc_css_ast = { version = "0.140.0", path = "../swc_css_ast", features = [
"rkyv-impl", "rkyv-impl",
] } ] }
swc_css_parser = { version = "0.149.0", path = "../swc_css_parser" } swc_css_parser = { version = "0.150.0", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast", features = [ swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast", features = [
"rkyv-impl", "rkyv-impl",
] } ] }