Skip to content

Commit

Permalink
chore: manual sync to bca10f5 (#1735)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
dyc3 and renovate[bot] committed Feb 13, 2025
1 parent afbbb3f commit 79b5cc1
Show file tree
Hide file tree
Showing 146 changed files with 1,780 additions and 7,219 deletions.
454 changes: 287 additions & 167 deletions Cargo.lock

Large diffs are not rendered by default.

67 changes: 37 additions & 30 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,43 @@

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.95"
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "dff45a4fb51f574253f3092c7553fc01a2016d9f" }
bpaf = { version = "0.9.16", features = ["docgen"] }
anyhow = "1.0.95"
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674", features = [
"schema",
] }
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674", features = [
"schema",
] }
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_html_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674", features = [
"schema",
] }
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "bca10f5198a6afaeffdcf7116f65444f9e11f674" }
bpaf = { version = "0.9.16", features = ["docgen"] }
# If you update this library, be aware of the breaking changes
pulldown-cmark = "0.12.2"
schemars = "0.8.21"
Expand Down
Loading

0 comments on commit 79b5cc1

Please sign in to comment.