From 358f21ef05f20552699bea35e02e0f1b432c1cd5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 09:31:35 +0000 Subject: [PATCH] build(deps-dev): update biome.json schema to 2.4.12 Agent-Logs-Url: https://github.com/marocchino/sticky-pull-request-comment/sessions/8669ac78-b2d6-4649-a09c-132358f80309 Co-authored-by: marocchino <128431+marocchino@users.noreply.github.com> --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index e6b1982..96921e9 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.11/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.12/schema.json", "files": { "includes": ["src/**/*.ts"] },