From 3be9efc6929879ff6a5cc28862377dd97bfbfd9e Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sun, 25 Jul 2021 14:29:56 +0200 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.28.1 (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | minor | `0.27.1` -> `0.28.1` | --- ### Release Notes
igorshubovych/markdownlint-cli ### [`v0.28.1`](https://github.com/igorshubovych/markdownlint-cli/releases/v0.28.1) [Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.28.0...v0.28.1) - Fix outdated reference to `rc` (thanks [@​shhdgit](https://github.com/shhdgit)!) ### [`v0.28.0`](https://github.com/igorshubovych/markdownlint-cli/releases/v0.28.0) [Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.27.1...v0.28.0) - Add `--json` option to output results in JSON format - Switch `rc` dependency to `run-con` to address `CVE-2020-7788` - Update all dependencies via `Dependabot`
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/markdownlint-cli/pulls/32 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9939b28..ce03363 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/mar ARG BUILD_VERSION # renovate: datasource=npm depName=markdownlint-cli -ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.27.1}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.28.1}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error