biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
docs(useVueValidVBind): link to Vue same-name shorthand reference Per review feedback, point the rule docstring and the `is_static_arg` helper at the official Vue template-syntax page that documents the 3.4+ same-name shorthand.
otkrickey:fix/use-vue-valid-v-bind-same-name-shorthand
3 hours ago
fix(js_analyze): handle chained test.each calls in noMisplacedAssertion (#10680)
main
5 hours ago
fix(useVueValidVBind): trim trivia when checking modifier-token text `find_invalid_modifiers` compared `modifier_token().text()` directly, which includes trailing trivia. When a modifier was followed by `=value` the trivia was empty so this happened to work; with the Vue 3.4+ same-name shorthand the modifier can now be followed by whitespace and the self-closing `/>` instead, in which case `text()` returned e.g. `"prop "` (with the trailing space) and the valid modifier was mis-flagged as invalid. Switch to `text_trimmed()`, matching how the sibling rule `no_vue_v_on_number_values` already compares modifier names. Add test cases covering shorthand + modifier and shorthand inside a v-for.
otkrickey:fix/use-vue-valid-v-bind-same-name-shorthand
7 hours ago
fix(js_analyze): handle chained test.each calls in noMisplacedAssertion
WaterWhisperer:fix/no-misplaced-assertion-concurrent-each
7 hours ago
docs: fix duplicate "children" in formatter comment
dfedoryshchev:docs/fix-duplicate-children-comment
10 hours ago
refactor: feature-gate via langauges and other core features (#10762) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
main
15 hours ago
refactor: feature-gate via langauges and other core features (#10762) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
main
15 hours ago
fix(lint): ignore autonomous custom elements in noInteractiveElementToNoninteractiveRole Fixes #2862. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
JamBalaya56562:fix-no-interactive-role-custom-element
16 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(useVueValidVBind): accept Vue 3.4+ same-name shorthand
#10767
6 hours ago
16e9173
otkrickey:fix/use-vue-valid-v-bind-same-name-shorthand
CodSpeed Performance Gauge
0%
fix(js_analyze): handle chained test.each calls in noMisplacedAssertion
#10680
9 days ago
83270d3
WaterWhisperer:fix/no-misplaced-assertion-concurrent-each
CodSpeed Performance Gauge
-9%
docs: fix duplicate "children" in formatter comment
#10771
10 hours ago
755594d
dfedoryshchev:docs/fix-duplicate-children-comment
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs