From f9660d2c470562dd135a8e19184adba8adf87afd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:49:04 +0000 Subject: [PATCH] [deps]: Update prettier to v3.9.6 --- .githooks/pre-commit | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.githooks/pre-commit b/.githooks/pre-commit index b2f59a2..4a401d5 100755 --- a/.githooks/pre-commit +++ b/.githooks/pre-commit @@ -18,7 +18,7 @@ staged_files=$(git diff --cached --name-only --diff-filter=ACMR -- '*.md' '*.jso if [ -n "$staged_files" ]; then # Word-splitting is intentional: pass each newline-separated path as an argument. # shellcheck disable=SC2086 - npx --yes prettier@3.9.1 --check $staged_files + npx --yes prettier@3.9.6 --check $staged_files fi staged_md=$(git diff --cached --name-only --diff-filter=ACMR -- '*.md') diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 55255c0..742bc3d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: node-version: 24 - name: Check formatting - run: npx --yes prettier@3.9.1 --check "**/*.{md,json,json5,yml,yaml}" + run: npx --yes prettier@3.9.6 --check "**/*.{md,json,json5,yml,yaml}" spell: name: CSpell