From df42452525c6b4254f77b4576f6fe13d5dba28ba Mon Sep 17 00:00:00 2001 From: "trunk-open-pr-bot[bot]" <131314627+trunk-open-pr-bot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:57:19 -0800 Subject: [PATCH] Upgrade trunk to 1.22.8-beta.6 (#906) 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) cli upgraded: 1.22.8-beta.2 → 1.22.8-beta.6 2 linters were upgraded: - eslint 9.13.0 → 9.14.0 - trunk-toolbox 0.5.0 → 0.5.3 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 <42743566+TylerJang27@users.noreply.github.com> --- .trunk/trunk.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index ac2fbcc1d..6a23e8dc4 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,7 +2,7 @@ version: 0.1 # version used for local trunk runs and testing cli: - version: 1.22.8-beta.2 + version: 1.22.8-beta.6 shell_hooks: enforce: true @@ -42,8 +42,8 @@ lint: enabled: # enabled linters inherited from github.com/trunk-io/configs plugin - definition-checker - - eslint@9.13.0 - - trunk-toolbox@0.5.0 + - eslint@9.14.0 + - trunk-toolbox@0.5.3 disabled: - pylint # pylint diagnostics are too strict - semgrep