Skip to content

Commit 940b9d0

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5334)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent 61a6678 commit 940b9d0

File tree

10 files changed

+22
-19
lines changed

10 files changed

+22
-19
lines changed

.automation/generated/linter-helps.json

Lines changed: 2 additions & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@
122122
"v8r": "4.4.0",
123123
"vale": "3.11.2",
124124
"xmllint": "21304",
125-
"yamllint": "1.37.0"
125+
"yamllint": "1.37.1"
126126
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
6666
- [gitleaks](https://github.com/gitleaks/gitleaks) from 8.24.3 to **8.25.1** on 2025-05-04
6767
- [terragrunt](https://terragrunt.gruntwork.io) from 0.77.22 to **0.78.0** on 2025-05-04
6868
- [tflint](https://github.com/terraform-linters/tflint) from 0.56.0 to **0.57.0** on 2025-05-04
69+
- [yamllint](https://yamllint.readthedocs.io/) from 1.37.0 to **1.37.1** on 2025-05-04
6970
<!-- linter-versions-end -->
7071

7172
## [v8.6.0] - 2024-04-27

docs/all_linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@
120120
| [**v8r**](https://github.com/chris48s/v8r){target=_blank} | 4.4.0 | [MIT](licenses/v8r.md) | [![GitHub stars](https://img.shields.io/github/stars/chris48s/v8r?cacheSeconds=3600)](https://github.com/chris48s/v8r){target=_blank} | [JSON](descriptors/json_v8r.md)<br/> [YAML](descriptors/yaml_v8r.md) | :no_entry_sign: | [Repository](https://github.com/chris48s/v8r){target=_blank} |
121121
| [**vale**](https://github.com/errata-ai/vale){target=_blank} | 3.11.2 | [MIT](licenses/vale.md) | [![GitHub stars](https://img.shields.io/github/stars/errata-ai/vale?cacheSeconds=3600)](https://github.com/errata-ai/vale){target=_blank} | [SPELL](descriptors/spell_vale.md) | :white_circle: | [Repository](https://github.com/errata-ai/vale){target=_blank} |
122122
| [**xmllint**](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home){target=_blank} | 21304 | <!-- --> | <!-- --> | [XML](descriptors/xml_xmllint.md) | :white_circle: | [Web Site](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home){target=_blank} |
123-
| [**yamllint**](https://github.com/adrienverge/yamllint){target=_blank} | 1.37.0 | [GPL-3.0](licenses/yamllint.md) | [![GitHub stars](https://img.shields.io/github/stars/adrienverge/yamllint?cacheSeconds=3600)](https://github.com/adrienverge/yamllint){target=_blank} | [YAML](descriptors/yaml_yamllint.md) | :no_entry_sign: | [Repository](https://github.com/adrienverge/yamllint){target=_blank} |
123+
| [**yamllint**](https://github.com/adrienverge/yamllint){target=_blank} | 1.37.1 | [GPL-3.0](licenses/yamllint.md) | [![GitHub stars](https://img.shields.io/github/stars/adrienverge/yamllint?cacheSeconds=3600)](https://github.com/adrienverge/yamllint){target=_blank} | [YAML](descriptors/yaml_yamllint.md) | :no_entry_sign: | [Repository](https://github.com/adrienverge/yamllint){target=_blank} |

docs/descriptors/javascript_eslint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
193193
# renovate: datasource=npm depName=eslint-plugin-n
194194
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
195195
# renovate: datasource=npm depName=eslint-plugin-prettier
196-
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.6
196+
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.3.1
197197
# renovate: datasource=npm depName=eslint-plugin-promise
198198
ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0
199199
# renovate: datasource=npm depName=eslint-plugin-vue
@@ -214,7 +214,7 @@ ARG NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION=3.1.0
214214
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-import/v/2.31.0)
215215
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-jest/v/28.11.0)
216216
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-n/v/16.6.2)
217-
- [eslint-plugin-prettier@5.2.6](https://www.npmjs.com/package/eslint-plugin-prettier/v/5.2.6)
217+
- [eslint-plugin-prettier@5.3.1](https://www.npmjs.com/package/eslint-plugin-prettier/v/5.3.1)
218218
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-promise/v/6.6.0)
219219
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-vue/v/10.1.0)
220220
- [@babel/[email protected]](https://www.npmjs.com/package/@babel/core/v/7.27.1)

docs/descriptors/kubernetes_kubescape.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Flags:
145145
--server string Backend discovery server URL
146146

147147
Use "kubescape [command] --help" for more information about a command.
148+
{"level":"info","ts":"2025-05-04T12:23:48Z","msg":"Received interrupt signal, exiting..."}
148149
```
149150
150151
### Installation on mega-linter Docker image

docs/descriptors/tsx_eslint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ ARG NPM_ESLINT_CONFIG_PRETTIER_VERSION=10.1.2
189189
# renovate: datasource=npm depName=eslint-plugin-jest
190190
ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
191191
# renovate: datasource=npm depName=eslint-plugin-prettier
192-
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.6
192+
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.3.1
193193
# renovate: datasource=npm depName=eslint-plugin-react
194194
ARG NPM_ESLINT_PLUGIN_REACT_VERSION=7.37.5
195195
# renovate: datasource=npm depName=@babel/eslint-parser
@@ -212,7 +212,7 @@ ARG NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION=3.1.0
212212
- [[email protected]](https://www.npmjs.com/package/eslint-config-airbnb/v/19.0.4)
213213
- [[email protected]](https://www.npmjs.com/package/eslint-config-prettier/v/10.1.2)
214214
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-jest/v/28.11.0)
215-
- [eslint-plugin-prettier@5.2.6](https://www.npmjs.com/package/eslint-plugin-prettier/v/5.2.6)
215+
- [eslint-plugin-prettier@5.3.1](https://www.npmjs.com/package/eslint-plugin-prettier/v/5.3.1)
216216
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-react/v/7.37.5)
217217
- [@babel/[email protected]](https://www.npmjs.com/package/@babel/eslint-parser/v/7.27.1)
218218
- [[email protected]](https://www.npmjs.com/package/prettier/v/3.5.3)

docs/descriptors/typescript_eslint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ ARG NPM_ESLINT_PLUGIN_JEST_VERSION=28.11.0
196196
# renovate: datasource=npm depName=eslint-plugin-n
197197
ARG NPM_ESLINT_PLUGIN_N_VERSION=16.6.2
198198
# renovate: datasource=npm depName=eslint-plugin-prettier
199-
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.2.6
199+
ARG NPM_ESLINT_PLUGIN_PRETTIER_VERSION=5.3.1
200200
# renovate: datasource=npm depName=eslint-plugin-promise
201201
ARG NPM_ESLINT_PLUGIN_PROMISE_VERSION=6.6.0
202202
# renovate: datasource=npm depName=@babel/eslint-parser
@@ -222,7 +222,7 @@ ARG NPM_MICROSOFT_ESLINT_FORMATTER_SARIF_VERSION=3.1.0
222222
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-import/v/2.31.0)
223223
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-jest/v/28.11.0)
224224
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-n/v/16.6.2)
225-
- [eslint-plugin-prettier@5.2.6](https://www.npmjs.com/package/eslint-plugin-prettier/v/5.2.6)
225+
- [eslint-plugin-prettier@5.3.1](https://www.npmjs.com/package/eslint-plugin-prettier/v/5.3.1)
226226
- [[email protected]](https://www.npmjs.com/package/eslint-plugin-promise/v/6.6.0)
227227
- [@babel/[email protected]](https://www.npmjs.com/package/@babel/eslint-parser/v/7.27.1)
228228
- [[email protected]](https://www.npmjs.com/package/prettier/v/3.5.3)

docs/descriptors/yaml_yamllint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: How to use yamllint (configure, ignore files, ignore errors, help &
99

1010
## yamllint documentation
1111

12-
- Version in MegaLinter: **1.37.0**
12+
- Version in MegaLinter: **1.37.1**
1313
- Visit [Official Web Site](https://yamllint.readthedocs.io/){target=_blank}
1414
- See [How to configure yamllint rules](https://yamllint.readthedocs.io/en/stable/configuration.html#configuration){target=_blank}
1515
- If custom `.yamllint.yml` config file isn't found, [.yamllint.yml](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.yamllint.yml){target=_blank} will be used
@@ -140,8 +140,8 @@ options:
140140
- Dockerfile commands :
141141
```dockerfile
142142
# renovate: datasource=pypi depName=yamllint
143-
ARG PIP_YAMLLINT_VERSION=1.37.0
143+
ARG PIP_YAMLLINT_VERSION=1.37.1
144144
```
145145
146146
- PIP packages (Python):
147-
- [yamllint==1.37.0](https://pypi.org/project/yamllint/1.37.0)
147+
- [yamllint==1.37.1](https://pypi.org/project/yamllint/1.37.1)

0 commit comments

Comments
 (0)