+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
313 changes: 209 additions & 104 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/biome_aria_metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "0.5.7"
biome_deserialize = { workspace = true }
biome_deserialize_macros = { workspace = true }
biome_string_case = { workspace = true }
prettyplease = "0.2.35"
prettyplease = "0.2.37"
proc-macro2 = { workspace = true, features = ["span-locations"] }
quote = { workspace = true }
serde = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/biome_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ tokio = { workspace = true, features = ["io-std", "io-util",
tracing = { workspace = true }
tracing-appender = "0.2.3"
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
tracing-tree = "0.4.0"
tracing-tree = "0.4.1"


[target.'cfg(unix)'.dependencies]
libc = "0.2.174"
libc = "0.2.177"
tokio = { workspace = true, features = ["process"] }

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ schema = [
]

[dev-dependencies]
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true }
tests_macros = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/biome_console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ unicode-segmentation = "1.12.0"
unicode-width = { workspace = true }

[dev-dependencies]
trybuild = "=1.0.106"
trybuild = "=1.0.111"


[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_css_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ biome_fs = { workspace = true }
biome_plugin_loader = { workspace = true }
biome_test_utils = { path = "../biome_test_utils" }
camino = { workspace = true }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true, features = ["glob"] }
tests_macros = { path = "../tests_macros" }

Expand Down
2 changes: 1 addition & 1 deletion crates/biome_css_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ biome_service = { path = "../biome_service" }
biome_test_utils = { path = "../biome_test_utils" }
camino = { workspace = true }
countme = { workspace = true, features = ["enable"] }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tests_macros = { path = "../tests_macros" }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_css_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ biome_fs = { path = "../biome_fs" }
biome_service = { path = "../biome_service" }
biome_test_utils = { path = "../biome_test_utils" }
camino = { workspace = true }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true }
quickcheck = { workspace = true }
quickcheck_macros = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/biome_diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ name = "serde"
test = true

[dependencies]
backtrace = "0.3.75"
backtrace = "0.3.76"
biome_console = { workspace = true, features = ["serde"] }
biome_diagnostics_categories = { workspace = true, features = ["serde"] }
biome_diagnostics_macros = { workspace = true }
Expand All @@ -53,7 +53,7 @@ std = []
[dev-dependencies]
insta = { workspace = true }
serde_json = { workspace = true }
trybuild = "=1.0.106"
trybuild = "=1.0.111"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/biome_fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crossbeam = { workspace = true }
directories = "6.0.0"
enumflags2 = { workspace = true, features = ["serde"] }
papaya = { workspace = true }
parking_lot = { version = "0.12.4", features = ["arc_lock"] }
parking_lot = { version = "0.12.5", features = ["arc_lock"] }
path-absolutize = { workspace = true }
rayon = { workspace = true }
rustc-hash = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_graphql_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ biome_service = { path = "../biome_service" }
biome_test_utils = { path = "../biome_test_utils" }
camino = { workspace = true }
countme = { workspace = true, features = ["enable"] }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tests_macros = { path = "../tests_macros" }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_graphql_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ unicode-bom = { workspace = true }

[dev-dependencies]
biome_test_utils = { workspace = true }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true }
quickcheck = { workspace = true }
quickcheck_macros = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_html_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ biome_service = { workspace = true }
biome_test_utils = { path = "../biome_test_utils" }
camino = { workspace = true }
countme = { workspace = true, features = ["enable"] }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
tests_macros = { workspace = true }

[target.'cfg(target_os = "windows")'.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_html_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tracing = { workspace = true }
[dev-dependencies]
biome_test_utils = { workspace = true }
camino = { workspace = true }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true }
quickcheck = { workspace = true }
quickcheck_macros = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_js_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ biome_js_parser = { path = "../biome_js_parser", features = ["tests"] }
biome_plugin_loader = { workspace = true }
biome_service = { workspace = true }
biome_test_utils = { path = "../biome_test_utils" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true, features = ["glob"] }
tests_macros = { path = "../tests_macros" }

Expand Down
2 changes: 1 addition & 1 deletion crates/biome_js_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ biome_parser = { path = "../biome_parser" }
biome_service = { path = "../biome_service" }
biome_test_utils = { path = "../biome_test_utils" }
countme = { workspace = true, features = ["enable"] }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
quickcheck = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_js_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ biome_fs = { workspace = true }
biome_service = { workspace = true }
biome_test_utils = { workspace = true }
camino = { workspace = true }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true }
quickcheck = { workspace = true }
quickcheck_macros = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_json_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustc-hash = { workspace = true }
biome_json_parser = { path = "../biome_json_parser" }
biome_test_utils = { path = "../biome_test_utils" }
camino = { workspace = true }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true, features = ["glob"] }
tests_macros = { path = "../tests_macros" }

Expand Down
2 changes: 1 addition & 1 deletion crates/biome_json_formatter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ biome_parser = { path = "../biome_parser" }
biome_service = { path = "../biome_service" }
biome_test_utils = { path = "../biome_test_utils" }
countme = { workspace = true, features = ["enable"] }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
serde_json = { workspace = true }
tests_macros = { path = "../tests_macros" }

Expand Down
2 changes: 1 addition & 1 deletion crates/biome_json_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unicode-bom = { workspace = true }

[dev-dependencies]
biome_test_utils = { workspace = true }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.3" }
criterion = { package = "codspeed-criterion-compat", version = "=3.0.5" }
insta = { workspace = true }
quickcheck = { workspace = true }
quickcheck_macros = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ crossbeam = { workspace = true }
enumflags2 = { workspace = true, features = ["serde"] }
getrandom = { workspace = true, features = ["js"] }
ignore = { workspace = true }
notify = { version = "8.1.0", features = ["crossbeam-channel"] }
notify = { version = "8.2.0", features = ["crossbeam-channel"] }
papaya = { workspace = true }
rayon = { workspace = true }
regex = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/biome_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ biome_diagnostics = { workspace = true }
biome_fs = { workspace = true }
biome_service = { workspace = true }
camino = { workspace = true }
js-sys = "0.3.77"
js-sys = "0.3.81"
serde = { workspace = true }
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.100", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.104", features = ["serde-serialize"] }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down
2 changes: 1 addition & 1 deletion xtask/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro2 = { workspace = true, features = ["span-locations"] }
pulldown-cmark = { version = "0.13.0", default-features = false, optional = true }
quote = "1.0.36"
serde = { workspace = true, optional = true }
ureq = "3.0.12"
ureq = "3.1.2"
xtask = { path = '../', version = "0.0" }

biome_analyze = { workspace = true, features = ["schema"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion xtask/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "0.0.0"

[dependencies]
ascii_table = "4.0.7"
backtrace = "0.3.75"
backtrace = "0.3.76"
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
biome_js_parser = { workspace = true }
Expand Down
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载