diff --git a/Cargo.lock b/Cargo.lock index c1a521ba71cf..3d73803ee1b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,12 +221,10 @@ version = "0.5.7" dependencies = [ "biome_analyze", "biome_console", - "biome_css_factory", "biome_css_parser", "biome_css_syntax", "biome_diagnostics", "biome_rowan", - "biome_service", "biome_test_utils", "insta", "lazy_static", @@ -245,18 +243,15 @@ dependencies = [ name = "biome_css_formatter" version = "0.5.7" dependencies = [ - "biome_css_factory", "biome_css_parser", "biome_css_syntax", "biome_diagnostics", "biome_formatter", "biome_formatter_test", - "biome_fs", "biome_parser", "biome_rowan", "biome_suppression", "countme", - "insta", "serde", "serde_json", "tests_macros", @@ -279,7 +274,6 @@ dependencies = [ "quickcheck_macros", "tests_macros", "tracing", - "unicode-bom", ] [[package]] @@ -473,9 +467,7 @@ dependencies = [ "biome_string_case", "biome_suppression", "biome_test_utils", - "biome_text_edit", "biome_unicode_table", - "countme", "insta", "lazy_static", "natord", @@ -501,11 +493,9 @@ version = "0.5.7" dependencies = [ "biome_deserialize", "biome_deserialize_macros", - "biome_diagnostics", "biome_diagnostics_categories", "biome_formatter", "biome_formatter_test", - "biome_fs", "biome_js_factory", "biome_js_parser", "biome_js_syntax", @@ -516,7 +506,6 @@ dependencies = [ "biome_unicode_table", "countme", "iai", - "insta", "quickcheck", "quickcheck_macros", "schemars", @@ -551,7 +540,6 @@ dependencies = [ "smallvec", "tests_macros", "tracing", - "unicode-bom", ] [[package]] @@ -562,7 +550,6 @@ dependencies = [ "biome_diagnostics", "biome_js_parser", "biome_js_syntax", - "biome_markup", "biome_rowan", "rust-lapper", "rustc-hash", @@ -572,8 +559,6 @@ dependencies = [ name = "biome_js_syntax" version = "0.5.7" dependencies = [ - "biome_console", - "biome_diagnostics", "biome_js_factory", "biome_js_parser", "biome_rowan", @@ -605,11 +590,9 @@ dependencies = [ "biome_analyze", "biome_console", "biome_diagnostics", - "biome_json_factory", "biome_json_parser", "biome_json_syntax", "biome_rowan", - "biome_service", "biome_test_utils", "insta", "lazy_static", @@ -634,15 +617,12 @@ dependencies = [ "biome_diagnostics", "biome_formatter", "biome_formatter_test", - "biome_fs", - "biome_json_factory", "biome_json_parser", "biome_json_syntax", "biome_parser", "biome_rowan", "biome_suppression", "countme", - "insta", "schemars", "serde", "serde_json", @@ -719,7 +699,6 @@ dependencies = [ "biome_json_parser", "biome_json_syntax", "biome_rowan", - "biome_service", "biome_test_utils", "insta", "lazy_static", @@ -772,7 +751,6 @@ dependencies = [ "quickcheck", "quickcheck_macros", "rustc-hash", - "schemars", "serde", "serde_json", "tracing", @@ -896,10 +874,8 @@ dependencies = [ "console_error_panic_hook", "js-sys", "quote", - "schemars", "serde", "serde-wasm-bindgen", - "serde_json", "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 3085d4bec64b..cb78abda98d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,9 +111,7 @@ biome_diagnostics_categories = { version = "0.5.7", path = "./crates/biome_diagn biome_diagnostics_macros = { version = "0.5.7", path = "./crates/biome_diagnostics_macros" } biome_formatter = { version = "0.5.7", path = "./crates/biome_formatter" } biome_fs = { version = "0.5.7", path = "./crates/biome_fs" } -biome_grit_factory = { version = "0.5.7", path = "./crates/biome_grit_factory" } biome_grit_syntax = { version = "0.5.7", path = "./crates/biome_grit_syntax" } -biome_html_factory = { version = "0.5.7", path = "./crates/biome_html_factory" } biome_html_syntax = { version = "0.5.7", path = "./crates/biome_html_syntax" } biome_js_analyze = { version = "0.5.7", path = "./crates/biome_js_analyze" } biome_js_factory = { version = "0.5.7", path = "./crates/biome_js_factory" } @@ -121,7 +119,6 @@ biome_js_formatter = { version = "0.5.7", path = "./crates/biome_js_fo biome_js_parser = { version = "0.5.7", path = "./crates/biome_js_parser" } biome_js_semantic = { version = "0.5.7", path = "./crates/biome_js_semantic" } biome_js_syntax = { version = "0.5.7", path = "./crates/biome_js_syntax" } -biome_js_transform = { version = "0.5.7", path = "./crates/biome_js_transform" } biome_json_analyze = { version = "0.5.7", path = "./crates/biome_json_analyze" } biome_json_factory = { version = "0.5.7", path = "./crates/biome_json_factory" } biome_json_formatter = { version = "0.5.7", path = "./crates/biome_json_formatter" } diff --git a/crates/biome_cli/Cargo.toml b/crates/biome_cli/Cargo.toml index 02c690011e93..fdbc6e67a10d 100644 --- a/crates/biome_cli/Cargo.toml +++ b/crates/biome_cli/Cargo.toml @@ -17,12 +17,10 @@ version = "0.0.0" name = "biome" path = "src/main.rs" - [dependencies] anyhow = "1.0.52" biome_analyze = { workspace = true } biome_console = { workspace = true } -biome_css_formatter = { workspace = true } biome_deserialize = { workspace = true } biome_deserialize_macros = { workspace = true } biome_diagnostics = { workspace = true } @@ -61,7 +59,7 @@ tokio = { workspace = true, features = ["process"] } mimalloc = "0.1.29" [target.'cfg(all(target_family="unix", not(all(target_arch = "aarch64", target_env = "musl"))))'.dependencies] -tikv-jemallocator = "0.5.0" +tikv-jemallocator = "0.5.1" [dev-dependencies] biome_css_formatter = { workspace = true } diff --git a/crates/biome_css_analyze/Cargo.toml b/crates/biome_css_analyze/Cargo.toml index 7df541c6d89c..669af7a91108 100644 --- a/crates/biome_css_analyze/Cargo.toml +++ b/crates/biome_css_analyze/Cargo.toml @@ -21,12 +21,10 @@ biome_rowan = { workspace = true } lazy_static = { workspace = true } [dev-dependencies] -biome_css_factory = { path = "../biome_css_factory" } -biome_css_parser = { path = "../biome_css_parser" } -biome_service = { path = "../biome_service" } -biome_test_utils = { path = "../biome_test_utils" } -insta = { workspace = true, features = ["glob"] } -tests_macros = { path = "../tests_macros" } +biome_css_parser = { path = "../biome_css_parser" } +biome_test_utils = { path = "../biome_test_utils" } +insta = { workspace = true, features = ["glob"] } +tests_macros = { path = "../tests_macros" } [lints] workspace = true diff --git a/crates/biome_css_formatter/Cargo.toml b/crates/biome_css_formatter/Cargo.toml index 059408a71dcb..051a65abf5c6 100644 --- a/crates/biome_css_formatter/Cargo.toml +++ b/crates/biome_css_formatter/Cargo.toml @@ -23,13 +23,10 @@ biome_rowan = { workspace = true } biome_suppression = { workspace = true } [dev-dependencies] -biome_css_factory = { path = "../biome_css_factory" } biome_css_parser = { path = "../biome_css_parser" } biome_formatter_test = { path = "../biome_formatter_test" } -biome_fs = { path = "../biome_fs" } biome_parser = { path = "../biome_parser" } countme = { workspace = true, features = ["enable"] } -insta = { workspace = true, features = ["glob"] } serde = { version = "1", features = ["derive"] } serde_json = { workspace = true } tests_macros = { path = "../tests_macros" } diff --git a/crates/biome_css_parser/Cargo.toml b/crates/biome_css_parser/Cargo.toml index db62e6db1c3e..762b3cf75038 100644 --- a/crates/biome_css_parser/Cargo.toml +++ b/crates/biome_css_parser/Cargo.toml @@ -19,7 +19,6 @@ biome_parser = { workspace = true } biome_rowan = { workspace = true } biome_unicode_table = { workspace = true } tracing = { workspace = true } -unicode-bom = { workspace = true } [dev-dependencies] biome_test_utils = { path = "../biome_test_utils" } diff --git a/crates/biome_js_analyze/Cargo.toml b/crates/biome_js_analyze/Cargo.toml index cb33788f11f0..3fac7aed0d7b 100644 --- a/crates/biome_js_analyze/Cargo.toml +++ b/crates/biome_js_analyze/Cargo.toml @@ -37,8 +37,6 @@ smallvec = { workspace = true } [dev-dependencies] biome_js_parser = { path = "../biome_js_parser", features = ["tests"] } biome_test_utils = { path = "../biome_test_utils" } -biome_text_edit = { path = "../biome_text_edit" } -countme = { workspace = true, features = ["enable"] } insta = { workspace = true, features = ["glob"] } tests_macros = { path = "../tests_macros" } diff --git a/crates/biome_js_formatter/Cargo.toml b/crates/biome_js_formatter/Cargo.toml index 2a0efc33354a..065b8abbf9e8 100644 --- a/crates/biome_js_formatter/Cargo.toml +++ b/crates/biome_js_formatter/Cargo.toml @@ -29,15 +29,12 @@ smallvec = { workspace = true } unicode-width = "0.1.9" [dev-dependencies] -biome_diagnostics = { path = "../biome_diagnostics" } biome_formatter_test = { path = "../biome_formatter_test" } -biome_fs = { path = "../biome_fs" } biome_js_factory = { path = "../biome_js_factory" } biome_js_parser = { path = "../biome_js_parser" } biome_parser = { path = "../biome_parser" } countme = { workspace = true, features = ["enable"] } iai = "0.1.1" -insta = { workspace = true, features = ["glob"] } quickcheck = { workspace = true } quickcheck_macros = { workspace = true } serde = { version = "1", features = ["derive"] } diff --git a/crates/biome_js_parser/Cargo.toml b/crates/biome_js_parser/Cargo.toml index 4dd3a9f103d7..c4163bd7f208 100644 --- a/crates/biome_js_parser/Cargo.toml +++ b/crates/biome_js_parser/Cargo.toml @@ -27,7 +27,6 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } smallvec = { workspace = true } tracing = { workspace = true } -unicode-bom = { workspace = true } [dev-dependencies] expect-test = "1.2.2" diff --git a/crates/biome_js_semantic/Cargo.toml b/crates/biome_js_semantic/Cargo.toml index 7b4f7a053a08..3bf119a7ab2f 100644 --- a/crates/biome_js_semantic/Cargo.toml +++ b/crates/biome_js_semantic/Cargo.toml @@ -20,7 +20,6 @@ rustc-hash = { workspace = true } biome_console = { path = "../biome_console" } biome_diagnostics = { path = "../biome_diagnostics" } biome_js_parser = { path = "../biome_js_parser" } -biome_markup = { path = "../biome_markup" } [lints] workspace = true diff --git a/crates/biome_js_syntax/Cargo.toml b/crates/biome_js_syntax/Cargo.toml index 9184e4a1861f..6b2cd3d4da29 100644 --- a/crates/biome_js_syntax/Cargo.toml +++ b/crates/biome_js_syntax/Cargo.toml @@ -11,11 +11,9 @@ repository.workspace = true version = "0.5.7" [dependencies] -biome_console = { workspace = true } -biome_diagnostics = { workspace = true } -biome_rowan = { workspace = true } -schemars = { workspace = true, optional = true } -serde = { workspace = true, features = ["derive"] } +biome_rowan = { workspace = true } +schemars = { workspace = true, optional = true } +serde = { workspace = true, features = ["derive"] } [dev-dependencies] biome_js_factory = { path = "../biome_js_factory" } diff --git a/crates/biome_json_analyze/Cargo.toml b/crates/biome_json_analyze/Cargo.toml index a929dbd9af75..a645de57ec1f 100644 --- a/crates/biome_json_analyze/Cargo.toml +++ b/crates/biome_json_analyze/Cargo.toml @@ -22,12 +22,10 @@ lazy_static = { workspace = true } rustc-hash = { workspace = true } [dev-dependencies] -biome_json_factory = { path = "../biome_json_factory" } -biome_json_parser = { path = "../biome_json_parser" } -biome_service = { path = "../biome_service" } -biome_test_utils = { path = "../biome_test_utils" } -insta = { workspace = true, features = ["glob"] } -tests_macros = { path = "../tests_macros" } +biome_json_parser = { path = "../biome_json_parser" } +biome_test_utils = { path = "../biome_test_utils" } +insta = { workspace = true, features = ["glob"] } +tests_macros = { path = "../tests_macros" } [lints] workspace = true diff --git a/crates/biome_json_formatter/Cargo.toml b/crates/biome_json_formatter/Cargo.toml index 0a29a1813bdc..a2c4299b5ba9 100644 --- a/crates/biome_json_formatter/Cargo.toml +++ b/crates/biome_json_formatter/Cargo.toml @@ -26,12 +26,9 @@ serde = { workspace = true, features = ["derive"], optional = [dev-dependencies] biome_formatter_test = { path = "../biome_formatter_test" } -biome_fs = { path = "../biome_fs" } -biome_json_factory = { path = "../biome_json_factory" } biome_json_parser = { path = "../biome_json_parser" } biome_parser = { path = "../biome_parser" } countme = { workspace = true, features = ["enable"] } -insta = { workspace = true, features = ["glob"] } serde_json = { workspace = true } tests_macros = { path = "../tests_macros" } diff --git a/crates/biome_migrate/Cargo.toml b/crates/biome_migrate/Cargo.toml index f97683d95c81..83ad0e82abe6 100644 --- a/crates/biome_migrate/Cargo.toml +++ b/crates/biome_migrate/Cargo.toml @@ -25,7 +25,6 @@ lazy_static = { workspace = true } [dev-dependencies] biome_json_factory = { path = "../biome_json_factory" } biome_json_parser = { path = "../biome_json_parser" } -biome_service = { path = "../biome_service" } biome_test_utils = { path = "../biome_test_utils" } insta = { workspace = true, features = ["glob"] } tests_macros = { path = "../tests_macros" } diff --git a/crates/biome_rowan/Cargo.toml b/crates/biome_rowan/Cargo.toml index 9d83bc9bf5ed..56c7a919fe94 100644 --- a/crates/biome_rowan/Cargo.toml +++ b/crates/biome_rowan/Cargo.toml @@ -17,7 +17,6 @@ countme = { workspace = true } hashbrown = { version = "0.12.3", features = ["inline-more"], default-features = false } memoffset = "0.8.0" rustc-hash = { workspace = true } -schemars = { workspace = true, optional = true } serde = { workspace = true, optional = true } tracing = { workspace = true } @@ -28,7 +27,7 @@ quickcheck_macros = { workspace = true } serde_json = { workspace = true } [features] -serde = ["dep:serde", "schemars", "biome_text_size/serde"] +serde = ["dep:serde", "biome_text_size/serde"] [[bench]] harness = false diff --git a/crates/biome_wasm/Cargo.toml b/crates/biome_wasm/Cargo.toml index 29764d7310db..f8e43ebb2e90 100644 --- a/crates/biome_wasm/Cargo.toml +++ b/crates/biome_wasm/Cargo.toml @@ -41,8 +41,6 @@ biome_js_formatter = { workspace = true } biome_rowan = { workspace = true } biome_service = { workspace = true, features = ["schema"] } quote = "1.0.14" -schemars = { workspace = true } -serde_json = { workspace = true } [lints] workspace = true