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
193 changes: 94 additions & 99 deletions Cargo.lock

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,48 +16,48 @@
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.100"
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f", features = [
biome_analyze = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b", features = [
"schema",
] }
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f", features = [
biome_cli = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_configuration = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b", features = [
"schema",
] }
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_css_semantic = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_html_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_html_parser = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_html_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_module_graph = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_project_layout = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_ruledoc_utils = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_test_utils = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f" }
biome_console = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_css_analyze = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_css_parser = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_css_semantic = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_css_syntax = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_deserialize = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_diagnostics = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_flags = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_formatter = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_fs = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_graphql_analyze = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_graphql_parser = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_graphql_syntax = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_html_analyze = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_html_parser = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_html_syntax = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_js_analyze = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_js_formatter = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_js_parser = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_js_syntax = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_json_analyze = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_json_factory = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_json_formatter = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_json_parser = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_json_syntax = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_module_graph = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_project_layout = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_rowan = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_ruledoc_utils = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_service = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_string_case = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_test_utils = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
biome_text_edit = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b" }
bpaf = { version = "0.9.20", features = ["docgen"] }
xtask_codegen = { git = "https://github.com/biomejs/biome.git", rev = "bc0e8b47a276efabb0b76169d13dfc9d5325953f", features = [
xtask_codegen = { git = "https://github.com/biomejs/biome.git", rev = "6c5f3682601ca0b286aa12d0891ee90c489ef99b", features = [
"schema",
] }
# Needed to fix some weird dependency
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@astrojs/starlight": "0.37.0",
"@biomejs/biome": "2.3.8",
"@biomejs/version-utils": "0.4.0",
"@biomejs/wasm-web": "https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@bc0e8b4",
"@biomejs/wasm-web": "https://pkg.pr.new/biomejs/biome/@biomejs/wasm-web@6c5f368",
"@codemirror/lang-css": "6.3.1",
"@codemirror/lang-html": "6.4.11",
"@codemirror/lang-javascript": "6.2.4",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

Loading