Parse and format dynamic SCSS keyframes names (
07d5e45)
Biome now recognizes @keyframes names in SCSS when they’re dynamic instead of only plain identifiers, and the formatter gained the corresponding SCSS keyframes-name rules. This also updates the generated syntax/factory plumbing and parser tests, so dynamic keyframe names round-trip correctly instead of falling into bogus parsing.
Expand compound SCSS variable lists (
524dbca)
The SCSS formatter now treats compound variable lists like $buttonConfig: "save" 50px, "cancel" 50px; as a special case and expands them onto multiple lines. That makes mixed-value declaration lists render more readably and aligns the output with expected SCSS formatting behavior.
Other misc changes
- Docs/comment wording updates for
noRestrictedDependenciesin JS/JSON lint rules (2 commits) - README and changelog text tweaks, including the reported rule count bump
- Tooling/config updates:
cargo-denyadded to justfile install targets and denylist entries updated