From 61dafdaff7bfe8d211ec2cdfaf28236eb95f8f80 Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Tue, 4 May 2021 09:10:00 +0200 Subject: [PATCH] chore(deps): update dependency @lhci/cli to v0.7.2 (#49) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [@lhci/cli](https://github.com/GoogleChrome/lighthouse-ci) | patch | `0.7.1` -> `0.7.2` | --- ### Release Notes
GoogleChrome/lighthouse-ci ### [`v0.7.2`](https://github.com/GoogleChrome/lighthouse-ci/releases/v0.7.2) [Compare Source](https://github.com/GoogleChrome/lighthouse-ci/compare/v0.7.1...v0.7.2) #### v0.7.2 (2021-04-29) - feat(server): enable passing of server host ([#​589](https://github.com/GoogleChrome/lighthouse-ci/issues/589)) ([c31cea3](https://github.com/GoogleChrome/lighthouse-ci/commits/c31cea3)), closes [#​589](https://github.com/GoogleChrome/lighthouse-ci/issues/589) - fix(cli): fix status check for includePassedAssertions ([#​595](https://github.com/GoogleChrome/lighthouse-ci/issues/595)) ([875c3ed](https://github.com/GoogleChrome/lighthouse-ci/commits/875c3ed)), closes [#​595](https://github.com/GoogleChrome/lighthouse-ci/issues/595) - fix(server): debug logging for sequelize/umzug ([15d0150](https://github.com/GoogleChrome/lighthouse-ci/commits/15d0150)) - docs(jenkins): update Node version to 12 for setup script ([#​592](https://github.com/GoogleChrome/lighthouse-ci/issues/592)) ([fb8acee](https://github.com/GoogleChrome/lighthouse-ci/commits/fb8acee)), closes [#​592](https://github.com/GoogleChrome/lighthouse-ci/issues/592) [#​591](https://github.com/GoogleChrome/lighthouse-ci/issues/591) - docs(migration): add migration guide for missing version updates ([56e091d](https://github.com/GoogleChrome/lighthouse-ci/commits/56e091d)), closes [#​567](https://github.com/GoogleChrome/lighthouse-ci/issues/567) - chore: update docker images with latest version ([cc054c5](https://github.com/GoogleChrome/lighthouse-ci/commits/cc054c5)) - chore(tsc): typed debug logging ([4f9bcdc](https://github.com/GoogleChrome/lighthouse-ci/commits/4f9bcdc))
--- ### 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/lhci/pulls/49 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 65be4a4..51eac48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG BUILD_VERSION ARG YQ_VERSION # renovate: datasource=npm depName=@lhci/cli -ENV LHCI_VERSION="${BUILD_VERSION:-0.7.1}" +ENV LHCI_VERSION="${BUILD_VERSION:-0.7.2}" # renovate: datasource=github-releases depName=mikefarah/yq ENV YQ_VERSION="${YQ_VERSION:-v4.7.1}"