chore: Publish crates

This commit is contained in:
SWC Bot 2022-10-10 13:09:51 +00:00
parent 8d4d32664d
commit 018ca946e7
59 changed files with 424 additions and 418 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/preset-env)** Update data (#6106) ([8d4d326](https://github.com/swc-project/swc/commit/8d4d32664d7f4feeba5faa3dec95691d5560ca6c))
### Documentation

114
Cargo.lock generated
View File

@ -168,7 +168,7 @@ dependencies = [
[[package]]
name = "binding_macros"
version = "0.20.6"
version = "0.20.7"
dependencies = [
"anyhow",
"console_error_panic_hook",
@ -742,7 +742,7 @@ dependencies = [
[[package]]
name = "dbg-swc"
version = "0.58.9"
version = "0.58.10"
dependencies = [
"anyhow",
"clap 3.1.0",
@ -1331,7 +1331,7 @@ dependencies = [
[[package]]
name = "jsdoc"
version = "0.91.6"
version = "0.91.7"
dependencies = [
"anyhow",
"dashmap",
@ -2905,7 +2905,7 @@ dependencies = [
[[package]]
name = "string_enum"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"pmutil",
"proc-macro2",
@ -2957,7 +2957,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.232.6"
version = "0.232.7"
dependencies = [
"ahash",
"ansi_term",
@ -3028,7 +3028,7 @@ dependencies = [
[[package]]
name = "swc_bundler"
version = "0.192.6"
version = "0.192.7"
dependencies = [
"ahash",
"anyhow",
@ -3145,7 +3145,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.32.7"
version = "0.32.8"
dependencies = [
"binding_macros",
"once_cell",
@ -3194,7 +3194,7 @@ dependencies = [
[[package]]
name = "swc_css"
version = "0.129.0"
version = "0.129.1"
dependencies = [
"swc_css_ast",
"swc_css_codegen",
@ -3209,7 +3209,7 @@ dependencies = [
[[package]]
name = "swc_css_ast"
version = "0.116.0"
version = "0.116.1"
dependencies = [
"bytecheck",
"is-macro",
@ -3222,7 +3222,7 @@ dependencies = [
[[package]]
name = "swc_css_codegen"
version = "0.126.0"
version = "0.126.1"
dependencies = [
"auto_impl",
"bitflags",
@ -3251,7 +3251,7 @@ dependencies = [
[[package]]
name = "swc_css_compat"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"once_cell",
"preset_env_base",
@ -3269,7 +3269,7 @@ dependencies = [
[[package]]
name = "swc_css_lints"
version = "0.35.0"
version = "0.35.1"
dependencies = [
"auto_impl",
"parking_lot",
@ -3288,7 +3288,7 @@ dependencies = [
[[package]]
name = "swc_css_minifier"
version = "0.91.0"
version = "0.91.1"
dependencies = [
"criterion",
"serde",
@ -3305,7 +3305,7 @@ dependencies = [
[[package]]
name = "swc_css_modules"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"rustc-hash",
"serde",
@ -3322,7 +3322,7 @@ dependencies = [
[[package]]
name = "swc_css_parser"
version = "0.125.0"
version = "0.125.1"
dependencies = [
"bitflags",
"criterion",
@ -3339,7 +3339,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.127.0"
version = "0.127.1"
dependencies = [
"once_cell",
"preset_env_base",
@ -3357,7 +3357,7 @@ dependencies = [
[[package]]
name = "swc_css_utils"
version = "0.113.0"
version = "0.113.1"
dependencies = [
"once_cell",
"serde",
@ -3370,7 +3370,7 @@ dependencies = [
[[package]]
name = "swc_css_visit"
version = "0.115.0"
version = "0.115.1"
dependencies = [
"serde",
"swc_atoms",
@ -3381,7 +3381,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.94.5"
version = "0.94.6"
dependencies = [
"arbitrary",
"bitflags",
@ -3401,7 +3401,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.127.9"
version = "0.127.10"
dependencies = [
"base64 0.13.0",
"criterion",
@ -3436,7 +3436,7 @@ dependencies = [
[[package]]
name = "swc_ecma_dep_graph"
version = "0.94.6"
version = "0.94.7"
dependencies = [
"pretty_assertions",
"swc_atoms",
@ -3449,7 +3449,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ext_transforms"
version = "0.91.8"
version = "0.91.9"
dependencies = [
"phf",
"swc_atoms",
@ -3461,7 +3461,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.66.14"
version = "0.66.15"
dependencies = [
"ahash",
"auto_impl",
@ -3505,7 +3505,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.159.6"
version = "0.159.7"
dependencies = [
"ahash",
"ansi_term",
@ -3546,7 +3546,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.122.6"
version = "0.122.7"
dependencies = [
"criterion",
"either",
@ -3570,7 +3570,7 @@ dependencies = [
[[package]]
name = "swc_ecma_preset_env"
version = "0.174.1"
version = "0.174.2"
dependencies = [
"ahash",
"anyhow",
@ -3598,7 +3598,7 @@ dependencies = [
[[package]]
name = "swc_ecma_quote"
version = "0.38.8"
version = "0.38.9"
dependencies = [
"swc_atoms",
"swc_common",
@ -3610,7 +3610,7 @@ dependencies = [
[[package]]
name = "swc_ecma_quote_macros"
version = "0.33.6"
version = "0.33.7"
dependencies = [
"anyhow",
"pmutil",
@ -3626,7 +3626,7 @@ dependencies = [
[[package]]
name = "swc_ecma_testing"
version = "0.20.6"
version = "0.20.7"
dependencies = [
"anyhow",
"hex",
@ -3640,7 +3640,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms"
version = "0.198.1"
version = "0.198.2"
dependencies = [
"pretty_assertions",
"sourcemap",
@ -3665,7 +3665,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.111.15"
version = "0.111.16"
dependencies = [
"better_scoped_tls",
"bitflags",
@ -3691,7 +3691,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_classes"
version = "0.100.14"
version = "0.100.15"
dependencies = [
"swc_atoms",
"swc_common",
@ -3703,7 +3703,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_compat"
version = "0.136.1"
version = "0.136.2"
dependencies = [
"ahash",
"arrayvec",
@ -3744,7 +3744,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.153.1"
version = "0.153.2"
dependencies = [
"Inflector",
"ahash",
@ -3774,7 +3774,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.167.1"
version = "0.167.2"
dependencies = [
"ahash",
"dashmap",
@ -3805,7 +3805,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.144.1"
version = "0.144.2"
dependencies = [
"either",
"serde",
@ -3828,7 +3828,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_react"
version = "0.155.1"
version = "0.155.2"
dependencies = [
"ahash",
"base64 0.13.0",
@ -3858,7 +3858,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_testing"
version = "0.114.1"
version = "0.114.2"
dependencies = [
"ansi_term",
"anyhow",
@ -3882,7 +3882,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.159.1"
version = "0.159.2"
dependencies = [
"criterion",
"serde",
@ -3903,7 +3903,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.105.8"
version = "0.105.9"
dependencies = [
"indexmap",
"num_cpus",
@ -3920,7 +3920,7 @@ dependencies = [
[[package]]
name = "swc_ecma_visit"
version = "0.80.5"
version = "0.80.6"
dependencies = [
"num-bigint",
"serde",
@ -3933,7 +3933,7 @@ dependencies = [
[[package]]
name = "swc_ecmascript"
version = "0.205.6"
version = "0.205.7"
dependencies = [
"swc_ecma_ast",
"swc_ecma_codegen",
@ -3981,7 +3981,7 @@ dependencies = [
[[package]]
name = "swc_estree_compat"
version = "0.154.6"
version = "0.154.7"
dependencies = [
"ahash",
"anyhow",
@ -4029,7 +4029,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.82.5"
version = "0.82.6"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
@ -4040,7 +4040,7 @@ dependencies = [
[[package]]
name = "swc_html_ast"
version = "0.26.6"
version = "0.26.7"
dependencies = [
"bytecheck",
"is-macro",
@ -4053,7 +4053,7 @@ dependencies = [
[[package]]
name = "swc_html_codegen"
version = "0.35.7"
version = "0.35.8"
dependencies = [
"auto_impl",
"bitflags",
@ -4081,7 +4081,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.79.5"
version = "0.79.6"
dependencies = [
"criterion",
"once_cell",
@ -4111,7 +4111,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.32.7"
version = "0.32.8"
dependencies = [
"criterion",
"serde",
@ -4138,7 +4138,7 @@ dependencies = [
[[package]]
name = "swc_html_visit"
version = "0.26.6"
version = "0.26.7"
dependencies = [
"serde",
"swc_atoms",
@ -4167,7 +4167,7 @@ dependencies = [
[[package]]
name = "swc_node_bundler"
version = "0.18.6"
version = "0.18.7"
dependencies = [
"anyhow",
"dashmap",
@ -4235,7 +4235,7 @@ dependencies = [
[[package]]
name = "swc_plugin_proxy"
version = "0.22.5"
version = "0.22.6"
dependencies = [
"better_scoped_tls",
"rkyv",
@ -4248,7 +4248,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.77.6"
version = "0.77.7"
dependencies = [
"anyhow",
"criterion",
@ -4314,7 +4314,7 @@ dependencies = [
[[package]]
name = "swc_xml"
version = "0.4.5"
version = "0.4.6"
dependencies = [
"swc_xml_ast",
"swc_xml_codegen",
@ -4324,7 +4324,7 @@ dependencies = [
[[package]]
name = "swc_xml_ast"
version = "0.4.5"
version = "0.4.6"
dependencies = [
"is-macro",
"serde",
@ -4335,7 +4335,7 @@ dependencies = [
[[package]]
name = "swc_xml_codegen"
version = "0.4.5"
version = "0.4.6"
dependencies = [
"auto_impl",
"bitflags",
@ -4362,7 +4362,7 @@ dependencies = [
[[package]]
name = "swc_xml_parser"
version = "0.4.5"
version = "0.4.6"
dependencies = [
"criterion",
"serde",
@ -4377,7 +4377,7 @@ dependencies = [
[[package]]
name = "swc_xml_visit"
version = "0.4.5"
version = "0.4.6"
dependencies = [
"serde",
"swc_atoms",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.6"
version = "0.20.7"
[lib]
bench = false
@ -30,10 +30,10 @@ binding_wasm = [
[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.232.6", path = "../swc" }
swc = { optional = true, version = "0.232.7", path = "../swc" }
swc_common = { optional = true, version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.198.1", path = "../swc_ecma_transforms" }
swc_ecma_ast = { optional = true, version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.198.2", path = "../swc_ecma_transforms" }
# Optional deps for the wasm binding macro
anyhow = { optional = true, version = "1.0.58" }

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.58.9"
version = "0.58.10"
[[bin]]
bench = false
@ -25,14 +25,14 @@ swc_common = { version = "0.29.5", features = [
"concurrent",
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.159.6", path = "../swc_ecma_minifier", features = [
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.159.7", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.13.5", path = "../swc_error_reporters" }
swc_timer = { version = "0.17.5", path = "../swc_timer" }
tempdir = "0.3.7"

View File

@ -6,7 +6,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "jsdoc"
version = "0.91.6"
version = "0.91.7"
[lib]
bench = false
@ -20,6 +20,6 @@ swc_common = { version = "0.29.5", path = "../swc_common" }
[dev-dependencies]
anyhow = "1"
dashmap = "5.1.0"
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
testing = { version = "0.31.5", path = "../testing" }

View File

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

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.232.6"
version = "0.232.7"
[lib]
bench = false
@ -66,19 +66,19 @@ swc_common = { version = "0.29.5", path = "../swc_common", features = [
"parking_lot",
] }
swc_config = { version = "0.1.3", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.91.8", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.66.14", path = "../swc_ecma_lints" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.91.9", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.66.15", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.159.6", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.174.1", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.198.1", path = "../swc_ecma_transforms", features = [
swc_ecma_minifier = { version = "0.159.7", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.174.2", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.198.2", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
@ -86,15 +86,15 @@ swc_ecma_transforms = { version = "0.198.1", path = "../swc_ecma_transforms", fe
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.136.1", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.167.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.136.2", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.167.2", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.13.5", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.16.5", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "0.22.5", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.77.6", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_plugin_proxy = { version = "0.22.6", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.77.7", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.17.5", path = "../swc_timer" }
swc_visit = { version = "0.5.2", path = "../swc_visit" }
tracing = "0.1.32"
@ -115,10 +115,10 @@ tracing = "0.1.32"
ansi_term = "0.12"
criterion = "0.3"
rayon = "1.5.1"
swc_ecma_lints = { version = "0.66.14", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.66.15", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "0.20.6", path = "../swc_ecma_testing" }
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }
walkdir = "2"

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.192.6"
version = "0.192.7"
[package.metadata.docs.rs]
all-features = true
@ -39,14 +39,14 @@ relative-path = "1.2"
retain_mut = "0.1.2"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.167.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.167.2", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.17.6", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "0.18.6", path = "../swc_graph_analyzer/" }
tracing = "0.1.32"
@ -61,12 +61,12 @@ swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader", features =
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.159.6", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.159.7", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.144.1", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.155.1", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.159.1", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_proposal = { version = "0.144.2", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.155.2", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.159.2", path = "../swc_ecma_transforms_typescript" }
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
tempfile = "3.1.0"
testing = { version = "0.31.5", path = "../testing" }

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.32.7"
version = "0.32.8"
[package.metadata.docs.rs]
features = [
"common_perf",
@ -317,46 +317,46 @@ wasmer = { optional = true, version = "2.3.0", default-features = false }
wasmer-wasi = { optional = true, version = "2.3.0", default-features = false }
# swc_* dependencies
binding_macros = { optional = true, version = "0.20.6", path = "../binding_macros" }
swc = { optional = true, version = "0.232.6", path = "../swc" }
binding_macros = { optional = true, version = "0.20.7", path = "../binding_macros" }
swc = { optional = true, version = "0.232.7", path = "../swc" }
swc_atoms = { optional = true, version = "0.4.18", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.192.6", path = "../swc_bundler" }
swc_bundler = { optional = true, version = "0.192.7", path = "../swc_bundler" }
swc_cached = { optional = true, version = "0.3.14", path = "../swc_cached" }
swc_common = { optional = true, version = "0.29.5", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.116.0", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "0.126.0", path = "../swc_css_codegen" }
swc_css_minifier = { optional = true, version = "0.91.0", path = "../swc_css_minifier" }
swc_css_parser = { optional = true, version = "0.125.0", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.127.0", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.113.0", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.115.0", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.127.9", path = "../swc_ecma_codegen" }
swc_css_ast = { optional = true, version = "0.116.1", path = "../swc_css_ast" }
swc_css_codegen = { optional = true, version = "0.126.1", path = "../swc_css_codegen" }
swc_css_minifier = { optional = true, version = "0.91.1", path = "../swc_css_minifier" }
swc_css_parser = { optional = true, version = "0.125.1", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.127.1", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.113.1", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.115.1", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_loader = { optional = true, version = "0.41.5", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.159.6", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.174.1", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.33.6", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_module = { optional = true, version = "0.153.1", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.167.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.144.1", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.155.1", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.114.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.159.1", path = "../swc_ecma_transforms_typescript" }
swc_ecma_utils = { optional = true, version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_minifier = { optional = true, version = "0.159.7", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.174.2", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.33.7", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_module = { optional = true, version = "0.153.2", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_optimization = { optional = true, version = "0.167.2", path = "../swc_ecma_transforms_optimization" }
swc_ecma_transforms_proposal = { optional = true, version = "0.144.2", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { optional = true, version = "0.155.2", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { optional = true, version = "0.114.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { optional = true, version = "0.159.2", path = "../swc_ecma_transforms_typescript" }
swc_ecma_utils = { optional = true, version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.80.6", path = "../swc_ecma_visit" }
swc_node_base = { optional = true, version = "0.5.5", path = "../swc_node_base" }
swc_node_bundler = { optional = true, version = "0.18.6", path = "../swc_node_bundler" }
swc_node_bundler = { optional = true, version = "0.18.7", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.1", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.8", path = "../swc_plugin_macro" }
swc_plugin_proxy = { optional = true, version = "0.22.5", path = "../swc_plugin_proxy" }
swc_plugin_proxy = { optional = true, version = "0.22.6", path = "../swc_plugin_proxy" }
swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" }
testing = { optional = true, version = "0.31.5", path = "../testing" }
# TODO: eventually swc_plugin_runner needs to remove default features
swc_css_compat = { version = "0.1.0", path = "../swc_css_compat", optional = true }
swc_plugin_runner = { optional = true, version = "0.77.6", path = "../swc_plugin_runner", default-features = false }
swc_css_compat = { version = "0.1.1", path = "../swc_css_compat", optional = true }
swc_plugin_runner = { optional = true, version = "0.77.7", path = "../swc_plugin_runner", default-features = false }
[build-dependencies]
vergen = { version = "7.3.2", default-features = false, features = ["cargo"] }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.129.0"
version = "0.129.1"
[package.metadata.docs.rs]
all-features = true
@ -22,12 +22,12 @@ modules = ["swc_css_modules"]
prefixer = ["swc_css_prefixer"]
[dependencies]
swc_css_ast = {version = "0.116.0", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.126.0", path = "../swc_css_codegen"}
swc_css_compat = {version = "0.1.0", path = "../swc_css_compat", optional = true}
swc_css_minifier = {version = "0.91.0", path = "../swc_css_minifier", optional = true}
swc_css_modules = {version = "0.2.0", path = "../swc_css_modules", optional = true}
swc_css_parser = {version = "0.125.0", path = "../swc_css_parser"}
swc_css_prefixer = {version = "0.127.0", path = "../swc_css_prefixer", optional = true}
swc_css_utils = {version = "0.113.0", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.115.0", path = "../swc_css_visit"}
swc_css_ast = {version = "0.116.1", path = "../swc_css_ast"}
swc_css_codegen = {version = "0.126.1", path = "../swc_css_codegen"}
swc_css_compat = {version = "0.1.1", path = "../swc_css_compat", optional = true}
swc_css_minifier = {version = "0.91.1", path = "../swc_css_minifier", optional = true}
swc_css_modules = {version = "0.2.1", path = "../swc_css_modules", optional = true}
swc_css_parser = {version = "0.125.1", path = "../swc_css_parser"}
swc_css_prefixer = {version = "0.127.1", path = "../swc_css_prefixer", optional = true}
swc_css_utils = {version = "0.113.1", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.115.1", path = "../swc_css_visit"}

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.116.0"
version = "0.116.1"
[lib]
bench = false
@ -23,6 +23,6 @@ bytecheck = { version = "0.6.9", optional = true }
is-macro = "0.2.0"
rkyv = { version = "=0.7.37", optional = true }
serde = { version = "1.0.127", features = ["derive"] }
string_enum = { version = "0.3.1", path = "../string_enum/" }
string_enum = { version = "0.3.2", path = "../string_enum/" }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.126.0"
version = "0.126.1"
[lib]
bench = false
@ -19,14 +19,14 @@ rustc-hash = "1.1.0"
serde = "1.0.127"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
swc_css_codegen_macros = { version = "0.2.0", path = "../swc_css_codegen_macros" }
swc_css_utils = { version = "0.113.0", path = "../swc_css_utils" }
swc_css_utils = { version = "0.113.1", path = "../swc_css_utils" }
[dev-dependencies]
swc_common = { version = "0.29.5", path = "../swc_common", features = [
"sourcemap",
] }
swc_css_parser = { version = "0.125.0", path = "../swc_css_parser" }
swc_css_visit = { version = "0.115.0", path = "../swc_css_visit" }
swc_css_parser = { version = "0.125.1", path = "../swc_css_parser" }
swc_css_visit = { version = "0.115.1", path = "../swc_css_visit" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_css_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.1.0"
version = "0.1.1"
[lib]
bench = false
@ -19,11 +19,11 @@ serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_utils = { version = "0.113.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.115.0", path = "../swc_css_visit" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
swc_css_utils = { version = "0.113.1", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.115.1", path = "../swc_css_visit" }
[dev-dependencies]
swc_css_codegen = { version = "0.126.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.125.0", path = "../swc_css_parser" }
swc_css_codegen = { version = "0.126.1", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.125.1", path = "../swc_css_parser" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.35.0"
version = "0.35.1"
[lib]
bench = false
@ -20,11 +20,11 @@ serde = { version = "1.0.133", features = ["derive"] }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_cached = { version = "0.3.14", path = "../swc_cached" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_visit = { version = "0.115.0", path = "../swc_css_visit" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
swc_css_visit = { version = "0.115.1", path = "../swc_css_visit" }
thiserror = "1.0.30"
[dev-dependencies]
serde_json = "1.0.79"
swc_css_parser = { version = "0.125.0", path = "../swc_css_parser" }
swc_css_parser = { version = "0.125.1", path = "../swc_css_parser" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.0"
version = "0.91.1"
[lib]
bench = false
@ -16,14 +16,14 @@ bench = false
serde = "1.0.118"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_utils = { version = "0.113.0", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.115.0", path = "../swc_css_visit" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
swc_css_utils = { version = "0.113.1", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.115.1", path = "../swc_css_visit" }
[dev-dependencies]
criterion = "0.3"
swc_css_codegen = { version = "0.126.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.125.0", path = "../swc_css_parser" }
swc_css_codegen = { version = "0.126.1", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.125.1", path = "../swc_css_parser" }
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_modules"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.0"
version = "0.2.1"
[lib]
bench = false
@ -19,10 +19,10 @@ rustc-hash = "1.1.0"
serde = { version = "1", features = ["derive"] }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.126.0", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.125.0", path = "../swc_css_parser" }
swc_css_visit = { version = "0.115.0", path = "../swc_css_visit" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.126.1", path = "../swc_css_codegen" }
swc_css_parser = { version = "0.125.1", path = "../swc_css_parser" }
swc_css_visit = { version = "0.115.1", path = "../swc_css_visit" }
swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader" }
[dev-dependencies]

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_css_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.125.0"
version = "0.125.1"
[lib]
bench = false
@ -21,12 +21,12 @@ lexical = "6.1.0"
serde = "1.0.127"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
[dev-dependencies]
criterion = "0.3"
serde_json = "1.0.66"
swc_css_visit = { version = "0.115.0", path = "../swc_css_visit" }
swc_css_visit = { version = "0.115.1", path = "../swc_css_visit" }
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_css_prefixer"
repository = "https://github.com/swc-project/swc.git"
version = "0.127.0"
version = "0.127.1"
[lib]
bench = false
@ -19,11 +19,11 @@ serde = {version = "1.0.118", features = ["derive"]}
serde_json = "1.0.61"
swc_atoms = {version = "0.4.18", path = "../swc_atoms"}
swc_common = {version = "0.29.5", path = "../swc_common"}
swc_css_ast = {version = "0.116.0", path = "../swc_css_ast"}
swc_css_utils = {version = "0.113.0", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.115.0", path = "../swc_css_visit"}
swc_css_ast = {version = "0.116.1", path = "../swc_css_ast"}
swc_css_utils = {version = "0.113.1", path = "../swc_css_utils/"}
swc_css_visit = {version = "0.115.1", path = "../swc_css_visit"}
[dev-dependencies]
swc_css_codegen = {version = "0.126.0", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.125.0", path = "../swc_css_parser"}
swc_css_codegen = {version = "0.126.1", path = "../swc_css_codegen"}
swc_css_parser = {version = "0.125.1", path = "../swc_css_parser"}
testing = {version = "0.31.5", path = "../testing"}

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
license = "Apache-2.0"
name = "swc_css_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.113.0"
version = "0.113.1"
[lib]
bench = false
@ -18,5 +18,5 @@ serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_visit = { version = "0.115.0", path = "../swc_css_visit" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
swc_css_visit = { version = "0.115.1", path = "../swc_css_visit" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.115.0"
version = "0.115.1"
[package.metadata.docs.rs]
all-features = true
@ -23,5 +23,5 @@ path = []
serde = { version = "1", optional = true }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
swc_visit = { version = "0.5.3", path = "../swc_visit" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.94.5"
version = "0.94.6"
[package.metadata.docs.rs]
all-features = true
@ -41,7 +41,7 @@ rkyv = { package = "rkyv", version = "=0.7.37", optional = true }
rkyv-latest = { package = "rkyv-test", version = "=0.7.38-test.2", optional = true }
scoped-tls = "1.0.0"
serde = { version = "1.0.133", features = ["derive"] }
string_enum = { version = "0.3.1", path = "../string_enum" }
string_enum = { version = "0.3.2", path = "../string_enum" }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
unicode-id = "0.3"

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.127.9"
version = "0.127.10"
[lib]
bench = false
@ -21,7 +21,7 @@ serde = "1.0.127"
sourcemap = "6"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen_macros = { version = "0.7.1", path = "../swc_ecma_codegen_macros" }
tracing = "0.1.32"
@ -32,8 +32,8 @@ serde_json = "1"
swc_common = { version = "0.29.5", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.20.6", path = "../swc_ecma_testing" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }
[[bench]]

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_dep_graph"
repository = "https://github.com/swc-project/swc.git"
version = "0.94.6"
version = "0.94.7"
[lib]
bench = false
@ -14,10 +14,10 @@ bench = false
[dependencies]
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
[dev-dependencies]
pretty_assertions = "1.1"
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/"
edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ext_transforms"
version = "0.91.8"
version = "0.91.9"
[lib]
bench = false
@ -14,6 +14,6 @@ bench = false
phf = { version = "0.10", features = ["macros"] }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_lints"
repository = "https://github.com/swc-project/swc.git"
version = "0.66.14"
version = "0.66.15"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
@ -25,14 +25,14 @@ swc_common = { version = "0.29.5", path = "../swc_common", features = [
"concurrent",
] }
swc_config = { version = "0.1.3", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
testing = { version = "0.31.5", path = "../testing" }
[features]

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0"
name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.159.6"
version = "0.159.7"
[package.metadata.docs.rs]
all-features = true
@ -48,13 +48,13 @@ swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_cached = { version = "0.3.14", path = "../swc_cached" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_config = { version = "0.1.3", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.167.1", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.167.2", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_timer = { version = "0.17.5", path = "../swc_timer" }
tracing = "0.1.32"
@ -63,7 +63,7 @@ ansi_term = "0.12.1"
anyhow = "1"
criterion = "0.3.5"
pretty_assertions = "1.1"
swc_ecma_testing = { version = "0.20.6", path = "../swc_ecma_testing" }
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }
walkdir = "2"

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.122.6"
version = "0.122.7"
[package.metadata.docs.rs]
all-features = true
@ -32,8 +32,8 @@ serde = { version = "1", features = ["derive"] }
smallvec = "1.8.0"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit", optional = true }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit", optional = true }
tracing = "0.1.32"
typed-arena = "2.0.1"
@ -41,7 +41,7 @@ typed-arena = "2.0.1"
criterion = "0.3"
pretty_assertions = "1.1"
serde_json = "1"
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }
walkdir = "2"

View File

@ -6,7 +6,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_ecma_preset_env"
version = "0.174.1"
version = "0.174.2"
[lib]
bench = false
@ -22,22 +22,22 @@ semver = { version = "1.0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
st-map = "0.1.2"
string_enum = { version = "0.3.1", path = "../string_enum" }
string_enum = { version = "0.3.2", path = "../string_enum" }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_transforms = { version = "0.198.1", path = "../swc_ecma_transforms", features = [
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_transforms = { version = "0.198.2", path = "../swc_ecma_transforms", features = [
"compat",
"proposal",
] }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
[dev-dependencies]
criterion = "0.3"
pretty_assertions = "1.1"
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
testing = { version = "0.31.5", path = "../testing" }
[[bench]]

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_quote"
repository = "https://github.com/swc-project/swc.git"
version = "0.38.8"
version = "0.38.9"
[lib]
bench = false
@ -14,9 +14,9 @@ bench = false
[dependencies]
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_quote_macros = { version = "0.33.6", path = "../swc_ecma_quote_macros" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_quote_macros = { version = "0.33.7", path = "../swc_ecma_quote_macros" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
[dev-dependencies]
testing = { version = "0.31.5", path = "../testing" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_quote_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.33.6"
version = "0.33.7"
[lib]
bench = false
@ -19,7 +19,7 @@ proc-macro2 = "1"
quote = "1"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_macros_common = { version = "0.3.3", path = "../swc_macros_common" }
syn = "1"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.20.6"
version = "0.20.7"
[lib]
bench = false
@ -17,6 +17,6 @@ hex = "0.4"
sha-1 = "0.10"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
testing = { version = "0.31.5", path = "../testing" }
tracing = "0.1.32"

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms"
repository = "https://github.com/swc-project/swc.git"
version = "0.198.1"
version = "0.198.2"
[package.metadata.docs.rs]
all-features = true
@ -33,22 +33,22 @@ typescript = ["swc_ecma_transforms_typescript"]
[dependencies]
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.136.1", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.153.1", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.167.1", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.144.1", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.155.1", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "0.159.1", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.136.2", path = "../swc_ecma_transforms_compat", optional = true }
swc_ecma_transforms_module = { version = "0.153.2", path = "../swc_ecma_transforms_module", optional = true }
swc_ecma_transforms_optimization = { version = "0.167.2", path = "../swc_ecma_transforms_optimization", optional = true }
swc_ecma_transforms_proposal = { version = "0.144.2", path = "../swc_ecma_transforms_proposal", optional = true }
swc_ecma_transforms_react = { version = "0.155.2", path = "../swc_ecma_transforms_react", optional = true }
swc_ecma_transforms_typescript = { version = "0.159.2", path = "../swc_ecma_transforms_typescript", optional = true }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
[dev-dependencies]
pretty_assertions = "1.1"
sourcemap = "6"
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.114.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.114.2", path = "../swc_ecma_transforms_testing" }
tempfile = "3"
testing = { version = "0.31.5", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.111.15"
version = "0.111.16"
[lib]
bench = false
@ -27,16 +27,16 @@ serde = { version = "1", features = ["derive"] }
smallvec = "1.8.0"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
tracing = "0.1.32"
[dev-dependencies]
criterion = "0.3"
rayon = "1"
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_node_base = { version = "0.5.5", path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_transforms_classes"
repository = "https://github.com/swc-project/swc.git"
version = "0.100.14"
version = "0.100.15"
[lib]
bench = false
@ -14,7 +14,7 @@ bench = false
[dependencies]
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.136.1"
version = "0.136.2"
[lib]
bench = false
@ -32,17 +32,17 @@ smallvec = "1.8.0"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_config = { version = "0.1.3", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.100.14", path = "../swc_ecma_transforms_classes" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.100.15", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" }
tracing = "0.1.32"
[dev-dependencies]
serde_json = "1.0.66"
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.114.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_testing = { version = "0.114.2", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -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.153.1"
version = "0.153.2"
[lib]
bench = false
@ -26,14 +26,14 @@ serde = { version = "1.0.118", features = ["derive"] }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_cached = { version = "0.3.14", path = "../swc_cached" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader", features = [
"node",
] }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
tracing = "0.1.32"
[dev-dependencies]
@ -43,6 +43,6 @@ swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader", features =
"node",
"tsc",
] }
swc_ecma_transforms_compat = { version = "0.136.1", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.114.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_compat = { version = "0.136.2", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.114.2", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.5", path = "../testing/" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.167.1"
version = "0.167.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
@ -32,20 +32,20 @@ rustc-hash = "1.1.0"
serde_json = "1.0.61"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.17.6", path = "../swc_fast_graph" }
tracing = "0.1.32"
[dev-dependencies]
swc_ecma_transforms_compat = { version = "0.136.1", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { version = "0.153.1", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.144.1", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.155.1", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.114.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.159.1", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_compat = { version = "0.136.2", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_module = { version = "0.153.2", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_proposal = { version = "0.144.2", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.155.2", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_testing = { version = "0.114.2", path = "../swc_ecma_transforms_testing" }
swc_ecma_transforms_typescript = { version = "0.159.2", path = "../swc_ecma_transforms_typescript" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_proposal"
repository = "https://github.com/swc-project/swc.git"
version = "0.144.1"
version = "0.144.2"
[lib]
bench = false
@ -22,17 +22,17 @@ serde = { version = "1.0.118", features = ["derive"] }
smallvec = "1.8.0"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader", optional = true }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.100.14", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_classes = { version = "0.100.15", path = "../swc_ecma_transforms_classes" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
[dev-dependencies]
serde_json = "1.0.66"
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.136.1", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.114.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.136.2", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_testing = { version = "0.114.2", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -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.155.1"
version = "0.155.2"
[lib]
bench = false
@ -25,20 +25,20 @@ rayon = { version = "1.5.1", optional = true }
regex = "1.4.2"
serde = { version = "1.0.118", features = ["derive"] }
sha-1 = "0.10.0"
string_enum = { version = "0.3.1", path = "../string_enum" }
string_enum = { version = "0.3.2", path = "../string_enum" }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_config = { version = "0.1.3", path = "../swc_config" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
[dev-dependencies]
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "0.136.1", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_module = { version = "0.153.1", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_testing = { version = "0.114.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen/" }
swc_ecma_transforms_compat = { version = "0.136.2", path = "../swc_ecma_transforms_compat/" }
swc_ecma_transforms_module = { version = "0.153.2", path = "../swc_ecma_transforms_module" }
swc_ecma_transforms_testing = { version = "0.114.2", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.5", 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.114.1"
version = "0.114.2"
[lib]
bench = false
@ -23,12 +23,12 @@ sourcemap = "6"
swc_common = { version = "0.29.5", path = "../swc_common", features = [
"sourcemap",
] }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.20.6", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
tempfile = "3.1.0"
testing = { version = "0.31.5", path = "../testing" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_typescript"
repository = "https://github.com/swc-project/swc.git"
version = "0.159.1"
version = "0.159.2"
[lib]
bench = false
@ -16,19 +16,19 @@ bench = false
serde = { version = "1.0.118", features = ["derive"] }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_react = { version = "0.155.1", path = "../swc_ecma_transforms_react" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_react = { version = "0.155.2", path = "../swc_ecma_transforms_react" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
[dev-dependencies]
criterion = "0.3"
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.136.1", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "0.144.1", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "0.114.1", path = "../swc_ecma_transforms_testing" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_compat = { version = "0.136.2", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_proposal = { version = "0.144.2", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_testing = { version = "0.114.2", path = "../swc_ecma_transforms_testing" }
testing = { version = "0.31.5", path = "../testing" }
[[bench]]

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.105.8"
version = "0.105.9"
[package.metadata.docs.rs]
all-features = true
@ -26,10 +26,10 @@ once_cell = "1.10.0"
rayon = {version = "1.5.1", optional = true}
swc_atoms = {version = "0.4.18", path = "../swc_atoms"}
swc_common = {version = "0.29.5", path = "../swc_common"}
swc_ecma_ast = {version = "0.94.5", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.80.5", path = "../swc_ecma_visit"}
swc_ecma_ast = {version = "0.94.6", path = "../swc_ecma_ast"}
swc_ecma_visit = {version = "0.80.6", path = "../swc_ecma_visit"}
tracing = "0.1.32"
unicode-id = "0.3"
[dev-dependencies]
swc_ecma_parser = {version = "0.122.6", path = "../swc_ecma_parser"}
swc_ecma_parser = {version = "0.122.7", path = "../swc_ecma_parser"}

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.80.5"
version = "0.80.6"
[package.metadata.docs.rs]
all-features = true
@ -25,6 +25,6 @@ num-bigint = { version = "0.4", features = ["serde"] }
serde = { version = "1", optional = true }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_visit = { version = "0.5.3", path = "../swc_visit" }
tracing = "0.1.32"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.205.6"
version = "0.205.7"
[package.metadata.docs.rs]
all-features = true
@ -39,15 +39,15 @@ react = ["swc_ecma_transforms/react"]
typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
[dependencies]
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen", optional = true }
swc_ecma_dep_graph = { version = "0.94.6", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_minifier = { version = "0.159.6", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.174.1", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "0.38.8", path = "../swc_ecma_quote", optional = true }
swc_ecma_transforms = { version = "0.198.1", path = "../swc_ecma_transforms", optional = true }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils", optional = true }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit", optional = true }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen", optional = true }
swc_ecma_dep_graph = { version = "0.94.7", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_minifier = { version = "0.159.7", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.174.2", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "0.38.9", path = "../swc_ecma_quote", optional = true }
swc_ecma_transforms = { version = "0.198.2", path = "../swc_ecma_transforms", optional = true }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils", optional = true }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit", optional = true }
[dev-dependencies]

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_estree_compat"
repository = "https://github.com/swc-project/swc.git"
version = "0.154.6"
version = "0.154.7"
[package.metadata.docs.rs]
all-features = true
@ -28,20 +28,20 @@ swc_common = { version = "0.29.5", path = "../swc_common", features = [
"sourcemap",
"tty-emitter",
] }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_estree_ast = { version = "0.19.5", path = "../swc_estree_ast" }
swc_node_comments = { version = "0.16.5", path = "../swc_node_comments/" }
[dev-dependencies]
criterion = "0.3"
pretty_assertions = "1.1"
swc = { version = "0.232.6", path = "../swc" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.198.1", path = "../swc_ecma_transforms/" }
swc = { version = "0.232.7", path = "../swc" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.198.2", path = "../swc_ecma_transforms/" }
testing = { version = "0.31.5", path = "../testing" }
walkdir = "2"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html"
repository = "https://github.com/swc-project/swc.git"
version = "0.82.5"
version = "0.82.6"
[package.metadata.docs.rs]
all-features = true
@ -19,8 +19,8 @@ bench = false
minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.26.6", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.35.7", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.79.5", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.32.7", path = "../swc_html_parser"}
swc_html_visit = {version = "0.26.6", path = "../swc_html_visit"}
swc_html_ast = {version = "0.26.7", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.35.8", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.79.6", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.32.8", path = "../swc_html_parser"}
swc_html_visit = {version = "0.26.7", path = "../swc_html_visit"}

View File

@ -9,7 +9,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.26.6"
version = "0.26.7"
[lib]
bench = false
@ -24,6 +24,6 @@ bytecheck = { version = "0.6.9", optional = true }
is-macro = "0.2.0"
rkyv = { version = "=0.7.37", optional = true }
serde = { version = "1.0.127", features = ["derive"] }
string_enum = { version = "0.3.1", path = "../string_enum/" }
string_enum = { version = "0.3.2", path = "../string_enum/" }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_html_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.35.7"
version = "0.35.8"
[lib]
bench = false
@ -21,7 +21,7 @@ bitflags = "1.3.2"
rustc-hash = "1.1.0"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_html_ast = { version = "0.26.6", path = "../swc_html_ast" }
swc_html_ast = { version = "0.26.7", path = "../swc_html_ast" }
swc_html_codegen_macros = { version = "0.2.0", path = "../swc_html_codegen_macros" }
swc_html_utils = { version = "0.14.6", path = "../swc_html_utils" }
@ -29,6 +29,6 @@ swc_html_utils = { version = "0.14.6", path = "../swc_html_utils" }
swc_common = { version = "0.29.5", path = "../swc_common", features = [
"sourcemap",
] }
swc_html_parser = { version = "0.32.7", path = "../swc_html_parser" }
swc_html_visit = { version = "0.26.6", path = "../swc_html_visit" }
swc_html_parser = { version = "0.32.8", path = "../swc_html_parser" }
swc_html_visit = { version = "0.26.7", path = "../swc_html_visit" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.79.5"
version = "0.79.6"
[lib]
bench = false
@ -22,21 +22,21 @@ serde_json = "1.0.61"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_cached = { version = "0.3.14", path = "../swc_cached" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_css_ast = { version = "0.116.0", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.126.0", path = "../swc_css_codegen" }
swc_css_minifier = { version = "0.91.0", path = "../swc_css_minifier" }
swc_css_parser = { version = "0.125.0", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.159.6", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.15", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_html_ast = { version = "0.26.6", path = "../swc_html_ast" }
swc_html_codegen = { version = "0.35.7", path = "../swc_html_codegen" }
swc_html_parser = { version = "0.32.7", path = "../swc_html_parser" }
swc_css_ast = { version = "0.116.1", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.126.1", path = "../swc_css_codegen" }
swc_css_minifier = { version = "0.91.1", path = "../swc_css_minifier" }
swc_css_parser = { version = "0.125.1", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.159.7", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.111.16", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_html_ast = { version = "0.26.7", path = "../swc_html_ast" }
swc_html_codegen = { version = "0.35.8", path = "../swc_html_codegen" }
swc_html_parser = { version = "0.32.8", path = "../swc_html_parser" }
swc_html_utils = { version = "0.14.6", path = "../swc_html_utils" }
swc_html_visit = { version = "0.26.6", path = "../swc_html_visit" }
swc_html_visit = { version = "0.26.7", path = "../swc_html_visit" }
[dev-dependencies]
criterion = "0.3"

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
license = "Apache-2.0"
name = "swc_html_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.32.7"
version = "0.32.8"
[lib]
bench = false
@ -21,14 +21,14 @@ debug = []
[dependencies]
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_html_ast = { version = "0.26.6", path = "../swc_html_ast" }
swc_html_ast = { version = "0.26.7", path = "../swc_html_ast" }
swc_html_utils = { version = "0.14.6", path = "../swc_html_utils" }
[dev-dependencies]
criterion = "0.3"
serde = "1.0.127"
serde_json = "1.0.66"
swc_html_visit = { version = "0.26.6", path = "../swc_html_visit" }
swc_html_visit = { version = "0.26.7", path = "../swc_html_visit" }
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -9,7 +9,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.26.6"
version = "0.26.7"
[package.metadata.docs.rs]
all-features = true
@ -26,5 +26,5 @@ path = []
serde = { version = "1", optional = true }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_html_ast = { version = "0.26.6", path = "../swc_html_ast" }
swc_html_ast = { version = "0.26.7", path = "../swc_html_ast" }
swc_visit = { version = "0.5.3", path = "../swc_visit" }

View File

@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_node_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.18.6"
version = "0.18.7"
[lib]
bench = false
@ -25,22 +25,22 @@ once_cell = "1.10.0"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
string_enum = { version = "0.3", path = "../string_enum" }
swc = { version = "0.232.6", path = "../swc" }
string_enum = { version = "0.3.2", path = "../string_enum" }
swc = { version = "0.232.7", path = "../swc" }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_bundler = { version = "0.192.6", path = "../swc_bundler", features = [
swc_bundler = { version = "0.192.7", path = "../swc_bundler", features = [
"concurrent",
] }
swc_common = { version = "0.29.5", path = "../swc_common", features = [
"concurrent",
] }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.9", path = "../swc_ecma_codegen" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.127.10", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.198.1", path = "../swc_ecma_transforms" }
swc_ecma_utils = { version = "0.105.8", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.198.2", path = "../swc_ecma_transforms" }
swc_ecma_utils = { version = "0.105.9", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_node_base = { version = "0.5.5", path = "../swc_node_base" }
tracing = "0.1.32"

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_proxy"
repository = "https://github.com/swc-project/swc.git"
version = "0.22.5"
version = "0.22.6"
[lib]
bench = false
@ -42,6 +42,6 @@ rkyv = { package = "rkyv", version = "=0.7.37", optional = true }
# cannot be merged.
rkyv-latest = { package = "rkyv-test", version = "=0.7.38-test.2", optional = true }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" }
tracing = "0.1.32"

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.77.6"
version = "0.77.7"
[lib]
bench = false
@ -45,8 +45,8 @@ serde_json = "1.0.64"
swc_common = { version = "0.29.5", path = "../swc_common", features = [
"concurrent",
] }
swc_ecma_ast = { version = "0.94.5", path = "../swc_ecma_ast" }
swc_plugin_proxy = { version = "0.22.5", path = "../swc_plugin_proxy" }
swc_ecma_ast = { version = "0.94.6", path = "../swc_ecma_ast" }
swc_plugin_proxy = { version = "0.22.6", path = "../swc_plugin_proxy" }
tracing = "0.1.32"
wasmer = { version = "2.3.0", default-features = false }
@ -59,8 +59,8 @@ wasmer-cache = { version = "2.3.0", optional = true }
criterion = "0.3"
swc_atoms = { version = "0.4.18", path = '../swc_atoms' }
swc_ecma_loader = { version = "0.41.5", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.122.6", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.80.5", path = "../swc_ecma_visit" }
swc_ecma_parser = { version = "0.122.7", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.80.6", path = "../swc_ecma_visit" }
swc_node_base = { path = "../swc_node_base" }
testing = { version = "0.31.5", path = "../testing" }
# This allows we can run non-wasm32 target build command while some pkg select features for wasmer/js omits its transitive deps

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_xml"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.5"
version = "0.4.6"
[package.metadata.docs.rs]
all-features = true
@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]
bench = false
[dependencies]
swc_xml_ast = {version = "0.4.5", path = "../swc_xml_ast"}
swc_xml_codegen = {version = "0.4.5", path = "../swc_xml_codegen"}
swc_xml_parser = {version = "0.4.5", path = "../swc_xml_parser"}
swc_xml_visit = {version = "0.4.5", path = "../swc_xml_visit"}
swc_xml_ast = {version = "0.4.6", path = "../swc_xml_ast"}
swc_xml_codegen = {version = "0.4.6", path = "../swc_xml_codegen"}
swc_xml_parser = {version = "0.4.6", path = "../swc_xml_parser"}
swc_xml_visit = {version = "0.4.6", path = "../swc_xml_visit"}

View File

@ -9,7 +9,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_xml_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.5"
version = "0.4.6"
[lib]
bench = false
@ -17,6 +17,6 @@ bench = false
[dependencies]
is-macro = "0.2.0"
serde = { version = "1.0.127", features = ["derive"] }
string_enum = { version = "0.3.1", path = "../string_enum/" }
string_enum = { version = "0.3.2", path = "../string_enum/" }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_xml_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.5"
version = "0.4.6"
[lib]
bench = false
@ -21,13 +21,13 @@ bitflags = "1.3.2"
rustc-hash = "1.1.0"
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_xml_ast = { version = "0.4.5", path = "../swc_xml_ast" }
swc_xml_ast = { version = "0.4.6", path = "../swc_xml_ast" }
swc_xml_codegen_macros = { version = "0.1.0", path = "../swc_xml_codegen_macros" }
[dev-dependencies]
swc_common = { version = "0.29.5", path = "../swc_common", features = [
"sourcemap",
] }
swc_xml_parser = { version = "0.4.5", path = "../swc_xml_parser" }
swc_xml_visit = { version = "0.4.5", path = "../swc_xml_visit" }
swc_xml_parser = { version = "0.4.6", path = "../swc_xml_parser" }
swc_xml_visit = { version = "0.4.6", path = "../swc_xml_visit" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
license = "Apache-2.0"
name = "swc_xml_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.5"
version = "0.4.6"
[lib]
bench = false
@ -21,12 +21,12 @@ debug = []
[dependencies]
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_xml_ast = { version = "0.4.5", path = "../swc_xml_ast" }
swc_xml_ast = { version = "0.4.6", path = "../swc_xml_ast" }
[dev-dependencies]
criterion = "0.3"
serde = "1.0.127"
serde_json = "1.0.66"
swc_node_base = { version = "0.5.0", path = "../swc_node_base" }
swc_xml_visit = { version = "0.4.5", path = "../swc_xml_visit" }
swc_xml_visit = { version = "0.4.6", path = "../swc_xml_visit" }
testing = { version = "0.31.5", path = "../testing" }

View File

@ -9,7 +9,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_xml_visit"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.5"
version = "0.4.6"
[package.metadata.docs.rs]
all-features = true
@ -27,4 +27,4 @@ serde = { version = "1", optional = true }
swc_atoms = { version = "0.4.18", path = "../swc_atoms" }
swc_common = { version = "0.29.5", path = "../swc_common" }
swc_visit = { version = "0.5.3", path = "../swc_visit" }
swc_xml_ast = { version = "0.4.5", path = "../swc_xml_ast" }
swc_xml_ast = { version = "0.4.6", path = "../swc_xml_ast" }