From e146ebc46b69a3b867c2d2191f17d8ec3f03d2e5 Mon Sep 17 00:00:00 2001 From: "liblaf-copier[bot]" <271773752+liblaf-copier[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 01:30:38 +0000 Subject: [PATCH] chore(copier): update from template --- .config/copier/.copier-answers.release.yaml | 2 +- .config/copier/.copier-answers.shared.yaml | 2 +- .config/mise/conf.d/50-shared.toml | 2 +- .config/rumdl.toml | 7 ++----- .github/workflows/release-pr.yaml | 6 +++--- .github/workflows/release-publish.yaml | 2 +- .github/workflows/shared-approve.yaml | 4 ++-- .github/workflows/shared-copier-update.yaml | 8 +++----- .github/workflows/shared-mega-linter.yaml | 8 ++++---- .pre-commit-config.yaml | 10 +++++----- 10 files changed, 23 insertions(+), 28 deletions(-) diff --git a/.config/copier/.copier-answers.release.yaml b/.config/copier/.copier-answers.release.yaml index 9836d00..2a47012 100644 --- a/.config/copier/.copier-answers.release.yaml +++ b/.config/copier/.copier-answers.release.yaml @@ -1,4 +1,4 @@ # This file is @generated by . # DO NOT EDIT! -_commit: v0.3.16 +_commit: v0.3.18 _src_path: gh:liblaf/copier-release diff --git a/.config/copier/.copier-answers.shared.yaml b/.config/copier/.copier-answers.shared.yaml index a6681f0..09b4af8 100644 --- a/.config/copier/.copier-answers.shared.yaml +++ b/.config/copier/.copier-answers.shared.yaml @@ -1,6 +1,6 @@ # This file is @generated by . # DO NOT EDIT! -_commit: v0.2.25 +_commit: v0.2.26 _src_path: gh:liblaf/copier-share author_email: 30631553+liblaf@users.noreply.github.com author_name: liblaf diff --git a/.config/mise/conf.d/50-shared.toml b/.config/mise/conf.d/50-shared.toml index 3d1fb79..7e2e243 100644 --- a/.config/mise/conf.d/50-shared.toml +++ b/.config/mise/conf.d/50-shared.toml @@ -7,5 +7,5 @@ [tasks.copier-update] description = "Reapply all Copier templates using their saved answers" -file = "https://cdn.jsdelivr.net/gh/liblaf/copier-shared@c16a68aa0b1965187a18551f3d22f591ee4377ae/mise-tasks/copier-update.sh" +file = "https://cdn.jsdelivr.net/gh/liblaf/copier-shared@8a5e46cb046bff88c48ab82d62b2e4a9008bf006/mise-tasks/copier-update.sh" interactive = true diff --git a/.config/rumdl.toml b/.config/rumdl.toml index 4c1dacc..60e1fc9 100644 --- a/.config/rumdl.toml +++ b/.config/rumdl.toml @@ -1,9 +1,6 @@ #:schema https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/rumdl.json -# ref: +# This file is @generated by . +# DO NOT EDIT! [global] -extend-enable = ["MD060"] extend-disable = ["MD001", "MD013", "MD033", "MD036", "MD041"] - -[per-file-flavor] -"docs/**/*.md" = "mkdocs" diff --git a/.github/workflows/release-pr.yaml b/.github/workflows/release-pr.yaml index ab16131..f26d719 100644 --- a/.github/workflows/release-pr.yaml +++ b/.github/workflows/release-pr.yaml @@ -34,12 +34,12 @@ jobs: with: fetch-depth: 0 - name: Install git-cliff - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2 with: tool: git-cliff - id: version name: Next version - uses: liblaf/actions/next-version@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/next-version@5f3779277c5b88e27b28ad3695390aa7227b9789 # v3 env: GIT_CLIFF_CONFIG_URL: ${{ env.GIT_CLIFF_CONFIG_URL }} GITHUB_TOKEN: ${{ github.token }} @@ -60,7 +60,7 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/auth@5f3779277c5b88e27b28ad3695390aa7227b9789 # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index b763f0a..ae675f1 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -23,7 +23,7 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/auth@5f3779277c5b88e27b28ad3695390aa7227b9789 # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} diff --git a/.github/workflows/shared-approve.yaml b/.github/workflows/shared-approve.yaml index a0bd39f..73c019c 100644 --- a/.github/workflows/shared-approve.yaml +++ b/.github/workflows/shared-approve.yaml @@ -21,12 +21,12 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/auth@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Approve - uses: liblaf/actions/approve@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/approve@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3 with: approve-token: ${{ steps.auth.outputs.token }} label: ${{ matrix.label }} diff --git a/.github/workflows/shared-copier-update.yaml b/.github/workflows/shared-copier-update.yaml index 9e31fe3..9fe6bb0 100644 --- a/.github/workflows/shared-copier-update.yaml +++ b/.github/workflows/shared-copier-update.yaml @@ -25,14 +25,14 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/auth@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4 - name: Install Copier run: pipx install --pip-args cookiecutter copier - name: Copier update @@ -47,9 +47,7 @@ jobs: sign-commits: true title: "chore(copier): update from template" body: >- - Automated changes by [${{ github.workflow }}](${{ github.server_url - }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) - Workflow + Automated changes by [${{ github.workflow }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) Workflow labels: |- automerge copier diff --git a/.github/workflows/shared-mega-linter.yaml b/.github/workflows/shared-mega-linter.yaml index b29118f..4da74c4 100644 --- a/.github/workflows/shared-mega-linter.yaml +++ b/.github/workflows/shared-mega-linter.yaml @@ -33,7 +33,7 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/auth@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} @@ -60,7 +60,7 @@ jobs: cp --target-directory='${{ runner.temp }}' --verbose 'megalinter-reports/megalinter-report.md' sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports' - id: pr - if: steps.lint.outputs.has-updated-sources == 1 && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) + if: steps.lint.outputs.has_updated_sources == 1 && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) name: Create PR uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 with: @@ -90,12 +90,12 @@ jobs: steps: - id: auth name: Auth - uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/auth@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3 with: client-id: ${{ vars.APP_CLIENT_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Approve - uses: liblaf/actions/approve@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3 + uses: liblaf/actions/approve@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3 with: approve-token: ${{ steps.auth.outputs.token }} pull: ${{ needs.mega-linter.outputs.pull-request-url }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7275c7a..7fc2451 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,18 +18,18 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.5 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.45.0 + rev: v0.65.0 hooks: - id: oxfmt - repo: https://github.com/oxc-project/mirrors-oxlint - rev: v1.60.0 + rev: v1.80.0 hooks: - id: oxlint - repo: https://github.com/pre-commit/pre-commit-hooks @@ -52,10 +52,10 @@ repos: hooks: - id: actionlint - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.43 + rev: v0.2.62 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.11.0.1 + rev: v0.11.0.1-1 hooks: - id: shellcheck