diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index b76ad3d43..781cf81b8 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -18,25 +18,25 @@ runtimes: # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration) lint: enabled: - - markdownlint@0.42.0 - - eslint@9.14.0 + - markdownlint@0.43.0 + - eslint@9.16.0 - actionlint@1.7.4 - - bandit@1.7.10 + - bandit@1.8.0 - black@24.10.0 - - checkov@3.2.296 + - checkov@3.2.332 - git-diff-check - isort@5.13.2 - mypy@1.13.0 - osv-scanner@1.9.1 - - oxipng@9.1.2 - - prettier@3.3.3 - - ruff@0.7.3 + - oxipng@9.1.3 + - prettier@3.4.2 + - ruff@0.8.2 - shellcheck@0.10.0 - shfmt@3.6.0 - svgo@3.3.2 - taplo@0.9.3 - trivy@0.56.2 - - trufflehog@3.83.6 + - trufflehog@3.85.0 - yamllint@1.35.1 ignore: - linters: [ALL] diff --git a/.zed/settings.json b/.zed/settings.json deleted file mode 100644 index c808db432..000000000 --- a/.zed/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "languages": { - "Python": { - "tab_size": 4 - }, - "Vue.js": { - "tab_size": 2, - "formatter": { - "external": { - "command": "prettier", - "arguments": ["--stdin-filepath", "{buffer_path}"] - } - } - } - } -} diff --git a/frontend/src/App.vue b/frontend/src/App.vue deleted file mode 100644 index 001e2c1ff..000000000 --- a/frontend/src/App.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - diff --git a/frontend/src/RomM.vue b/frontend/src/RomM.vue new file mode 100644 index 000000000..325919e05 --- /dev/null +++ b/frontend/src/RomM.vue @@ -0,0 +1,7 @@ + diff --git a/frontend/src/components/Details/ActionBar.vue b/frontend/src/components/Details/ActionBar.vue index a0d166512..c07f7558b 100644 --- a/frontend/src/components/Details/ActionBar.vue +++ b/frontend/src/components/Details/ActionBar.vue @@ -1,9 +1,10 @@ diff --git a/frontend/src/components/Details/AdditionalContent.vue b/frontend/src/components/Details/AdditionalContent.vue index 24e6ab483..294e65875 100644 --- a/frontend/src/components/Details/AdditionalContent.vue +++ b/frontend/src/components/Details/AdditionalContent.vue @@ -11,27 +11,8 @@ const combined = computed(() => [ - diff --git a/frontend/src/components/Details/Info/FileInfo.vue b/frontend/src/components/Details/Info/FileInfo.vue index 18dac9539..e737ec339 100644 --- a/frontend/src/components/Details/Info/FileInfo.vue +++ b/frontend/src/components/Details/Info/FileInfo.vue @@ -1,9 +1,7 @@