diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index b805b5cde..42fb27a4b 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,12 +2,12 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.9 + version: 1.22.10 # Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins) plugins: sources: - id: trunk - ref: v1.6.6 + ref: v1.6.7 uri: https://github.com/trunk-io/plugins # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: @@ -18,25 +18,25 @@ runtimes: # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: - - markdownlint@0.43.0 - - eslint@9.18.0 + - markdownlint@0.44.0 + - eslint@9.20.1 - actionlint@1.7.7 - bandit@1.8.2 - - black@24.10.0 - - checkov@3.2.357 + - black@25.1.0 + - checkov@3.2.370 - git-diff-check - - isort@5.13.2 - - mypy@1.14.1 + - isort@6.0.0 + - mypy@1.15.0 - osv-scanner@1.9.2 - oxipng@9.1.3 - - prettier@3.4.2 - - ruff@0.9.3 + - prettier@3.5.1 + - ruff@0.9.6 - shellcheck@0.10.0 - shfmt@3.6.0 - svgo@3.3.2 - taplo@0.9.3 - - trivy@0.58.2 - - trufflehog@3.88.2 + - trivy@0.59.1 + - trufflehog@3.88.8 - yamllint@1.35.1 ignore: - linters: [ALL] diff --git a/frontend/src/components/common/Collection/RAvatar.vue b/frontend/src/components/common/Collection/RAvatar.vue index 9539dfbe3..aa41492f7 100644 --- a/frontend/src/components/common/Collection/RAvatar.vue +++ b/frontend/src/components/common/Collection/RAvatar.vue @@ -74,7 +74,12 @@ const secondSmallCover = computed(() => memoizedCovers.value.small[1]);