From f6ffb994fe610b859d1d811930c3d5991cbba61b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 4 Sep 2026 17:46:30 +0000 Subject: [PATCH] Update `biome@latest` to 2.5.12 --- CHANGELOG.md | 2 ++ manifests/biome.json | 44 +++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4040ed5..8d654882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `biome@latest` to 2.5.12. + ## [2.87.4] - 2026-09-02 - Update `uv@latest` to 0.12.8. diff --git a/manifests/biome.json b/manifests/biome.json index 290614d4..006aa676 100644 --- a/manifests/biome.json +++ b/manifests/biome.json @@ -2,13 +2,51 @@ "rust_crate": null, "template": null, "latest": { - "version": "2.5.11" + "version": "2.5.12" }, "2": { - "version": "2.5.11" + "version": "2.5.12" }, "2.5": { - "version": "2.5.11" + "version": "2.5.12" + }, + "2.5.12": { + "x86_64_linux_musl": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.12/biome-linux-x64-musl", + "etag": "0x8DF098C90103EB2", + "hash": "0c4da931bcfd70be34e49aba3296ab0c51d177ae55da67190a4371bd1c89d0ad", + "bin": "biome" + }, + "x86_64_macos": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.12/biome-darwin-x64", + "etag": "0x8DF098C8F955ACB", + "hash": "0680097ec839fadc82451634680e39b9b7e48cc4334ef920525850b4d8f54a8b", + "bin": "biome" + }, + "x86_64_windows": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.12/biome-win32-x64.exe", + "etag": "0x8DF098C901C2DE8", + "hash": "59f88d04ab25f8634639c337ef70a79927504b6379a1ec3ff4e87f7c15dd5dce", + "bin": "biome.exe" + }, + "aarch64_linux_musl": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.12/biome-linux-arm64-musl", + "etag": "0x8DF098C8FE543ED", + "hash": "8de4de4b3225f89d5596ccb85a071aac2173d8af2a5f21f2fbc3837e9765d455", + "bin": "biome" + }, + "aarch64_macos": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.12/biome-darwin-arm64", + "etag": "0x8DF098C8FD85A20", + "hash": "0e8d513eb6c612236b47ccf0e218ac3917d863d41f853c65c38410774daa26ed", + "bin": "biome" + }, + "aarch64_windows": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.5.12/biome-win32-arm64.exe", + "etag": "0x8DF098C8FD025F9", + "hash": "e0148babfa207b79bc9ed50c22479722e314ae07e989c9bdae9611cd3c6511bf", + "bin": "biome.exe" + } }, "2.5.11": { "x86_64_linux_musl": {