Skip to content

Commit 388fa44

Browse files
authored
[automation] Auto-update linters version, help and documentation (#6103)
1 parent dcddd57 commit 388fa44

File tree

8 files changed

+20
-18
lines changed

8 files changed

+20
-18
lines changed

.automation/generated/linter-helps.json

Lines changed: 4 additions & 4 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"sql-lint": "1.0.0",
106106
"sqlfluff": "3.4.2",
107107
"standard": "17.1.2",
108-
"stylelint": "16.23.1",
108+
"stylelint": "16.24.0",
109109
"stylua": "2.0.0",
110110
"swiftlint": "0.59.1",
111111
"syft": "1.32.0",

.github/workflows/deploy-DEV.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ jobs:
165165
166166
export CI_ENV="$(bash <(curl -s https://codecov.io/env)) -e GITHUB_ACTIONS"
167167
TEST_KEYWORDS_TO_USE=""
168-
if [[ "${{ github.event.head_commit.message }}" == *"TEST_KEYWORDS="* ]]; then
169-
COMMIT_MSG="${{ github.event.head_commit.message }}"
168+
if [[ "${COMMIT_MSG}" == *"TEST_KEYWORDS="* ]]; then
170169
TEST_KEYWORDS_TO_USE=${COMMIT_MSG#*TEST_KEYWORDS=}
171170
echo "Run only tests with keywords ${TEST_KEYWORDS_TO_USE}"
172171
if [[ "${TEST_KEYWORDS_TO_USE}" =~ $'\r' ]]; then
@@ -177,6 +176,8 @@ jobs:
177176
docker image ls
178177
docker run $CI_ENV -e TEST_CASE_RUN=true -e OUTPUT_FORMAT=text -e OUTPUT_FOLDER=${{ github.sha }} -e OUTPUT_DETAIL=detailed -e GITHUB_SHA=${{ github.sha }} -e GITHUB_REPOSITORY=${GITHUB_REPOSITORY} -e GITHUB_BRANCH=${GITHUB_BRANCH} -e GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}" -e TEST_KEYWORDS="${TEST_KEYWORDS_TO_USE}" -e MEGALINTER_VOLUME_ROOT="${GITHUB_WORKSPACE}" -v "/var/run/docker.sock:/var/run/docker.sock:rw" -v ${GITHUB_WORKSPACE}:/tmp/lint ${{ fromJson(steps.meta.outputs.json).tags[0]}}
179178
timeout-minutes: 90
179+
env:
180+
COMMIT_MSG: ${{ github.event.head_commit.message }}
180181

181182
#####################################
182183
# Run Linter against ALL code base #

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
263263
- [secretlint](https://github.com/secretlint/secretlint) from 11.2.0 to **11.2.3** on 2025-09-07
264264
- [snakemake](https://snakemake.github.io/) from 9.9.0 to **3.13** on 2025-09-07
265265
- [tflint](https://github.com/terraform-linters/tflint) from 0.58.1 to **0.59.1** on 2025-09-07
266+
- [stylelint](https://stylelint.io) from 16.23.1 to **16.24.0** on 2025-09-07
266267
<!-- linter-versions-end -->
267268

268269
## [v8.8.0] - 2024-06-15

docs/all_linters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
| [**spectral**](https://github.com/stoplightio/spectral){target=_blank} | 6.15.0 | [Apache-2.0](licenses/spectral.md) | [![GitHub stars](https://img.shields.io/github/stars/stoplightio/spectral?cacheSeconds=3600)](https://github.com/stoplightio/spectral){target=_blank} | [API](descriptors/api_spectral.md) | :white_circle: | [Repository](https://github.com/stoplightio/spectral){target=_blank} |
103103
| [**sqlfluff**](https://github.com/sqlfluff/sqlfluff){target=_blank} | 3.4.2 | [MIT](licenses/sqlfluff.md) | [![GitHub stars](https://img.shields.io/github/stars/sqlfluff/sqlfluff?cacheSeconds=3600)](https://github.com/sqlfluff/sqlfluff){target=_blank} | [SQL](descriptors/sql_sqlfluff.md) | :white_circle: | [Repository](https://github.com/sqlfluff/sqlfluff){target=_blank} |
104104
| [**standard**](https://github.com/standard/standard){target=_blank} | 17.1.2 | [MIT](licenses/standard.md) | [![GitHub stars](https://img.shields.io/github/stars/standard/standard?cacheSeconds=3600)](https://github.com/standard/standard){target=_blank} | [JAVASCRIPT](descriptors/javascript_standard.md) | :white_circle: | [Repository](https://github.com/standard/standard){target=_blank} |
105-
| [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 16.23.1 | [MIT](licenses/stylelint.md) | [![GitHub stars](https://img.shields.io/github/stars/stylelint/stylelint?cacheSeconds=3600)](https://github.com/stylelint/stylelint){target=_blank} | [CSS](descriptors/css_stylelint.md) | :white_circle: | [Repository](https://github.com/stylelint/stylelint){target=_blank} |
105+
| [**stylelint**](https://github.com/stylelint/stylelint){target=_blank} | 16.24.0 | [MIT](licenses/stylelint.md) | [![GitHub stars](https://img.shields.io/github/stars/stylelint/stylelint?cacheSeconds=3600)](https://github.com/stylelint/stylelint){target=_blank} | [CSS](descriptors/css_stylelint.md) | :white_circle: | [Repository](https://github.com/stylelint/stylelint){target=_blank} |
106106
| [**stylua**](https://github.com/JohnnyMorganz/StyLua){target=_blank} | 2.0.0 | [MPL-2.0](licenses/stylua.md) | [![GitHub stars](https://img.shields.io/github/stars/JohnnyMorganz/StyLua?cacheSeconds=3600)](https://github.com/JohnnyMorganz/StyLua){target=_blank} | [LUA](descriptors/lua_stylua.md) | :no_entry_sign: | [Repository](https://github.com/JohnnyMorganz/StyLua){target=_blank} |
107107
| [**swiftlint**](https://github.com/realm/SwiftLint){target=_blank} | 0.59.1 | [MIT](licenses/swiftlint.md) | [![GitHub stars](https://img.shields.io/github/stars/realm/SwiftLint?cacheSeconds=3600)](https://github.com/realm/SwiftLint){target=_blank} | [SWIFT](descriptors/swift_swiftlint.md) | :white_circle: | [Repository](https://github.com/realm/SwiftLint){target=_blank} |
108108
| [**syft**](https://github.com/anchore/syft){target=_blank} | 1.32.0 | [Apache-2.0](licenses/syft.md) | [![GitHub stars](https://img.shields.io/github/stars/anchore/syft?cacheSeconds=3600)](https://github.com/anchore/syft){target=_blank} | [REPOSITORY](descriptors/repository_syft.md) | :white_circle: | [Repository](https://github.com/anchore/syft){target=_blank} |

docs/descriptors/css_stylelint.md

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

2929
## stylelint documentation
3030

31-
- Version in MegaLinter: **16.23.1**
31+
- Version in MegaLinter: **16.24.0**
3232
- Visit [Official Web Site](https://stylelint.io){target=_blank}
3333
- See [How to configure stylelint rules](https://stylelint.io/user-guide/configure){target=_blank}
3434
- If custom `.stylelintrc.json` config file isn't found, [.stylelintrc.json](https://github.com/oxsecurity/megalinter/tree/main/TEMPLATES/.stylelintrc.json){target=_blank} will be used
@@ -319,7 +319,7 @@ stylelint --fix --config .stylelintrc.json myfile.css myfile2.css myfile3.css
319319
- Dockerfile commands :
320320
```dockerfile
321321
# renovate: datasource=npm depName=stylelint
322-
ARG NPM_STYLELINT_VERSION=16.23.1
322+
ARG NPM_STYLELINT_VERSION=16.24.0
323323
# renovate: datasource=npm depName=stylelint-config-standard
324324
ARG NPM_STYLELINT_CONFIG_STANDARD_VERSION=39.0.0
325325
# renovate: datasource=npm depName=stylelint-config-sass-guidelines
@@ -331,7 +331,7 @@ ARG PIP_CPPLINT_VERSION=2.0.2
331331
```
332332
333333
- NPM packages (node.js):
334-
- [stylelint@16.23.1](https://www.npmjs.com/package/stylelint/v/16.23.1)
334+
- [stylelint@16.24.0](https://www.npmjs.com/package/stylelint/v/16.24.0)
335335
- [stylelint-config-standard@39.0.0](https://www.npmjs.com/package/stylelint-config-standard/v/39.0.0)
336336
- [stylelint-config-sass-guidelines@12.1.0](https://www.npmjs.com/package/stylelint-config-sass-guidelines/v/12.1.0)
337337
- [stylelint-scss@6.12.1](https://www.npmjs.com/package/stylelint-scss/v/6.12.1)

docs/descriptors/snakemake_snakemake.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
149149
[--summary] [--detailed-summary] [--archive FILE]
150150
[--cleanup-metadata FILE [FILE ...]] [--cleanup-shadow]
151151
[--skip-script-cleanup] [--unlock]
152-
[--list-changes {input,code,params}] [--list-input-changes]
152+
[--list-changes {params,input,code}] [--list-input-changes]
153153
[--list-params-changes] [--list-untracked]
154154
[--delete-all-output | --delete-temp-output]
155155
[--keep-incomplete] [--drop-metadata] [--version]
@@ -194,7 +194,7 @@ usage: snakemake [-h] [--dry-run] [--profile PROFILE]
194194
[--apptainer-args ARGS] [--use-envmodules]
195195
[--deploy-sources QUERY CHECKSUM]
196196
[--target-jobs TARGET_JOBS [TARGET_JOBS ...]]
197-
[--mode {remote,default,subprocess}]
197+
[--mode {subprocess,remote,default}]
198198
[--scheduler-solver-path SCHEDULER_SOLVER_PATH]
199199
[--max-jobs-per-second MAX_JOBS_PER_SECOND]
200200
[--report-html-path VALUE]
@@ -682,7 +682,7 @@ UTILITIES:
682682
(default: False)
683683
--unlock Remove a lock on the working directory. (default:
684684
False)
685-
--list-changes, --lc {input,code,params}
685+
--list-changes, --lc {params,input,code}
686686
List all output files for which the given items (code,
687687
input, params) have changed since creation.
688688
--list-input-changes, --li
@@ -1037,7 +1037,7 @@ INTERNAL:
10371037
--target-jobs TARGET_JOBS [TARGET_JOBS ...]
10381038
Internal use only: Target particular jobs by
10391039
RULE:WILDCARD1=VALUE,WILDCARD2=VALUE,...
1040-
--mode {remote,default,subprocess}
1040+
--mode {subprocess,remote,default}
10411041
Internal use only: Set execution mode of Snakemake.
10421042
(default: default)
10431043
--scheduler-solver-path SCHEDULER_SOLVER_PATH

docs/used-by-stats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2653&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
44
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(public)&message=2653&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
55
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(private)&message=-2653&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
6-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=105260&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
6+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by%20(stars)&message=105261&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)
77

88
| Repository | Stars |
99
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------:|
10-
| <img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/3813618?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 65586 |
11-
| <img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/102252800?s=40&v=4" width="20" height="20" alt=""> &nbsp; [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10457 |
10+
| <img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/3813618?s=40&v=4" width="20" height="20" alt=""> &nbsp; [nektos](https://github.com/nektos) / [act](https://github.com/nektos/act) | 65587 |
11+
| <img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/102252800?s=40&v=4" width="20" height="20" alt=""> &nbsp; [PRQL](https://github.com/PRQL) / [prql](https://github.com/PRQL/prql) | 10456 |
1212
| <img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/6318351?s=40&v=4" width="20" height="20" alt=""> &nbsp; [IlanCosman](https://github.com/IlanCosman) / [tide](https://github.com/IlanCosman/tide) | 3570 |
1313
| <img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/41295674?s=40&v=4" width="20" height="20" alt=""> &nbsp; [ever-co](https://github.com/ever-co) / [ever-gauzy](https://github.com/ever-co/ever-gauzy) | 3174 |
1414
| <img class="avatar mr-2" src="https://avatars.githubusercontent.com/u/28969?s=40&v=4" width="20" height="20" alt=""> &nbsp; [stepancheg](https://github.com/stepancheg) / [rust-protobuf](https://github.com/stepancheg/rust-protobuf) | 2933 |

0 commit comments

Comments
 (0)