biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
docs(changeset): clarify --unsafe is needed to reproduce the example
santichausis:fix/attribute-expression-fix-write-back
2 hours ago
fix(html): write fixes back to attribute-expression embeds (#10247) AnyEmbeddedContent (the type update_snippets uses to find where a fixed embedded-snippet's new code should be spliced back into the host document) only covered <script>/<style> content and Astro frontmatter. It didn't cover HtmlTextExpression, the node that holds the raw JS text for a `{...}` attribute expression (e.g. Svelte's onclick={...}), a Svelte/Vue directive value, or a mustache/text expression (e.g. `{count}`). The fix for a rule violation inside one of those was computed correctly (hence the FIXABLE diagnostic), but update_snippets' loop never found a matching element to patch, so the fix was silently dropped and "No fixes applied" was printed instead. Add HtmlTextExpression to the AnyEmbeddedContent union so its token gets replaced like the other embed kinds.
santichausis:fix/attribute-expression-fix-write-back
3 hours ago
test(ruledoc): remove redundant Astro test
jp-knj:fix/no-astro-set-html-template-expressions
3 hours ago
docs(changeset): align Astro expression wording
jp-knj:fix/no-astro-set-html-template-expressions
3 hours ago
refactor(html): move Vue directive check into noVueUndeclaredDirectives with globals option
saberoueslati:analyzer/fix-vue-directive-undeclared
6 hours ago
revert file names examples
feat/expand-use-includes
6 hours ago
fix(types): resolve generic method signatures in their own scope (#11737)
main
7 hours ago
fix(useImportExtensions): support JSX imports with declarations - Avoid suggesting `.ts` for `.jsx` imports backed by colocated `.d.ts` files - Add regression coverage for import, require, dynamic import, and re-export forms
dyc3/fix-8893
9 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(html): write fixes back to attribute-expression embeds
#11743
2 hours ago
2f36841
santichausis:fix/attribute-expression-fix-write-back
CodSpeed Performance Gauge
N/A
fix(lint/js): detect Astro set:html in template expressions
#11659
12 hours ago
69683c2
jp-knj:fix/no-astro-set-html-template-expressions
CodSpeed Performance Gauge
-12%
feat(html): detect undeclared custom Vue directives
#11651
7 hours ago
b80f2f3
saberoueslati:analyzer/fix-vue-directive-undeclared
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs