diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf715ce..6ab8caa3 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 1.8.2. + ## [2.40.0] - 2024-06-19 - Fix an installation issue on some container environments. ([#545](https://github.com/taiki-e/install-action/pull/545)) diff --git a/manifests/biome.json b/manifests/biome.json index a1fb5168..33669eac 100644 --- a/manifests/biome.json +++ b/manifests/biome.json @@ -36,13 +36,33 @@ }, "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": "1.8.1" + "version": "1.8.2" }, "1": { - "version": "1.8.1" + "version": "1.8.2" }, "1.8": { - "version": "1.8.1" + "version": "1.8.2" + }, + "1.8.2": { + "x86_64_linux_musl": { + "checksum": "0971bc636e1abc6d06ea03b219f6c78488b209f8a623de081a04ce610ae47f10" + }, + "x86_64_macos": { + "checksum": "17b1ecae7751c4519135fd4f6d9b7d8cdcf5dbdaa7d586da8776e05ad05209d3" + }, + "x86_64_windows": { + "checksum": "cffd0c862eb02b0c574a550ac47c213e0d48121fee23ffcaee4098de08cbdab8" + }, + "aarch64_linux_musl": { + "checksum": "4467475395c09442c23efca6bc800f8db14f21791ffc77594f71c11ec9c85aa3" + }, + "aarch64_macos": { + "checksum": "659db94f30b4a5ef80995d494c7e7ec9a7fe820d4ef5b07b0684f2a44fe22140" + }, + "aarch64_windows": { + "checksum": "ea3c0de73e3f7aa1b95cf5e26694a5427914771e2f47f7b5e5742a16c19088e1" + } }, "1.8.1": { "x86_64_linux_musl": {