From e09dcc764301766bfa39ad7b38ca050286583cc2 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Mon, 22 Aug 2022 09:29:41 +0200 Subject: [PATCH] chore(deps): update dependency js-beautify to v1.14.6 (#97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [js-beautify](https://beautifier.io/) ([source](https://github.com/beautify-web/js-beautify)) | patch | `1.14.5` -> `1.14.6` | --- ### Release Notes
beautify-web/js-beautify ### [`v1.14.6`](https://github.com/beautify-web/js-beautify/blob/HEAD/CHANGELOG.md#v1146) [Compare Source](https://github.com/beautify-web/js-beautify/compare/v1.14.5...v1.14.6) - Globs no longer work on Windows in 1.14.5 ([#​2093](https://github.com/beautify-web/js-beautify/issues/2093))
--- ### 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/alpine-tools/pulls/97 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile.amd64 | 2 +- Dockerfile.arm | 2 +- Dockerfile.arm64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 900190b..6425d0e 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -21,7 +21,7 @@ ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.7.1}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}" # renovate: datasource=npm depName=js-beautify -ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.5}" +ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.6}" RUN apk --update add curl make tar git && \ curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64" && \ diff --git a/Dockerfile.arm b/Dockerfile.arm index ec0166b..df39795 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -21,7 +21,7 @@ ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.7.1}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}" # renovate: datasource=npm depName=js-beautify -ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.5}" +ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.6}" RUN apk --update add curl make tar git && \ curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-armv7" && \ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index b3fbb93..13ceb76 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -21,7 +21,7 @@ ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.7.1}" # renovate: datasource=npm depName=spellchecker-cli ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}" # renovate: datasource=npm depName=js-beautify -ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.5}" +ENV JSBEAUTIFY_VERSION="${JSBEAUTIFY_VERSION:-1.14.6}" RUN apk --update add curl make tar git && \ curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-arm64" && \