Skip to content

Commit 3af023b

Browse files
chore: Update linter versions
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8ee5125 commit 3af023b

File tree

15 files changed

+25
-25
lines changed

15 files changed

+25
-25
lines changed

qlty-plugins/plugins/linters/ast-grep/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ strip_components = 0
99
releases = ["ast-grep"]
1010
file_types = ["ALL"]
1111
version_command = "ast-grep --version"
12-
latest_version = "0.38.2"
13-
known_good_version = "0.38.2"
12+
latest_version = "0.38.4"
13+
known_good_version = "0.38.4"
1414
config_files = ["sgconfig.yml"]
1515
description = "CLI tool for code structural search, lint and rewriting"
1616

qlty-plugins/plugins/linters/checkov/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "python"
55
package = "checkov"
66
file_types = ["docker", "terraform", "yaml", "json"]
7-
latest_version = "3.2.427"
8-
known_good_version = "3.2.427"
7+
latest_version = "3.2.436"
8+
known_good_version = "3.2.436"
99
version_command = "checkov --version"
1010
config_files = [".checkov.yml", ".checkov.yaml"]
1111
description = "Static code analysis tool for infrastructure as code (IaC) and also a software composition analysis (SCA) tool for images and open source packages"

qlty-plugins/plugins/linters/checkstyle/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runnable_archive_url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"
55
runtime = "java"
66
file_types = ["java"]
7-
latest_version = "10.23.1"
8-
known_good_version = "10.23.1"
7+
latest_version = "10.25.0"
8+
known_good_version = "10.25.0"
99
version_command = "java -jar ${linter}/checkstyle --version"
1010
description = "Java Code Quality Tool"
1111
config_files = ["checkstyle.xml"]

qlty-plugins/plugins/linters/eslint/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runtime = "node"
55
package = "eslint"
66
file_types = ["javascript", "typescript", "jsx", "tsx"]
77
affects_cache = [".eslintignore", "package.json", "tsconfig.json"]
8-
latest_version = "9.27.0"
8+
latest_version = "9.28.0"
99
known_good_version = "9.7.0"
1010
version_command = "eslint --version"
1111
description = "Javascript and ECMAScript linter"

qlty-plugins/plugins/linters/gitleaks/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ strip_components = 0
88
[plugins.definitions.gitleaks]
99
releases = ["gitleaks"]
1010
file_types = ["ALL"]
11-
latest_version = "8.26.0"
12-
known_good_version = "8.26.0"
11+
latest_version = "8.27.0"
12+
known_good_version = "8.27.0"
1313
version_command = "gitleaks version"
1414
config_files = [".gitleaks.toml", ".gitleaks.config"]
1515
description = "SAST tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos"

qlty-plugins/plugins/linters/knip/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config_files = [
1515
"knip.config.js",
1616
]
1717
affects_cache = ["package.json"]
18-
latest_version = "5.56.0"
18+
latest_version = "5.59.1"
1919
known_good_version = "5.21.2"
2020
version_command = "knip --version"
2121
description = "Find unused files, dependencies, and exports in JavaScript and TypeScript projects"

qlty-plugins/plugins/linters/mypy/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package = "mypy"
66
file_types = ["python"]
77
config_files = ["mypy.ini", ".mypy.ini"]
88
affects_cache = ["pyproject.toml", "setup.cfg"]
9-
latest_version = "1.15.0"
9+
latest_version = "1.16.0"
1010
known_good_version = "1.12.1"
1111
version_command = "mypy --version"
1212
description = "Static type checker for Python"

qlty-plugins/plugins/linters/oxc/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runtime = "node"
55
package = "oxlint"
66
file_types = ["javascript", "typescript", "jsx", "tsx"]
77
affects_cache = ["package.json", "tsconfig.json"]
8-
latest_version = "0.16.11"
8+
latest_version = "0.17.0"
99
known_good_version = "0.11.1"
1010
version_command = "oxlint --version"
1111
description = "Javascript linter"

qlty-plugins/plugins/linters/rubocop/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "ruby"
55
package = "rubocop"
66
file_types = ["ruby", "gemspec"]
7-
latest_version = "1.75.6"
8-
known_good_version = "1.75.6"
7+
latest_version = "1.75.8"
8+
known_good_version = "1.75.8"
99
version_command = "rubocop --version"
1010
config_files = [".rubocop.yml", ".rubocop_*.yml", ".rubocop-*.yml"]
1111
description = "Ruby linter and code formatter"

qlty-plugins/plugins/linters/ruff/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "python"
55
package = "ruff"
66
file_types = ["python"]
7-
latest_version = "0.11.10"
8-
known_good_version = "0.11.10"
7+
latest_version = "0.11.12"
8+
known_good_version = "0.11.12"
99
version_command = "ruff version"
1010
config_files = ["ruff.toml"]
1111
description = "Python linter and formatter"

qlty-plugins/plugins/linters/semgrep/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ runtime = "python"
55
package = "semgrep"
66
file_types = ["ALL"]
77
config_files = [".semgrep.yaml", ".semgrepignore", ".semgrep"]
8-
latest_version = "1.122.0"
9-
known_good_version = "1.122.0"
8+
latest_version = "1.123.0"
9+
known_good_version = "1.123.0"
1010
version_command = "semgrep --version"
1111
description = "Static analysis tool for searching code, finding bugs, and enforcing code standards"
1212
supported_platforms = ["linux", "macos"]

qlty-plugins/plugins/linters/stylelint/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ config_files = [
2525
"stylelintrc.*.yaml",
2626
"stylelintrc.*.yml",
2727
]
28-
latest_version = "16.19.1"
29-
known_good_version = "16.19.1"
28+
latest_version = "16.20.0"
29+
known_good_version = "16.20.0"
3030
version_command = "stylelint --version"
3131
description = "CSS and SASS linter and code formatter"
3232
package_file_candidate = "package.json"

qlty-plugins/plugins/linters/tflint/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ strip_components = 0
99
releases = ["tflint"]
1010
config_files = [".tflint.hcl"]
1111
file_types = ["terraform"]
12-
latest_version = "0.56.0"
13-
known_good_version = "0.52.0"
12+
latest_version = "0.58.0"
13+
known_good_version = "0.58.0"
1414
version_command = "tflint --version"
1515
description = "A pluggable Terraform linter"
1616

qlty-plugins/plugins/linters/trivy/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ strip_components = 0
88
[plugins.definitions.trivy]
99
releases = ["trivy"]
1010
config_files = ["trivy.yaml", "trivy-secret.yaml"]
11-
latest_version = "0.62.1"
12-
known_good_version = "0.62.1"
11+
latest_version = "0.63.0"
12+
known_good_version = "0.63.0"
1313
version_command = "trivy --version"
1414
description = "Comprehensive and versatile security scanner"
1515
security = true

qlty-plugins/plugins/linters/trufflehog/plugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ strip_components = 0
88
[plugins.definitions.trufflehog]
99
releases = ["trufflehog"]
1010
file_types = ["ALL"]
11-
latest_version = "3.88.30"
11+
latest_version = "3.88.35"
1212
known_good_version = "3.82.12"
1313
version_command = "trufflehog --version"
1414
description = "Security tool that scans code to find secrets accidentally committed"

0 commit comments

Comments
 (0)