biomejs
biome
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: tighten vOn changeset to 1-3 sentences per coding guidelines Per CodeRabbit review on PR #10773 and the CONTRIBUTING guidance that changesets be "concise" and "usually between 1 and 3 sentences long", collapse the entry to a single paragraph: the verb-modifier-only fix with a single example, and the arg-less object-syntax fix.
otkrickey:fix/use-vue-valid-v-on-allow-verb-modifier-only
10 hours ago
chore: link changeset to #10772
otkrickey:fix/use-vue-valid-v-on-allow-verb-modifier-only
11 hours ago
fix(useVueValidVBind): accept Vue 3.4+ same-name shorthand (#10767)
main
12 hours ago
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
16 hours ago
fix(js_analyze): handle chained test.each calls in noMisplacedAssertion (#10680)
main
17 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
19 hours ago
fix(js_analyze): handle chained test.each calls in noMisplacedAssertion
WaterWhisperer:fix/no-misplaced-assertion-concurrent-each
19 hours ago
docs: fix duplicate "children" in formatter comment
dfedoryshchev:docs/fix-duplicate-children-comment
22 hours ago
Latest Branches
CodSpeed Performance Gauge
-7%
fix(useVueValidVOn): allow verb-modifier-only handlers and object syntax
#10773
11 hours ago
023abe4
otkrickey:fix/use-vue-valid-v-on-allow-verb-modifier-only
CodSpeed Performance Gauge
0%
fix(useVueValidVBind): accept Vue 3.4+ same-name shorthand
#10767
19 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
10 days ago
83270d3
WaterWhisperer:fix/no-misplaced-assertion-concurrent-each
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs