From 9eb91e7bc14c95e60faa2b3d5d3959d2f0ef2534 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 23:34:23 +0000 Subject: [PATCH] build: update biome.json schema to 2.4.14 Agent-Logs-Url: https://github.com/marocchino/sticky-pull-request-comment/sessions/55df2e59-27ef-4cfb-80fd-0aea2e513745 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 4c59b10..b147330 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.13/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", "files": { "includes": ["src/**/*.ts"] },