chore(deps): update dependency @lhci/cli to v0.7.2 (#49)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

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

<details>
<summary>GoogleChrome/lighthouse-ci</summary>

### [`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)

#### <small>v0.7.2 (2021-04-29)</small>

-   feat(server): enable passing of server host ([#&#8203;589](https://github.com/GoogleChrome/lighthouse-ci/issues/589)) ([c31cea3](https://github.com/GoogleChrome/lighthouse-ci/commits/c31cea3)), closes [#&#8203;589](https://github.com/GoogleChrome/lighthouse-ci/issues/589)
-   fix(cli): fix status check for includePassedAssertions ([#&#8203;595](https://github.com/GoogleChrome/lighthouse-ci/issues/595)) ([875c3ed](https://github.com/GoogleChrome/lighthouse-ci/commits/875c3ed)), closes [#&#8203;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 ([#&#8203;592](https://github.com/GoogleChrome/lighthouse-ci/issues/592)) ([fb8acee](https://github.com/GoogleChrome/lighthouse-ci/commits/fb8acee)), closes [#&#8203;592](https://github.com/GoogleChrome/lighthouse-ci/issues/592) [#&#8203;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 [#&#8203;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))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->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: docker/lhci#49
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
This commit is contained in:
Renovator Bot 2021-05-04 09:10:00 +02:00 committed by Robert Kaussow
parent c6ca7e63be
commit 61dafdaff7
1 changed files with 1 additions and 1 deletions

View File

@ -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}"