From 8edac556ce6e5e809c2e95cc48b9fc84ba2b9fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 06:33:42 +0000 Subject: [PATCH] Chore(deps): Bump @biomejs/biome from 2.5.5 to 2.5.6 Bumps @biomejs/biome from 2.5.5 to 2.5.6. --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.6 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 0508801..1ea7790 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.5"] + additional_dependencies: ["@biomejs/biome@2.5.6"] # 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.