From e23eafee567beb7fddfa889fa535100586249823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 06:32:54 +0000 Subject: [PATCH] Chore(deps): Bump @biomejs/biome from 2.5.3 to 2.5.4 Bumps @biomejs/biome from 2.5.3 to 2.5.4. --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73b0794..d414128 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,7 +76,7 @@ repos: hooks: - id: biome-check name: Biome check (format + lint) - additional_dependencies: ["@biomejs/biome@2.5.3"] + additional_dependencies: ["@biomejs/biome@2.5.4"] # File scope here mirrors the `includes` in the root `biome.json`. Keep # them in sync — Biome resolves its own scope from biome.json; the regex # below is purely to skip invoking the hook on irrelevant changes.