You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+61-76Lines changed: 61 additions & 76 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,93 +8,78 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
9
9
Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image
10
10
11
+
- Linter versions upgrades
12
+
<!-- linter-versions-end -->
13
+
14
+
## [v6.19.0] - 2023-02-05
15
+
11
16
- Core
12
17
- Deploy additional Docker images to GitHub Container Registry, by @lars-reimann in [#2117](https://github.com/oxsecurity/megalinter/pull/2117)
13
18
- Build: Disable generate_documentation_all_users as we use github-dependents-info
14
19
20
+
- Evolutions
21
+
- Support xmllint autofix, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2244 (requires definition of `XML_XMLLINT_AUTOFORMAT: true`)
22
+
15
23
- Fixes
16
-
- Change name of config file for powershell formatter to avoid collision with powershell linter config
24
+
- Change name of config file for powershell formatter to avoid collision with powershell linter config, by @nvuillam in https://github.com/oxsecurity/megalinter/pull/2231
17
25
- Enhance find SARIF json in stdout output
18
26
- Pass --show-context, --show-suggestions, and --no-must-find-files to CSpell for friendlier UX, by @Kurt-von-Laven in [#2275](https://github.com/oxsecurity/megalinter/pull/2275).
19
27
- Only run npm-package-json-lint when package.json is present, by @Kurt-von-Laven in [#2280](https://github.com/oxsecurity/megalinter/pull/2280).
28
+
- Fix local files with extends, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2236
29
+
- Remove downgrading of ansible-lint, by @gotit96 in https://github.com/oxsecurity/megalinter/pull/2257
30
+
- Tag some automatically updated files as generated files, by @echoix in https://github.com/oxsecurity/megalinter/pull/2285
31
+
- Fix Sarif Reporter in Azure Devops with space in project name, by @EtienneDeneuve in https://github.com/oxsecurity/megalinter/pull/2301
20
32
21
33
- Documentation
22
34
- Configure jsonschema documentation formatting (see [Descriptor schema](https://megalinter.io/latest/json-schemas/descriptor.html), [Configuration schema](https://megalinter.io/latest/json-schemas/configuration.html)), by @echoix in [#2270](https://github.com/oxsecurity/megalinter/pull/2270)
23
-
24
-
- Linter versions upgrades
25
-
-[prettier](https://prettier.io/) from 2.8.1 to **2.8.2** on 2023-01-07
26
-
-[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 000 to **6.0.404** on 2023-01-07
27
-
-[perlcritic](https://metacpan.org/pod/Perl::Critic) from 1.146 to **1.148** on 2023-01-07
28
-
-[tflint](https://github.com/terraform-linters/tflint) from 0.44.0 to **0.44.1** on 2023-01-07
29
-
-[phpstan](https://phpstan.org/) from 1.9.7 to **1.9.8** on 2023-01-09
30
-
-[cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.72.6 to **0.72.7** on 2023-01-09
31
-
-[pylint](https://pylint.pycqa.org) from 2.15.9 to **2.15.10** on 2023-01-09
32
-
-[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 6.0.404 to **6.0.405** on 2023-01-11
33
-
-[phpstan](https://phpstan.org/) from 1.9.8 to **1.9.9** on 2023-01-11
34
-
-[rubocop](https://rubocop.org/) from 1.42.0 to **1.43.0** on 2023-01-11
35
-
-[yamllint](https://yamllint.readthedocs.io/) from 1.28.0 to **1.29.0** on 2023-01-11
36
-
-[cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.72.7 to **0.72.8** on 2023-01-12
37
-
-[devskim](https://github.com/microsoft/DevSkim) from 0.7.101 to **0.7.103** on 2023-01-12
38
-
-[phpstan](https://phpstan.org/) from 1.9.9 to **1.9.11** on 2023-01-12
39
-
-[syft](https://github.com/anchore/syft) from 0.65.0 to **0.66.1** on 2023-01-14
40
-
-[prettier](https://prettier.io/) from 2.8.2 to **2.8.3** on 2023-01-14
41
-
-[clj-kondo](https://github.com/borkdude/clj-kondo) from 2022.12.10 to **2023.01.12** on 2023-01-14
42
-
-[eslint](https://eslint.org) from 8.31.0 to **8.32.0** on 2023-01-15
43
-
-[ansible-lint](https://ansible-lint.readthedocs.io/) from 6.7.0 to **6.10.2** on 2023-01-16
44
-
-[csharpier](https://csharpier.com/) from 0.21.0 to **0.22.0** on 2023-01-16
45
-
-[ansible-lint](https://ansible-lint.readthedocs.io/) from 6.10.2 to **6.11.0** on 2023-01-18
46
-
-[cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.72.8 to **0.72.9** on 2023-01-18
47
-
-[csharpier](https://csharpier.com/) from 0.22.0 to **0.22.1** on 2023-01-18
48
-
-[phpstan](https://phpstan.org/) from 1.9.11 to **1.9.12** on 2023-01-18
49
-
-[git_diff](https://git-scm.com) from 2.36.3 to **2.36.4** on 2023-01-18
50
-
-[syft](https://github.com/anchore/syft) from 0.66.1 to **0.66.2** on 2023-01-18
51
-
-[cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.18.1 to **6.19.2** on 2023-01-18
52
-
-[kics](https://www.kics.io) from 1.6.7 to **1.6.8** on 2023-01-18
53
-
-[phpstan](https://phpstan.org/) from 1.9.12 to **1.9.13** on 2023-01-19
54
-
-[snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.19.1 to **7.20.0** on 2023-01-19
55
-
-[actionlint](https://rhysd.github.io/actionlint/) from 1.6.22 to **1.6.23** on 2023-01-20
56
-
-[djlint](https://djlint.com/) from 1.19.11 to **1.19.12** on 2023-01-20
57
-
-[phpstan](https://phpstan.org/) from 1.9.13 to **1.9.14** on 2023-01-20
58
-
-[tsqllint](https://github.com/tsqllint/tsqllint) from 1.15.1.0 to **1.15.3.0** on 2023-01-20
59
-
-[semgrep](https://semgrep.dev/) from 1.3.0 to **1.5.1** on 2023-01-21
60
-
-[syft](https://github.com/anchore/syft) from 0.66.2 to **0.68.0** on 2023-01-21
61
-
-[djlint](https://djlint.com/) from 1.19.12 to **1.19.13** on 2023-01-24
62
-
-[ktlint](https://ktlint.github.io) from 0.48.1 to **0.48.2** on 2023-01-24
63
-
-[psalm](https://psalm.dev) from Psalm.dev-master@ to **Psalm.5.6.0@** on 2023-01-24
64
-
-[rubocop](https://rubocop.org/) from 1.43.0 to **1.44.0** on 2023-01-24
65
-
-[powershell_formatter](https://github.com/PowerShell/PSScriptAnalyzer) from 7.3.1 to **7.3.2** on 2023-01-25
66
-
-[powershell](https://github.com/PowerShell/PSScriptAnalyzer) from 7.3.1 to **7.3.2** on 2023-01-25
67
-
-[revive](https://revive.run/) from 1.2.4 to **1.2.5** on 2023-01-27
68
-
-[syft](https://github.com/anchore/syft) from 0.68.0 to **0.68.1** on 2023-01-27
69
-
-[rstfmt](https://github.com/dzhu/rstfmt) from 0.0.11 to **0.0.12** on 2023-01-27
70
-
-[rubocop](https://rubocop.org/) from 1.44.0 to **1.44.1** on 2023-01-27
71
-
-[clippy](https://github.com/rust-lang/rust-clippy) from 0.1.66 to **0.1.67** on 2023-01-27
72
-
-[cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.72.9 to **0.72.10** on 2023-01-28
73
-
-[scss-lint](https://github.com/sds/scss-lint) from 0.59.0 to **0.60.0** on 2023-01-28
74
-
-[v8r](https://github.com/chris48s/v8r) from 0.13.1 to **0.14.0** on 2023-01-28
75
-
-[isort](https://pycqa.github.io/isort/) from 5.11.4 to **5.12.0** on 2023-01-28
76
-
-[semgrep](https://semgrep.dev/) from 1.5.1 to **1.6.0** on 2023-01-28
77
-
-[eslint](https://eslint.org) from 8.32.0 to **8.33.0** on 2023-01-29
78
-
-[syft](https://github.com/anchore/syft) from 0.68.1 to **0.69.0** on 2023-01-31
79
-
-[clj-kondo](https://github.com/borkdude/clj-kondo) from 2023.01.12 to **2023.01.20** on 2023-01-31
80
-
-[gitleaks](https://github.com/zricethezav/gitleaks) from 8.15.2 to **8.15.3** on 2023-01-31
81
-
-[ansible-lint](https://ansible-lint.readthedocs.io/) from 6.11.0 to **6.12.1** on 2023-02-04
82
-
-[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.13.1 to **0.14.6** on 2023-02-04
83
-
-[golangci-lint](https://golangci-lint.run/) from 1.50.1 to **1.51.0** on 2023-02-04
84
-
-[checkstyle](https://checkstyle.sourceforge.io) from 10.6.0 to **10.7.0** on 2023-02-04
85
-
-[black](https://black.readthedocs.io/en/stable/) from 22.12.0 to **23.1.0** on 2023-02-04
86
-
-[pylint](https://pylint.pycqa.org) from 2.15.10 to **2.16.1** on 2023-02-04
87
-
-[devskim](https://github.com/microsoft/DevSkim) from 0.7.103 to **0.7.104** on 2023-02-04
88
-
-[secretlint](https://github.com/secretlint/secretlint) from 6.0.2 to **6.2.0** on 2023-02-04
89
-
-[semgrep](https://semgrep.dev/) from 1.6.0 to **1.9.0** on 2023-02-04
90
-
-[syft](https://github.com/anchore/syft) from 0.69.0 to **0.70.0** on 2023-02-04
91
-
-[snakefmt](https://github.com/snakemake/snakefmt) from 0.8.0 to **0.8.1** on 2023-02-04
92
-
-[snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.20.0 to **7.21.0** on 2023-02-04
93
-
-[cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.19.2 to **6.21.0** on 2023-02-04
94
-
-[kics](https://www.kics.io) from 1.6.8 to **1.6.9** on 2023-02-04
95
-
-[terraform-fmt](https://www.terraform.io/docs/cli/commands/fmt.html) from 1.3.6 to **1.3.7** on 2023-02-04
96
-
-[terragrunt](https://terragrunt.gruntwork.io) from 0.42.3 to **0.43.2** on 2023-02-04
97
-
<!-- linter-versions-end -->
35
+
- Update CONTRIBUTING.md and add documentation improvements hints, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2228
36
+
- Add Powershell linters rules url, by @bdovaz in https://github.com/oxsecurity/megalinter/pull/2242
37
+
- Fix syft logo, by @pjungermann in https://github.com/oxsecurity/megalinter/pull/2282
38
+
- Fix docker run documentation, by @davidjeddy in https://github.com/oxsecurity/megalinter/pull/2258
39
+
40
+
- Linter versions upgrades
41
+
-[actionlint](https://rhysd.github.io/actionlint/) from 1.6.22 to **1.6.23**
42
+
-[ansible-lint](https://ansible-lint.readthedocs.io/) from 6.7.0 to **6.12.1**
43
+
-[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.13.1 to **0.14.6**
44
+
-[black](https://black.readthedocs.io/en/stable/) from 22.12.0 to **23.1.0**
45
+
-[cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.72.6 to **0.72.10**
46
+
-[checkstyle](https://checkstyle.sourceforge.io) from 10.6.0 to **10.7.0**
47
+
-[clippy](https://github.com/rust-lang/rust-clippy) from 0.1.66 to **0.1.67**
48
+
-[clj-kondo](https://github.com/borkdude/clj-kondo) from 2022.12.10 to **2023.01.20**
49
+
-[csharpier](https://csharpier.com/) from 0.21.0 to **0.22.1**
50
+
-[cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.18.1 to **6.21.0**
51
+
-[devskim](https://github.com/microsoft/DevSkim) from 0.7.101 to **0.7.104**
52
+
-[djlint](https://djlint.com/) from 1.19.11 to **1.19.13**
53
+
-[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 000 to **6.0.405**
54
+
-[eslint](https://eslint.org) from 8.31.0 to **8.33.0**
55
+
-[git_diff](https://git-scm.com) from 2.36.3 to **2.36.4**
56
+
-[gitleaks](https://github.com/zricethezav/gitleaks) from 8.15.2 to **8.15.3**
57
+
-[golangci-lint](https://golangci-lint.run/) from 1.50.1 to **1.51.0**
58
+
-[isort](https://pycqa.github.io/isort/) from 5.11.4 to **5.12.0**
59
+
-[kics](https://www.kics.io) from 1.6.7 to **1.6.9**
60
+
-[ktlint](https://ktlint.github.io) from 0.48.1 to **0.48.2**
61
+
-[perlcritic](https://metacpan.org/pod/Perl::Critic) from 1.146 to **1.148**
62
+
-[phpstan](https://phpstan.org/) from 1.9.7 to **1.9.14**
63
+
-[powershell](https://github.com/PowerShell/PSScriptAnalyzer) from 7.3.1 to **7.3.2**
64
+
-[powershell_formatter](https://github.com/PowerShell/PSScriptAnalyzer) from 7.3.1 to **7.3.2**
65
+
-[prettier](https://prettier.io/) from 2.8.1 to **2.8.3**
66
+
-[psalm](https://psalm.dev) from Psalm.dev-master@ to **Psalm.5.6.0@**
67
+
-[pylint](https://pylint.pycqa.org) from 2.15.10 to **2.16.1**
68
+
-[revive](https://revive.run/) from 1.2.4 to **1.2.5**
69
+
-[rstfmt](https://github.com/dzhu/rstfmt) from 0.0.11 to **0.0.12**
70
+
-[rubocop](https://rubocop.org/) from 1.42.0 to **1.44.1**
71
+
-[scss-lint](https://github.com/sds/scss-lint) from 0.59.0 to **0.60.0**
72
+
-[secretlint](https://github.com/secretlint/secretlint) from 6.0.2 to **6.2.0**
73
+
-[semgrep](https://semgrep.dev/) from 1.3.0 to **1.9.0**
74
+
-[snakefmt](https://github.com/snakemake/snakefmt) from 0.8.0 to **0.8.1**
75
+
-[snakemake](https://snakemake.readthedocs.io/en/stable/) from 7.19.1 to **7.21.0**
76
+
-[syft](https://github.com/anchore/syft) from 0.65.0 to **0.70.0**
77
+
-[terraform-fmt](https://www.terraform.io/docs/cli/commands/fmt.html) from 1.3.6 to **1.3.7**
78
+
-[terragrunt](https://terragrunt.gruntwork.io) from 0.42.3 to **0.43.2**
79
+
-[tflint](https://github.com/terraform-linters/tflint) from 0.44.0 to **0.44.1**
80
+
-[tsqllint](https://github.com/tsqllint/tsqllint) from 1.15.1.0 to **1.15.3.0**
81
+
-[v8r](https://github.com/chris48s/v8r) from 0.13.1 to **0.14.0**
82
+
-[yamllint](https://yamllint.readthedocs.io/) from 1.28.0 to **1.29.0**
0 commit comments