Changelog

biomejs/biome · · 4 commits

Markdown lint lands; Windows crash fixed

Biome adds a new Markdown heading rule, fixes a Windows ARM64 crash, and refreshes CI/tooling dependencies.

Add useTopLevelHeading Markdown lint rule (Netaild5d75de)

Biome now ships a new nursery rule that requires Markdown documents to start with a level-1 heading, while ignoring leading HTML comments and allowing HTML blocks or thematic breaks as the first block. This brings a new public rule into config, diagnostics, and tests, and helps enforce consistent README/document structure.

Fix Windows ARM64 access-violation crash (dyc3d25d113)

Biome pins mimalloc back to 0.1.48 to avoid a crash seen during analysis on Windows ARM64. The change is explicitly called out as a mitigation for access violations, so it has direct stability impact for affected users.

Other misc changes

  • Updated GitHub Actions and workflow dependencies.
  • Release automation and changelog cleanup.
  • Minor CI workflow version bumps, including Node.js and pnpm.