2.3.10
Patch Changes
-
#8417
c3a2557Thanks @taga3s! - Fixed #7809:noRedeclareno longer reports redeclarations forinfertype in conditional types. -
#8477
90e8684Thanks @dyc3! - Fixed #8475: fixed a regression in hownoExtraNonNullAssertionflags extra non-null assertions -
#8479
250b519Thanks @dyc3! - Fixed #8473: The semantic model now indexes typescript constructor method definitions, and no longer panics if you use one (a regression in 2.3.9). -
#8448
2af85c1Thanks @mdevils! - Improved handling ofdefineProps()macro in Vue components. ThenoVueReservedKeysrule now avoids false positives in non-setup scripts. -
#8420
42033b0Thanks @vsn4ik! - Fixed the nursery rulenoLeakedRender.The
biome migrate eslintcommand now correctly detects the rulereact/jsx-no-leaked-renderin your eslint configurations. -
#8426
285d932Thanks @anthonyshew! - Added a Turborepo domain and a new "noUndeclaredEnvVars" rule in it for warning users of unsafe environment variable usage in Turborepos. -
#8410
a21db74Thanks @ematipico! - Fixed #2988 where Biome couldn't handle properly characters that contain multiple code points when running instdinmode. -
#8372
b352ee4Thanks @Netail! - Added the nursery rulenoAmbiguousAnchorText, which disallows ambiguous anchor descriptions.Invalid
<a>learn more</a>
What's Changed
- feat: new Turborepo domain and
noUndeclaredEnvVarsrule by @anthonyshew in #8426 - fix(noExtraNonNullAssertion): fix regression by @dyc3 in #8477
- fix(analyze/js): index ts constructor methods in semantic model (regression) by @dyc3 in #8479
- fix(lint):
lint/suspicous/noRedeclareshould not report redeclarations forinfertype in conditional types by @taga3s in #8417 - fix(noLeakedRender): eslint rule name fix by @vsn4ik in #8420
- chore: add kraken as bronze sponsor by @dyc3 in #8486
- fix(linter): improve Vue defineProps handling in noVueReservedKeys by @mdevils in #8448
- fix(cli): colors with multi-codepoints characters by @ematipico in #8410
- feat(lint): implement noAmbiguousAnchorText by @Netail in #8372
- ci: release by @github-actions[bot] in #8474
- docs: fix typos for assist/actions/organize-imports by @sergioness in #8490
New Contributors
- @taga3s made their first contribution in #8417
- @vsn4ik made their first contribution in #8420
- @sergioness made their first contribution in #8490
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.3.9...@biomejs/biome@2.3.10