Changelog

biomejs/biome · · 3 commits

CSS comment fix lands, deps refreshed

Biome preserves comments in pseudo-class/element functions, alongside pnpm and rust-lapper dependency bumps.

Preserve comments inside pseudo-function selectors (denbezrukovbca1f73)

CSS formatting now keeps comments inside functional pseudo-classes and pseudo-elements instead of pulling them before the function name. This fixes selector output like :where(/* comment */ div) and should reduce surprising reformatting in CSS/SCSS code.

Other misc changes

  • Updated pnpm to 11.20.0 in package manager metadata (db36fb4)
  • Bumped rust-lapper to 1.3.0 (a172575)