chore(deps): update dependency js-beautify to v1.14.6 (#97)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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 <details> <summary>beautify-web/js-beautify</summary> ### [`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)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTkuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE1OS41In0=--> Reviewed-on: docker/alpine-tools#97 Co-authored-by: Renovator Bot <renovator@rknet.org> Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
parent
9214f55c44
commit
e09dcc7643
@ -21,7 +21,7 @@ ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.7.1}"
|
|||||||
# renovate: datasource=npm depName=spellchecker-cli
|
# renovate: datasource=npm depName=spellchecker-cli
|
||||||
ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}"
|
ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}"
|
||||||
# renovate: datasource=npm depName=js-beautify
|
# 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 && \
|
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" && \
|
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64" && \
|
||||||
|
@ -21,7 +21,7 @@ ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.7.1}"
|
|||||||
# renovate: datasource=npm depName=spellchecker-cli
|
# renovate: datasource=npm depName=spellchecker-cli
|
||||||
ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}"
|
ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}"
|
||||||
# renovate: datasource=npm depName=js-beautify
|
# 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 && \
|
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" && \
|
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-armv7" && \
|
||||||
|
@ -21,7 +21,7 @@ ENV PRETTIER_VERSION="${PRETTIER_VERSION:-2.7.1}"
|
|||||||
# renovate: datasource=npm depName=spellchecker-cli
|
# renovate: datasource=npm depName=spellchecker-cli
|
||||||
ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}"
|
ENV SPELLCHECKER_VERSION="${SPELLCHECKER_VERSION:-6.0.2}"
|
||||||
# renovate: datasource=npm depName=js-beautify
|
# 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 && \
|
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" && \
|
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-arm64" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user