Skip to content

Commit

Permalink
Chore: remove unused dependencies (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzo-Wada authored Mar 21, 2024
1 parent c6f4c0d commit 644d2f4
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 66 deletions.
24 changes: 0 additions & 24 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,17 +111,14 @@ 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" }
biome_js_formatter = { version = "0.5.7", path = "./crates/biome_js_formatter" }
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" }
Expand Down
4 changes: 1 addition & 3 deletions crates/biome_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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 }
Expand Down
10 changes: 4 additions & 6 deletions crates/biome_css_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions crates/biome_css_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
1 change: 0 additions & 1 deletion crates/biome_css_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 0 additions & 2 deletions crates/biome_js_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
3 changes: 0 additions & 3 deletions crates/biome_js_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
1 change: 0 additions & 1 deletion crates/biome_js_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion crates/biome_js_semantic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 3 additions & 5 deletions crates/biome_js_syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
10 changes: 4 additions & 6 deletions crates/biome_json_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions crates/biome_json_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
1 change: 0 additions & 1 deletion crates/biome_migrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
3 changes: 1 addition & 2 deletions crates/biome_rowan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions crates/biome_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 644d2f4

Please sign in to comment.