From f8686704d5eeed736fc2739cada4a84d1a1e3d55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 04:45:59 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20biomejs/pre-?= =?UTF-8?q?commit=20(=20v2.4.10=20=E2=86=92=20v2.4.11=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 0041928..099a7e8 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.4.10 + rev: v2.4.11 hooks: - id: biome-check stages: [pre-commit] diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 38dafca..f221d34 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.4.10 + rev: v2.4.11 hooks: - id: biome-check stages: [pre-commit]