From 77ceee297cf349f01a7f238a806bc8729317469f Mon Sep 17 00:00:00 2001 From: andreilgeorgescu <146103342+andreilgeorgescu@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:35:56 +0000 Subject: [PATCH] Upgrade trunk to 1.25.0 --- .trunk/trunk.yaml | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 91992c4a0..0119a82f8 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -1,30 +1,30 @@ version: 0.1 cli: - version: 1.22.11 + version: 1.25.0 plugins: sources: - id: trunk - ref: v1.6.7 + ref: v1.7.2 uri: https://github.com/trunk-io/plugins runtimes: enabled: - - node@18.20.5 + - node@22.16.0 - python@3.10.8 lint: enabled: - actionlint@1.7.7 - - checkov@3.2.392 + - checkov@3.2.471 - codespell@2.4.1 - git-diff-check - - markdownlint-cli2@0.17.2 - - osv-scanner@2.0.0 - - oxipng@9.1.4 - - prettier@3.5.3 - - sort-package-json@3.0.0 - - svgo@3.3.2 - - taplo@0.9.3 - - trufflehog@3.88.18 - - yamllint@1.37.0 + - markdownlint-cli2@0.18.1 + - osv-scanner@2.2.2 + - oxipng@9.1.5 + - prettier@3.6.2 + - sort-package-json@3.4.0 + - svgo@4.0.0 + - taplo@0.10.0 + - trufflehog@3.90.8 + - yamllint@1.37.1 definitions: # - name: biome # files: @@ -104,3 +104,11 @@ lint: # - trunk-announce # - trunk-check-pre-push # - trunk-upgrade-available +actions: + disabled: + - git-lfs + - trunk-announce + - trunk-check-pre-push + - trunk-fmt-pre-commit + enabled: + - trunk-upgrade-available