Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump megalinter/megalinter from 6.19.0 to 6.20.0 #1665

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps megalinter/megalinter from 6.19.0 to 6.20.0.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v6.20.0

image

Release notes

  • Core

    • Upgrade base docker image from python:3.10.4-alpine3.16 to python:3.11.1-alpine3.17
    • Update editorconfig-checker to 2.7.0, by @​rasa
    • Build: remove folder contents before generating Dockerfile files for each linter in generate_linter_dockerfiles(), by @​bdovaz in #2294
    • Build: remove folder contents before generating test classes for each linter in generate_linter_test_classes(), by @​bdovaz in #2294
    • Build: automatically update the linter list used in the matrix of several of the workflows, by @​bdovaz in #2294
    • Test: create a testing architecture for format/autofix linters, by @​bdovaz in #2294
    • Test: create or adapt input files for format/autofix tests, by @​bdovaz in #2294
    • Test: created specific test folders for linters that need them because they cannot share them, by @​bdovaz in #2294
    • Added rubocop-rake RubyGem for linting Rake files with RuboCop
  • Fixes

    • Correctly generate class names and test class files for each linter when the linter descriptor defines the attribute "name", by @​bdovaz in #2294
    • Removed the default powershell templates TEMPLATES/.powershell-formatter.psd1 and TEMPLATES/.powershell-psscriptanalyzer.psd1. Having these templates caused all rules to be ignored as the settings are not incremental but absolute, by @​bdovaz in #2294
    • Added cli_lint_fix_arg_name parameter to dotnet format descriptor as without it, autofix does not work, by @​bdovaz in #2294
    • Created BicepLinter class to add DOTNET_SYSTEM_GLOBALIZATION_INVARIANT environment variable to avoid problems with ICU packages, by @​bdovaz in #2294
    • Modified npm-groovy-lint descriptor to add --failon parameter to only fail with error and not info which is the default value, by @​bdovaz in #2294
    • Added cli_lint_fix_arg_name parameter to powershell formatter descriptor as without it, autofix does not work, by @​bdovaz in #2294
    • Created ProtolintLinter class to fix the problem that returns exit code 1 when it encounters a problem to correct even though it corrects it correctly, by @​bdovaz in #2294
    • Concatenate --output parameter correctly to xmllint linter, by @​bdovaz in #2294
    • Modified the .pre-commit-hooks.yaml for megalinter-full so the containername argument is correctly split between two lines, by @​drbothen #2411
    • Avoid jscpd default config to detect copy pastes in image files
    • Move utilstest to megalinter folder to avoid import issues
    • Replace deprecated spectral package, by @​bdovaz in by @​bdovaz in oxsecurity/megalinter#2340
    • Generate correct urls for packages with fixed versions, by @​bdovaz in oxsecurity/megalinter#2339
  • Documentation

    • Change swiftlint example that did not correctly reflect the --fix parameter, by @​bdovaz in #2294
    • Change in TSX eslint descriptor the urls as they were not correct, by @​bdovaz in #2294
    • Change in TYPESCRIPT eslint descriptor the urls as they were not correct, by @​bdovaz on #2294
    • Use mkdocs-glightbox to allow to click on images and display them in full screen
  • CI

    • Use docker/build-push-action to build docker images and akhilerm/tag-push-action to release by retagging and pushing beta images instead of rebuilding them
    • Authenticate to GitHub API during docker build to avoid reaching limits
    • Remove apk go package install in images where possible to decrease image sizes, by @​echoix in oxsecurity/megalinter#2318
    • Create a slash PR bot to run ./build.sh command manually on PRs, by @​echoix in #2353 and #2381
    • Limit parallel execution of large job matrix in the workflows with max-parallel in order to keep runners available for other jobs, by @​echoix in #2397
  • Linter versions upgrades

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v6.20.0] - 2023-03-05

  • Core

    • Upgrade base docker image from python:3.10.4-alpine3.16 to python:3.11.1-alpine3.17
    • Build: remove folder contents before generating Dockerfile files for each linter in generate_linter_dockerfiles(), by @​bdovaz in #2294
    • Build: remove folder contents before generating test classes for each linter in generate_linter_test_classes(), by @​bdovaz in #2294
    • Build: automatically update the linter list used in the matrix of several of the workflows, by @​bdovaz in #2294
    • Test: create a testing architecture for format/autofix linters, by @​bdovaz in #2294
    • Test: create or adapt input files for format/autofix tests, by @​bdovaz in #2294
    • Test: created specific test folders for linters that need them because they cannot share them, by @​bdovaz in #2294
    • Added rubocop-rake RubyGem for linting Rake files with RuboCop
  • Fixes

    • Correctly generate class names and test class files for each linter when the linter descriptor defines the attribute "name", by @​bdovaz in #2294
    • Removed the default powershell templates TEMPLATES/.powershell-formatter.psd1 and TEMPLATES/.powershell-psscriptanalyzer.psd1. Having these templates caused all rules to be ignored as the settings are not incremental but absolute, by @​bdovaz in #2294
    • Added cli_lint_fix_arg_name parameter to dotnet format descriptor as without it, autofix does not work, by @​bdovaz in #2294
    • Created BicepLinter class to add DOTNET_SYSTEM_GLOBALIZATION_INVARIANT environment variable to avoid problems with ICU packages, by @​bdovaz in #2294
    • Modified npm-groovy-lint descriptor to add --failon parameter to only fail with error and not info which is the default value, by @​bdovaz in #2294
    • Added cli_lint_fix_arg_name parameter to powershell formatter descriptor as without it, autofix does not work, by @​bdovaz in #2294
    • Created ProtolintLinter class to fix the problem that returns exit code 1 when it encounters a problem to correct even though it corrects it correctly, by @​bdovaz in #2294
    • Concatenate --output parameter correctly to xmllint linter, by @​bdovaz in #2294
    • Modified the .pre-commit-hooks.yaml for megalinter-full so the containername argument is correctly split between two lines, by @​drbothen #2411
    • Avoid jscpd default config to detect copy pastes in image files
    • Move utilstest to megalinter folder to avoid import issues
    • Replace deprecated spectral package, by @​bdovaz in by @​bdovaz in oxsecurity/megalinter#2340
    • Generate correct urls for packages with fixed versions, by @​bdovaz in oxsecurity/megalinter#2339
  • Documentation

    • Change swiftlint example that did not correctly reflect the --fix parameter, by @​bdovaz in #2294
    • Change in TSX eslint descriptor the urls as they were not correct, by @​bdovaz in #2294
    • Change in TYPESCRIPT eslint descriptor the urls as they were not correct, by @​bdovaz on #2294
    • Use mkdocs-glightbox to allow to click on images and display them in full screen
  • CI

    • Use docker/build-push-action to build docker images and akhilerm/tag-push-action to release by retagging and pushing beta images instead of rebuilding them
    • Authenticate to GitHub API during docker build to avoid reaching limits
    • Remove apk go package install in images where possible to decrease image sizes, by @​echoix in oxsecurity/megalinter#2318
    • Create a slash PR bot to run ./build.sh command manually on PRs, by @​echoix in #2353 and #2381
    • Limit parallel execution of large job matrix in the workflows with max-parallel in order to keep runners available for other jobs, by @​echoix in #2397
  • Linter versions upgrades

