From de69e4562c3ad4e20fda821c73ea3c071bdc1bc2 Mon Sep 17 00:00:00 2001 From: "trunk-open-pr-bot[bot]" <131314627+trunk-open-pr-bot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:29:09 -0700 Subject: [PATCH] Upgrade trunk (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Trunk](https://static.trunk.io/assets/trunk_action_upgrade_banner.png)](https://trunk.io) 8 linters were upgraded: - actionlint 1.6.25 → 1.6.26 - cfnlint 0.80.2 → 0.80.3 - eslint 8.49.0 → 8.50.0 - pylint 2.17.5 → 2.17.6 - renovate 36.97.3 → 37.0.2 - ruff 0.0.290 → 0.0.291 - sort-package-json 2.5.1 → 2.6.0 - trufflehog 3.56.1 → 3.57.0 2 runtimes were upgraded: - go 1.19.5 → 1.21.0 - ruby 3.1.3 → 3.1.4 2 tools were upgraded: - gh 2.31.0 → 2.35.0 - gt 0.20.22 → 0.20.35 This PR was generated by the [Trunk Action]. For more info, see our [docs] or reach out on [Slack]. [Trunk Action]: https://github.com/trunk-io/trunk-action [docs]: https://docs.trunk.io [Slack]: https://slack.trunk.io/ Co-authored-by: TylerJang27 --- plugin.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 4bc0cf0..83c0a83 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -4,10 +4,10 @@ required_trunk_version: ">=1.7.1-beta.9" # Applicable linters and actions will run with these runtime versions runtimes: enabled: - - go@1.19.5 + - go@1.21.0 - node@18.12.1 - python@3.10.8 - - ruby@3.1.3 + - ruby@3.1.4 lint: downloads: @@ -39,17 +39,17 @@ lint: # By sourcing this plugin, repos will enable these linters enabled: - - actionlint@1.6.25 + - actionlint@1.6.26 - bandit@1.7.5 - black@23.9.1 - buf-lint@1.26.1 - buildifier@6.3.3 - - cfnlint@0.80.2 + - cfnlint@0.80.3 - checkov@2.4.9 - clang-format@16.0.3 - clang-tidy@16.0.3 - clippy@1.71.1 - - eslint@8.49.0 + - eslint@8.50.0 - git-diff-check - gofmt@1.20.4 - golangci-lint@1.54.2 @@ -63,22 +63,22 @@ lint: - pragma-once - prettier@3.0.3 - prisma@5.3.1 - - pylint@2.17.5 - - renovate@36.97.3 + - pylint@2.17.6 + - renovate@37.0.2 - rubocop@1.39.0 - - ruff@0.0.290 + - ruff@0.0.291 - rustfmt@1.68.2 - semgrep@1.41.0 - shellcheck@0.9.0 - shfmt@3.6.0 - - sort-package-json@2.5.1 + - sort-package-json@2.6.0 - sql-formatter@13.0.0 - stylelint@15.10.3 - svgo@3.0.2 - taplo@0.8.1 - terrascan@1.18.3 - trivy@0.45.1 - - trufflehog@3.56.1 + - trufflehog@3.57.0 - trunk-toolbox@0.0.1 - yamllint@1.32.0 @@ -111,5 +111,5 @@ actions: tools: enabled: - - gh@2.31.0 - - gt@0.20.22 + - gh@2.35.0 + - gt@0.20.35