393a0d1: Set css.formatter.enabled: true explicitly in the core preset so Biome always formats CSS files, rather than relying on the upstream default.127c1c6: Show a hint in the fix reporter summary when suggested (unsafe) fixes are skipped, pointing users at --unsafe to apply them.41a73ba: Widen the docs site's Next.js proxy matcher to exclude Next's file-based metadata routes (icon.png, apple-icon.png, opengraph-image.png, twitter-image.png, sitemap.xml, robots.txt, manifest.webmanifest) so they aren't rewritten.43b07be: Rewrite tsconfig patching to edit files in place with jsonc-parser's modify/applyEdits (preserving comments and formatting) instead of deep-merging and rewriting the whole file. Skip the write entirely when strictNullChecks is already enabled — either directly or via strict: true.9d1d374: Add support for pre-commit (python)f9256db: Add support for Antigravity