Compare commits

...

2 Commits

Author SHA1 Message Date
Renovator Bot 61dafdaff7 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>
2021-05-04 09:10:00 +02:00
Renovator Bot c6ca7e63be chore(deps): update dependency mikefarah/yq to v4.7.1 (#48)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mikefarah/yq](https://github.com/mikefarah/yq) | patch | `v4.7.0` -> `v4.7.1` |

---

### Release Notes

<details>
<summary>mikefarah/yq</summary>

### [`v4.7.1`](https://github.com/mikefarah/yq/releases/v4.7.1)

[Compare Source](https://github.com/mikefarah/yq/compare/v4.7.0...v4.7.1)

Fixes [#&#8203;793](https://github.com/mikefarah/yq/issues/793)

</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#48
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-04-26 09:19:16 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ 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.0}"
ENV YQ_VERSION="${YQ_VERSION:-v4.7.1}"
ENV LHCI_BASE_DIR=/drone/src \
FORCE_COLOR=true \