From 2bc9ba1e884c38a5fa4727140c1c13c21cecbab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:25:09 +0000 Subject: [PATCH] Chore(deps): Bump @biomejs/biome from 2.4.15 to 2.4.16 Bumps @biomejs/biome from 2.4.15 to 2.4.16. --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.16 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 0ffab42..dd3567a 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.4.15"] + additional_dependencies: ["@biomejs/biome@2.4.16"] # 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.