2.3.13
Patch Changes
-
#8815
f924f23Thanks @dyc3! - ImproveduseVueValidVOnto be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.Now treated valid:
<div @keydown.arrow-down="handler"></div> <div @keydown.a="handler"></div> <div @keydown.b="handler"></div> <div @keydown.27="foo"></div>
-
#8856
85f81f9Thanks @dyc3! - Fixed #8710: Biome now parses Vue dynamic slot shorthand arguments that use template literals in[]. -
#8850
2a190e0Thanks @dyc3! - Fixed #8708: Tailwind@utilitydirectives now parse functional utility names likepx-*when Tailwind directives are enabled. -
#8863
79386e0Thanks @dyc3! - Fixed an issue withbiome migrate eslintwhere it couldn't detect rules for CSS, GraphQL, and HTML. -
#8771
6f56b6eThanks @lghuahua! - Fix the--reporter=summaryoutput incorrectly merging and displaying wrong issue counts for different rules. Fixes #8730 -
#8714
ac3a71fThanks @Netail! - Added new nursery ruleuse-consistent-enum-value-type. This rule disallows enums from having both number and string members.
What's Changed
- fix(dx/codegen): don't insert module into
biome_rule_options/src/lib.rsif it already exists by @dyc3 in #8847 - feat(js_analyze): implement useConsistentEnumValueType by @Netail in #8714
- fix(parse/html/vue): parse dynamic slot directives that contain quotes by @dyc3 in #8856
- fix(parse/css): improve parsing of
@utilitynames by @dyc3 in #8850 - fix(cli): improve RuleName ordering and update summary snapshots close #8730 by @lghuahua in #8771
- fix(useVueValidVOn): align more with source rule, also use phf hash sets for perf by @dyc3 in #8815
- fix(migrate): fix migrate command not picking up rules for css, graphql, html by @dyc3 in #8863
- chore(deps): update dependency tombi to v0.7.23 by @renovate[bot] in #8865
- chore(deps): update pnpm to v10.28.1 by @renovate[bot] in #8866
- chore(deps): update rust crate proc-macro2 to 1.0.106 by @renovate[bot] in #8867
- chore(deps): update rust crate quote to 1.0.44 by @renovate[bot] in #8868
- fix(deps): update @biomejs packages by @renovate[bot] in #8869
- chore(deps): update rust crate schemars to 1.2.0 by @renovate[bot] in #8875
- chore(deps): update @biomejs packages by @renovate[bot] in #8872
- chore(deps): update github-actions by @renovate[bot] in #8873
- chore(deps): update typescript-eslint monorepo to v8.53.1 by @renovate[bot] in #8877
- fix(deps): update dependency prettier to v3.8.1 by @renovate[bot] in #8878
- chore(deps): update rust crate tokio to 1.49.0 by @renovate[bot] in #8876
- ci: release by @github-actions[bot] in #8853
New Contributors
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.3.12...@biomejs/biome@2.3.13