2.0.5
Patch Changes
-
#6461
38862e6
Thanks @ematipico! - Fixed #6419, a regression where stdin mode would create a temporary new file instead of using the one provided by the user. This was an intended regression.Now Biome will use the file path passed via
--std-file-path
, and apply the configuration that matches it. -
#6480
050047f
Thanks @Conaclos! - Fixed #6371.
useNamingConvention now checks the string case of objects' property shorthand. -
#6477
b98379d
Thanks @ematipico! - Fixed an issue where Biome formatter didn't format consistently CSS value separated by commas..font-heading { - font-feature-settings: var(--heading-salt), var(--heading-ss06), - var(--heading-ss11), var(--heading-cv09), var(--heading-liga), - var(--heading-calt); + font-feature-settings: + var(--heading-salt), var(--heading-ss06), var(--heading-ss11), + var(--heading-cv09), var(--heading-liga), var(--heading-calt); }
-
#6248
ec7126c
Thanks @fireairforce! - Fixed grit pattern matching for different kinds of import statements.The grit pattern
import $imports from "foo"
will match the following code:import bar from "foo"; import { bar } from "foo"; import { bar, baz } from "foo";
What's Changed
- chore: fix release tag name by @SuperchupuDev in #6456
- ci: fix tag name on creating a release by @siketyan in #6457
- fix(cli): don't use temporary file in stdin by @ematipico in #6461
- chore: update vscode badges by @ematipico in #6468
- fix(lint/useNamingConvention): check property shorthand by @Conaclos in #6480
- fix: gritql mismatch import pattern by @fireairforce in #6248
- fix(format): css comma separated values by @ematipico in #6477
- chore(deps): update @biomejs packages by @renovate in #6489
- chore(deps): update dependency @types/node to v22.15.32 by @renovate in #6493
- chore(deps): update rust crate mimalloc to 0.1.47 by @renovate in #6496
- chore(deps): update dependency @changesets/cli to v2.29.5 by @renovate in #6490
- ci: release by @github-actions in #6467
Full Changelog: https://github.com/biomejs/biome/compare/@biomejs/biome@2.0.4...@biomejs/biome@2.0.5