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)
- Create your own Megalinter Custom Flavors to dramatically improve your performances
-
Disabled linters
- puppet-lint: Disabled Until fix is provided for puppetlabs/puppet-lint#251
- checkov: Disabled until fix is provided for bridgecrewio/checkov#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
- When linter is docker based, force
-
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
- 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
-
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 versionmega-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 #5599
- chore(deps): update dependency sfdx-hardis to v5.41.0 by @renovate[bot] in #5601
- chore(deps): update dependency eslint-plugin-jest to v28.14.0 by @renovate[bot] in #5600
- chore(deps): lock file maintenance by @renovate[bot] in #5602
- chore(deps): update dependency mypy to v1.16.1 by @renovate[bot] in #5604
- chore(deps): update trufflesecurity/trufflehog docker tag to v3.89.2 by @renovate[bot] in #5605
- chore(deps): update dependency mega-linter-runner to v8.8.0 by @renovate[bot] in #5598
- Updates linter documentation with more details by @nvuillam in #5603
- chore(deps): update dependency lightning-flow-scanner to v3.23.1 by @renovate[bot] in #5611
- chore(deps): update dependency bandit to v1.8.5 by @renovate[bot] in #5609
- chore(deps): update typescript-eslint monorepo to v8.34.1 (patch) by @renovate[bot] in #5606
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5608
- chore(deps): update dependency rubocop to v1.76.2 by @renovate[bot] in #5614
- chore(deps): update dependency fastapi to v0.115.13 by @renovate[bot] in #5613
- chore(deps): update dependency lightning-flow-scanner to v3.24.0 by @renovate[bot] in #5612
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5615
- chore(deps): update dependency eslint-plugin-prettier to v5.5.0 by @renovate[bot] in #5616
- chore(deps): update dependency htmlhint to v1.6.1 by @renovate[bot] in #5617
- chore(deps): update dependency squizlabs/php_codesniffer to v3.13.2 by @renovate[bot] in #5622
- chore(deps): update dependency urllib3 to v2.5.0 [security] by @renovate[bot] in #5628
- chore(deps): update dependency htmlhint to v1.6.3 by @renovate[bot] in #5621
- chore(deps): update dependency markdown to v3.8.1 by @renovate[bot] in #5623
- chore(deps): lock file maintenance by @renovate[bot] in #5629
- chore(deps): update dependency stylelint to v16.21.0 by @renovate[bot] in #5630
- chore(deps): update dependency eslint-plugin-jest to v29 by @renovate[bot] in #5631
- chore(deps): update dependency cfn-lint to v1.36.1 by @renovate[bot] in #5633
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5620
- chore(deps): update dependency markdown to v3.8.2 by @renovate[bot] in #5632
- chore(deps): update dependency rubocop to v1.77.0 by @renovate[bot] in #5634
- chore(deps): update dependency ruff to v0.12.0 by @renovate[bot] in #5619
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5635
- chore(deps): update dependency flake8 to v7.3.0 by @renovate[bot] in #5636
- chore(deps): update dependency @salesforce/cli to v2.93.7 by @renovate[bot] in #5638
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5639
- chore(deps): update dependency pygments to v2.19.2 by @renovate[bot] in #5642
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5643
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5647
- chore(deps): update dependency sfdx-hardis to v5.43.0 by @renovate[bot] in #5624
- chore(deps): update dependency lightning-flow-scanner to v3.26.0 by @renovate[bot] in #5645
- chore(deps): update dependency eslint-plugin-import to v2.32.0 by @renovate[bot] in #5637
- chore(deps): update dependency snakemake to v9.6.1 by @renovate[bot] in #5607
- chore(deps): update dependency ansible-lint to v25.6.1 by @renovate[bot] in #5618
- chore(deps): update dependency prettier to v3.6.0 by @renovate[bot] in #5648
- chore(deps): update dependency lightning-flow-scanner to v3.26.0 by @renovate[bot] in #5650
- Bump pymdown-extensions from 10.15 to 10.16 in /.config/python/dev by @dependabot[bot] in #5652
- chore(deps): update dependency pymdown-extensions to v10.16 by @renovate[bot] in #5653
- chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.33.0 by @renovate[bot] in #5654
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5651
- chore(deps): update typescript-eslint monorepo to v8.35.0 (minor) by @renovate[bot] in #5655
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5656
- chore(deps): update dependency cspell to v9.1.2 by @renovate[bot] in #5657
- chore(deps): update dependency prettier to v3.6.1 by @renovate[bot] in #5661
- chore(deps): update dependency sfdx-hardis to v5.43.2 by @renovate[bot] in #5662
- chore(deps): update dependency powershell/powershell to v7.5.2 by @renovate[bot] in #5660
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5663
- chore(deps): update dependency eslint-plugin-prettier to v5.5.1 by @renovate[bot] in #5666
- chore(deps): update secretlint monorepo to v10.1.1 (patch) by @renovate[bot] in #5665
- chore(deps): update dependency snakemake to v9.6.2 by @renovate[bot] in #5664
- chore(deps): update dependency fastapi to v0.115.14 by @renovate[bot] in #5670
- chore(deps): update dependency @babel/core to v7.27.7 by @renovate[bot] in #5669
- chore(deps): update dependency astral-sh/uv to v0.7.15 by @renovate[bot] in #5673
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5667
- chore(deps): update dependency sfdx-hardis to v5.43.5 by @renovate[bot] in #5668
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.15 by @renovate[bot] in #5674
- chore(deps): update dependency pmd/pmd to v7.15.0 by @renovate[bot] in #5677
- chore(deps): update dependency ruff to v0.12.1 by @renovate[bot] in #5671
- chore(deps): update dependency rust-lang/rust to v1.88.0 by @renovate[bot] in #5672
- chore(deps): update dependency mocha to v11.7.1 by @renovate[bot] in #5676
- chore(deps): update dependency prettier to v3.6.2 by @renovate[bot] in #5675
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5678
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5679
- New display with expandable sections for PR/MR comment summary by @nvuillam in #5681
- chore(deps): update dependency uvicorn to v0.35.0 by @renovate[bot] in #5683
- chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.34.0 by @renovate[bot] in #5684
- chore(deps): update dependency python-gitlab to v6.1.0 by @renovate[bot] in #5680
- DOC: Add comprehensive descriptions in linter descriptors + Copilot instrutions by @nvuillam in #5685
- chore(deps): update dependency golangci/golangci-lint to v2.2.0 by @renovate[bot] in #5686
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5687
- Enhances Markdown Reporter with GITHUB_STEP_SUMMARY support by @nvuillam in #5688
- Improves markdown summary reporter by @nvuillam in #5689
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5692
- chore(deps): update dependency @salesforce/cli to v2.94.6 by @renovate[bot] in #5691
- chore(deps): update dependency csharpier to 1.0.3 by @renovate[bot] in #5694
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5696
- chore(deps): update dependency golangci/golangci-lint to v2.2.1 by @renovate[bot] in #5699
- chore(deps): update typescript-eslint monorepo to v8.35.1 (patch) by @renovate[bot] in #5704
- Bump eslint from 9.29.0 to 9.30.0 in /mega-linter-runner by @dependabot[bot] in #5705
- chore(deps): update dependency bartlett/sarif-php-converters to v1.2.0 by @renovate[bot] in #5707
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5702
- chore(deps): update dependency mkdocs-material to v9.6.15 by @renovate[bot] in #5709
- chore(deps): update dependency aquasecurity/trivy to v0.64.0 by @renovate[bot] in #5710
- chore(deps): update dependency pytest-xdist to v3.8.0 by @renovate[bot] in #5712
- chore(deps): update dependency cfn-lint to v1.37.0 - autoclosed by @renovate[bot] in #5711
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5713
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5714
- chore(deps): update dependency sfdx-hardis to v5.44.0 by @renovate[bot] in #5700
- chore(deps): update dependency eslint-plugin-vue to v10.3.0 by @renovate[bot] in #5716
- chore(deps): update babel monorepo to v7.28.0 (minor) by @renovate[bot] in #5715
- chore(deps): update dependency anchore/grype to v0.95.0 by @renovate[bot] in #5717
- chore(deps): update dependency anchore/syft to v1.28.0 by @renovate[bot] in #5718
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5719
- PHP-CS-Fixer is able to run on unofficial supported versions (like php 8.4) by @llaville in #5720
- Install
iconvPHP 8.4 extension by @llaville in #5722 - [automation] Auto-update linters version, help and documentation by @nvuillam in #5726
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.76.0 by @renovate[bot] in #5701
- chore(deps): update dependency ruff to v0.12.2 by @renovate[bot] in #5724
- chore(deps): update dependency stylelint to v16.21.1 by @renovate[bot] in #5721
- chore(deps): update dependency aquasecurity/trivy to v0.64.1 by @renovate[bot] in #5723
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.19 by @renovate[bot] in #5730
- chore(deps): update dependency astral-sh/uv to v0.7.19 by @renovate[bot] in #5729
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5728
- build-command: Remove pulling before committing by @echoix in #5725
- chore(deps): update dependency snakemake to v9.6.3 by @renovate[bot] in #5733
- chore(deps): update dependency cspell to v9.1.3 by @renovate[bot] in #5731
- chore(deps): update dependency eslint to v9.30.1 by @renovate[bot] in #5732
- chore(deps): update dependency typing-extensions to v4.14.1 by @renovate[bot] in #5734
- chore(deps): update dependency vimeo/psalm to v6.12.1 by @renovate[bot] in #5735
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5736
- chore(deps): update dependency bandit to v1.8.6 by @renovate[bot] in #5740
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5739
- chore(deps): update secretlint monorepo to v10.2.0 (minor) by @renovate[bot] in #5741
- LLM Advisor + LLL integration using langchain by @nvuillam in #5743
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.78.0 by @renovate[bot] in #5737
- chore(deps): update dependency snakemake to v9.7.1 by @renovate[bot] in #5738
- Reorders navigation items & fix linters issues by @nvuillam in #5746
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5747
- chore(deps): update checkmarx/kics docker tag to v2.1.11 by @renovate[bot] in #5751
- Removes deprecated markdown-link-check linter by @nvuillam in #5754
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5755
- chore(deps): update atlassian/default-image docker tag to v5 by @renovate[bot] in #5748
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.0 by @renovate[bot] in #5744
- chore(deps): update dependency azure/bicep to v0.36.177 by @renovate[bot] in #5727
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5758
- chore(deps): update salesforce packages (minor) by @renovate[bot] in #5761
- chore(deps): update redis docker tag to v8.0.3 by @renovate[bot] in #5756
- chore(deps): lock file maintenance by @renovate[bot] in #5762
- chore(deps): update dependency cfn-lint to v1.37.2 by @renovate[bot] in #5753
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5763
- chore(deps): update mvdan/shfmt docker tag to v3.12.0 by @renovate[bot] in #5759
- chore(deps): update typescript-eslint monorepo to v8.36.0 (minor) by @renovate[bot] in #5760
- chore(deps): update dependency fastapi to v0.116.0 by @renovate[bot] in #5757
- chore(deps): update dependency ruff to v0.12.3 by @renovate[bot] in #5771
- chore(deps): update dependency pyright to v1.1.403 by @renovate[bot] in #5770
- chore(deps): update dependency fastapi to v0.116.1 by @renovate[bot] in #5766
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5768
- chore(deps): update dependency golangci/golangci-lint to v2.2.2 by @renovate[bot] in #5769
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.82.2 by @renovate[bot] in #5767
- chore(deps): update ghcr.io/terraform-linters/tflint docker tag to v0.58.1 by @renovate[bot] in #5774
- chore(deps): update dependency mgechev/revive to v1.11.0 by @renovate[bot] in #5775
- chore(deps): update dependency cspell to v9.1.5 by @renovate[bot] in #5772
- chore(deps): update dependency sqlfluff to v3.4.2 by @renovate[bot] in #5773
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5776
- chore(deps): update mvdan/shfmt docker tag to v3.12.0 by @renovate[bot] in #5781
- chore(deps): lock file maintenance by @renovate[bot] in #5782
- chore(deps): update dependency rubocop to v1.78.0 by @renovate[bot] in #5777
- chore(deps): update dependency skaji/cpm to v0.997024 by @renovate[bot] in #5778
- Bump open from 10.1.2 to 10.2.0 in /mega-linter-runner by @dependabot[bot] in #5783
- Bump eslint from 9.30.1 to 9.31.0 in /mega-linter-runner by @dependabot[bot] in #5785
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5788
- chore(deps): update dependency lightning-flow-scanner to v3.26.1 by @renovate[bot] in #5786
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.83.0 - autoclosed by @renovate[bot] in #5789
- chore(deps): update dependency cfn-lint to v1.38.0 by @renovate[bot] in #5787
- chore(deps): update dependency mypy to v1.17.0 by @renovate[bot] in #5791
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5793
- chore(deps): update dependency anchore/grype to v0.96.0 by @renovate[bot] in #5795
- chore(deps): update dependency pinterest/ktlint to v1.7.0 by @renovate[bot] in #5792
- chore(deps): update mvdan/shfmt docker tag to v3.12.0 by @renovate[bot] in #5798
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.84.0 by @renovate[bot] in #5797
- chore(deps): update dependency vimeo/psalm to v6.13.0 by @renovate[bot] in #5794
- chore(deps): update dependency lightning-flow-scanner to v3.27.0 by @renovate[bot] in #5790
- chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.0 by @renovate[bot] in #5799
- chore(deps): update dependency snakemake to v9.8.0 by @renovate[bot] in #5780
- chore(deps): update typescript-eslint monorepo to v8.37.0 (minor) by @renovate[bot] in #5800
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5796
- chore(deps): update dependency sfdx-hardis to v5.44.1 by @renovate[bot] in #5801
- chore(deps): update dependency @salesforce/cli to v2.97.6 by @renovate[bot] in #5805
- chore(deps): update secretlint monorepo to v10.2.1 (patch) by @renovate[bot] in #5803
- chore(deps): update dependency dart to v3.8.2 by @renovate[bot] in #5806
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5807
- Use uv to create venvs by @echoix in #5808
- chore(deps): update dependency jsonschema to v4.24.1 by @renovate[bot] in #5809
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5810
- chore(deps): update dependency astral-sh/uv to v0.8.0 by @renovate[bot] in #5815
- Do not mark DEFAULT_BRANCH as deprecated by @nvuillam in #5816
- chore(deps): update dependency npm-package-json-lint to v9 by @renovate[bot] in #5695
- chore(deps): update dependency ruff to v0.12.4 by @renovate[bot] in #5812
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.22 by @renovate[bot] in #5814
- chore(deps): update dependency stylelint to v16.22.0 by @renovate[bot] in #5818
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5819
- chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.1 by @renovate[bot] in #5820
- chore(deps): update dependency eslint-config-prettier to v10.1.8 by @renovate[bot] in #5821
- chore(deps): update dependency jsonschema to v4.25.0 by @renovate[bot] in #5822
- chore(deps): update dependency rq to v2.4.1 by @renovate[bot] in #5826
- chore(deps): update dependency phpstan/phpstan to v2.1.18 by @renovate[bot] in #5811
- chore(deps): update zricethezav/gitleaks docker tag to v8.28.0 by @renovate[bot] in #5828
- chore(deps): update dependency v8r to v5.1.0 by @renovate[bot] in #5827
- chore(deps): update dependency eslint-plugin-prettier to v5.5.3 by @renovate[bot] in #5823
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5829
- chore(deps): lock file maintenance by @renovate[bot] in #5830
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5831
- chore(deps): update dependency virtualenv to v20.32.0 by @renovate[bot] in #5832
- chore(deps): update dependency snakemake to v9.8.1 by @renovate[bot] in #5833
- chore(deps): update dependency cspell to v9.2.0 by @renovate[bot] in #5825
- chore(deps): update dependency golangci/golangci-lint to v2.3.0 by @renovate[bot] in #5834
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5836
- chore(deps): update dependency phpstan/phpstan to v2.1.19 by @renovate[bot] in #5838
- chore(deps): update dependency pinterest/ktlint to v1.7.1 by @renovate[bot] in #5839
- chore(deps): update dependency anchore/syft to v1.29.0 by @renovate[bot] in #5842
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5840
- chore(deps): update typescript-eslint monorepo to v8.38.0 (minor) by @renovate[bot] in #5835
- chore(deps): update dependency anchore/grype to v0.96.1 by @renovate[bot] in #5841
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.0 by @renovate[bot] in #5843
- chore(deps): update dependency selene to 0.29.0 by @renovate[bot] in #5845
- chore(deps): update dependency gitpython to v3.1.45 by @renovate[bot] in #5846
- chore(deps): update dependency sfdx-hardis to v5.45.0 by @renovate[bot] in #5844
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5849
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5856
- chore(deps): update dependency rubocop to v1.79.0 - autoclosed by @renovate[bot] in #5848
- chore(deps): update dependency ruff to v0.12.5 by @renovate[bot] in #5850
- chore(deps): update dependency npm to v11.5.1 by @renovate[bot] in #5851
- chore(deps): update dependency @salesforce/plugin-packaging to v2.18.1 by @renovate[bot] in #5852
- chore(deps): update dependency astral-sh/uv to v0.8.3 by @renovate[bot] in #5853
- MegaLinter Custom Flavors by @nvuillam in #5837
- Adds documentation for custom flavors by @nvuillam in #5862
- chore(deps): update dependency mkdocs-material to v9.6.16 by @renovate[bot] in #5858
- chore(deps): update dependency kubescape/kubescape to v3.0.36 by @renovate[bot] in #5857
- chore(deps): update dependency roslynator.dotnet.cli to 0.10.2 by @renovate[bot] in #5861
- chore(deps): update dependency phpstan/phpstan to v2.1.20 by @renovate[bot] in #5860
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5859
- Fix articles doc generation by @nvuillam in #5867
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5866
- chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.2 by @renovate[bot] in #5847
- chore(deps): update dependency snakemake to v9.8.2 by @renovate[bot] in #5863
- chore(deps): update dependency pmd/pmd to v7.16.0 by @renovate[bot] in #5865
- chore(deps): update tflint plugin terraform-linters/tflint-ruleset-azurerm to v0.29.0 by @renovate[bot] in #5869
- Add a note about Azure DevOps pipelines with GitHub as code source by @firedigger in #5870
- Enhances custom flavor generator with linter links by @nvuillam in #5873
- chore(deps): update roslynator to 4.14.0 (minor) by @renovate[bot] in #5868
- chore(deps): update dependency npm-groovy-lint to v15.2.1 by @renovate[bot] in #5872
- Use ghcr.io images by default + podman option on mega-linter-runner by @nvuillam in #5874
- chore(deps): lock file maintenance by @renovate[bot] in #5875
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5876
- chore(deps): update dependency python-gitlab to v6.2.0 by @renovate[bot] in #5877
- Bump pymdown-extensions from 10.16 to 10.16.1 in /.config/python/dev by @dependabot[bot] in #5878
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5881
- Improves flavor suggestions by @nvuillam in #5885
- chore(deps): update dependency stylelint to v16.23.0 by @renovate[bot] in #5886
- chore(deps): update dependency @salesforce/plugin-packaging to v2.18.4 by @renovate[bot] in #5883
- chore(deps): update dependency ruff to v0.12.7 by @renovate[bot] in #5889
- chore(deps): update dependency phpstan/phpstan to v2.1.21 by @renovate[bot] in #5882
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.85.1 by @renovate[bot] in #5891
- chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.41.0 by @renovate[bot] in #5893
- chore(deps): update checkmarx/kics docker tag to v2.1.12 by @renovate[bot] in #5879
- chore(deps): update dependency ansible-lint to v25.7.0 by @renovate[bot] in #5890
- chore(deps): update dependency stylelint-config-standard to v39 by @renovate[bot] in #5887
- chore(deps): update dependency kubescape/kubescape to v3.0.37 by @renovate[bot] in #5880
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5888
- chore(deps): update dependency snakemake to v9.9.0 by @renovate[bot] in #5892
- chore(deps): update dependency regex to v2025 by @renovate[bot] in #5894
- chore(deps): update dependency microsoft.cst.devskim.cli to 1.0.63 by @renovate[bot] in #5897
- chore(deps): update dependency anchore/grype to v0.97.0 by @renovate[bot] in #5902
- chore(deps): update dependency cfn-lint to v1.38.1 by @renovate[bot] in #5899
- Automates linter matrix generation + improve CI performances of renovate workflows by @nvuillam in #5895
- chore(deps): update dependency aquasecurity/trivy to v0.65.0 by @renovate[bot] in #5903
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5898
- chore(deps): update dependency pip to v25.2 by @renovate[bot] in #5904
- chore(deps): update dependency anchore/syft to v1.29.1 by @renovate[bot] in #5896
- chore(deps): update dependency regex to v2025.7.34 by @renovate[bot] in #5901
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5907
- chore(deps): update dependency mypy to v1.17.1 by @renovate[bot] in #5905
- chore(deps): update dependency rubocop to v1.79.1 by @renovate[bot] in #5908
- chore(deps): update dependency npm to v11.5.2 by @renovate[bot] in #5900
- chore(deps): update dependency eslint-plugin-vue to v10.4.0 by @renovate[bot] in #5906
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5910
- chore(deps): update dependency pygithub to v2.7.0 by @renovate[bot] in #5909
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5911
- chore(deps): update dependency anchore/grype to v0.97.1 by @renovate[bot] in #5912
- chore(deps): update dependency azure/bicep to v0.37.4 by @renovate[bot] in #5913
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5914
- chore(deps): update dependency golangci/golangci-lint to v2.3.1 by @renovate[bot] in #5921
- chore(deps): update dependency virtualenv to v20.33.0 by @renovate[bot] in #5922
- chore(deps): update dependency csharpier to 1.1.0 by @renovate[bot] in #5923
- chore(deps): update dependency csharpier to 1.1.1 by @renovate[bot] in #5925
- chore(deps): update koalaman/shellcheck docker tag to v0.11.0 by @renovate[bot] in #5926
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5924
- chore(deps): update docker/metadata-action action to v5.8.0 by @renovate[bot] in #5918
- chore(deps): update dependency lightning-flow-scanner to v3.27.1 by @renovate[bot] in #5919
- chore(deps): update redis docker tag to v8.2.0 by @renovate[bot] in #5933
- chore(deps): update dependency lightning-flow-scanner to v3.29.0 by @renovate[bot] in #5920
- chore(deps): update secretlint monorepo to v10.2.2 (patch) by @renovate[bot] in #5928
- chore(deps): update dependency dart to v3.8.3 by @renovate[bot] in #5931
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5927
- chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.3 by @renovate[bot] in #5929
- chore(deps): update dependency phpstan/phpstan to v2.1.22 by @renovate[bot] in #5932
- chore(deps): update dependency rubocop to v1.79.2 by @renovate[bot] in #5935
- chore(deps): update dependency cfn-lint to v1.38.2 by @renovate[bot] in #5940
- chore(deps): update dependency virtualenv to v20.33.1 by @renovate[bot] in #5941
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5938
- chore(deps): update dependency redis to v6.3.0 by @renovate[bot] in #5936
- chore(deps): update typescript-eslint monorepo to v8.39.0 (minor) by @renovate[bot] in #5937
- chore(deps): update dependency eslint-plugin-prettier to v5.5.4 by @renovate[bot] in #5944
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5942
- enhancement: Support purpose.Dockerfile convention in hadolint by @dannystaple in #5934
- chore(deps): update dependency bartlett/sarif-php-converters to v1.3.1 by @renovate[bot] in #5916
- Bump chalk from 5.4.1 to 5.5.0 in /mega-linter-runner by @dependabot[bot] in #5930
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5950
- chore(deps): lock file maintenance by @renovate[bot] in #5949
- chore(deps): update dependency ruff to v0.12.8 by @renovate[bot] in #5955
- chore(deps): update dependency vimeo/psalm to v6.13.1 by @renovate[bot] in #5948
- chore(deps): update dependency stylelint to v16.23.1 by @renovate[bot] in #5956
- chore(deps): update dependency rust-lang/rust to v1.89.0 by @renovate[bot] in #5947
- chore(deps): update checkmarx/kics docker tag to v2.1.13 by @renovate[bot] in #5962
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5966
- chore(deps): update dependency anchore/grype to v0.97.2 by @renovate[bot] in #5964
- chore(deps): update dependency cfn-lint to v1.38.3 - autoclosed by @renovate[bot] in #5965
- chore(deps): update dependency pylint to v3.3.8 by @renovate[bot] in #5968
- chore(deps): update dependency tmp to v0.2.5 by @renovate[bot] in #5969
- chore(deps): update dependency anchore/syft to v1.30.0 by @renovate[bot] in #5971
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5973
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.9 by @renovate[bot] in #5978
- chore(deps): update dependency rubocop-rails to v2.33.1 by @renovate[bot] in #5972
- chore(deps): update mstruebing/editorconfig-checker docker tag to v3.4.0 by @renovate[bot] in #5974
- chore(deps): update dependency astral-sh/uv to v0.8.9 by @renovate[bot] in #5976
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5980
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5981
- Add missing langchain packages to dev requirements.txt by @pessi-v in #5987
- chore(deps): update dependency @babel/core to v7.28.3 by @renovate[bot] in #5985
- chore(deps): update typescript-eslint monorepo to v8.39.1 (patch) by @renovate[bot] in #5970
- chore(deps): update dependency rubocop-rails to v2.33.3 by @renovate[bot] in #5983
- chore(deps): update dependency csharpier to 1.1.2 by @renovate[bot] in #5988
- chore(deps): update dependency kubescape/kubescape to v3.0.38 by @renovate[bot] in #5989
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5992
- chore(deps): update dependency ruff to v0.12.9 by @renovate[bot] in #5991
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.7.22 by @renovate[bot] in #5977
- chore(deps): update dependency mkdocs-material to v9.6.17 by @renovate[bot] in #5990
- chore(deps): update salesforce packages (minor) by @renovate[bot] in #5997
- chore(deps): update dependency requests to v2.32.5 by @renovate[bot] in #5996
- chore(deps): update dependency langchain_anthropic to v0.3.19 by @renovate[bot] in #5995
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #5998
- chore(deps): update dependency jsonschema to v4.25.1 by @renovate[bot] in #5994
- Bump redis from 6.3.0 to 6.4.0 in /.config/python/dev by @dependabot[bot] in #5960
- [automation] Auto-update linters version, help and documentation by @nvuillam in #5999
- chore(deps): update dependency pyright to v1.1.404 by @renovate[bot] in #6002
- chore(deps): update dependency @salesforce/cli to v2.102.6 by @renovate[bot] in #6003
- chore(deps): update dependency golangci/golangci-lint to v2.4.0 by @renovate[bot] in #6001
- chore(deps): update dependency redis to v6.4.0 by @renovate[bot] in #5946
- Remove deprecated PHP_CS_FIXER_IGNORE_ENV env var by @llaville in #5982
- chore(deps): update dependency ruff to v0.12.10 by @renovate[bot] in #6007
- chore(deps): update dependency typescript to v5.9.2 by @renovate[bot] in #5917
- chore(deps): update dependency mkdocs-material to v9.6.18 by @renovate[bot] in #6006
- chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.42.0 by @renovate[bot] in #5954
- chore(deps): update dependency anchore/syft to v1.31.0 by @renovate[bot] in #6009
- chore(deps): update redis docker tag to v8.2.1 by @renovate[bot] in #6011
- chore(deps): update yoheimuta/protolint docker tag to v0.55.7 by @renovate[bot] in #6012
- chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.5 by @renovate[bot] in #6000
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.86.0 by @renovate[bot] in #6010
- chore(deps): update dependency rubocop to v1.80.0 by @renovate[bot] in #6018
- chore(deps): update dependency cfn-lint to v1.39.0 by @renovate[bot] in #6015
- chore(deps): update dependency anchore/grype to v0.98.0 by @renovate[bot] in #6013
- chore(deps): update dependency ansible-lint to v25.8.2 by @renovate[bot] in #6014
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6008
- chore(deps): update dependency rq to v2.5.0 by @renovate[bot] in #6017
- chore(deps): update yoheimuta/protolint docker tag to v0.56.3 by @renovate[bot] in #6023
- chore(deps): update dependency virtualenv to v20.34.0 by @renovate[bot] in #6020
- chore(deps): update dependency beautifulsoup4 to v4.13.5 by @renovate[bot] in #6019
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6021
- fix(deps): update dependency chalk to v5.6.0 by @renovate[bot] in #6024
- chore(deps): update dependency sfdx-hardis to v6 by @renovate[bot] in #6025
- chore(deps): update dependency @salesforce/plugin-packaging to v2.19.7 by @renovate[bot] in #6028
- chore(deps): update dependency typing-extensions to v4.15.0 by @renovate[bot] in #6032
- chore(deps): update yoheimuta/protolint docker tag to v0.56.4 by @renovate[bot] in #6031
- chore(deps): update dependency sfdx-hardis to v6.1.4 by @renovate[bot] in #6034
- chore(deps): update dependency eslint to v9.34.0 by @renovate[bot] in #6033
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6026
- chore(deps): update secretlint monorepo to v11 (major) by @renovate[bot] in #6027
- chore(deps): update typescript-eslint monorepo to v8.41.0 (minor) by @renovate[bot] in #6022
- fix: minor grammar fixes by @fevrin in #6043
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6036
- chore(deps): update jdkato/vale docker tag to v3.12.0 by @renovate[bot] in #6042
- chore(deps): update dependency anchore/syft to v1.32.0 by @renovate[bot] in #6041
- chore(deps): update dependency aquasecurity/trivy to v0.66.0 by @renovate[bot] in #6052
- chore(deps): update hadolint/hadolint docker tag to v2.13.1 by @renovate[bot] in #6051
- Fix CICD pipeline & upgrade glightbox & disable lightning flow scanner by @nvuillam in #6053
- chore(deps): update dependency cspell to v9.2.1 by @renovate[bot] in #6046
- chore(deps): update dependency cfn-lint to v1.39.1 by @renovate[bot] in #6037
- chore(deps): update dependency pytest-rerunfailures to v16 by @renovate[bot] in #6048
- chore(deps): update dependency pyright to v1.1.405 by @renovate[bot] in #6054
- chore(deps): update dependency langchain_core to v0.3.75 by @renovate[bot] in #6039
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6045
- chore(deps): update tflint plugin terraform-linters/tflint-ruleset-google to v0.35.0 by @renovate[bot] in #5975
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6057
- chore(deps): update dependency ruff to v0.12.12 by @renovate[bot] in #6056
- chore(deps): update dependency rubocop to v1.80.2 by @renovate[bot] in #6055
- chore(deps): update dependency langchain_google_genai to v2.1.10 by @renovate[bot] in #6047
- chore(deps): update dependency langchain_community to v0.3.29 by @renovate[bot] in #6038
- chore(deps): update dependency kubescape/kubescape to v3.0.40 by @renovate[bot] in #6044
- chore(deps): update dependency ruff to v0.12.12 by @renovate[bot] in #6061
- chore(deps): update dependency snakefmt to v0.11.2 by @renovate[bot] in #6062
- chore(deps): update trufflesecurity/trufflehog docker tag to v3.90.6 by @renovate[bot] in #6068
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6060
- chore(deps): update dependency squizlabs/php_codesniffer to v3.13.4 by @renovate[bot] in #6067
- chore(deps): update dependency astral-sh/uv to v0.8.15 by @renovate[bot] in #6064
- chore(deps): update dependency mocha to v11.7.2 by @renovate[bot] in #6059
- chore(deps): update dependency mkdocs-glightbox to v0.5.1 by @renovate[bot] in #6058
- chore(deps): update dependency mgechev/revive to v1.12.0 by @renovate[bot] in #6072
- chore(deps): update dependency anchore/grype to v0.99.1 by @renovate[bot] in #6040
- chore(deps): update dependency markdown to v3.9 by @renovate[bot] in #6070
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6071
- chore(deps): update dependency pygithub to v2.8.1 by @renovate[bot] in #6075
- chore(deps): update dependency python-gitlab to v6.3.0 by @renovate[bot] in #6076
- chore(deps): update dependency npm to v11.6.0 by @renovate[bot] in #6073
- chore(deps): update dependency rubocop-performance to v1.26.0 by @renovate[bot] in #6078
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.87.1 by @renovate[bot] in #6069
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6083
- chore(deps): update babel monorepo to v7.28.4 (patch) by @renovate[bot] in #6074
- chore(deps): update dependency regex to v2025.9.1 by @renovate[bot] in #6077
- chore(deps): update dependency sfdx-hardis to v6.3.0 by @renovate[bot] in #6080
- chore(deps): update dependency rq to v2.6.0 by @renovate[bot] in #6081
- chore(deps): update secretlint monorepo to v11.2.3 (patch) by @renovate[bot] in #6082
- chore(deps): update dependency @salesforce/plugin-packaging to v2.19.10 by @renovate[bot] in #6063
- chore(deps): update dependency rubocop-rspec to v3.7.0 by @renovate[bot] in #6079
- When linter is docker based, force
--platform=linux/amd64so it works when running locally on Mac by @nvuillam in #6087 - chore(deps): update dependency snakemake to v9.11.0 by @renovate[bot] in #6088
- chore(deps): update dependency pytest-cov to v6.3.0 by @renovate[bot] in #6084
- chore(deps): update dependency sfdx-hardis to v6.3.0 by @renovate[bot] in #6085
- chore(deps): update typescript-eslint monorepo to v8.42.0 (minor) by @renovate[bot] in #6091
- chore(deps): update actions/github-script action to v8 by @renovate[bot] in #6092
- chore(deps): update actions/setup-node action to v5 by @renovate[bot] in #6093
- chore(deps): update ghcr.io/terraform-linters/tflint docker tag to v0.59.1 by @renovate[bot] in #6090
- chore(deps): update actions/setup-python action to v6 by @renovate[bot] in #6095
- chore(deps): update dependency sfdx-hardis to v6.3.2 by @renovate[bot] in #6094
- chore(deps): update actions/stale action to v10 by @renovate[bot] in #6098
- chore(deps): update dependency sfdx-hardis to v6.3.2 by @renovate[bot] in #6097
- chore(deps): update dependency stylelint to v16.24.0 by @renovate[bot] in #6099
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6086
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6103
- chore(deps): update alpine/terragrunt docker tag to v1.13.1 by @renovate[bot] in #6096
- chore(deps): update dependency lightning-flow-scanner to v5 by @renovate[bot] in #6101
- chore(deps): update mcr.microsoft.com/devcontainers/python docker tag to v2 by @renovate[bot] in #6102
- chore(deps): update ghcr.io/realm/swiftlint docker tag swiftlint to v0.61.0 by @renovate[bot] in #6089
- chore(deps): update dependency mkdocs-material to v9.6.19 by @renovate[bot] in #6105
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6104
- chore(deps): update dependency sfdx-hardis to v6.3.3 by @renovate[bot] in #6108
- chore(deps): update dependency snakemake to v9.11.1 by @renovate[bot] in #6109
- fix(deps): update dependency uuid to v12 by @renovate[bot] in #6117
- chore(deps): update typescript-eslint monorepo to v8.43.0 (minor) by @renovate[bot] in #6115
- chore(deps): update dependency sfdx-hardis to v6.4.0 by @renovate[bot] in #6120
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6118
- chore(deps): update secretlint monorepo to v11.2.4 (patch) by @renovate[bot] in #6114
- Bump uuid from 11.1.0 to 12.0.0 in /mega-linter-runner by @dependabot[bot] in #6111
- chore(deps): update dependency pytest-cov to v7 by @renovate[bot] in #6123
- chore(deps): update dependency friendsofphp/php-cs-fixer to v3.87.2 by @renovate[bot] in #6124
- chore(deps): update dependency snakemake to v9.11.2 by @renovate[bot] in #6122
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6121
- chore(deps): lock file maintenance by @renovate[bot] in #6107
- chore(deps): update dependency phpstan/phpstan to v2.1.23 by @renovate[bot] in #6126
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.16 by @renovate[bot] in #6130
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.16 by @renovate[bot] in #6129
- chore(deps): update dependency powershell/powershell to v7.5.3 by @renovate[bot] in #6128
- chore(deps): update dependency langchain_core to v0.3.76 by @renovate[bot] in #6127
- chore(deps): update dependency ruff to v0.13.0 by @renovate[bot] in #6132
- Updates github actions versions + upgrader by @nvuillam in #6106
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6125
- chore(deps): update dependency htmlhint to v1.7.0 by @renovate[bot] in #6135
- chore(deps): update dependency astral-sh/uv to v0.8.17 by @renovate[bot] in #6131
- chore(deps): update dependency sfdx-hardis to v6.4.1 by @renovate[bot] in #6134
- chore(deps): update salesforce packages (minor) by @renovate[bot] in #6138
- chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.17 by @renovate[bot] in #6137
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6136
- Updates base image to python:3.13-alpine3.22 by @nvuillam in #6133
- chore(deps): update dependency langchain_anthropic to v0.3.20 by @renovate[bot] in #6139
- chore(deps): update dependency microsoft.cst.devskim.cli to 1.0.67 by @renovate[bot] in #6140
- chore(deps): update dependency mypy to v1.18.1 by @renovate[bot] in #6141
- chore(deps): update dependency phpstan/phpstan to v2.1.25 by @renovate[bot] in #6142
- Use v9 by default at install & upgrade by @nvuillam in #6144
- chore(deps): update dependency pmd/pmd to v7.17.0 by @renovate[bot] in #6143
- chore(deps): update alpine/terragrunt docker tag to v1.13.2 by @renovate[bot] in #6145
- chore(deps): update dependency sfdx-hardis to v6.4.2 by @renovate[bot] in #6146
- chore(deps): update dependency sfdx-hardis to v6.4.3 by @renovate[bot] in #6147
- chore(deps): update dependency squizlabs/php_codesniffer to v4 by @renovate[bot] in #6151
- Bump mkdocs-material from 9.6.19 to 9.6.20 in /.config/python/dev by @dependabot[bot] in #6149
- chore(deps): update dependency anchore/grype to v0.100.0 by @renovate[bot] in #6154
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6152
- chore(deps): update dependency langchain_google_genai to v2.1.11 by @renovate[bot] in #6153
- chore(deps): update dependency anchore/syft to v1.33.0 by @renovate[bot] in #6155
- chore(deps): update typescript-eslint monorepo to v8.44.0 (minor) by @renovate[bot] in #6156
- chore(deps): update dependency sfdx-hardis to v6.4.4 by @renovate[bot] in #6157
- chore(deps): update dependency phpstan/phpstan to v2.1.26 by @renovate[bot] in #6158
- chore(deps): update dependency ansible-lint to v25.9.0 by @renovate[bot] in #6159
- chore(deps): update dependency htmlhint to v1.7.1 by @renovate[bot] in #6160
- [automation] Auto-update linters version, help and documentation by @nvuillam in #6161
- chore(deps): update dependency @salesforce/plugin-packaging to v2.20.3 by @renovate[bot] in #6163
- chore(deps): update dependency langchain_google_genai to v2.1.12 by @renovate[bot] in #6165
- chore(deps): update dependency checkov to v3.2.471 by @renovate[bot] in #6164
- chore(deps): update dependency fastapi to v0.116.2 by @renovate[bot] in #6162
- chore(deps): update dependency kubescape/kubescape to v3.0.41 by @renovate[bot] in #6166
- chore(deps): update dependency phpstan/phpstan to v2.1.27 by @renovate[bot] in #6167
- chore(deps): lock file maintenance by @renovate[bot] in #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/6187
New Contributors
- @firedigger made their first contribution in #5870
- @dannystaple made their first contribution in #5934
- @pessi-v made their first contribution in #5987
- @fevrin made their first contribution in #6043
- @CraigCallender made their first contribution in https://github.com/oxsecurity/megalinter/pull/6186
Full Changelog: v8.8.0...v9.0.0
