biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Optimizations
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(organizeImports): preserve indentation when the first import has no leading newline Fixes #9194. The organizeImports assist mishandled the import at the start of a chunk when its leading trivia was non-empty whitespace with no newline: it treated this like the start of a real file and either duplicated or discarded the indentation, instead of recognizing it as the base indentation of a fragment such as an embedded <script> block. This mainly surfaces in Vue, Svelte, and Astro files, since extracting their <script> content is what produces this leading-whitespace-no-newline shape in practice, but the underlying rule is extension-agnostic and the fix lives in the shared JS/TS assist logic. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
griff-rees:fix/9194-svelte-vue-organize-imports-indent
2 hours ago
Merge branch 'main' into dbezrukov/scss-n3-query-unary-values
dbezrukov/scss-n3-query-unary-values
2 hours ago
fix(cli): don't crash when output is piped to a closed pipe Writing to a closed stdout/stderr (e.g. `biome check | head -1`) made `EnvConsole` panic on `EPIPE`, and the panic hook then panicked again writing to the same closed stderr, aborting the process with SIGABRT. `EnvConsole` now discards output to a stream once it hits a broken pipe, and the panic hook ignores errors when writing to stderr. Fixes #11817 Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
dyc3/fix-broken-pipe-crash
4 hours ago
chore: fix CI (#11976)
main
4 hours ago
Merge branch 'main' into fix/astro-embedding
fix/astro-embedding
4 hours ago
chore: fix CI
dyc3/fix-clippy-failures-on-main-thr_sm8pwdxnk3
4 hours ago
fix(core): astro fmt embedding
fix/astro-embedding
5 hours ago
refactor(resolver): use salsa (#11965) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
main
5 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(organizeImports): correct multiline import indentation
#11980
3 hours ago
84db086
griff-rees:fix/9194-svelte-vue-organize-imports-indent
CodSpeed Performance Gauge
+6%
fix(scss): support unary expressions in query values
#11974
2 hours ago
48e4abc
dbezrukov/scss-n3-query-unary-values
CodSpeed Performance Gauge
0%
fix(cli): don't crash when output is piped to a closed pipe
#11978
4 hours ago
e8d55a3
dyc3/fix-broken-pipe-crash
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs