Skip to content

chore: Update linter versions #2095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/ast-grep/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ strip_components = 0
releases = ["ast-grep"]
file_types = ["ALL"]
version_command = "ast-grep --version"
latest_version = "0.38.2"
known_good_version = "0.38.2"
latest_version = "0.38.4"
known_good_version = "0.38.4"
config_files = ["sgconfig.yml"]
description = "CLI tool for code structural search, lint and rewriting"

Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/checkov/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "python"
package = "checkov"
file_types = ["docker", "terraform", "yaml", "json"]
latest_version = "3.2.427"
known_good_version = "3.2.427"
latest_version = "3.2.436"
known_good_version = "3.2.436"
version_command = "checkov --version"
config_files = [".checkov.yml", ".checkov.yaml"]
description = "Static code analysis tool for infrastructure as code (IaC) and also a software composition analysis (SCA) tool for images and open source packages"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/checkstyle/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runnable_archive_url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"
runtime = "java"
file_types = ["java"]
latest_version = "10.23.1"
known_good_version = "10.23.1"
latest_version = "10.25.0"
known_good_version = "10.25.0"
version_command = "java -jar ${linter}/checkstyle --version"
description = "Java Code Quality Tool"
config_files = ["checkstyle.xml"]
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/eslint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runtime = "node"
package = "eslint"
file_types = ["javascript", "typescript", "jsx", "tsx"]
affects_cache = [".eslintignore", "package.json", "tsconfig.json"]
latest_version = "9.27.0"
latest_version = "9.28.0"
known_good_version = "9.7.0"
version_command = "eslint --version"
description = "Javascript and ECMAScript linter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/gitleaks/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ strip_components = 0
[plugins.definitions.gitleaks]
releases = ["gitleaks"]
file_types = ["ALL"]
latest_version = "8.26.0"
known_good_version = "8.26.0"
latest_version = "8.27.0"
known_good_version = "8.27.0"
version_command = "gitleaks version"
config_files = [".gitleaks.toml", ".gitleaks.config"]
description = "SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/knip/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config_files = [
"knip.config.js",
]
affects_cache = ["package.json"]
latest_version = "5.56.0"
latest_version = "5.59.1"
known_good_version = "5.21.2"
version_command = "knip --version"
description = "Find unused files, dependencies, and exports in JavaScript and TypeScript projects"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/mypy/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package = "mypy"
file_types = ["python"]
config_files = ["mypy.ini", ".mypy.ini"]
affects_cache = ["pyproject.toml", "setup.cfg"]
latest_version = "1.15.0"
latest_version = "1.16.0"
known_good_version = "1.12.1"
version_command = "mypy --version"
description = "Static type checker for Python"
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/oxc/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runtime = "node"
package = "oxlint"
file_types = ["javascript", "typescript", "jsx", "tsx"]
affects_cache = ["package.json", "tsconfig.json"]
latest_version = "0.16.11"
latest_version = "0.17.0"
known_good_version = "0.11.1"
version_command = "oxlint --version"
description = "Javascript linter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/rubocop/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "ruby"
package = "rubocop"
file_types = ["ruby", "gemspec"]
latest_version = "1.75.6"
known_good_version = "1.75.6"
latest_version = "1.75.8"
known_good_version = "1.75.8"
version_command = "rubocop --version"
config_files = [".rubocop.yml", ".rubocop_*.yml", ".rubocop-*.yml"]
description = "Ruby linter and code formatter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/ruff/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ config_version = "0"
runtime = "python"
package = "ruff"
file_types = ["python"]
latest_version = "0.11.10"
known_good_version = "0.11.10"
latest_version = "0.11.12"
known_good_version = "0.11.12"
version_command = "ruff version"
config_files = ["ruff.toml"]
description = "Python linter and formatter"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/semgrep/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ runtime = "python"
package = "semgrep"
file_types = ["ALL"]
config_files = [".semgrep.yaml", ".semgrepignore", ".semgrep"]
latest_version = "1.122.0"
known_good_version = "1.122.0"
latest_version = "1.123.0"
known_good_version = "1.123.0"
version_command = "semgrep --version"
description = "Static analysis tool for searching code, finding bugs, and enforcing code standards"
supported_platforms = ["linux", "macos"]
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/stylelint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ config_files = [
"stylelintrc.*.yaml",
"stylelintrc.*.yml",
]
latest_version = "16.19.1"
known_good_version = "16.19.1"
latest_version = "16.20.0"
known_good_version = "16.20.0"
version_command = "stylelint --version"
description = "CSS and SASS linter and code formatter"
package_file_candidate = "package.json"
Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/tflint/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ strip_components = 0
releases = ["tflint"]
config_files = [".tflint.hcl"]
file_types = ["terraform"]
latest_version = "0.56.0"
known_good_version = "0.52.0"
latest_version = "0.58.0"
known_good_version = "0.58.0"
version_command = "tflint --version"
description = "A pluggable Terraform linter"

Expand Down
4 changes: 2 additions & 2 deletions qlty-plugins/plugins/linters/trivy/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ strip_components = 0
[plugins.definitions.trivy]
releases = ["trivy"]
config_files = ["trivy.yaml", "trivy-secret.yaml"]
latest_version = "0.62.1"
known_good_version = "0.62.1"
latest_version = "0.63.0"
known_good_version = "0.63.0"
version_command = "trivy --version"
description = "Comprehensive and versatile security scanner"
security = true
Expand Down
2 changes: 1 addition & 1 deletion qlty-plugins/plugins/linters/trufflehog/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ strip_components = 0
[plugins.definitions.trufflehog]
releases = ["trufflehog"]
file_types = ["ALL"]
latest_version = "3.88.30"
latest_version = "3.88.35"
known_good_version = "3.82.12"
version_command = "trufflehog --version"
description = "Security tool that scans code to find secrets accidentally committed"
Expand Down