Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4041)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Sep 26, 2024
1 parent 2e36c9a commit c1aaeeb
Show file tree
Hide file tree
Showing 20 changed files with 147 additions and 114 deletions.
42 changes: 27 additions & 15 deletions .automation/generated/linter-helps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chktex": "1.7.8",
"clang-format": "17.0.6",
"clippy": "0.1.81",
"clj-kondo": "2024.08.29",
"clj-kondo": "2024.09.26",
"cljstyle": "0.15.0",
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
Expand Down Expand Up @@ -66,7 +66,7 @@
"php-cs-fixer": "3.64.0",
"phpcs": "3.10.3",
"phplint": "9.4.1",
"phpstan": "1.12.4",
"phpstan": "1.12.5",
"pmd": "7.5.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
Expand All @@ -76,7 +76,7 @@
"psalm": "Psalm.5.26.1@",
"puppet-lint": "4.2.4",
"pylint": "3.3.1",
"pyright": "1.1.381",
"pyright": "1.1.382",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.4.0",
Expand All @@ -85,20 +85,20 @@
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.66.1",
"ruff": "0.6.7",
"ruff": "0.6.8",
"scalafix": "0.12.1",
"scss-lint": "0.60.0",
"secretlint": "8.2.4",
"selene": "0.27.1",
"semgrep": "3.12",
"sfdx-scanner": "2.8.0",
"sfdx-scanner-apex": "4.5.0",
"sfdx-scanner-aura": "4.5.0",
"sfdx-scanner-lwc": "4.5.0",
"sfdx-scanner-apex": "4.6.0",
"sfdx-scanner-aura": "4.6.0",
"sfdx-scanner-lwc": "4.6.0",
"shellcheck": "0.10.0",
"shfmt": "3.9.0",
"snakefmt": "0.10.2",
"snakemake": "8.20.4",
"snakemake": "8.20.5",
"spectral": "6.13.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.2.0",
Expand All @@ -114,11 +114,11 @@
"tflint": "0.53.0",
"trivy": "0.55.2",
"trivy-sbom": "0.55.2",
"trufflehog": "3.82.3",
"trufflehog": "3.82.5",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "4.1.0",
"vale": "3.7.0",
"vale": "3.7.1",
"xmllint": "21207",
"yamllint": "1.35.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [pylint](https://pylint.readthedocs.io) from 3.3.0 to **3.3.1** on 2024-09-24
- [syft](https://github.com/anchore/syft) from 1.12.2 to **1.13.0** on 2024-09-24
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.82.2 to **3.82.3** on 2024-09-24
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2024.08.29 to **2024.09.26** on 2024-09-26
- [phpstan](https://phpstan.org/) from 1.12.4 to **1.12.5** on 2024-09-26
- [pyright](https://github.com/Microsoft/pyright) from 1.1.381 to **1.1.382** on 2024-09-26
- [ruff](https://github.com/astral-sh/ruff) from 0.6.7 to **0.6.8** on 2024-09-26
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.82.3 to **3.82.5** on 2024-09-26
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from 4.5.0 to **4.6.0** on 2024-09-26
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from 4.5.0 to **4.6.0** on 2024-09-26
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 4.5.0 to **4.6.0** on 2024-09-26
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.20.4 to **8.20.5** on 2024-09-26
- [vale](https://vale.sh/) from 3.7.0 to **3.7.1** on 2024-09-26
<!-- linter-versions-end -->

## [v8.0.0] - 2024-08-19
Expand Down
Loading

0 comments on commit c1aaeeb

Please sign in to comment.