Commit Graph

148 Commits

Author SHA1 Message Date
Renovator Bot 9ef86316ef chore(deps): update dependency mikefarah/yq to v4.13.4 (#82)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-10-16 12:56:43 +02:00
Renovator Bot 2962762dc8 chore(docker): update node.js to 9d8fa43
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-13 09:01:37 +00:00
Renovator Bot 4d362fbd4c chore(docker): update node.js to 4c8753f
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-13 07:01:47 +00:00
Renovator Bot c5ea191f8e chore(docker): update node.js to a441283
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-12 11:01:41 +00:00
Renovator Bot b4282a1ef4 chore(docker): update node.js to 7db0156
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-12 09:01:48 +00:00
Renovator Bot d65e343408 chore(docker): update node.js to 9aa4053
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-12 06:01:34 +00:00
Renovator Bot d05d66852f chore(docker): update node.js to 19714d3
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-12 03:01:41 +00:00
Renovator Bot 2b349c331a chore(docker): update node.js to cc38af8
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-05 03:01:18 +00:00
Renovator Bot 32d0fea401 chore(deps): update dependency mikefarah/yq to v4.13.3 (#80)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-10-03 20:24:14 +02:00
Renovator Bot 1bb6e191fc chore(docker): update node.js to 9cee4fe
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-10-03 18:12:07 +00:00
Renovator Bot 7ab94bb7b5 chore(docker): update node.js to 04ff971
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details
2021-09-29 08:01:27 +00:00
Renovator Bot 4f19e72b71 chore(docker): update node.js to d5e498f
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-09-29 02:01:37 +00:00
Renovator Bot c005a17200 chore(deps): update dependency @lhci/cli to v0.8.2 (#76)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-09-28 23:29:31 +02:00
Renovator Bot c0e53271fb chore(docker): update node.js to 5c46caf
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-09-28 10:01:17 +00:00
Renovator Bot 20ba36cbb1 chore(docker): update node.js to a1468d8
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-09-28 06:01:16 +00:00
Robert Kaussow dcf170f654
chore: add missing license file
continuous-integration/drone/push Build is passing Details
2021-09-27 09:15:19 +02:00
Robert Kaussow 97599bce1f
improve changelog template
continuous-integration/drone/push Build is passing Details
2021-09-22 11:39:22 +02:00
Robert Kaussow 51d7f84865
improve drone-matrix template
continuous-integration/drone/push Build is passing Details
2021-09-22 09:22:36 +02:00
Robert Kaussow f8c5632d03
add missing dependency bc
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-09-20 22:12:11 +02:00
Robert Kaussow 5a10538e38
ensure bash is installed and used for custom scripts
continuous-integration/drone/push Build is passing Details
2021-09-20 21:58:48 +02:00
Renovator Bot 701453f564 chore(docker): pin node.js (#73)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-09-20 21:40:52 +02:00
Renovator Bot 5997764b93 chore(deps): update dependency mikefarah/yq to v4.13.2 (#71)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mikefarah/yq](https://github.com/mikefarah/yq) | minor | `v4.12.1` -> `v4.13.2` |

---

### Release Notes

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

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

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

-   Update to `with` operator, allow for no leading space on the `;`.
-   Fixing Docker build timeout issues when attempting to release

Note: there is no code difference between 4.13.1 and 4.13.2 - just had to update the Docker file to get it to publish.

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

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

BREAKING CHANGE - the `as` variable operator (e.g. `.a as $x`) now makes a *copy* of the node(s) at the
path rather than a reference. This is in order to make it work more like the `jq` equivalent.

This means any updates made to that variable do not update the original.

There's a new operator `ref` that will make a reference (and allow multiple updates to the original path by referencing the variable).
Sorry for any inconvenience caused!.

-   New `with` operator for making multiple changes to a given path
-   New `contains` operator, works like the `jq` equivalent
-   Subtract operator now supports subtracting elements from arrays!
-   Fixed Swapping values using variables [#&#8203;934](https://github.com/mikefarah/yq/issues/934)
-   Github Action now properly supports multiline output [#&#8203;936](https://github.com/mikefarah/yq/issues/936), thanks [@&#8203;pjxiao](https://github.com/pjxiao)
-   Fixed missing closing bracket validation [#&#8203;932](https://github.com/mikefarah/yq/issues/932)

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

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

-   Fix processing of hex numbers [#&#8203;929](https://github.com/mikefarah/yq/issues/929)
-   Fixed alternative and union operator issues [#&#8203;930](https://github.com/mikefarah/yq/issues/930)

</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#71
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-09-20 20:03:58 +02:00
Robert Kaussow ecfce84de8 refactor: switch to debian base image to avoid package incompatibilities (#72)
continuous-integration/drone/push Build is passing Details
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Reviewed-on: docker/lhci#72
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-09-20 20:03:42 +02:00
Robert Kaussow 025d45f8b2
ci: switch to drone-matrix plugin
continuous-integration/drone/push Build is passing Details
2021-09-19 21:48:22 +02:00
Renovator Bot dec154de3b chore(deps): update dependency @lhci/cli to v0.8.1 (#70)
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.8.0` -> `0.8.1` |

---

### Release Notes

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

### [`v0.8.1`](https://github.com/GoogleChrome/lighthouse-ci/releases/v0.8.1)

[Compare Source](https://github.com/GoogleChrome/lighthouse-ci/compare/v0.8.0...v0.8.1)

#### <small>v0.8.1 (2021-09-01)</small>

-   feat(cli): support cjs config file extension ([#&#8203;650](https://github.com/GoogleChrome/lighthouse-ci/issues/650)) ([31e731a](https://github.com/GoogleChrome/lighthouse-ci/commits/31e731a)), closes [#&#8203;650](https://github.com/GoogleChrome/lighthouse-ci/issues/650)
-   feat(cli): add psiStrategy option for PSI runner ([#&#8203;631](https://github.com/GoogleChrome/lighthouse-ci/issues/631)) ([e840cb0](https://github.com/GoogleChrome/lighthouse-ci/commits/e840cb0)), closes [#&#8203;631](https://github.com/GoogleChrome/lighthouse-ci/issues/631)
-   feat(server): add support for sequlize migration options ([#&#8203;653](https://github.com/GoogleChrome/lighthouse-ci/issues/653)) ([3f1a636](https://github.com/GoogleChrome/lighthouse-ci/commits/3f1a636)), closes [#&#8203;653](https://github.com/GoogleChrome/lighthouse-ci/issues/653)
-   fix(server): proper CLS detail rendering ([67f4a95](https://github.com/GoogleChrome/lighthouse-ci/commits/67f4a95))
-   fix(server): do not display diffs of debugdata ([0c26855](https://github.com/GoogleChrome/lighthouse-ci/commits/0c26855))
-   fix(server): support closed network operation ([#&#8203;637](https://github.com/GoogleChrome/lighthouse-ci/issues/637)) ([543b142](https://github.com/GoogleChrome/lighthouse-ci/commits/543b142)), closes [#&#8203;637](https://github.com/GoogleChrome/lighthouse-ci/issues/637)
-   fix(utils): handle preact state circular annotations ([070f825](https://github.com/GoogleChrome/lighthouse-ci/commits/070f825))
-   docs: add more custom server and LH config examples ([ecbde70](https://github.com/GoogleChrome/lighthouse-ci/commits/ecbde70)), closes [#&#8203;625](https://github.com/GoogleChrome/lighthouse-ci/issues/625)
-   docs: update examples to use 0.8.x ([#&#8203;633](https://github.com/GoogleChrome/lighthouse-ci/issues/633)) ([ef8b8c7](https://github.com/GoogleChrome/lighthouse-ci/commits/ef8b8c7)), closes [#&#8203;633](https://github.com/GoogleChrome/lighthouse-ci/issues/633)
-   docs: fix readability of CLI arg on configuration ([#&#8203;634](https://github.com/GoogleChrome/lighthouse-ci/issues/634)) ([438f3e1](https://github.com/GoogleChrome/lighthouse-ci/commits/438f3e1)), closes [#&#8203;634](https://github.com/GoogleChrome/lighthouse-ci/issues/634)
-   docs: add FAQ for GitHub Actions checkout v2 fetch-depth ([#&#8203;642](https://github.com/GoogleChrome/lighthouse-ci/issues/642)) ([950669e](https://github.com/GoogleChrome/lighthouse-ci/commits/950669e)), closes [#&#8203;642](https://github.com/GoogleChrome/lighthouse-ci/issues/642)
-   docs: update readme to use 0.8.x ([#&#8203;654](https://github.com/GoogleChrome/lighthouse-ci/issues/654)) ([844ff1c](https://github.com/GoogleChrome/lighthouse-ci/commits/844ff1c)), closes [#&#8203;654](https://github.com/GoogleChrome/lighthouse-ci/issues/654)
-   docs: fix typo in configuration.md ([#&#8203;668](https://github.com/GoogleChrome/lighthouse-ci/issues/668)) ([81a18a3](https://github.com/GoogleChrome/lighthouse-ci/commits/81a18a3)), closes [#&#8203;668](https://github.com/GoogleChrome/lighthouse-ci/issues/668)
-   docs: specify node.js version in Github Actions example ([#&#8203;679](https://github.com/GoogleChrome/lighthouse-ci/issues/679)) ([c43ec3b](https://github.com/GoogleChrome/lighthouse-ci/commits/c43ec3b)), closes [#&#8203;679](https://github.com/GoogleChrome/lighthouse-ci/issues/679)
-   docs(troubleshooting): fix typo ([#&#8203;669](https://github.com/GoogleChrome/lighthouse-ci/issues/669)) ([932a5fe](https://github.com/GoogleChrome/lighthouse-ci/commits/932a5fe)), closes [#&#8203;669](https://github.com/GoogleChrome/lighthouse-ci/issues/669)
-   chore: update docker images with latest version ([767f7b4](https://github.com/GoogleChrome/lighthouse-ci/commits/767f7b4))

</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#70
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-09-02 17:27:18 +02:00
Renovator Bot d113b5dc31 chore(deps): update dependency mikefarah/yq to v4.12.1 (#63)
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mikefarah/yq](https://github.com/mikefarah/yq) | minor | `v4.11.2` -> `v4.12.1` |

---

### Release Notes

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

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

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

-   Fixes https://github.com/mikefarah/yq/issues/919

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

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

-   Can now convert yaml to properties properties format (`-o=props`), See [docs](https://mikefarah.gitbook.io/yq/v/v4.x/usage/properties) for more info.
-   Fixed document header/footer comment handling when merging (https://github.com/mikefarah/yq/issues/919)
-   pretty print yaml 1.1 compatibility  (https://github.com/mikefarah/yq/issues/914)

</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#63
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-09-01 11:02:17 +02:00
Renovator Bot 92007d3cfc chore(docker): update node.js to 7964eef
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-09-01 03:01:28 +00:00
Renovator Bot 96ce2c7cc2 chore(docker): update node.js to c4bde2a
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-09-01 00:01:25 +00:00
Renovator Bot bbc994ccd1 chore(docker): update node.js to 572619b
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-08-28 05:01:22 +00:00
Renovator Bot 98b82ad1b1 chore(docker): update node.js to 38b71d9
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-08-28 01:01:23 +00:00
Renovator Bot 9a0030199f chore(docker): update node.js to e81f87d
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-08-27 23:01:41 +00:00
Renovator Bot a1c98d5dca chore(docker): update node.js to 84f8512
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-08-24 14:08:19 +00:00
Renovator Bot ff2508b5b5 chore(deps): update node.js
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-07-31 21:47:21 +00:00
Renovator Bot c04e133262 chore(deps): pin node.js
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-07-28 22:01:17 +00:00
Robert Kaussow d5f732217e chore: switch to nodejs alpine 3.14 base image and fix dependencies (#60)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Reviewed-on: docker/lhci#60
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-07-28 22:05:38 +02:00
Renovator Bot 2f4d74cfdd chore(deps): update dependency mikefarah/yq to v4.11.2 (#59)
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 |
|---|---|---|
| [mikefarah/yq](https://github.com/mikefarah/yq) | minor | `v4.9.8` -> `v4.11.2` |

---

### Release Notes

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

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

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

-   Fixed merge bug [#&#8203;899](https://github.com/mikefarah/yq/issues/899)
-   Fixed github action failure bug [#&#8203;901](https://github.com/mikefarah/yq/issues/901)

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

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

-   Fixes printing of doc separators / comments when extracting field data (https://github.com/mikefarah/yq/issues/896)
-   Fixes https://github.com/mikefarah/yq/issues/351
-   More efficient front-matter processing

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

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

-   Now supports yaml front matter files! See [docs](https://mikefarah.gitbook.io/yq/usage/front-matter) for more detail (https://github.com/mikefarah/yq/issues/794)
-   eval and eval-all now run as expected against empty files (https://github.com/mikefarah/yq/issues/869)
-   Fixed EOF bug when reading files less than 3 characters long

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

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

-   Added new RegEx operators (match, capture and test). These work like the `jq` counterparts, although there are differences. See https://mikefarah.gitbook.io/yq/operators/string-operators for more details.
-   `yq` now persists the top level document separator `---`!  https://github.com/mikefarah/yq/issues/879
-   Fixed issue with safelyRename file in github actions (docker user issue) https://github.com/mikefarah/yq/issues/890
-   Fixed https://github.com/mikefarah/yq/issues/878

</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#59
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-07-25 14:31:11 +02:00
Renovator Bot 1c32e07953 chore(deps): update dependency mikefarah/yq to v4.9.8 (#58)
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 |
|---|---|---|
| [mikefarah/yq](https://github.com/mikefarah/yq) | patch | `v4.9.6` -> `v4.9.8` |

---

### Release Notes

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

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

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

-   Fixes safelyRenameFile  bug https://github.com/mikefarah/yq/issues/884

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

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

-   Dockerfile updated to fix (CIS_Docker_v1.2.0 - 4.1) - thanks [@&#8203;da6d6i7-bronga](https://github.com/da6d6i7-bronga)
-   Checksums now provided for archives - thanks [@&#8203;stribb](https://github.com/stribb)
-   Fixed gosec issues - thanks [@&#8203;bison-monica](https://github.com/bison-monica)
-   Fixed merge bug [#&#8203;880](https://github.com/mikefarah/yq/issues/880)
-   Fixed append array bug [#&#8203;874](https://github.com/mikefarah/yq/issues/874)
-   Fixed update bug [#&#8203;870](https://github.com/mikefarah/yq/issues/870)

</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#58
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-07-14 23:08:20 +02:00
Renovator Bot a072a5c9e2 chore(deps): update dependency mikefarah/yq to v4.9.6 (#57)
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-06-15 23:32:46 +02:00
Renovator Bot d76a23e861 chore(deps): update dependency @lhci/cli to v0.8.0 (#56)
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) | minor | `0.7.2` -> `0.8.0` |

---

### Release Notes

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

### [`v0.8.0`](https://github.com/GoogleChrome/lighthouse-ci/releases/v0.8.0)

[Compare Source](https://github.com/GoogleChrome/lighthouse-ci/compare/v0.7.2...v0.8.0)

-   feat: upgrade to lighthouse 8.0 ([72107f3](https://github.com/GoogleChrome/lighthouse-ci/commits/72107f3))
-   fix(cli): lhci open to process multiple urls ([#&#8203;617](https://github.com/GoogleChrome/lighthouse-ci/issues/617)) ([8ff069b](https://github.com/GoogleChrome/lighthouse-ci/commits/8ff069b)), closes [#&#8203;617](https://github.com/GoogleChrome/lighthouse-ci/issues/617)
-   fix(cli): update healthcheck messages for hash uniqueness ([#&#8203;613](https://github.com/GoogleChrome/lighthouse-ci/issues/613)) ([40a4588](https://github.com/GoogleChrome/lighthouse-ci/commits/40a4588)), closes [#&#8203;613](https://github.com/GoogleChrome/lighthouse-ci/issues/613)
-   fix(server): handle subItemsHeading in audit detail pane ([4718436](https://github.com/GoogleChrome/lighthouse-ci/commits/4718436)), closes [#&#8203;618](https://github.com/GoogleChrome/lighthouse-ci/issues/618)
-   fix(server): handle base LHR with different categories ([#&#8203;608](https://github.com/GoogleChrome/lighthouse-ci/issues/608)) ([ab9f5c3](https://github.com/GoogleChrome/lighthouse-ci/commits/ab9f5c3)), closes [#&#8203;608](https://github.com/GoogleChrome/lighthouse-ci/issues/608)
-   docs: set ssl on sqlDialectOptions ([#&#8203;606](https://github.com/GoogleChrome/lighthouse-ci/issues/606)) ([e502d67](https://github.com/GoogleChrome/lighthouse-ci/commits/e502d67)), closes [#&#8203;606](https://github.com/GoogleChrome/lighthouse-ci/issues/606)
-   tests: add basic docker tests ([#&#8203;609](https://github.com/GoogleChrome/lighthouse-ci/issues/609)) ([a9fb87f](https://github.com/GoogleChrome/lighthouse-ci/commits/a9fb87f)), closes [#&#8203;609](https://github.com/GoogleChrome/lighthouse-ci/issues/609)
-   chore: update docker images with latest version ([36556fd](https://github.com/GoogleChrome/lighthouse-ci/commits/36556fd))

##### BREAKING CHANGE

-   upgrade to lighthouse v8.0.0

</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#56
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-06-06 21:16:36 +02:00
Renovator Bot fb07fe1595 chore(deps): update dependency mikefarah/yq to v4.9.3 (#55)
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 |
|---|---|---|
| [mikefarah/yq](https://github.com/mikefarah/yq) | patch | `v4.9.2` -> `v4.9.3` |

---

### Release Notes

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

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

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

Fixes:

-   https://github.com/mikefarah/yq/issues/830

</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#55
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-05-25 17:37:48 +02:00
Robert Kaussow 2dfb0f277f
chore: fix script formatting
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
2021-05-21 15:44:29 +02:00
Robert Kaussow ecb35f8efc
Revert "fix: dont fail if reports were written"
continuous-integration/drone/push Build is passing Details
This reverts commit cc78d173b7.
2021-05-21 15:27:04 +02:00
Robert Kaussow cc78d173b7
fix: dont fail if reports were written
continuous-integration/drone/push Build is passing Details
2021-05-21 15:14:44 +02:00
Renovator Bot 72830cce0b chore(deps): update dependency mikefarah/yq to v4.9.2 (#54)
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.9.0` -> `v4.9.2` |

---

### Release Notes

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

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

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

Bug Fixes:

-   Fixed nested array referencing ([#&#8203;814](https://github.com/mikefarah/yq/issues/814))
-   Fixed a number of readonly ops not to inadvertently modify the yaml context

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

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

-   Added ability to escape double quotes within a string expression (e.g. "cat\\"dog")
-   Fixed handling of empty matches in equals op (when one of lhs or rhs expressions do not match anything and the other is null)

</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#54
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-05-21 14:38:03 +02:00
Renovator Bot f540188dce chore(deps): update dependency mikefarah/yq to v4.9.0 (#53)
continuous-integration/drone/push Build is passing Details
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mikefarah/yq](https://github.com/mikefarah/yq) | minor | `v4.8.0` -> `v4.9.0` |

---

### Release Notes

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

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

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

-   Adds `unique` and `unique_by` operators (<https://mikefarah.gitbook.io/yq/operators/unique>)
-   Adds `any` and `all` boolean operators (<https://mikefarah.gitbook.io/yq/operators/boolean-operators>)
-   Fixes `with_entries` bug [#&#8203;810](https://github.com/mikefarah/yq/issues/810)

</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#53
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-05-14 09:32:33 +02:00
Renovator Bot 098ef61c27 chore(deps): update node.js
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-05-12 20:01:09 +00:00
Renovator Bot 5ff8c1948a chore(deps): update dependency mikefarah/yq to v4.8.0 (#51)
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 |
|---|---|---|
| [mikefarah/yq](https://github.com/mikefarah/yq) | minor | `v4.7.1` -> `v4.8.0` |

---

### Release Notes

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

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

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

-   Added three new [entries operators](https://mikefarah.gitbook.io/yq/operators/entries) to_entries, from_entries and with_entries that behave similarly as they do in `jq`.
-   Added [optional identifier flag](https://mikefarah.gitbook.io/yq/operators/traverse-read#optional-identifier) `?` - e.g. `.a?`
-   Fixed handling of the yaml 1.1. merge spec ([#&#8203;800](https://github.com/mikefarah/yq/issues/800))
-   Fixed bug in using `select` with `or` (<https://github.com/mikefarah/yq/discussions/804>)

</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#51
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-05-11 09:25:31 +02:00
Renovator Bot 3e45badc8f chore(deps): pin node.js
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2021-05-09 22:01:10 +00:00
Robert Kaussow 06955d341b
chore: update node:lts-alpine3.12 base image to 3.13
continuous-integration/drone/push Build is passing Details
2021-05-09 23:23:53 +02:00
Robert Kaussow f55964f609
fix pipeline deps
continuous-integration/drone/push Build is passing Details
2021-05-09 22:57:22 +02:00