From ed51b92ac7d135f84aecbd2699a5c262f461fce7 Mon Sep 17 00:00:00 2001 From: fro-bot <80104189+fro-bot@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:38:37 +0000 Subject: [PATCH 1/2] chore(dev): bump biome config schema to 2.5.7 --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index fe4ca1f..ec69cf8 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.5/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.7/schema.json", "assist": { "actions": { "source": { From 65c536a269305e3031fda34cc3282f1fa3d79a44 Mon Sep 17 00:00:00 2001 From: fro-bot <80104189+fro-bot@users.noreply.github.com> Date: Sat, 15 Aug 2026 16:27:32 +0000 Subject: [PATCH 2/2] chore(dev): bump biome config schema to 2.5.8 Matches the installed @biomejs/biome@2.5.8 (bumped on main via #359); the previous 2.5.7 target landed stale. Clears the biome lint info (schema 2.5.x vs CLI 2.5.8) reported by bun run lint on main. --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index ec69cf8..70fc243 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.5.7/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.8/schema.json", "assist": { "actions": { "source": {