| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-20 | 77.5 kB | |
| v9.0.0 source code.tar.gz | 2025-09-20 | 46.0 MB | |
| v9.0.0 source code.zip | 2025-09-20 | 47.6 MB | |
| Totals: 3 Items | 93.6 MB | 0 | |
What's Changed
- Core
- Create your own Megalinter Custom Flavors to dramatically improve your performances
- See documentation for usage
- Use
npx mega-linter-runner@beta --custom-flavor-setupto initialize repo - Suggest new flavors in reporters with a mega-linter-runner including the list of linters
- New LLM Advisor: call external LLMs to get hints to solve linter errors, available in:
- Console Reporter
- Text Reporter
- Git platforms PR/MR comments Reporter
- Use ghcr.io docker images by default because of rate limits on docker.io
- Use uv to create the venv folder for pip-installed linters
- Add copilot instructions for GitHub Copilot
-
Update base image to python:3.13-alpine3.21 (also embeds go 1.24)
-
Disabled linters
- puppet-lint: Disabled Until fix is provided for https://github.com/puppetlabs/puppet-lint/issues/251
-
checkov: Disabled until fix is provided for https://github.com/bridgecrewio/checkov/issues/7263
-
Removed linters
-
markdown-link-check has been removed because lychee can be used instead, and has much better performances
-
Linters enhancements
- PHP-CS-Fixer is able to run on PHP 8.4 without error (change default configuration) by @llaville
- cspell: Filter output lines that do not contain found issues
- hadolint: Extend DOCKERFILE_HADOLINT_FILE_NAMES_REGEX to include the
purpose.Dockerfileconvention eg service.Dockerfile. -
sqlfluff: Handle fixing of issues
-
Fixes
- When linter is docker based, force
--platform=linux/amd64so it works when running locally on Mac -
Added checking of
*.pyiand*.ipynbfiles to theruffandruff-formatlinters -
Reporters
- New default display for Pull Request comments, with expandable sections containing the first 1000 lines of the output log. Former display remains available by defining
REPORTERS_MARKDOWN_SUMMARY_TYPE=table - Markdown summary reporter:
- Write a file for Github integration if GITHUB_STEP_SUMMARY is set
- Truncate less linter output lines
- Text reporter: Change the output file names to put the linter name first, then the status
-
Enhance display of markdown summary
-
Doc
- Update documentation in all megalinter descriptor files to improve accuracy and consistency
- Fix incorrect information in linters documentation and descriptors
- Remove dead links
- Add linter description (linter_text) in all linter descriptor, to generate a more exhaustive documentation.
-
Update contributing guide to explain how to manage python dependencies in the codebase
-
Flavors
-
Do not suggest flavors that have more linters than the current one
-
CI
-
Update default MegaLinter CI/CD workflows to disable LLM_ADVISOR in case of bot pull requests
-
mega-linter-runner
- Add all CI/CD providers in the --install command
- Use ghcr.io docker images by default
- New parameter --container-engine allowing to use podman as runner
mega-linter-runner --upgrade: Handle upgrade of github actions to their latest version-
mega-linter-runner --upgrade: Upgrades MegaLinter actions and images to v9 -
Linter versions upgrades (68)
- ansible-lint from 25.5.0 to 25.9.0
- bandit from 1.8.3 to 1.8.6
- bicep_linter from 0.36.1 to 0.37.4
- black from 25.1.0 to 25.9.0
- cfn-lint from 1.36.0 to 1.39.1
- checkstyle from 10.25.0 to 11.0.1
- clang-format from 19.1.4 to 20.1.8
- clippy from 0.1.87 to 0.1.90
- clj-kondo from 2025.06.05 to 2025.09.19
- csharpier from 1.0.2 to 1.1.2
- cspell from 9.1.1 to 9.2.1
- dartanalyzer from 3.8.1 to 3.8.3
- devskim from 1.0.59 to 1.0.67
- dotnet-format from 9.0.106 to 9.0.110
- editorconfig-checker from 3.3.0 to 3.4.0
- flake8 from 7.2.0 to 7.3.0
- git_diff from 2.47.2 to 2.49.1
- gitleaks from 8.27.2 to 8.28.0
- golangci-lint from 2.1.6 to 2.4.0
- grype from 0.94.0 to 0.100.0
- hadolint from 2.12.0 to 2.13.1
- helm from 3.16.3 to 3.18.4
- htmlhint from 1.5.1 to 1.7.1
- kics from 2.1.10 to 2.1.13
- ktlint from 1.6.0 to 1.7.1
- kubescape from 3.0.34 to 3.0.41
- lightning-flow-scanner from 3.23.0 to 3.29.0
- mypy from 1.16.0 to 1.18.2
- npm-groovy-lint from 15.2.0 to 15.2.1
- npm-package-json-lint from 8.0.0 to 9.0.0
- php-cs-fixer from 3.75.0 to 3.87.2
- phpcs from 3.13.1 to 4.0.0
- phpstan from 2.1.17 to 2.1.28
- pmd from 7.14.0 to 7.17.0
- powershell from 7.5.1 to 7.5.3
- powershell_formatter from 7.5.1 to 7.5.3
- prettier from 3.5.3 to 3.6.2
- protolint from 0.55.6 to 0.56.4
- psalm from Psalm.6.12.0@ to Psalm.6.13.1@
- pylint from 3.3.7 to 3.3.8
- pyright from 1.1.402 to 1.1.405
- revive from 1.10.0 to 1.12.0
- roslynator from 0.10.1.0 to 0.10.2.0
- rubocop from 1.76.1 to 1.80.2
- ruff-format from 0.11.13 to 0.13.1
- ruff from 0.11.13 to 0.13.1
- secretlint from 10.1.0 to 11.2.4
- selene from 0.28.0 to 0.29.0
- shellcheck from 0.10.0 to 0.11.0
- shfmt from 3.11.0 to 3.12.0
- snakefmt from 0.11.0 to 0.11.2
- snakemake from 9.5.1 to 9.11.4
- sqlfluff from 3.4.1 to 3.4.2
- stylelint from 16.20.0 to 16.24.0
- swiftlint from 0.59.1 to 0.61.0
- syft from 1.27.1 to 1.33.0
- terraform-fmt from 1.12.2 to 1.13.2
- terragrunt from 0.81.6 to 0.87.2
- tflint from 0.58.0 to 0.59.1
- trivy-sbom from 0.63.0 to 0.66.0
- trivy from 0.63.0 to 0.66.0
- trufflehog from 3.89.1 to 3.90.8
- v8r from 5.0.0 to 5.1.0
- vale from 3.11.2 to 3.12.0
- xmllint from 21304 to 21308
Pull Requests
* [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5599 * chore(deps): update dependency sfdx-hardis to v5.41.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5601 * chore(deps): update dependency eslint-plugin-jest to v28.14.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5600 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5602 * chore(deps): update dependency mypy to v1.16.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5604 * chore(deps): update trufflesecurity/trufflehog docker tag to v3.89.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5605 * chore(deps): update dependency mega-linter-runner to v8.8.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5598 * Updates linter documentation with more details by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5603 * chore(deps): update dependency lightning-flow-scanner to v3.23.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5611 * chore(deps): update dependency bandit to v1.8.5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5609 * chore(deps): update typescript-eslint monorepo to v8.34.1 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5606 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5608 * chore(deps): update dependency rubocop to v1.76.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5614 * chore(deps): update dependency fastapi to v0.115.13 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5613 * chore(deps): update dependency lightning-flow-scanner to v3.24.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5612 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5615 * chore(deps): update dependency eslint-plugin-prettier to v5.5.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5616 * chore(deps): update dependency htmlhint to v1.6.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5617 * chore(deps): update dependency squizlabs/php_codesniffer to v3.13.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5622 * chore(deps): update dependency urllib3 to v2.5.0 [security] by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5628 * chore(deps): update dependency htmlhint to v1.6.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5621 * chore(deps): update dependency markdown to v3.8.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5623 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5629 * chore(deps): update dependency stylelint to v16.21.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5630 * chore(deps): update dependency eslint-plugin-jest to v29 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5631 * chore(deps): update dependency cfn-lint to v1.36.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5633 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5620 * chore(deps): update dependency markdown to v3.8.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5632 * chore(deps): update dependency rubocop to v1.77.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5634 * chore(deps): update dependency ruff to v0.12.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5619 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5635 * chore(deps): update dependency flake8 to v7.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5636 * chore(deps): update dependency @salesforce/cli to v2.93.7 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5638 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5639 * chore(deps): update dependency pygments to v2.19.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5642 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5643 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5647 * chore(deps): update dependency sfdx-hardis to v5.43.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5624 * chore(deps): update dependency lightning-flow-scanner to v3.26.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5645 * chore(deps): update dependency eslint-plugin-import to v2.32.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5637 * chore(deps): update dependency snakemake to v9.6.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5607 * chore(deps): update dependency ansible-lint to v25.6.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5618 * chore(deps): update dependency prettier to v3.6.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5648 * chore(deps): update dependency lightning-flow-scanner to v3.26.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5650 * Bump pymdown-extensions from 10.15 to 10.16 in /.config/python/dev by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/5652 * chore(deps): update dependency pymdown-extensions to v10.16 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5653 * chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.33.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5654 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5651 * chore(deps): update typescript-eslint monorepo to v8.35.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5655 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5656 * chore(deps): update dependency cspell to v9.1.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5657 * chore(deps): update dependency prettier to v3.6.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5661 * chore(deps): update dependency sfdx-hardis to v5.43.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5662 * chore(deps): update dependency powershell/powershell to v7.5.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5660 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5663 * chore(deps): update dependency eslint-plugin-prettier to v5.5.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5666 * chore(deps): update secretlint monorepo to v10.1.1 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5665 * chore(deps): update dependency snakemake to v9.6.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5664 * chore(deps): update dependency fastapi to v0.115.14 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5670 * chore(deps): update dependency @babel/core to v7.27.7 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5669 * chore(deps): update dependency astral-sh/uv to v0.7.15 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5673 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5667 * chore(deps): update dependency sfdx-hardis to v5.43.5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5668 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.15 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5674 * chore(deps): update dependency pmd/pmd to v7.15.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5677 * chore(deps): update dependency ruff to v0.12.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5671 * chore(deps): update dependency rust-lang/rust to v1.88.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5672 * chore(deps): update dependency mocha to v11.7.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5676 * chore(deps): update dependency prettier to v3.6.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5675 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5678 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5679 * New display with expandable sections for PR/MR comment summary by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5681 * chore(deps): update dependency uvicorn to v0.35.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5683 * chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.34.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5684 * chore(deps): update dependency python-gitlab to v6.1.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5680 * DOC: Add comprehensive descriptions in linter descriptors + Copilot instrutions by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5685 * chore(deps): update dependency golangci/golangci-lint to v2.2.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5686 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5687 * Enhances Markdown Reporter with GITHUB_STEP_SUMMARY support by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5688 * Improves markdown summary reporter by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5689 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5692 * chore(deps): update dependency @salesforce/cli to v2.94.6 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5691 * chore(deps): update dependency csharpier to 1.0.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5694 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5696 * chore(deps): update dependency golangci/golangci-lint to v2.2.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5699 * chore(deps): update typescript-eslint monorepo to v8.35.1 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5704 * Bump eslint from 9.29.0 to 9.30.0 in /mega-linter-runner by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/5705 * chore(deps): update dependency bartlett/sarif-php-converters to v1.2.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5707 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5702 * chore(deps): update dependency mkdocs-material to v9.6.15 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5709 * chore(deps): update dependency aquasecurity/trivy to v0.64.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5710 * chore(deps): update dependency pytest-xdist to v3.8.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5712 * chore(deps): update dependency cfn-lint to v1.37.0 - autoclosed by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5711 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5713 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5714 * chore(deps): update dependency sfdx-hardis to v5.44.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5700 * chore(deps): update dependency eslint-plugin-vue to v10.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5716 * chore(deps): update babel monorepo to v7.28.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5715 * chore(deps): update dependency anchore/grype to v0.95.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5717 * chore(deps): update dependency anchore/syft to v1.28.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5718 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5719 * PHP-CS-Fixer is able to run on unofficial supported versions (like php 8.4) by @llaville in https://github.com/oxsecurity/megalinter/pull/5720 * Install `iconv` PHP 8.4 extension by @llaville in https://github.com/oxsecurity/megalinter/pull/5722 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5726 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.76.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5701 * chore(deps): update dependency ruff to v0.12.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5724 * chore(deps): update dependency stylelint to v16.21.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5721 * chore(deps): update dependency aquasecurity/trivy to v0.64.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5723 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.19 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5730 * chore(deps): update dependency astral-sh/uv to v0.7.19 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5729 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5728 * build-command: Remove pulling before committing by @echoix in https://github.com/oxsecurity/megalinter/pull/5725 * chore(deps): update dependency snakemake to v9.6.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5733 * chore(deps): update dependency cspell to v9.1.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5731 * chore(deps): update dependency eslint to v9.30.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5732 * chore(deps): update dependency typing-extensions to v4.14.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5734 * chore(deps): update dependency vimeo/psalm to v6.12.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5735 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5736 * chore(deps): update dependency bandit to v1.8.6 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5740 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5739 * chore(deps): update secretlint monorepo to v10.2.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5741 * LLM Advisor + LLL integration using langchain by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5743 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.78.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5737 * chore(deps): update dependency snakemake to v9.7.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5738 * Reorders navigation items & fix linters issues by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5746 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5747 * chore(deps): update checkmarx/kics docker tag to v2.1.11 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5751 * Removes deprecated markdown-link-check linter by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5754 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5755 * chore(deps): update atlassian/default-image docker tag to v5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5748 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5744 * chore(deps): update dependency azure/bicep to v0.36.177 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5727 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5758 * chore(deps): update salesforce packages (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5761 * chore(deps): update redis docker tag to v8.0.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5756 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5762 * chore(deps): update dependency cfn-lint to v1.37.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5753 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5763 * chore(deps): update mvdan/shfmt docker tag to v3.12.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5759 * chore(deps): update typescript-eslint monorepo to v8.36.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5760 * chore(deps): update dependency fastapi to v0.116.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5757 * chore(deps): update dependency ruff to v0.12.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5771 * chore(deps): update dependency pyright to v1.1.403 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5770 * chore(deps): update dependency fastapi to v0.116.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5766 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5768 * chore(deps): update dependency golangci/golangci-lint to v2.2.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5769 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5767 * chore(deps): update ghcr.io/terraform-linters/tflint docker tag to v0.58.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5774 * chore(deps): update dependency mgechev/revive to v1.11.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5775 * chore(deps): update dependency cspell to v9.1.5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5772 * chore(deps): update dependency sqlfluff to v3.4.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5773 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5776 * chore(deps): update mvdan/shfmt docker tag to v3.12.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5781 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5782 * chore(deps): update dependency rubocop to v1.78.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5777 * chore(deps): update dependency skaji/cpm to v0.997024 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5778 * Bump open from 10.1.2 to 10.2.0 in /mega-linter-runner by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/5783 * Bump eslint from 9.30.1 to 9.31.0 in /mega-linter-runner by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/5785 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5788 * chore(deps): update dependency lightning-flow-scanner to v3.26.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5786 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.83.0 - autoclosed by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5789 * chore(deps): update dependency cfn-lint to v1.38.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5787 * chore(deps): update dependency mypy to v1.17.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5791 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5793 * chore(deps): update dependency anchore/grype to v0.96.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5795 * chore(deps): update dependency pinterest/ktlint to v1.7.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5792 * chore(deps): update mvdan/shfmt docker tag to v3.12.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5798 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.84.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5797 * chore(deps): update dependency vimeo/psalm to v6.13.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5794 * chore(deps): update dependency lightning-flow-scanner to v3.27.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5790 * chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5799 * chore(deps): update dependency snakemake to v9.8.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5780 * chore(deps): update typescript-eslint monorepo to v8.37.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5800 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5796 * chore(deps): update dependency sfdx-hardis to v5.44.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5801 * chore(deps): update dependency @salesforce/cli to v2.97.6 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5805 * chore(deps): update secretlint monorepo to v10.2.1 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5803 * chore(deps): update dependency dart to v3.8.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5806 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5807 * Use uv to create venvs by @echoix in https://github.com/oxsecurity/megalinter/pull/5808 * chore(deps): update dependency jsonschema to v4.24.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5809 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5810 * chore(deps): update dependency astral-sh/uv to v0.8.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5815 * Do not mark DEFAULT_BRANCH as deprecated by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5816 * chore(deps): update dependency npm-package-json-lint to v9 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5695 * chore(deps): update dependency ruff to v0.12.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5812 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.22 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5814 * chore(deps): update dependency stylelint to v16.22.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5818 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5819 * chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5820 * chore(deps): update dependency eslint-config-prettier to v10.1.8 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5821 * chore(deps): update dependency jsonschema to v4.25.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5822 * chore(deps): update dependency rq to v2.4.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5826 * chore(deps): update dependency phpstan/phpstan to v2.1.18 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5811 * chore(deps): update zricethezav/gitleaks docker tag to v8.28.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5828 * chore(deps): update dependency v8r to v5.1.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5827 * chore(deps): update dependency eslint-plugin-prettier to v5.5.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5823 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5829 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5830 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5831 * chore(deps): update dependency virtualenv to v20.32.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5832 * chore(deps): update dependency snakemake to v9.8.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5833 * chore(deps): update dependency cspell to v9.2.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5825 * chore(deps): update dependency golangci/golangci-lint to v2.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5834 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5836 * chore(deps): update dependency phpstan/phpstan to v2.1.19 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5838 * chore(deps): update dependency pinterest/ktlint to v1.7.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5839 * chore(deps): update dependency anchore/syft to v1.29.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5842 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5840 * chore(deps): update typescript-eslint monorepo to v8.38.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5835 * chore(deps): update dependency anchore/grype to v0.96.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5841 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5843 * chore(deps): update dependency selene to 0.29.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5845 * chore(deps): update dependency gitpython to v3.1.45 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5846 * chore(deps): update dependency sfdx-hardis to v5.45.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5844 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5849 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5856 * chore(deps): update dependency rubocop to v1.79.0 - autoclosed by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5848 * chore(deps): update dependency ruff to v0.12.5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5850 * chore(deps): update dependency npm to v11.5.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5851 * chore(deps): update dependency @salesforce/plugin-packaging to v2.18.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5852 * chore(deps): update dependency astral-sh/uv to v0.8.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5853 * MegaLinter Custom Flavors by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5837 * Adds documentation for custom flavors by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5862 * chore(deps): update dependency mkdocs-material to v9.6.16 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5858 * chore(deps): update dependency kubescape/kubescape to v3.0.36 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5857 * chore(deps): update dependency roslynator.dotnet.cli to 0.10.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5861 * chore(deps): update dependency phpstan/phpstan to v2.1.20 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5860 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5859 * Fix articles doc generation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5867 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5866 * chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5847 * chore(deps): update dependency snakemake to v9.8.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5863 * chore(deps): update dependency pmd/pmd to v7.16.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5865 * chore(deps): update tflint plugin terraform-linters/tflint-ruleset-azurerm to v0.29.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5869 * Add a note about Azure DevOps pipelines with GitHub as code source by @firedigger in https://github.com/oxsecurity/megalinter/pull/5870 * Enhances custom flavor generator with linter links by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5873 * chore(deps): update roslynator to 4.14.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5868 * chore(deps): update dependency npm-groovy-lint to v15.2.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5872 * Use ghcr.io images by default + podman option on mega-linter-runner by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5874 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5875 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5876 * chore(deps): update dependency python-gitlab to v6.2.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5877 * Bump pymdown-extensions from 10.16 to 10.16.1 in /.config/python/dev by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/5878 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5881 * Improves flavor suggestions by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5885 * chore(deps): update dependency stylelint to v16.23.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5886 * chore(deps): update dependency @salesforce/plugin-packaging to v2.18.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5883 * chore(deps): update dependency ruff to v0.12.7 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5889 * chore(deps): update dependency phpstan/phpstan to v2.1.21 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5882 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.85.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5891 * chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.41.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5893 * chore(deps): update checkmarx/kics docker tag to v2.1.12 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5879 * chore(deps): update dependency ansible-lint to v25.7.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5890 * chore(deps): update dependency stylelint-config-standard to v39 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5887 * chore(deps): update dependency kubescape/kubescape to v3.0.37 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5880 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5888 * chore(deps): update dependency snakemake to v9.9.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5892 * chore(deps): update dependency regex to v2025 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5894 * chore(deps): update dependency microsoft.cst.devskim.cli to 1.0.63 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5897 * chore(deps): update dependency anchore/grype to v0.97.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5902 * chore(deps): update dependency cfn-lint to v1.38.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5899 * Automates linter matrix generation + improve CI performances of renovate workflows by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5895 * chore(deps): update dependency aquasecurity/trivy to v0.65.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5903 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5898 * chore(deps): update dependency pip to v25.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5904 * chore(deps): update dependency anchore/syft to v1.29.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5896 * chore(deps): update dependency regex to v2025.7.34 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5901 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5907 * chore(deps): update dependency mypy to v1.17.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5905 * chore(deps): update dependency rubocop to v1.79.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5908 * chore(deps): update dependency npm to v11.5.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5900 * chore(deps): update dependency eslint-plugin-vue to v10.4.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5906 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5910 * chore(deps): update dependency pygithub to v2.7.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5909 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5911 * chore(deps): update dependency anchore/grype to v0.97.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5912 * chore(deps): update dependency azure/bicep to v0.37.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5913 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5914 * chore(deps): update dependency golangci/golangci-lint to v2.3.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5921 * chore(deps): update dependency virtualenv to v20.33.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5922 * chore(deps): update dependency csharpier to 1.1.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5923 * chore(deps): update dependency csharpier to 1.1.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5925 * chore(deps): update koalaman/shellcheck docker tag to v0.11.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5926 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5924 * chore(deps): update docker/metadata-action action to v5.8.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5918 * chore(deps): update dependency lightning-flow-scanner to v3.27.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5919 * chore(deps): update redis docker tag to v8.2.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5933 * chore(deps): update dependency lightning-flow-scanner to v3.29.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5920 * chore(deps): update secretlint monorepo to v10.2.2 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5928 * chore(deps): update dependency dart to v3.8.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5931 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5927 * chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5929 * chore(deps): update dependency phpstan/phpstan to v2.1.22 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5932 * chore(deps): update dependency rubocop to v1.79.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5935 * chore(deps): update dependency cfn-lint to v1.38.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5940 * chore(deps): update dependency virtualenv to v20.33.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5941 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5938 * chore(deps): update dependency redis to v6.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5936 * chore(deps): update typescript-eslint monorepo to v8.39.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5937 * chore(deps): update dependency eslint-plugin-prettier to v5.5.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5944 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5942 * enhancement: Support purpose.Dockerfile convention in hadolint by @dannystaple in https://github.com/oxsecurity/megalinter/pull/5934 * chore(deps): update dependency bartlett/sarif-php-converters to v1.3.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5916 * Bump chalk from 5.4.1 to 5.5.0 in /mega-linter-runner by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/5930 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5950 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5949 * chore(deps): update dependency ruff to v0.12.8 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5955 * chore(deps): update dependency vimeo/psalm to v6.13.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5948 * chore(deps): update dependency stylelint to v16.23.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5956 * chore(deps): update dependency rust-lang/rust to v1.89.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5947 * chore(deps): update checkmarx/kics docker tag to v2.1.13 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5962 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5966 * chore(deps): update dependency anchore/grype to v0.97.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5964 * chore(deps): update dependency cfn-lint to v1.38.3 - autoclosed by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5965 * chore(deps): update dependency pylint to v3.3.8 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5968 * chore(deps): update dependency tmp to v0.2.5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5969 * chore(deps): update dependency anchore/syft to v1.30.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5971 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5973 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.9 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5978 * chore(deps): update dependency rubocop-rails to v2.33.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5972 * chore(deps): update mstruebing/editorconfig-checker docker tag to v3.4.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5974 * chore(deps): update dependency astral-sh/uv to v0.8.9 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5976 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5980 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5981 * Add missing langchain packages to dev requirements.txt by @pessi-v in https://github.com/oxsecurity/megalinter/pull/5987 * chore(deps): update dependency @babel/core to v7.28.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5985 * chore(deps): update typescript-eslint monorepo to v8.39.1 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5970 * chore(deps): update dependency rubocop-rails to v2.33.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5983 * chore(deps): update dependency csharpier to 1.1.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5988 * chore(deps): update dependency kubescape/kubescape to v3.0.38 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5989 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5992 * chore(deps): update dependency ruff to v0.12.9 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5991 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.22 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5977 * chore(deps): update dependency mkdocs-material to v9.6.17 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5990 * chore(deps): update salesforce packages (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5997 * chore(deps): update dependency requests to v2.32.5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5996 * chore(deps): update dependency langchain_anthropic to v0.3.19 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5995 * chore(deps): update actions/checkout action to v5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5998 * chore(deps): update dependency jsonschema to v4.25.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5994 * Bump redis from 6.3.0 to 6.4.0 in /.config/python/dev by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/5960 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/5999 * chore(deps): update dependency pyright to v1.1.404 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6002 * chore(deps): update dependency @salesforce/cli to v2.102.6 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6003 * chore(deps): update dependency golangci/golangci-lint to v2.4.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6001 * chore(deps): update dependency redis to v6.4.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5946 * Remove deprecated PHP_CS_FIXER_IGNORE_ENV env var by @llaville in https://github.com/oxsecurity/megalinter/pull/5982 * chore(deps): update dependency ruff to v0.12.10 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6007 * chore(deps): update dependency typescript to v5.9.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5917 * chore(deps): update dependency mkdocs-material to v9.6.18 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6006 * chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.42.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5954 * chore(deps): update dependency anchore/syft to v1.31.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6009 * chore(deps): update redis docker tag to v8.2.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6011 * chore(deps): update yoheimuta/protolint docker tag to v0.55.7 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6012 * chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6000 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.86.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6010 * chore(deps): update dependency rubocop to v1.80.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6018 * chore(deps): update dependency cfn-lint to v1.39.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6015 * chore(deps): update dependency anchore/grype to v0.98.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6013 * chore(deps): update dependency ansible-lint to v25.8.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6014 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6008 * chore(deps): update dependency rq to v2.5.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6017 * chore(deps): update yoheimuta/protolint docker tag to v0.56.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6023 * chore(deps): update dependency virtualenv to v20.34.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6020 * chore(deps): update dependency beautifulsoup4 to v4.13.5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6019 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6021 * fix(deps): update dependency chalk to v5.6.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6024 * chore(deps): update dependency sfdx-hardis to v6 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6025 * chore(deps): update dependency @salesforce/plugin-packaging to v2.19.7 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6028 * chore(deps): update dependency typing-extensions to v4.15.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6032 * chore(deps): update yoheimuta/protolint docker tag to v0.56.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6031 * chore(deps): update dependency sfdx-hardis to v6.1.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6034 * chore(deps): update dependency eslint to v9.34.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6033 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6026 * chore(deps): update secretlint monorepo to v11 (major) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6027 * chore(deps): update typescript-eslint monorepo to v8.41.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6022 * fix: minor grammar fixes by @fevrin in https://github.com/oxsecurity/megalinter/pull/6043 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6036 * chore(deps): update jdkato/vale docker tag to v3.12.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6042 * chore(deps): update dependency anchore/syft to v1.32.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6041 * chore(deps): update dependency aquasecurity/trivy to v0.66.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6052 * chore(deps): update hadolint/hadolint docker tag to v2.13.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6051 * Fix CICD pipeline & upgrade glightbox & disable lightning flow scanner by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6053 * chore(deps): update dependency cspell to v9.2.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6046 * chore(deps): update dependency cfn-lint to v1.39.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6037 * chore(deps): update dependency pytest-rerunfailures to v16 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6048 * chore(deps): update dependency pyright to v1.1.405 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6054 * chore(deps): update dependency langchain_core to v0.3.75 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6039 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6045 * chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.35.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/5975 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6057 * chore(deps): update dependency ruff to v0.12.12 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6056 * chore(deps): update dependency rubocop to v1.80.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6055 * chore(deps): update dependency langchain_google_genai to v2.1.10 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6047 * chore(deps): update dependency langchain_community to v0.3.29 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6038 * chore(deps): update dependency kubescape/kubescape to v3.0.40 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6044 * chore(deps): update dependency ruff to v0.12.12 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6061 * chore(deps): update dependency snakefmt to v0.11.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6062 * chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.6 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6068 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6060 * chore(deps): update dependency squizlabs/php_codesniffer to v3.13.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6067 * chore(deps): update dependency astral-sh/uv to v0.8.15 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6064 * chore(deps): update dependency mocha to v11.7.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6059 * chore(deps): update dependency mkdocs-glightbox to v0.5.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6058 * chore(deps): update dependency mgechev/revive to v1.12.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6072 * chore(deps): update dependency anchore/grype to v0.99.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6040 * chore(deps): update dependency markdown to v3.9 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6070 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6071 * chore(deps): update dependency pygithub to v2.8.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6075 * chore(deps): update dependency python-gitlab to v6.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6076 * chore(deps): update dependency npm to v11.6.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6073 * chore(deps): update dependency rubocop-performance to v1.26.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6078 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.87.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6069 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6083 * chore(deps): update babel monorepo to v7.28.4 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6074 * chore(deps): update dependency regex to v2025.9.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6077 * chore(deps): update dependency sfdx-hardis to v6.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6080 * chore(deps): update dependency rq to v2.6.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6081 * chore(deps): update secretlint monorepo to v11.2.3 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6082 * chore(deps): update dependency @salesforce/plugin-packaging to v2.19.10 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6063 * chore(deps): update dependency rubocop-rspec to v3.7.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6079 * When linter is docker based, force `--platform=linux/amd64` so it works when running locally on Mac by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6087 * chore(deps): update dependency snakemake to v9.11.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6088 * chore(deps): update dependency pytest-cov to v6.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6084 * chore(deps): update dependency sfdx-hardis to v6.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6085 * chore(deps): update typescript-eslint monorepo to v8.42.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6091 * chore(deps): update actions/github-script action to v8 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6092 * chore(deps): update actions/setup-node action to v5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6093 * chore(deps): update ghcr.io/terraform-linters/tflint docker tag to v0.59.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6090 * chore(deps): update actions/setup-python action to v6 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6095 * chore(deps): update dependency sfdx-hardis to v6.3.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6094 * chore(deps): update actions/stale action to v10 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6098 * chore(deps): update dependency sfdx-hardis to v6.3.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6097 * chore(deps): update dependency stylelint to v16.24.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6099 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6086 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6103 * chore(deps): update alpine/terragrunt docker tag to v1.13.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6096 * chore(deps): update dependency lightning-flow-scanner to v5 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6101 * chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6102 * chore(deps): update ghcr.io/realm/swiftlint docker tag swiftlint to v0.61.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6089 * chore(deps): update dependency mkdocs-material to v9.6.19 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6105 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6104 * chore(deps): update dependency sfdx-hardis to v6.3.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6108 * chore(deps): update dependency snakemake to v9.11.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6109 * fix(deps): update dependency uuid to v12 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6117 * chore(deps): update typescript-eslint monorepo to v8.43.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6115 * chore(deps): update dependency sfdx-hardis to v6.4.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6120 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6118 * chore(deps): update secretlint monorepo to v11.2.4 (patch) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6114 * Bump uuid from 11.1.0 to 12.0.0 in /mega-linter-runner by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/6111 * chore(deps): update dependency pytest-cov to v7 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6123 * chore(deps): update dependency friendsofphp/php-cs-fixer to v3.87.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6124 * chore(deps): update dependency snakemake to v9.11.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6122 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6121 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6107 * chore(deps): update dependency phpstan/phpstan to v2.1.23 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6126 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.16 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6130 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.16 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6129 * chore(deps): update dependency powershell/powershell to v7.5.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6128 * chore(deps): update dependency langchain_core to v0.3.76 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6127 * chore(deps): update dependency ruff to v0.13.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6132 * Updates github actions versions + upgrader by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6106 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6125 * chore(deps): update dependency htmlhint to v1.7.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6135 * chore(deps): update dependency astral-sh/uv to v0.8.17 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6131 * chore(deps): update dependency sfdx-hardis to v6.4.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6134 * chore(deps): update salesforce packages (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6138 * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.17 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6137 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6136 * Updates base image to python:3.13-alpine3.22 by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6133 * chore(deps): update dependency langchain_anthropic to v0.3.20 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6139 * chore(deps): update dependency microsoft.cst.devskim.cli to 1.0.67 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6140 * chore(deps): update dependency mypy to v1.18.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6141 * chore(deps): update dependency phpstan/phpstan to v2.1.25 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6142 * Use v9 by default at install & upgrade by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6144 * chore(deps): update dependency pmd/pmd to v7.17.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6143 * chore(deps): update alpine/terragrunt docker tag to v1.13.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6145 * chore(deps): update dependency sfdx-hardis to v6.4.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6146 * chore(deps): update dependency sfdx-hardis to v6.4.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6147 * chore(deps): update dependency squizlabs/php_codesniffer to v4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6151 * Bump mkdocs-material from 9.6.19 to 9.6.20 in /.config/python/dev by @dependabot[bot] in https://github.com/oxsecurity/megalinter/pull/6149 * chore(deps): update dependency anchore/grype to v0.100.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6154 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6152 * chore(deps): update dependency langchain_google_genai to v2.1.11 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6153 * chore(deps): update dependency anchore/syft to v1.33.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6155 * chore(deps): update typescript-eslint monorepo to v8.44.0 (minor) by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6156 * chore(deps): update dependency sfdx-hardis to v6.4.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6157 * chore(deps): update dependency phpstan/phpstan to v2.1.26 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6158 * chore(deps): update dependency ansible-lint to v25.9.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6159 * chore(deps): update dependency htmlhint to v1.7.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6160 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6161 * chore(deps): update dependency @salesforce/plugin-packaging to v2.20.3 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6163 * chore(deps): update dependency langchain_google_genai to v2.1.12 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6165 * chore(deps): update dependency checkov to v3.2.471 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6164 * chore(deps): update dependency fastapi to v0.116.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6162 * chore(deps): update dependency kubescape/kubescape to v3.0.41 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6166 * chore(deps): update dependency phpstan/phpstan to v2.1.27 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6167 * chore(deps): lock file maintenance by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6148 * chore(deps): update dependency sfdx-hardis to v6.5.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6168 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6169 * Fix errors detected by sqlfluff by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6170 * chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.8 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6174 * chore(deps): update dependency ruff to v0.13.1 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6172 * chore(deps): update dependency langchain_mistralai to v0.2.12 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6171 * chore(deps): update dependency regex to v2025.9.18 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6179 * chore(deps): update dependency mypy to v1.18.2 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6177 * chore(deps): update dependency snakemake to v9.11.4 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6173 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6175 * chore(deps): update dependency astral-sh/uv to v0.8.18 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6176 * chore(deps): update dependency black to v25.9.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6181 * chore(deps): update dependency phpstan/phpstan to v2.1.28 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6183 * chore(deps): update dependency rust-lang/rust to v1.90.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6184 * chore(deps): update dependency click to v8.3.0 by @renovate[bot] in https://github.com/oxsecurity/megalinter/pull/6182 * Adding supported filetypes to ruff and ruff-format linters by @CraigCallender in https://github.com/oxsecurity/megalinter/pull/6186 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6185 * Fix grammar in README by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6180 * [automation] Auto-update linters version, help and documentation by @nvuillam in https://github.com/oxsecurity/megalinter/pull/6187New Contributors
- @firedigger made their first contribution in https://github.com/oxsecurity/megalinter/pull/5870
- @dannystaple made their first contribution in https://github.com/oxsecurity/megalinter/pull/5934
- @pessi-v made their first contribution in https://github.com/oxsecurity/megalinter/pull/5987
- @fevrin made their first contribution in https://github.com/oxsecurity/megalinter/pull/6043
- @CraigCallender made their first contribution in https://github.com/oxsecurity/megalinter/pull/6186
Full Changelog: https://github.com/oxsecurity/megalinter/compare/v8.8.0...v9.0.0
