biome/crates
2025-12-17 14:34:58 +00:00
..
biome_analyze feat: new Turborepo domain and noUndeclaredEnvVars rule (#8426) 2025-12-15 14:49:32 -05: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(lint): implement noAmbiguousAnchorText (#8372) 2025-12-17 08:31:33 -05:00
biome_configuration feat(lint): implement noAmbiguousAnchorText (#8372) 2025-12-17 08:31:33 -05:00
biome_console fix(cli): colors with multi-codepoints characters (#8410) 2025-12-17 08:24:47 -05: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 fix(useGenericFontNames): handle CSS variable as last font-family value (#8443) 2025-12-14 10:03:46 -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(parse/css): skip tailwind syntax in @import (#8433) 2025-12-15 08:38:26 -05:00
biome_css_parser fix(parse/css): skip tailwind syntax in @import (#8433) 2025-12-15 08:38:26 -05:00
biome_css_semantic refactor(formatter): add printer option to disable source-map generation (#8284) 2025-12-05 15:11:50 +00: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(lint): implement noAmbiguousAnchorText (#8372) 2025-12-17 08:31:33 -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
biome_formatter fix: improve rustdoc for IndentStyle (#8425) 2025-12-12 14:24:45 -05:00
biome_formatter_test fix(deps): update dependency prettier to v3.7.4 (#8387) 2025-12-08 15:33:11 +09:00
biome_fs feat: new Turborepo domain and noUndeclaredEnvVars rule (#8426) 2025-12-15 14:49:32 -05:00
biome_glob fix(lint): improve noBiomeFirstException (#8326) 2025-12-01 15:12:47 +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 fix(lint): improve noBiomeFirstException (#8326) 2025-12-01 15:12:47 +00: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(grit): correct JSX element slot indices for GritQL patterns (#8411) 2025-12-09 16:51:40 +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 ci: release (#8474) 2025-12-17 08:57:39 -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 refactor(formatter): reduce best fitting allocations (#8137) 2025-12-05 15:22:04 +00:00
biome_html_parser fix(parse/html/vue): emit diagnostics for invalid vue shorthand syntaxes (#8242) 2025-12-07 17:34:54 -05:00
biome_html_syntax feat(lint): implement noAmbiguousAnchorText (#8372) 2025-12-17 08:31:33 -05:00
biome_js_analyze docs: fix typos for assist/actions/organize-imports (#8490) 2025-12-17 14:34: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 refactor(formatter): reduce best fitting allocations (#8137) 2025-12-05 15:22:04 +00:00
biome_js_parser fix(parser): allow async as class member name (#8404) 2025-12-09 02:26:01 +08:00
biome_js_runtime feat(js): update Boa to v0.21.0 (#7888) 2025-10-27 14:27:35 +09:00
biome_js_semantic fix(analyze/js): index ts constructor methods in semantic model (regression) (#8479) 2025-12-15 18:04:51 -05:00
biome_js_syntax fix(linter): improve Vue defineProps handling in noVueReservedKeys (#8448) 2025-12-17 08:19:17 -05:00
biome_js_transform Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_js_type_info refactor(formatter): add printer option to disable source-map generation (#8284) 2025-12-05 15:11:50 +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 ci: release (#8469) 2025-12-15 11:07:07 -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 feat: new Turborepo domain and noUndeclaredEnvVars rule (#8426) 2025-12-15 14:49:32 -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 chore(deps): update rust crate tower-lsp-server to 0.23.0 (#8392) 2025-12-09 01:15:55 +09:00
biome_lsp_converters chore(deps): update rust crate tower-lsp-server to 0.23.0 (#8392) 2025-12-09 01:15:55 +09: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 feat: new Turborepo domain and noUndeclaredEnvVars rule (#8426) 2025-12-15 14:49:32 -05: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 feat: new Turborepo domain and noUndeclaredEnvVars rule (#8426) 2025-12-15 14:49:32 -05:00
biome_resolver Merge remote-tracking branch 'origin/main' into next 2025-10-20 10:53:19 +01:00
biome_rowan feat(format/html): handle iframe allow special formatting (#8290) 2025-12-04 08:13:44 -05:00
biome_rule_options feat(lint): implement noAmbiguousAnchorText (#8372) 2025-12-17 08:31:33 -05:00
biome_ruledoc_utils fix(lint): improve noBiomeFirstException (#8326) 2025-12-01 15:12:47 +00:00
biome_service fix(linter): improve Vue defineProps handling in noVueReservedKeys (#8448) 2025-12-17 08:19:17 -05: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 feat: new Turborepo domain and noUndeclaredEnvVars rule (#8426) 2025-12-15 14:49:32 -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 ci: bundle WASM manually (#8271) 2025-11-28 09:07:23 +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