From 358b66c7eae12d1283265c5dcc5ebc3ba45b4afc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 06:17:35 +0000 Subject: [PATCH] =?UTF-8?q?feat(deps):=20update=20dependency=20biomejs/pre?= =?UTF-8?q?-commit=20(=20v2.3.14=20=E2=86=92=20v2.4.7=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- template/.pre-commit-config.yaml.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f118b7..9318c09 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -161,7 +161,7 @@ repos: stages: [pre-commit] # renovate: datasource=github-tags depName=biomejs/pre-commit - repo: https://github.com/biomejs/pre-commit - rev: v2.3.14 + rev: v2.4.7 hooks: - id: biome-check stages: [pre-commit] diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 6705926..0c8598c 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -213,7 +213,7 @@ repos: {%- endif %}{% if web_format and web_format_tool == "biome" %} # renovate: datasource=github-tags depName=biomejs/pre-commit - repo: https://github.com/biomejs/pre-commit - rev: v2.3.14 + rev: v2.4.7 hooks: - id: biome-check stages: [pre-commit]