From 6c28efd36e1160d8159c1a74bdfdee29de461ae2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:32:04 +0000 Subject: [PATCH] chore(deps): update dependency @biomejs/biome to v2.4.14 --- .pre-commit-config.yaml | 2 +- biome.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ebd69a..7f41b28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: - id: biome-check args: [--error-on-warnings] additional_dependencies: - - '@biomejs/biome@2.4.13' + - '@biomejs/biome@2.4.14' - repo: https://github.com/rvben/rumdl-pre-commit rev: v0.1.87 hooks: diff --git a/biome.json b/biome.json index 287c052..d1610d7 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", "linter": { "enabled": true },