Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4623)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
nvuillam and nvuillam authored Jan 31, 2025
1 parent 9089dfb commit e89b7a1
Show file tree
Hide file tree
Showing 40 changed files with 616 additions and 570 deletions.
13 changes: 8 additions & 5 deletions .automation/generated/linter-helps.json

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

18 changes: 9 additions & 9 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"bash-exec": "5.2.37",
"bicep_linter": "0.33.13",
"black": "25.1.0",
"cfn-lint": "1.23.0",
"cfn-lint": "1.23.1",
"checkmake": "0.2.0",
"checkov": "3.2.358",
"checkov": "3.2.360",
"checkstyle": "10.21.2",
"chktex": "1.7.8",
"clang-format": "19.1.4",
Expand All @@ -19,9 +19,9 @@
"cpplint": "2.0.0",
"csharpier": "0.30.6",
"cspell": "8.17.3",
"dartanalyzer": "3.6.1",
"dartanalyzer": "3.6.2",
"detekt": "1.23.7",
"devskim": "1.0.51",
"devskim": "1.0.52",
"djlint": "1.36.4",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.3.0",
Expand Down Expand Up @@ -59,11 +59,11 @@
"markdownlint": "0.44.0",
"misspell": "0.3.4",
"mypy": "1.14.1",
"npm-groovy-lint": "15.0.2",
"npm-groovy-lint": "15.0.0",
"npm-package-json-lint": "8.0.0",
"perlcritic": "1.156",
"php": "7.4.26",
"php-cs-fixer": "3.68.4",
"php-cs-fixer": "3.68.5",
"phpcs": "3.11.3",
"phplint": "9.5.6",
"phpstan": "2.1.2",
Expand All @@ -73,7 +73,7 @@
"prettier": "3.4.2",
"proselint": "0.14.0",
"protolint": "0.52.0",
"psalm": "Psalm.6.0.0@",
"psalm": "Psalm.6.1.0@",
"puppet-lint": "4.2.4",
"pylint": "3.3.4",
"pyright": "1.1.393",
Expand All @@ -85,8 +85,8 @@
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.71.0",
"ruff": "0.9.3",
"ruff-format": "0.9.3",
"ruff": "0.9.4",
"ruff-format": "0.9.4",
"scalafix": "0.14.0",
"scss-lint": "0.60.0",
"secretlint": "9.0.0",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from 4.8.0 to **4.9.0** on 2025-01-30
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 4.8.0 to **4.9.0** on 2025-01-30
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.17.2 to **8.17.3** on 2025-01-30
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.23.0 to **1.23.1** on 2025-01-31
- [dartanalyzer](https://dart.dev/tools/dart-analyze) from 3.6.1 to **3.6.2** on 2025-01-31
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 15.0.2 to **15.0.0** on 2025-01-31
- [php-cs-fixer](https://cs.symfony.com/) from 3.68.4 to **3.68.5** on 2025-01-31
- [psalm](https://psalm.dev) from Psalm.6.0.0@ to **Psalm.6.1.0@** on 2025-01-31
- [ruff-format](https://github.com/astral-sh/ruff) from 0.9.3 to **0.9.4** on 2025-01-31
- [ruff](https://github.com/astral-sh/ruff) from 0.9.3 to **0.9.4** on 2025-01-31
- [checkov](https://www.checkov.io/) from 3.2.358 to **3.2.360** on 2025-01-31
- [devskim](https://github.com/microsoft/DevSkim) from 1.0.51 to **1.0.52** on 2025-01-31
<!-- linter-versions-end -->

## [v8.4.1] - 2024-01-??
Expand Down
Loading

0 comments on commit e89b7a1

Please sign in to comment.