From 5f2d29f6734525386693865021addf810d274051 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 25 Mar 2026 15:39:28 +0000 Subject: [PATCH] Update `biome@latest` to 2.4.9 --- CHANGELOG.md | 2 ++ manifests/biome.json | 44 +++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 43 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f10349..a2007ed5 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.4.9. + - Update `mise@latest` to 2026.3.15. ## [2.69.9] - 2026-03-25 diff --git a/manifests/biome.json b/manifests/biome.json index 00ad9da6..91ea1fbc 100644 --- a/manifests/biome.json +++ b/manifests/biome.json @@ -3,13 +3,51 @@ "template": null, "license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)", "latest": { - "version": "2.4.8" + "version": "2.4.9" }, "2": { - "version": "2.4.8" + "version": "2.4.9" }, "2.4": { - "version": "2.4.8" + "version": "2.4.9" + }, + "2.4.9": { + "x86_64_linux_musl": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.9/biome-linux-x64-musl", + "etag": "0x8DE8A6B77551800", + "hash": "fe2fd12c1e0b84f7e91d1357ed5ff1ebc8325b21bcf31935d3722fb3ae77889a", + "bin": "biome" + }, + "x86_64_macos": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.9/biome-darwin-x64", + "etag": "0x8DE8A6B77782FF8", + "hash": "f5b7e584d1e993157638ce2d32335dbe754c4be94c4774f43aaf569918161c15", + "bin": "biome" + }, + "x86_64_windows": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.9/biome-win32-x64.exe", + "etag": "0x8DE8A6B77E6A243", + "hash": "b33519e33e6807e37d57767f7c49fc8fe5205819d267924a8fe8a20d7ce296cf", + "bin": "biome.exe" + }, + "aarch64_linux_musl": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.9/biome-linux-arm64-musl", + "etag": "0x8DE8A6B77627675", + "hash": "5a4040483af06396d5c687e03d2a7f1c6a4e1ca97a3d765c6beee4532debdd88", + "bin": "biome" + }, + "aarch64_macos": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.9/biome-darwin-arm64", + "etag": "0x8DE8A6B77476BBF", + "hash": "8d40e92275fcbaf0a157b5146f71b8c71ce61e50102ac4385170022e76938d85", + "bin": "biome" + }, + "aarch64_windows": { + "url": "https://github.com/biomejs/biome/releases/download/%40biomejs/biome%402.4.9/biome-win32-arm64.exe", + "etag": "0x8DE8A6B77737A54", + "hash": "975f30393b2914d66e0d54eac9573dd27704922a8361c462cbb0521543f67691", + "bin": "biome.exe" + } }, "2.4.8": { "x86_64_linux_musl": {