biome/crates
Vinh Tran 2a229e46bd
chore: refactor global type system to accommodate further extensions (#8253)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Arend van Beelen jr. <arend@arendjr.nl>
2025-11-27 11:07:23 +00:00
..
biome_analyze fix(biome_analyze): handle suppressed categories properly for range suppressions (#8182) 2025-11-20 16:50:34 +00:00
biome_aria ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_aria_metadata docs: clarify doc comments for ISO validation functions (#8227) 2025-11-23 17:48:12 -05:00
biome_cli feat(biome_js_analyze): implement noProto rule (#8276) 2025-11-26 17:32:59 -05:00
biome_configuration feat(biome_js_analyze): implement noProto rule (#8276) 2025-11-26 17:32:59 -05:00
biome_console fix(deps): update rust crates (#7889) 2025-11-07 05:02:34 +00:00
biome_control_flow ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_css_analyze chore(test infra): record parsing errors for analyze crates (#8268) 2025-11-26 17:55:24 -05:00
biome_css_factory feat(css): add support for parsing and formatting the CSS if function (#8111) 2025-11-19 07:38:26 -05:00
biome_css_formatter fix(css): updating formatting of non-lowercase CSS dimension units (#8175) 2025-11-20 07:08:58 +00:00
biome_css_parser feat(css): add support for parsing and formatting the CSS if function (#8111) 2025-11-19 07:38:26 -05:00
biome_css_semantic fix(parse/css/tailwind): make @custom-variant accept at-rules like @media (#8042) 2025-11-09 09:44:47 -05:00
biome_css_syntax feat(css): add support for parsing and formatting the CSS if function (#8111) 2025-11-19 07:38:26 -05:00
biome_deserialize refactor(deserialize): exact allocation for arrays and maps (#8040) 2025-11-09 13:02:08 +01:00
biome_deserialize_macros ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_diagnostics refactor: migrate to schemars v1 (#8087) 2025-11-12 21:46:57 +00:00
biome_diagnostics_categories feat(biome_js_analyze): implement noProto rule (#8276) 2025-11-26 17:32:59 -05:00
biome_diagnostics_macros ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_flags fix(cli): pick up BIOME_CONFIG_PATH (#6181) 2025-05-30 16:11:06 +01:00
biome_formatter refactor(formatter): introduce Token element (#7968) 2025-11-04 11:02:20 +02:00
biome_formatter_test chore: fix LSP astro test (#7833) 2025-10-23 16:48:14 +01:00
biome_fs refactor: migrate to schemars v1 (#8087) 2025-11-12 21:46:57 +00:00
biome_glob refactor: migrate to schemars v1 (#8087) 2025-11-12 21:46:57 +00:00
biome_graphql_analyze chore(test infra): record parsing errors for analyze crates (#8268) 2025-11-26 17:55:24 -05:00
biome_graphql_factory ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_graphql_formatter refactor(formatter): introduce Token element (#7968) 2025-11-04 11:02:20 +02:00
biome_graphql_parser Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_graphql_semantic ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_graphql_syntax fix(parse/css/tailwind): make @custom-variant accept at-rules like @media (#8042) 2025-11-09 09:44:47 -05:00
biome_grit_factory ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_grit_formatter refactor(formatter): introduce Token element (#7968) 2025-11-04 11:02:20 +02:00
biome_grit_parser Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_grit_patterns fix(biome_grit_patterns): properly handle name and value metavariables for JsxAttribute GritQL queries (#8202) 2025-11-21 16:18:51 +00:00
biome_grit_syntax fix(parse/css/tailwind): make @custom-variant accept at-rules like @media (#8042) 2025-11-09 09:44:47 -05:00
biome_html_analyze chore(test infra): record parsing errors for analyze crates (#8268) 2025-11-26 17:55:24 -05:00
biome_html_factory feat(parse/html/vue): parse v-slot shorthand syntax (#8226) 2025-11-24 09:25:37 -05:00
biome_html_formatter feat(parse/html/vue): parse v-slot shorthand syntax (#8226) 2025-11-24 09:25:37 -05:00
biome_html_parser feat(parse/html/vue): parse v-slot shorthand syntax (#8226) 2025-11-24 09:25:37 -05:00
biome_html_syntax feat(parse/html/vue): parse v-slot shorthand syntax (#8226) 2025-11-24 09:25:37 -05:00
biome_js_analyze ci: release (#8263) 2025-11-27 10:19:58 +00:00
biome_js_factory ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_js_formatter fix(formatter): align conditional type formatting with Prettier (#8225) 2025-11-24 18:22:28 +00:00
biome_js_parser Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_js_runtime feat(js): update Boa to v0.21.0 (#7888) 2025-10-27 14:27:35 +09:00
biome_js_semantic refactor(formatter): introduce Token element (#7968) 2025-11-04 11:02:20 +02:00
biome_js_syntax fix(noPrecisionLoss): correctly handle large hex literals (#8172) 2025-11-22 00:07:54 +00:00
biome_js_transform Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_js_type_info chore: refactor global type system to accommodate further extensions (#8253) 2025-11-27 11:07:23 +00:00
biome_js_type_info_macros ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_jsdoc_comment refactor(formatter): introduce Token element (#7968) 2025-11-04 11:02:20 +02:00
biome_json_analyze chore(test infra): record parsing errors for analyze crates (#8268) 2025-11-26 17:55:24 -05:00
biome_json_factory ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_json_formatter refactor: migrate to schemars v1 (#8087) 2025-11-12 21:46:57 +00:00
biome_json_parser Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_json_syntax fix(parse/css/tailwind): make @custom-variant accept at-rules like @media (#8042) 2025-11-09 09:44:47 -05:00
biome_json_value ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_line_index ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_lsp fix(lsp): biome project watcher (#8058) 2025-11-10 17:55:46 +00:00
biome_lsp_converters ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_markdown_factory ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_markdown_parser ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_markdown_syntax fix(parse/css/tailwind): make @custom-variant accept at-rules like @media (#8042) 2025-11-09 09:44:47 -05:00
biome_markup ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_migrate chore(test infra): record parsing errors for analyze crates (#8268) 2025-11-26 17:55:24 -05:00
biome_module_graph fix(inference): improved inference for assignment types (#8119) 2025-11-19 21:30:22 +00:00
biome_package fix(deps): update rust crates (#8130) 2025-11-17 07:17:47 +00:00
biome_parser feat(parse/tailwind): add benchmark (#7976) 2025-11-09 07:37:03 -05:00
biome_plugin_loader feat(js): update Boa to v0.21.0 (#7888) 2025-10-27 14:27:35 +09:00
biome_project_layout Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_resolver Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_rowan fix: correctly place await after comment (#8169) 2025-11-19 18:35:37 +00:00
biome_rule_options feat(biome_js_analyze): implement noProto rule (#8276) 2025-11-26 17:32:59 -05:00
biome_ruledoc_utils feat(html/analyze): add useVueValidVBind (#8060) 2025-11-11 13:20:05 -05:00
biome_service fix: recognize format_range and format_on_type as Format capabilities… (#8213) 2025-11-22 13:24:40 +00:00
biome_string_case ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_suppression ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_syntax_codegen feat(html/svelte): if/else syntax (#8031) 2025-11-09 12:58:18 +00:00
biome_tailwind_factory feat(parse/tailwind): parse negative candidates, other misc cleanup/refactors (#7937) 2025-11-02 12:59:34 -05:00
biome_tailwind_parser perf(parse/tailwind): use compact trie for lexing base names instead of linear search (#7977) 2025-11-11 10:39:06 -05:00
biome_tailwind_syntax fix(parse/css/tailwind): make @custom-variant accept at-rules like @media (#8042) 2025-11-09 09:44:47 -05:00
biome_test_utils chore(test infra): record parsing errors for analyze crates (#8268) 2025-11-26 17:55:24 -05:00
biome_text_edit ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_text_size refactor: migrate to schemars v1 (#8087) 2025-11-12 21:46:57 +00:00
biome_ungrammar ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_unicode_table ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_wasm fix(schema): domains and feature kind (#8147) 2025-11-18 11:28:15 +00:00
biome_yaml_factory ci: add CI workflow for trusted publishers for crates (#7769) 2025-10-17 16:43:44 +01:00
biome_yaml_parser feat(yaml_parser): parse document end token (#7936) 2025-11-02 16:56:43 +09:00
biome_yaml_syntax fix(parse/css/tailwind): make @custom-variant accept at-rules like @media (#8042) 2025-11-09 09:44:47 -05:00
tests_macros refactor: use if-let-chain if possible (applying clippy fixes) (#7169) 2025-08-10 16:47:03 +09:00