diff --git a/.automation/generated/flavors-stats.json b/.automation/generated/flavors-stats.json
index 5d3ff493ae8..e097fabb2f9 100644
--- a/.automation/generated/flavors-stats.json
+++ b/.automation/generated/flavors-stats.json
@@ -591,6 +591,10 @@
[
"2022-02-25T15:39:13",
2460617
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 2461633
]
],
"ci_light": [
@@ -1185,6 +1189,10 @@
[
"2022-02-25T15:39:13",
7828
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 7926
]
],
"dart": [
@@ -1779,6 +1787,10 @@
[
"2022-02-25T15:39:13",
2353
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 2353
]
],
"documentation": [
@@ -2373,6 +2385,10 @@
[
"2022-02-25T15:39:13",
43418
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 43584
]
],
"dotnet": [
@@ -2967,6 +2983,10 @@
[
"2022-02-25T15:39:13",
286982
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 287824
]
],
"go": [
@@ -3561,6 +3581,10 @@
[
"2022-02-25T15:39:13",
8403
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 8434
]
],
"java": [
@@ -4155,6 +4179,10 @@
[
"2022-02-25T15:39:13",
61699
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 61876
]
],
"javascript": [
@@ -4749,6 +4777,10 @@
[
"2022-02-25T15:39:13",
93715
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 94064
]
],
"php": [
@@ -5343,6 +5375,10 @@
[
"2022-02-25T15:39:13",
4346
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 4378
]
],
"python": [
@@ -5937,6 +5973,10 @@
[
"2022-02-25T15:39:13",
61802
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 62111
]
],
"ruby": [
@@ -6527,6 +6567,10 @@
[
"2022-02-25T15:39:13",
1904
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 1904
]
],
"rust": [
@@ -7117,6 +7161,10 @@
[
"2022-02-25T15:39:13",
2127
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 2165
]
],
"salesforce": [
@@ -7711,6 +7759,10 @@
[
"2022-02-25T15:39:13",
11060
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 11121
]
],
"scala": [
@@ -8301,6 +8353,10 @@
[
"2022-02-25T15:39:13",
1455
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 1455
]
],
"swift": [
@@ -8891,6 +8947,10 @@
[
"2022-02-25T15:39:13",
1496
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 1496
]
],
"terraform": [
@@ -9485,6 +9545,10 @@
[
"2022-02-25T15:39:13",
41654
+ ],
+ [
+ "2022-02-27T01:44:50",
+ 42019
]
]
}
\ No newline at end of file
diff --git a/.automation/generated/linter-helps.json b/.automation/generated/linter-helps.json
index 7ef208e9697..925b482abab 100644
--- a/.automation/generated/linter-helps.json
+++ b/.automation/generated/linter-helps.json
@@ -338,8 +338,8 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
- " magics (capture, prun, python3, timeit,",
- " time, python, pypy). Useful for formatting",
+ " magics (python3, timeit, time, capture,",
+ " python, prun, pypy). Useful for formatting",
" cells with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
@@ -1466,8 +1466,8 @@
" of opening bracket's line.",
" --ignore errors Comma-separated list of errors and warnings to ignore",
" (or skip). For example, ``--ignore=E4,E51,W234``.",
- " (Default: ['E126', 'E121', 'W504', 'E704', 'E226',",
- " 'E123', 'E24', 'W503'])",
+ " (Default: ['W504', 'E123', 'E226', 'W503', 'E126',",
+ " 'E24', 'E121', 'E704'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
@@ -6610,7 +6610,8 @@
" {dependencies}. Assuming that your submit script (here",
" sbatch) outputs the generated job id to the first",
" stdout line, {dependencies} will be filled with space",
- " separated job ids this job depends on. (default:",
+ " separated job ids this job depends on. Does not work",
+ " for workflows that contain checkpoint rules. (default:",
" False)",
" --jobscript SCRIPT, --js SCRIPT",
" Provide a custom job script for submission to the",
diff --git a/.automation/generated/linter-versions.json b/.automation/generated/linter-versions.json
index a53bff8ef85..cc72ea0dd6d 100644
--- a/.automation/generated/linter-versions.json
+++ b/.automation/generated/linter-versions.json
@@ -5,8 +5,8 @@
"bandit": "1.7.2",
"bash-exec": "5.1.0",
"black": "22.1.0",
- "cfn-lint": "0.58.1",
- "checkov": "2.0.902",
+ "cfn-lint": "0.58.2",
+ "checkov": "2.0.903",
"checkstyle": "9.3",
"chktex": "1.7.6",
"clippy": "0.1.59",
@@ -19,7 +19,7 @@
"dotenv-linter": "3.2.0",
"dotnet-format": "000",
"editorconfig-checker": "2.3.5",
- "eslint": "8.9.0",
+ "eslint": "8.10.0",
"eslint-plugin-jsonc": "2.2.1",
"flake8": "4.0.1",
"gherkin-lint": "0.0.0",
@@ -50,7 +50,7 @@
"phpstan": "1.4.6",
"powershell": "7.2.1",
"prettier": "2.5.1",
- "protolint": "0.37.0",
+ "protolint": "0.37.1",
"psalm": "Psalm.4.x-dev@",
"puppet-lint": "2.5.2",
"pylint": "2.12.2",
@@ -71,7 +71,7 @@
"shellcheck": "0.8.0",
"shfmt": "3.5.0",
"snakefmt": "0.4.4",
- "snakemake": "7.0.0",
+ "snakemake": "7.0.1",
"spectral": "5.6.0",
"sql-lint": "0.0.19",
"sqlfluff": "0.10.1",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40f1d7ba3ce..e7fb0fbc3b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,11 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [terrascan](https://www.accurics.com/products/terrascan/) from 1.13.1 to **1.13.2** on 2022-02-25
- [checkov](https://www.checkov.io/) from 2.0.901 to **2.0.902** on 2022-02-25
- [terragrunt](https://terragrunt.gruntwork.io) from 0.36.1 to **0.36.2** on 2022-02-25
+ - [cfn-lint](https://github.com/martysweet/cfn-lint) from 0.58.1 to **0.58.2** on 2022-02-27
+ - [eslint](https://eslint.org) from 8.9.0 to **8.10.0** on 2022-02-27
+ - [protolint](https://github.com/yoheimuta/protolint) from 0.37.0 to **0.37.1** on 2022-02-27
+ - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.0.0 to **7.0.1** on 2022-02-27
+ - [checkov](https://www.checkov.io/) from 2.0.902 to **2.0.903** on 2022-02-27
- New linter `kubeconform` to validate Kubernetes manifests with updated schemas
diff --git a/docs/all_linters.md b/docs/all_linters.md
index 67b076b779a..934c79cb92a 100644
--- a/docs/all_linters.md
+++ b/docs/all_linters.md
@@ -11,8 +11,8 @@
| [**bandit**](https://github.com/PyCQA/bandit){target=_blank} | 1.7.2 | [Apache-2.0](licenses/bandit.md) | [PYTHON](descriptors/python_bandit.md) | :white_circle: | [Repository](https://github.com/PyCQA/bandit){target=_blank} |
| [**bash-exec**](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} | 5.1.0 | | [BASH](descriptors/bash_bash_exec.md) | | [Web Site](https://tiswww.case.edu/php/chet/bash/bashtop.html){target=_blank} |
| [**black**](https://github.com/psf/black){target=_blank} | 22.1.0 | [MIT](licenses/black.md) | [PYTHON](descriptors/python_black.md) | :white_circle: | [Repository](https://github.com/psf/black){target=_blank} |
-| [**cfn-lint**](https://github.com/martysweet/cfn-lint){target=_blank} | 0.58.1 | | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Web Site](https://github.com/martysweet/cfn-lint){target=_blank} |
-| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.0.902 | [Apache-2.0](licenses/checkov.md) | [TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
+| [**cfn-lint**](https://github.com/martysweet/cfn-lint){target=_blank} | 0.58.2 | | [CLOUDFORMATION](descriptors/cloudformation_cfn_lint.md) | :white_circle: | [Web Site](https://github.com/martysweet/cfn-lint){target=_blank} |
+| [**checkov**](https://github.com/bridgecrewio/checkov){target=_blank} | 2.0.903 | [Apache-2.0](licenses/checkov.md) | [TERRAFORM](descriptors/terraform_checkov.md) | :no_entry_sign: | [Repository](https://github.com/bridgecrewio/checkov){target=_blank} |
| [**checkstyle**](https://github.com/checkstyle/checkstyle){target=_blank} | 9.3 | [Other](licenses/checkstyle.md) | [JAVA](descriptors/java_checkstyle.md) | :heart: | [MegaLinter reference](https://checkstyle.sourceforge.io/index.html#Related_Tools_Active_Tools){target=_blank} |
| [**chktex**](https://www.nongnu.org/chktex){target=_blank} | 1.7.6 | | [LATEX](descriptors/latex_chktex.md) | :white_circle: | [Web Site](https://www.nongnu.org/chktex){target=_blank} |
| [**clippy**](https://github.com/rust-lang/rust-clippy){target=_blank} | 0.1.59 | | [RUST](descriptors/rust_clippy.md) | :white_circle: | [Web Site](https://github.com/rust-lang/rust-clippy){target=_blank} |
@@ -25,7 +25,7 @@
| [**dotenv-linter**](https://github.com/dotenv-linter/dotenv-linter){target=_blank} | 3.2.0 | [MIT](licenses/dotenv-linter.md) | [ENV](descriptors/env_dotenv_linter.md) | :heart: | [MegaLinter reference](https://dotenv-linter.github.io/#/integrations/mega_linter){target=_blank} |
| [**dotnet-format**](https://github.com/dotnet/format){target=_blank} | 000 | | [CSHARP](descriptors/csharp_dotnet_format.md)
[VBDOTNET](descriptors/vbdotnet_dotnet_format.md) | :white_circle: | [Web Site](https://github.com/dotnet/format){target=_blank} |
| [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker){target=_blank} | 2.3.5 | [MIT](licenses/editorconfig-checker.md) | [EDITORCONFIG](descriptors/editorconfig_editorconfig_checker.md) | :heart: | [MegaLinter reference](https://github.com/editorconfig-checker/editorconfig-checker#mega-linter){target=_blank} |
-| [**eslint**](https://github.com/eslint/eslint){target=_blank} | 8.9.0 | [MIT](licenses/eslint.md) | [JAVASCRIPT](descriptors/javascript_eslint.md)
[JSX](descriptors/jsx_eslint.md)
[TSX](descriptors/tsx_eslint.md)
[TYPESCRIPT](descriptors/typescript_eslint.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
+| [**eslint**](https://github.com/eslint/eslint){target=_blank} | 8.10.0 | [MIT](licenses/eslint.md) | [JAVASCRIPT](descriptors/javascript_eslint.md)
[JSX](descriptors/jsx_eslint.md)
[TSX](descriptors/tsx_eslint.md)
[TYPESCRIPT](descriptors/typescript_eslint.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**eslint-plugin-jsonc**](https://github.com/ota-meshi/eslint-plugin-jsonc){target=_blank} | 2.2.1 | [MIT](licenses/eslint-plugin-jsonc.md) | [JSON](descriptors/json_eslint_plugin_jsonc.md) | :heart: | [MegaLinter reference](https://eslint.org/docs/user-guide/integrations#source-control){target=_blank} |
| [**flake8**](https://github.com/PyCQA/flake8){target=_blank} | 4.0.1 | [Other](licenses/flake8.md) | [PYTHON](descriptors/python_flake8.md) | :white_circle: | [Repository](https://github.com/PyCQA/flake8){target=_blank} |
| [**gherkin-lint**](https://github.com/vsiakka/gherkin-lint){target=_blank} | N/A | | [GHERKIN](descriptors/gherkin_gherkin_lint.md) | :white_circle: | [Web Site](https://github.com/vsiakka/gherkin-lint){target=_blank} |
@@ -56,7 +56,7 @@
| [**phpstan**](https://github.com/phpstan/phpstan){target=_blank} | 1.4.6 | [MIT](licenses/phpstan.md) | [PHP](descriptors/php_phpstan.md) | :white_circle: | [Repository](https://github.com/phpstan/phpstan){target=_blank} |
| [**powershell**](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} | 7.2.1 | | [POWERSHELL](descriptors/powershell_powershell.md) | :white_circle: | [Web Site](https://github.com/PowerShell/PSScriptAnalyzer){target=_blank} |
| [**prettier**](https://github.com/prettier/prettier){target=_blank} | 2.5.1 | [MIT](licenses/prettier.md) | [JAVASCRIPT](descriptors/javascript_prettier.md)
[JSON](descriptors/json_prettier.md)
[TYPESCRIPT](descriptors/typescript_prettier.md)
[YAML](descriptors/yaml_prettier.md) | :white_circle: | [Repository](https://github.com/prettier/prettier){target=_blank} |
-| [**protolint**](https://github.com/yoheimuta/protolint){target=_blank} | 0.37.0 | | [PROTOBUF](descriptors/protobuf_protolint.md) | :white_circle: | [Web Site](https://github.com/yoheimuta/protolint){target=_blank} |
+| [**protolint**](https://github.com/yoheimuta/protolint){target=_blank} | 0.37.1 | | [PROTOBUF](descriptors/protobuf_protolint.md) | :white_circle: | [Web Site](https://github.com/yoheimuta/protolint){target=_blank} |
| [**psalm**](https://github.com/vimeo/psalm){target=_blank} | Psalm.4.x-dev@ | [MIT](licenses/psalm.md) | [PHP](descriptors/php_psalm.md) | :white_circle: | [Repository](https://github.com/vimeo/psalm){target=_blank} |
| [**puppet-lint**](https://github.com/rodjek/puppet-lint){target=_blank} | 2.5.2 | [MIT](licenses/puppet-lint.md) | [PUPPET](descriptors/puppet_puppet_lint.md) | :white_circle: | [Repository](https://github.com/rodjek/puppet-lint){target=_blank} |
| [**pylint**](https://github.com/PyCQA/pylint){target=_blank} | 2.12.2 | [GPL-2.0](licenses/pylint.md) | [PYTHON](descriptors/python_pylint.md) | :white_circle: | [Repository](https://github.com/PyCQA/pylint){target=_blank} |
@@ -76,7 +76,7 @@
| [**shellcheck**](https://github.com/koalaman/shellcheck){target=_blank} | 0.8.0 | | [BASH](descriptors/bash_shellcheck.md) | | [Web Site](https://github.com/koalaman/shellcheck){target=_blank} |
| [**shfmt**](https://github.com/mvdan/sh){target=_blank} | 3.5.0 | | [BASH](descriptors/bash_shfmt.md) | :no_entry_sign: | [Web Site](https://github.com/mvdan/sh){target=_blank} |
| [**snakefmt**](https://github.com/snakemake/snakefmt){target=_blank} | 0.4.4 | | [SNAKEMAKE](descriptors/snakemake_snakefmt.md) | :white_circle: | [Web Site](https://github.com/snakemake/snakefmt){target=_blank} |
-| [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 7.0.0 | [MIT](licenses/snakemake.md) | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} |
+| [**snakemake**](https://github.com/snakemake/snakemake){target=_blank} | 7.0.1 | [MIT](licenses/snakemake.md) | [SNAKEMAKE](descriptors/snakemake_snakemake.md) | :white_circle: | [Repository](https://github.com/snakemake/snakemake){target=_blank} |
| [**spectral**](https://github.com/stoplightio/spectral){target=_blank} | 5.6.0 | [Apache-2.0](licenses/spectral.md) | [OPENAPI](descriptors/openapi_spectral.md) | :white_circle: | [Repository](https://github.com/stoplightio/spectral){target=_blank} |
| [**sql-lint**](https://github.com/joereynolds/sql-lint){target=_blank} | 0.0.19 | | [SQL](descriptors/sql_sql_lint.md) | :white_circle: | [Web Site](https://github.com/joereynolds/sql-lint){target=_blank} |
| [**sqlfluff**](https://github.com/sqlfluff/sqlfluff){target=_blank} | 0.10.1 | [MIT](licenses/sqlfluff.md) | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} |
diff --git a/docs/descriptors/cloudformation_cfn_lint.md b/docs/descriptors/cloudformation_cfn_lint.md
index b7a44bd2ac4..3134e6d76dd 100644
--- a/docs/descriptors/cloudformation_cfn_lint.md
+++ b/docs/descriptors/cloudformation_cfn_lint.md
@@ -9,7 +9,7 @@
## cfn-lint documentation
-- Version in MegaLinter: **0.58.1**
+- Version in MegaLinter: **0.58.2**
- Visit [Official Web Site](https://github.com/martysweet/cfn-lint#readme){target=_blank}
- If custom `.cfnlintrc.yml` config file is not found, [.cfnlintrc.yml](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/.cfnlintrc.yml){target=_blank} will be used
- See [Index of problems detected by cfn-lint](https://github.com/martysweet/cfn-lint#what-can-cfn-lint-do){target=_blank}
diff --git a/docs/descriptors/javascript_eslint.md b/docs/descriptors/javascript_eslint.md
index 7a601549e24..16cf245afdb 100644
--- a/docs/descriptors/javascript_eslint.md
+++ b/docs/descriptors/javascript_eslint.md
@@ -13,7 +13,7 @@ You can create it by typing `npx eslint --init` in the root of your repository
## eslint documentation
-- Version in MegaLinter: **8.9.0**
+- Version in MegaLinter: **8.10.0**
- Visit [Official Web Site](https://eslint.org){target=_blank}
- See [How to configure eslint rules](https://eslint.org/docs/user-guide/configuring){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}
diff --git a/docs/descriptors/jsx_eslint.md b/docs/descriptors/jsx_eslint.md
index 10a44dcba19..40836c86fff 100644
--- a/docs/descriptors/jsx_eslint.md
+++ b/docs/descriptors/jsx_eslint.md
@@ -12,7 +12,7 @@ You can create it by typing `npx eslint --init` in the root of your repository
## eslint documentation
-- Version in MegaLinter: **8.9.0**
+- Version in MegaLinter: **8.10.0**
- Visit [Official Web Site](https://github.com/yannickcr/eslint-plugin-react#readme){target=_blank}
- See [How to configure eslint rules](https://github.com/yannickcr/eslint-plugin-react#configuration){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}
diff --git a/docs/descriptors/protobuf_protolint.md b/docs/descriptors/protobuf_protolint.md
index f41e5a8ca1e..d15282c6ced 100644
--- a/docs/descriptors/protobuf_protolint.md
+++ b/docs/descriptors/protobuf_protolint.md
@@ -4,7 +4,7 @@
## protolint documentation
-- Version in MegaLinter: **0.37.0**
+- Version in MegaLinter: **0.37.1**
- Visit [Official Web Site](https://github.com/yoheimuta/protolint#readme){target=_blank}
- See [How to configure protolint rules](https://github.com/yoheimuta/protolint#rules){target=_blank}
- If custom `.protolintrc.yml` config file is not found, [.protolintrc.yml](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/.protolintrc.yml){target=_blank} will be used
diff --git a/docs/descriptors/python_black.md b/docs/descriptors/python_black.md
index dd421a3c9e7..98523e7199a 100644
--- a/docs/descriptors/python_black.md
+++ b/docs/descriptors/python_black.md
@@ -112,8 +112,8 @@ Options:
input).
--python-cell-magics TEXT When processing Jupyter Notebooks, add the
given magic to the list of known python-
- magics (capture, prun, python3, timeit,
- time, python, pypy). Useful for formatting
+ magics (python3, timeit, time, capture,
+ python, prun, pypy). Useful for formatting
cells with custom python magics.
-S, --skip-string-normalization
Don't normalize string quotes or prefixes.
diff --git a/docs/descriptors/python_flake8.md b/docs/descriptors/python_flake8.md
index ab49f2e638d..b49a7bd9bbf 100644
--- a/docs/descriptors/python_flake8.md
+++ b/docs/descriptors/python_flake8.md
@@ -124,8 +124,8 @@ optional arguments:
of opening bracket's line.
--ignore errors Comma-separated list of errors and warnings to ignore
(or skip). For example, ``--ignore=E4,E51,W234``.
- (Default: ['E126', 'E121', 'W504', 'E704', 'E226',
- 'E123', 'E24', 'W503'])
+ (Default: ['W504', 'E123', 'E226', 'W503', 'E126',
+ 'E24', 'E121', 'E704'])
--extend-ignore errors
Comma-separated list of errors and warnings to add to
the list of ignored ones. For example, ``--extend-
diff --git a/docs/descriptors/snakemake_snakemake.md b/docs/descriptors/snakemake_snakemake.md
index bff6337b62c..5af9a725d07 100644
--- a/docs/descriptors/snakemake_snakemake.md
+++ b/docs/descriptors/snakemake_snakemake.md
@@ -9,7 +9,7 @@
## snakemake documentation
-- Version in MegaLinter: **7.0.0**
+- Version in MegaLinter: **7.0.1**
- Visit [Official Web Site](https://snakemake.readthedocs.io/en/stable/){target=_blank}
[![snakemake - GitHub](https://gh-card.dev/repos/snakemake/snakemake.svg?fullname=)](https://github.com/snakemake/snakemake){target=_blank}
@@ -811,7 +811,8 @@ CLUSTER:
{dependencies}. Assuming that your submit script (here
sbatch) outputs the generated job id to the first
stdout line, {dependencies} will be filled with space
- separated job ids this job depends on. (default:
+ separated job ids this job depends on. Does not work
+ for workflows that contain checkpoint rules. (default:
False)
--jobscript SCRIPT, --js SCRIPT
Provide a custom job script for submission to the
diff --git a/docs/descriptors/terraform_checkov.md b/docs/descriptors/terraform_checkov.md
index dab08e7799d..56b3bab5af7 100644
--- a/docs/descriptors/terraform_checkov.md
+++ b/docs/descriptors/terraform_checkov.md
@@ -9,7 +9,7 @@
## checkov documentation
-- Version in MegaLinter: **2.0.902**
+- Version in MegaLinter: **2.0.903**
- Visit [Official Web Site](https://www.checkov.io/){target=_blank}
- See [How to disable checkov rules in files](https://www.checkov.io/2.Basics/Suppressing%20and%20Skipping%20Policies.html){target=_blank}
- See [Index of problems detected by checkov](https://www.checkov.io/5.Policy%20Index/all.html){target=_blank}
diff --git a/docs/descriptors/tsx_eslint.md b/docs/descriptors/tsx_eslint.md
index f278a04a24f..831aecca1c3 100644
--- a/docs/descriptors/tsx_eslint.md
+++ b/docs/descriptors/tsx_eslint.md
@@ -13,7 +13,7 @@ You can create it by typing `npx eslint --init` in the root of your repository
## eslint documentation
-- Version in MegaLinter: **8.9.0**
+- Version in MegaLinter: **8.10.0**
- Visit [Official Web Site](https://github.com/yannickcr/eslint-plugin-react#readme){target=_blank}
- See [How to configure eslint rules](https://github.com/yannickcr/eslint-plugin-react#configuration){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}
diff --git a/docs/descriptors/typescript_eslint.md b/docs/descriptors/typescript_eslint.md
index 1dc30970dce..1d8947a0ddb 100644
--- a/docs/descriptors/typescript_eslint.md
+++ b/docs/descriptors/typescript_eslint.md
@@ -13,7 +13,7 @@ You can create it by typing `npx eslint --init` in the root of your repository
## eslint documentation
-- Version in MegaLinter: **8.9.0**
+- Version in MegaLinter: **8.10.0**
- Visit [Official Web Site](https://eslint.org){target=_blank}
- See [How to configure eslint rules](https://eslint.org/docs/user-guide/configuring){target=_blank}
- See [How to disable eslint rules in files](https://eslint.org/docs/user-guide/configuring#disabling-rules-with-inline-comments){target=_blank}