Skip to content

Commit 7e0440a

Browse files
authored
[automation] Auto-update linters version, help and documentation (#4511)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent 262cf2b commit 7e0440a

File tree

134 files changed

+960
-963
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+960
-963
lines changed

.automation/generated/linter-helps.json

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"ansible-lint": "24.12.2",
44
"arm-ttk": "0.0.0",
55
"bandit": "1.8.2",
6-
"bash-exec": "5.2.26",
6+
"bash-exec": "5.2.37",
77
"bicep_linter": "0.32.4",
88
"black": "24.10.0",
99
"cfn-lint": "1.22.5",
1010
"checkmake": "0.2.0",
1111
"checkov": "3.2.353",
1212
"checkstyle": "10.21.1",
1313
"chktex": "1.7.8",
14-
"clang-format": "17.0.6",
14+
"clang-format": "19.1.4",
1515
"clippy": "0.1.84",
16-
"clj-kondo": "2024.11.14",
16+
"clj-kondo": "2025.01.16",
1717
"cljstyle": "0.17.642",
1818
"coffeelint": "5.2.11",
1919
"cpplint": "2.0.0",
@@ -25,21 +25,21 @@
2525
"djlint": "1.36.4",
2626
"dockerfilelint": "1.8.0",
2727
"dotenv-linter": "3.3.0",
28-
"dotnet-format": "8.0.111",
28+
"dotnet-format": "8.0.112",
2929
"dustilock": "1.2.0",
3030
"editorconfig-checker": "3.1.2",
3131
"eslint": "8.57.1",
3232
"eslint-plugin-jsonc": "2.15.1",
3333
"flake8": "7.1.1",
3434
"gherkin-lint": "0.0.0",
35-
"git_diff": "2.45.2",
35+
"git_diff": "2.47.2",
3636
"gitleaks": "8.23.0",
3737
"golangci-lint": "1.63.4",
3838
"goodcheck": "3.1.0",
3939
"graphql-schema-linter": "3.0.1",
4040
"grype": "0.79.5",
4141
"hadolint": "2.12.0",
42-
"helm": "3.14.3",
42+
"helm": "3.16.3",
4343
"htmlhint": "1.1.4",
4444
"isort": "5.13.2",
4545
"jscpd": "4.0.5",
@@ -76,7 +76,7 @@
7676
"psalm": "Psalm.5.26.1@",
7777
"puppet-lint": "4.2.4",
7878
"pylint": "3.3.3",
79-
"pyright": "1.1.391",
79+
"pyright": "1.1.392",
8080
"raku": "2020.10",
8181
"remark-lint": "14.0.2",
8282
"revive": "1.5.1",
@@ -85,8 +85,8 @@
8585
"rstcheck": "6.2.4",
8686
"rstfmt": "0.0.14",
8787
"rubocop": "1.70.0",
88-
"ruff": "0.9.1",
89-
"ruff-format": "0.9.1",
88+
"ruff": "0.9.2",
89+
"ruff-format": "0.9.2",
9090
"scalafix": "0.14.0",
9191
"scss-lint": "0.60.0",
9292
"secretlint": "9.0.0",
@@ -106,20 +106,20 @@
106106
"standard": "17.1.2",
107107
"stylelint": "16.13.2",
108108
"stylua": "2.0.0",
109-
"swiftlint": "0.58.0",
109+
"swiftlint": "0.58.2",
110110
"syft": "1.18.1",
111111
"tekton-lint": "1.1.0",
112112
"terraform-fmt": "1.10.3",
113113
"terragrunt": "0.71.1",
114114
"terrascan": "1.19.9",
115-
"tflint": "0.54.0",
115+
"tflint": "0.55.0",
116116
"trivy": "0.58.2",
117117
"trivy-sbom": "0.58.2",
118118
"trufflehog": "3.88.2",
119119
"ts-standard": "12.0.2",
120120
"tsqllint": "1.16.0.0",
121121
"v8r": "4.2.1",
122122
"vale": "3.9.3",
123-
"xmllint": "21207",
123+
"xmllint": "21304",
124124
"yamllint": "1.35.1"
125125
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,18 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
189189
- [scalafix](https://scalacenter.github.io/scalafix/) from 0.13.0 to **0.14.0** on 2025-01-14
190190
- [phplint](https://github.com/overtrue/phplint) from 9.5.5 to **9.5.6** on 2025-01-15
191191
- [checkov](https://www.checkov.io/) from 3.2.352 to **3.2.353** on 2025-01-15
192+
- [bash-exec](https://www.gnu.org/software/bash/) from 5.2.26 to **5.2.37** on 2025-01-17
193+
- [clang-format](https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormat.html) from 17.0.6 to **19.1.4** on 2025-01-17
194+
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2024.11.14 to **2025.01.16** on 2025-01-17
195+
- [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 8.0.111 to **8.0.112** on 2025-01-17
196+
- [helm](https://helm.sh/docs/helm/helm_lint/) from 3.14.3 to **3.16.3** on 2025-01-17
197+
- [pyright](https://github.com/Microsoft/pyright) from 1.1.391 to **1.1.392** on 2025-01-17
198+
- [ruff-format](https://github.com/astral-sh/ruff) from 0.9.1 to **0.9.2** on 2025-01-17
199+
- [ruff](https://github.com/astral-sh/ruff) from 0.9.1 to **0.9.2** on 2025-01-17
200+
- [git_diff](https://git-scm.com) from 2.45.2 to **2.47.2** on 2025-01-17
201+
- [swiftlint](https://github.com/realm/SwiftLint) from 0.58.0 to **0.58.2** on 2025-01-17
202+
- [tflint](https://github.com/terraform-linters/tflint) from 0.54.0 to **0.55.0** on 2025-01-17
203+
- [xmllint](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) from 21207 to **21304** on 2025-01-17
192204
<!-- linter-versions-end -->
193205

194206
## [v8.3.0] - 2024-11-23

0 commit comments

Comments
 (0)