From 098d588d50ff6539c715cb42856a3664a0954f32 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 22 Aug 2022 09:29:34 +0200 Subject: [PATCH] chore(deps): update dependency markdownlint-cli to v0.32.2 (#95) 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) | patch | `0.32.1` -> `0.32.2` | --- ### Release Notes
igorshubovych/markdownlint-cli ### [`v0.32.2`](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.32.2) [Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.32.1...v0.32.2) - Update `markdownlint` dependency to `0.26.2` - Improve `MD037`/`MD051`/`MD053` - Update all dependencies via `Dependabot`
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/markdownlint-cli/pulls/95 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 5a3d1f3..d789df5 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.32.1}" +ENV MARKDOWNLINT_VERSION="${BUILD_VERSION:-0.32.2}" ENV FORCE_COLOR=true \ NPM_CONFIG_LOGLEVEL=error