From 65556e5f57525aa31828924fe320009f890ef7c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 17:11:54 +0000 Subject: [PATCH] chore(deps): update dependency @biomejs/biome to v2.4.6 --- biome.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index b868879..e6a2c8f 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.4.5/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.6/schema.json", "files": { "includes": ["**", "!**/dist/", "!**/lib/", "!**/node_modules/"] }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "formatter": {