Skip to content

Commit

Permalink
chore: remove unused deps (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Mar 12, 2024
1 parent 3f15a72 commit 929faeb
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 80 deletions.
31 changes: 0 additions & 31 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions crates/biome_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ biome_console = { workspace = true }
biome_deserialize = { workspace = true }
biome_deserialize_macros = { workspace = true }
biome_diagnostics = { workspace = true }
biome_flags = { workspace = true }
biome_formatter = { workspace = true }
biome_fs = { workspace = true }
biome_js_formatter = { workspace = true }
Expand All @@ -36,7 +35,6 @@ biome_migrate = { workspace = true }
biome_rowan = { workspace = true }
biome_service = { workspace = true }
biome_text_edit = { workspace = true }
biome_text_size = { workspace = true }
bpaf = { workspace = true, features = ["bright-color"] }
crossbeam = { workspace = true }
dashmap = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/biome_css_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ biome_css_syntax = { workspace = true }
biome_diagnostics = { workspace = true }
biome_rowan = { workspace = true }
lazy_static = { workspace = true }
rustc-hash = { workspace = true }

[dev-dependencies]
biome_css_factory = { path = "../biome_css_factory" }
Expand Down
2 changes: 0 additions & 2 deletions crates/biome_deserialize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ bitflags = { workspace = true }
indexmap = { workspace = true, features = ["serde"] }
schemars = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }

[features]
schema = ["schemars", "schemars/indexmap"]
Expand Down
1 change: 0 additions & 1 deletion crates/biome_fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ version = "0.5.7"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
crossbeam = { workspace = true }
directories = "5.0.1"
Expand Down
4 changes: 0 additions & 4 deletions crates/biome_js_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@ biome_diagnostics = { workspace = true }
biome_js_factory = { workspace = true }
biome_js_semantic = { workspace = true }
biome_js_syntax = { workspace = true }
biome_json_factory = { workspace = true }
biome_json_syntax = { workspace = true }
biome_project = { workspace = true }
biome_rowan = { workspace = true }
biome_unicode_table = { workspace = true }
lazy_static = { workspace = true }
log = "0.4.20"
natord = "1.0.9"
roaring = "0.10.1"
rustc-hash = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
smallvec = { workspace = true }

[dev-dependencies]
Expand Down
4 changes: 0 additions & 4 deletions crates/biome_js_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,18 @@ version = "0.5.7"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
biome_console = { workspace = true }
biome_deserialize = { workspace = true }
biome_deserialize_macros = { workspace = true }
biome_diagnostics_categories = { workspace = true }
biome_formatter = { workspace = true }
biome_js_factory = { workspace = true }
biome_js_syntax = { workspace = true }
biome_json_syntax = { workspace = true }
biome_rowan = { workspace = true }
biome_text_size = { workspace = true }
biome_unicode_table = { workspace = true }
cfg-if = "1.0.0"
schemars = { workspace = true, optional = true }
serde = { workspace = true, features = ["derive"], optional = true }
smallvec = { workspace = true }
tracing = { workspace = true }
unicode-width = "0.1.9"

[dev-dependencies]
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 @@ -19,7 +19,6 @@ biome_parser = { workspace = true }
biome_rowan = { workspace = true }
biome_unicode_table = { workspace = true }
bitflags = { workspace = true }
cfg-if = "1.0.0"
drop_bomb = "0.1.5"
indexmap = { workspace = true }
rustc-hash = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/biome_js_transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ version = "0.5.7"

[dependencies]
biome_analyze = { workspace = true }
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_js_factory = { workspace = true }
biome_js_syntax = { workspace = true }
Expand Down
34 changes: 15 additions & 19 deletions crates/biome_lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,21 @@ version = "0.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.52"
biome_analyze = { workspace = true }
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_formatter = { workspace = true }
biome_fs = { workspace = true }
biome_js_formatter = { workspace = true }
biome_rowan = { workspace = true }
biome_service = { workspace = true }
biome_text_edit = { workspace = true }
futures = "0.3"
indexmap = { workspace = true }
log = "0.4.20"
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt", "io-std"] }
tower-lsp = { version = "0.19.0" }
tracing = { workspace = true, features = ["attributes"] }
anyhow = "1.0.52"
biome_analyze = { workspace = true }
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_fs = { workspace = true }
biome_rowan = { workspace = true }
biome_service = { workspace = true }
biome_text_edit = { workspace = true }
futures = "0.3"
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["rt", "io-std"] }
tower-lsp = { version = "0.19.0" }
tracing = { workspace = true, features = ["attributes"] }

[dev-dependencies]
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
Expand Down
4 changes: 0 additions & 4 deletions crates/biome_test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ biome_analyze = { workspace = true }
biome_console = { workspace = true }
biome_deserialize = { workspace = true }
biome_diagnostics = { workspace = true }
biome_js_parser = { workspace = true }
biome_js_syntax = { workspace = true }
biome_json_parser = { workspace = true }
biome_json_syntax = { workspace = true }
biome_project = { workspace = true }
biome_rowan = { workspace = true }
biome_service = { workspace = true }
countme = { workspace = true, features = ["enable"] }
json_comments = "0.2.1"
serde = { workspace = true }
serde_json = { workspace = true }
similar = { version = "2.2.1" }

Expand Down
2 changes: 0 additions & 2 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ rome_all = []
cargo-fuzz = true

[dependencies]
arbitrary = { version = "1.3.0", features = ["derive"] }
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
biome_analyze = { path = "../crates/biome_analyze" }
biome_diagnostics = { path = "../crates/biome_diagnostics" }
Expand All @@ -26,7 +25,6 @@ biome_js_parser = { path = "../crates/biome_js_parser" }
biome_js_syntax = { path = "../crates/biome_js_syntax" }
biome_json_formatter = { path = "../crates/biome_json_formatter" }
biome_json_parser = { path = "../crates/biome_json_parser" }
biome_json_syntax = { path = "../crates/biome_json_syntax" }
biome_service = { path = "../crates/biome_service" }
similar = { version = "2.2.1" }

Expand Down
5 changes: 0 additions & 5 deletions xtask/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ version = "0.0.0"

[dependencies]
biome_analyze = { workspace = true }
biome_console = { workspace = true }
biome_css_formatter = { workspace = true }
biome_css_parser = { workspace = true }
biome_css_syntax = { workspace = true }
biome_diagnostics = { workspace = true }
biome_formatter = { workspace = true }
biome_js_analyze = { workspace = true }
biome_js_formatter = { workspace = true }
Expand All @@ -26,12 +24,9 @@ biome_rowan = { workspace = true }
ansi_rgb = "0.2.0"
codspeed-criterion-compat = { version = "2.3.3", optional = true }
criterion = "0.5.1"
regex = "1.5.5"
ureq = "2.7.1"
url = "2.2.2"

countme = { workspace = true }

[target.'cfg(target_os = "windows")'.dependencies]
mimalloc = "0.1.29"

Expand Down
1 change: 0 additions & 1 deletion xtask/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ walkdir = "2.3.2"
xtask = { path = '../', version = "0.0" }

biome_analyze = { workspace = true, optional = true }
biome_aria = { workspace = true, optional = true }
biome_cli = { workspace = true, optional = true }
biome_diagnostics = { workspace = true, optional = true }
biome_js_analyze = { workspace = true, optional = true }
Expand Down
Loading

0 comments on commit 929faeb

Please sign in to comment.