From db7b53b4b52e406a805c4c7229a516b8a45148e6 Mon Sep 17 00:00:00 2001 From: "mrbro-bot[bot]" <137683033+mrbro-bot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:55:01 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3.9.3 --- .github/renovate.json5 | 2 +- .github/workflows/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8b688e9..7f3a142 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,7 +3,7 @@ description: ['Use the config preset for the .github repository'], extends: ['github>marcusrbrown/renovate-config#4.5.9'], postUpgradeTasks: { - commands: ['npx prettier@3.9.1 --no-color --write .'], + commands: ['npx prettier@3.9.3 --no-color --write .'], executionMode: 'branch', }, prCreation: 'immediate', diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e3e62a4..a640df4 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,7 +24,7 @@ jobs: - name: 💅🏽 Run Prettier uses: creyD/prettier_action@31355f8eef017f8aeba2e0bc09d8502b13dbbad1 # v4.3 env: - PRETTIER_VERSION: 3.9.1 # renovate: datasource=npm depName=prettier + PRETTIER_VERSION: 3.9.3 # renovate: datasource=npm depName=prettier with: prettier_options: --check . prettier_version: ${{ env.PRETTIER_VERSION }}