From f6c7f98239c41ba4de5307a58a2cab6b6f60ffa4 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 7 Nov 2023 00:31:16 +0000 Subject: [PATCH] fix(deps-dev): bump megalinter to v7.5.0 | datasource | package | from | to | | ---------- | ----------------------------------- | ------ | ------ | | docker | oxsecurity/megalinter-documentation | v7.4.0 | v7.5.0 | | npm | mega-linter-runner | 7.4.0 | 7.5.0 | --- .pre-commit-config.yaml | 2 +- .pre-commit-hooks.yaml | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cca77c..704bb98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: poetry-install - id: pre-commit-install - id: megalinter-incremental - args: &megalinter-args [--flavor, documentation, --release, v7.4.0] + args: &megalinter-args [--flavor, documentation, --release, v7.5.0] - id: megalinter-full args: *megalinter-args diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 2b5f086..88189f1 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -159,7 +159,7 @@ - id: megalinter-incremental name: Run MegaLinter (skipping linters that run in project mode) entry: > - npx -- mega-linter-runner@v7.4.0 + npx -- mega-linter-runner@v7.5.0 --container-name megalinter-incremental --remove-container --fix @@ -185,7 +185,7 @@ - id: megalinter-full name: Run MegaLinter entry: > - npx -- mega-linter-runner@v7.4.0 + npx -- mega-linter-runner@v7.5.0 --container-name megalinter-full --remove-container --fix diff --git a/README.md b/README.md index ddd27ca..1b67dac 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ This hook is intended for MegaLinter v6. Run by running: ```sh -npx -- mega-linter-runner@v7.4.0 \ +npx -- mega-linter-runner@v7.5.0 \ --container-name megalinter-incremental \ --remove-container \ --fix \ @@ -147,7 +147,7 @@ and This hook is intended for MegaLinter v6. Run MegaLinter by running: ```sh -npx -- mega-linter-runner@v7.4.0 \ +npx -- mega-linter-runner@v7.5.0 \ --container-name megalinter-full \ --remove-container \ --fix \