chore(deps): update dependency @lhci/cli to v0.10.0 #196

Merged
xoxys merged 1 commits from renovate/lhci-cli-0.x into main 2022-11-22 08:51:19 +01:00
Member

This PR contains the following updates:

Package Update Change
@lhci/cli minor 0.9.0 -> 0.10.0

Release Notes

GoogleChrome/lighthouse-ci

v0.10.0

Compare Source

BREAKING CHANGE

  • minimum node version is now 16

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [@lhci/cli](https://github.com/GoogleChrome/lighthouse-ci) | minor | `0.9.0` -> `0.10.0` | --- ### Release Notes <details> <summary>GoogleChrome/lighthouse-ci</summary> ### [`v0.10.0`](https://github.com/GoogleChrome/lighthouse-ci/releases/tag/v0.10.0) [Compare Source](https://github.com/GoogleChrome/lighthouse-ci/compare/v0.9.0...v0.10.0) - feat: extract type defs to assert.d.ts ([#&#8203;785](https://github.com/GoogleChrome/lighthouse-ci/issues/785)) ([d218192](https://github.com/GoogleChrome/lighthouse-ci/commits/d218192)), closes [#&#8203;785](https://github.com/GoogleChrome/lighthouse-ci/issues/785) - feat(cli): API requests will respect HTTP_PROXY env variable ([#&#8203;727](https://github.com/GoogleChrome/lighthouse-ci/issues/727)) ([55fd467](https://github.com/GoogleChrome/lighthouse-ci/commits/55fd467)), closes [#&#8203;727](https://github.com/GoogleChrome/lighthouse-ci/issues/727) - feat(cli): added url hash to differentiate between urls ([#&#8203;835](https://github.com/GoogleChrome/lighthouse-ci/issues/835)) ([ada2782](https://github.com/GoogleChrome/lighthouse-ci/commits/ada2782)), closes [#&#8203;835](https://github.com/GoogleChrome/lighthouse-ci/issues/835) - fix(docker): include globally installed puppeteer ([#&#8203;736](https://github.com/GoogleChrome/lighthouse-ci/issues/736)) ([43afef4](https://github.com/GoogleChrome/lighthouse-ci/commits/43afef4)), closes [#&#8203;736](https://github.com/GoogleChrome/lighthouse-ci/issues/736) - fix(docker): update deps in docker-server to match global deps ([#&#8203;779](https://github.com/GoogleChrome/lighthouse-ci/issues/779)) ([aa10d00](https://github.com/GoogleChrome/lighthouse-ci/commits/aa10d00)), closes [#&#8203;779](https://github.com/GoogleChrome/lighthouse-ci/issues/779) - fix(server): CLS diff not showing on compare screen ([#&#8203;784](https://github.com/GoogleChrome/lighthouse-ci/issues/784)) ([0fe44dd](https://github.com/GoogleChrome/lighthouse-ci/commits/0fe44dd)), closes [#&#8203;784](https://github.com/GoogleChrome/lighthouse-ci/issues/784) - docs: update CircleCI config example ([#&#8203;721](https://github.com/GoogleChrome/lighthouse-ci/issues/721)) ([d41928d](https://github.com/GoogleChrome/lighthouse-ci/commits/d41928d)), closes [#&#8203;721](https://github.com/GoogleChrome/lighthouse-ci/issues/721) - docs: clarify when Github status checks apply ([#&#8203;822](https://github.com/GoogleChrome/lighthouse-ci/issues/822)) ([75f4bb8](https://github.com/GoogleChrome/lighthouse-ci/commits/75f4bb8)), closes [#&#8203;822](https://github.com/GoogleChrome/lighthouse-ci/issues/822) - docs(heroku): fix recipe for Heroku to support LHCI 0.9.0 ([#&#8203;782](https://github.com/GoogleChrome/lighthouse-ci/issues/782)) ([0da6496](https://github.com/GoogleChrome/lighthouse-ci/commits/0da6496)), closes [#&#8203;782](https://github.com/GoogleChrome/lighthouse-ci/issues/782) - tests: use relative path in utils test files ([#&#8203;737](https://github.com/GoogleChrome/lighthouse-ci/issues/737)) ([908b075](https://github.com/GoogleChrome/lighthouse-ci/commits/908b075)), closes [#&#8203;737](https://github.com/GoogleChrome/lighthouse-ci/issues/737) - chore: update docker images with latest version ([#&#8203;754](https://github.com/GoogleChrome/lighthouse-ci/issues/754)) ([fe181b6](https://github.com/GoogleChrome/lighthouse-ci/commits/fe181b6)), closes [#&#8203;754](https://github.com/GoogleChrome/lighthouse-ci/issues/754) - chore: add commitMessage to storybook tests ([#&#8203;744](https://github.com/GoogleChrome/lighthouse-ci/issues/744)) ([c9a3684](https://github.com/GoogleChrome/lighthouse-ci/commits/c9a3684)), closes [#&#8203;744](https://github.com/GoogleChrome/lighthouse-ci/issues/744) - chore: bump to node 16 in dockerfiles ([#&#8203;841](https://github.com/GoogleChrome/lighthouse-ci/issues/841)) ([71d3af2](https://github.com/GoogleChrome/lighthouse-ci/commits/71d3af2)), closes [#&#8203;841](https://github.com/GoogleChrome/lighthouse-ci/issues/841) - chore(deps): node 16, storybook, esbuild ([#&#8203;839](https://github.com/GoogleChrome/lighthouse-ci/issues/839)) ([e4c2b2c](https://github.com/GoogleChrome/lighthouse-ci/commits/e4c2b2c)), closes [#&#8203;839](https://github.com/GoogleChrome/lighthouse-ci/issues/839) - chore(deps): remove update-notifier ([#&#8203;756](https://github.com/GoogleChrome/lighthouse-ci/issues/756)) ([fea2fd4](https://github.com/GoogleChrome/lighthouse-ci/commits/fea2fd4)), closes [#&#8203;756](https://github.com/GoogleChrome/lighthouse-ci/issues/756) - chore(docs): update security tradeoff link ([#&#8203;815](https://github.com/GoogleChrome/lighthouse-ci/issues/815)) ([b7f59c6](https://github.com/GoogleChrome/lighthouse-ci/commits/b7f59c6)), closes [#&#8203;815](https://github.com/GoogleChrome/lighthouse-ci/issues/815) - chore(docs): s/enviroment/environment ([#&#8203;720](https://github.com/GoogleChrome/lighthouse-ci/issues/720)) ([ff1f14d](https://github.com/GoogleChrome/lighthouse-ci/commits/ff1f14d)), closes [#&#8203;720](https://github.com/GoogleChrome/lighthouse-ci/issues/720) - update dockerfiles to use node 14 ([#&#8203;772](https://github.com/GoogleChrome/lighthouse-ci/issues/772)) ([9deb96d](https://github.com/GoogleChrome/lighthouse-ci/commits/9deb96d)), closes [#&#8203;772](https://github.com/GoogleChrome/lighthouse-ci/issues/772) - fix standalone viewer build via build-app adjustments ([#&#8203;786](https://github.com/GoogleChrome/lighthouse-ci/issues/786)) ([72270e7](https://github.com/GoogleChrome/lighthouse-ci/commits/72270e7)), closes [#&#8203;786](https://github.com/GoogleChrome/lighthouse-ci/issues/786) - Update minimum node version requirement ([#&#8203;803](https://github.com/GoogleChrome/lighthouse-ci/issues/803)) ([c8957a8](https://github.com/GoogleChrome/lighthouse-ci/commits/c8957a8)), closes [#&#8203;803](https://github.com/GoogleChrome/lighthouse-ci/issues/803) - fix typecheck ([fbd4465](https://github.com/GoogleChrome/lighthouse-ci/commits/fbd4465)) ### BREAKING CHANGE - minimum node version is now 16 </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, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjIifQ==-->
renovator added 1 commit 2022-11-15 03:03:00 +01:00
continuous-integration/drone/pr Build is passing Details
a50a93f1de
chore(deps): update dependency @lhci/cli to v0.10.0
xoxys merged commit f8e9bc852b into main 2022-11-22 08:51:19 +01:00
xoxys deleted branch renovate/lhci-cli-0.x 2022-11-22 08:51:19 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/lhci#196
No description provided.