mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
Some checks failed
Benchmarks JS / Bench (push) Waiting to run
CI on main / Format Rust Files (push) Waiting to run
CI on main / Lint Rust Files (push) Waiting to run
CI on main / Check Dependencies (push) Waiting to run
CI on main / Test (push) Waiting to run
CI on main / Test262 Coverage (push) Waiting to run
Release / Release (push) Waiting to run
Release / version (push) Blocked by required conditions
Release / Package darwin-arm64 (push) Blocked by required conditions
Release / Package darwin-x64 (push) Blocked by required conditions
Release / Package linux-arm64-musl (push) Blocked by required conditions
Release / Package linux-x64-musl (push) Blocked by required conditions
Release / Package win32-arm64 (push) Blocked by required conditions
Release / Package win32-x64 (push) Blocked by required conditions
Release / Package linux-arm64 (push) Blocked by required conditions
Release / Package linux-x64 (push) Blocked by required conditions
Release / Build WASM (push) Blocked by required conditions
Release / Package JavaScript APIs (push) Blocked by required conditions
Release / Publish CLI (push) Blocked by required conditions
Release / Publish JS API (push) Blocked by required conditions
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
Benchmarks Configuration / Bench (push) Has been cancelled
Benchmarks CSS / Bench (push) Has been cancelled
Benchmarks GraphQL / Bench (push) Has been cancelled
Benchmarks Manifests / Bench (push) Has been cancelled
Benchmarks JSON / Bench (push) Has been cancelled
Benchmarks Module Graph / Bench (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
[package]
|
|
edition = "2024"
|
|
name = "xtask_coverage"
|
|
publish = false
|
|
version = "0.0.0"
|
|
|
|
[dependencies]
|
|
ascii_table = "4.0.7"
|
|
backtrace = "0.3.76"
|
|
biome_console = { workspace = true }
|
|
biome_diagnostics = { workspace = true }
|
|
biome_js_parser = { workspace = true }
|
|
biome_js_semantic = { workspace = true }
|
|
biome_js_syntax = { workspace = true }
|
|
biome_parser = { workspace = true }
|
|
biome_rowan = { workspace = true }
|
|
biome_string_case = { workspace = true }
|
|
camino = { workspace = true }
|
|
colored = "3.0.0"
|
|
indicatif = { version = "0.18.0", features = ["improved_unicode"] }
|
|
pico-args = { version = "0.5.0", features = ["eq-separator"] }
|
|
regex = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
serde_yaml = "0.9.34"
|
|
tracing = { workspace = true }
|
|
tracing-subscriber = { workspace = true, features = ["env-filter", "std"] }
|
|
walkdir = { workspace = true }
|
|
xtask = { path = '../', version = "0.0" }
|
|
yastl = "0.1.2"
|
|
|
|
[lints]
|
|
workspace = true
|