diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 14495507f..bd86461f3 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.15 + version: 1.24.1-beta.5 shell_hooks: enforce: true @@ -17,10 +17,11 @@ plugins: - id: configs uri: https://github.com/trunk-io/configs - ref: v1.0.12 + ref: v1.1.0 runtimes: enabled: + - java@13.0.11 - node@22.16.0 - python@3.12.2 @@ -46,9 +47,9 @@ lint: success_codes: [0] enabled: # enabled linters inherited from github.com/trunk-io/configs plugin - - pmd@pmd_releases/7.12.0 + - pmd@pmd_releases/7.14.0 - definition-checker - - eslint@9.27.0 + - eslint@9.29.0 - trunk-toolbox@0.5.4 disabled: - pylint # pylint diagnostics are too strict