Changelog

biomejs/biome · · 3 commits

SCSS selector support and rage fix land

Biome adds SCSS attribute selector interpolation support, fixes `rage --linter` rule reporting, and removes the benchmark repo.

SCSS attribute selectors now support interpolation (denbezrukov80f0610)

Biome expands CSS/SCSS parsing and formatting to handle interpolation inside attribute selectors and related modifier/name nodes. This closes a real language-support gap and updates snapshots/tests accordingly, so SCSS selector formatting should now round-trip more correctly.

biome rage --linter now reports domain-enabled rules (dyc305c2617)

The CLI’s rage output now merges rules enabled through linter domains into the displayed enabled-rules list instead of omitting them. That makes diagnostics/configuration introspection more accurate for users relying on domain-based rule settings.

Other misc changes

  • Removed the repository benchmark setup and docs, along with the benchmark Dockerfile and scripts.
  • Lockfile/workspace cleanup from the benchmark removal.