... (truncated)

Commits
  • c1612a7 Release MegaLinter v6.20.0
  • 49bfbc2 Prepare changelog for v6.20.0
  • 0d699a3 [automation] Auto-update linters version, help and documentation (#2419)
  • 5e7d9e3 Remove useless init.py
  • 32009e8 Fix variable scope in EXTENDS management (#2418)
  • 868b6c1 Move utilstest to megalinter folder to avoid import issues (#2417)
  • aed76ac Fix flavors import error
  • faf92f6 Fix flavors (#2416)
  • ac8ce67 Use mkdocs-glightbox to allow to click on images and display them in full scr...
  • 575e2fa Avoid jscpd default config to detect copy pastes in image files (#2407)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 6.19.0 to 6.20.0.
- [Release notes](https://github.com/megalinter/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](oxsecurity/megalinter@v6.19.0...v6.20.0)

---
updated-dependencies:
- dependency-name: megalinter/megalinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 6, 2023 02:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Mar 6, 2023
@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Merging #1665 (7194d44) into master (4989f44) will increase coverage by 1.30%.
The diff coverage is 71.47%.

@@            Coverage Diff             @@
##           master    #1665      +/-   ##
==========================================
+ Coverage   61.22%   62.53%   +1.30%     
==========================================
  Files          46       48       +2     
  Lines        7141     7452     +311     
==========================================
+ Hits         4372     4660     +288     
- Misses       2462     2474      +12     
- Partials      307      318      +11     
Impacted Files Coverage Δ
pkg/container/docker_cli.go 82.23% <ø> (ø)
pkg/container/docker_logger.go 52.08% <ø> (ø)
pkg/container/docker_pull.go 33.33% <ø> (ø)
pkg/container/docker_run.go 14.08% <ø> (+0.49%) ⬆️
pkg/container/docker_volume.go 0.00% <ø> (ø)
pkg/container/file_collector.go 39.68% <0.00%> (+2.38%) ⬆️
pkg/container/host_environment.go 0.00% <0.00%> (ø)
pkg/model/workflow.go 42.11% <ø> (ø)
pkg/model/planner.go 44.71% <21.27%> (-4.12%) ⬇️
pkg/container/docker_images.go 27.02% <29.41%> (-4.13%) ⬇️
... and 30 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY gitleaks yes no 2.49s
✅ REPOSITORY git_diff yes no 0.0s
✅ REPOSITORY secretlint yes no 1.33s
✅ YAML prettier 1 0 0.46s
✅ YAML v8r 1 0 1.73s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@mergify mergify bot merged commit 7ee2138 into master Mar 6, 2023
@mergify mergify bot deleted the dependabot/github_actions/megalinter/megalinter-6.20.0 branch March 6, 2023 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants