Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @lhci/cli from 0.3.14 to 0.4.1 #152

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @lhci/cli from 0.3.14 to 0.4.1.

Release notes

Sourced from @lhci/cli's releases.

v0.4.1

v0.4.1 (2020-05-30)

  • feat(cli): add failOnUploadFailure autorun option (#329) (569bf31), closes #329
  • feat(cli): add filesystem upload target (#328) (c54d1b2), closes #328
  • feat(server): support advanced sequelize options (#326) (18ab74e), closes #326
  • fix(cli): pass chromePath through to runner (#336) (923fea7), closes #336
  • chore: update next tag on latest publish (871660a)
  • chore: use *-slim for lhci-client Dockerfile (#332) (017dd27), closes #332
  • chore: use *-slim for lhci-server Dockerfile (#331) (69031f1), closes #331
  • chore: update docker images with latest version (76f65e1)

v0.4.0

v0.4.0 (2020-05-21)

  • feat(cli): upgrade lighthouse to 6.0 (5f8ea01)
  • feat(cli): automatically find files in subdirectories (86e4353)
  • feat(cli): support v6 budgets assertions (b69b0b4)
  • feat(cli): default project name to current repo (d555c4e)
  • feat(server): enable new dashboard design by default (7dd4814)
  • feat(server): add LCP and TBT graphs (4ebe7d3)
  • feat(server): support lighthouse v6 reports (ffae5a9)
  • feat(utils): update presets for lighthouse 6.0 (5fa195b)
  • fix(cli): resolve puppeteer relative to cwd too (d05f2cc)
  • fix(cli): truncate run URL before upload (#320) (45dcc07), closes #320
  • fix(cli): do not recurse into node_modules directories (ee9ff18)
  • fix(cli): clearer staticDistDir failures in autorun (ff042ce)
  • fix(cli): clear HTML reports on collect too (9fb9abe)
  • fix(server): bump statistic definition version (cde4a48)
  • fix(server): statistics now use median instead of average (89a11b1)
  • fix(server): require build token for all creation actions (e64131b)
  • fix(server): require build token to create builds (d0543d9)
  • fix(server): handle missing metric values in dashbaord graphs (f355724)
  • fix(server): avoid double prefixing 0 for buildId lookup (#301) (596187c), closes #301
  • fix(utils): set dom-size to warn in recommended preset (ca9dea2)
  • fix(utils): enable clients to work 1-major back (13901e1)
  • fix(utils): default minScore assertion to 0.9 (21b0cfe)
  • docs: update examples to use 0.4.x (ed1488a)
  • docs: add basic architecture doc (f8e46da)
  • docs: minor clarity improvements (1055cb0)
  • docs: merge CLI into configuration (01319cc)
  • docs: add migration guide (6c2e255)
  • docs: merge assertions into configuration (59f893c)
  • docs(cli): tweaks, toc, reorder, global options (#293) (781d152), closes #293
  • docs(configuration): de-deduplicate config file sections (62e84a6)
  • docs(configuration): add upload explanations (188b919)
  • docs(configuration): add collect explanations (b3bbefe)
  • docs(getting-started): revamped getting started (87162de)
... (truncated)
Commits
  • 871660a chore: update next tag on latest publish
  • 923fea7 fix(cli): pass chromePath through to runner (#336)
  • 017dd27 chore: use *-slim for lhci-client Dockerfile (#332)
  • 69031f1 chore: use *-slim for lhci-server Dockerfile (#331)
  • 569bf31 feat(cli): add failOnUploadFailure autorun option (#329)
  • c54d1b2 feat(cli): add filesystem upload target (#328)
  • 18ab74e feat(server): support advanced sequelize options (#326)
  • 76f65e1 chore: update docker images with latest version
  • ed1488a docs: update examples to use 0.4.x
  • 6c2e255 docs: add migration guide
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@lhci/cli](https://github.com/GoogleChrome/lighthouse-ci) from 0.3.14 to 0.4.1.
- [Release notes](https://github.com/GoogleChrome/lighthouse-ci/releases)
- [Commits](GoogleChrome/lighthouse-ci@v0.3.14...v0.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Contributor Author

Superseded by #161.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/lhci/cli-0.4.1 branch July 6, 2020 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant