anikethsaha / mern

:tada: This is boilerplate for MERN stack with integrations like Redux and SSR :tada:
https://mern.netlify.com
MIT License
98 stars 44 forks source link

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

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @lhci/cli from 0.3.14 to 0.4.0.

Release notes

Sourced from @lhci/cli's releases.

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)
  • docs(getting-started): use checkout@v2 (#294) (bf189af), closes #294
  • docs(getting-started): larger link text (#292) (ce78d12), closes #292
  • docs(intro-ci): add basic introduction to CI (3fcac41)
  • docs(README): fix extension of introduction-to-ci.md (#310) (ab104a9), closes #310
  • docs(README): restructure documentation links (a5fca24)
  • docs(README): fix Screenshot URL (#290) (fbb7a3a), closes #290
  • docs(server): fix screenshot url (#291) (8f9e74c), closes #291
  • refactor(cli): complete rename of project token -> build token (a1724c1)
  • tests: update seed data to v6 (f3c5624)
  • tests(cli): update token test strings (c6f370f)
  • tests(server): add empty dashboard test (b053efb)
  • tests(utils): update assertion expectations (1c77da1)
  • tests(utils): add suite for preset completeness (bda911c)
... (truncated)
Commits
  • ed1488a docs: update examples to use 0.4.x
  • 6c2e255 docs: add migration guide
  • d05f2cc fix(cli): resolve puppeteer relative to cwd too
  • 45dcc07 fix(cli): truncate run URL before upload (#320)
  • 03eb7aa chore(ci): upgrade to lighthouserc.js
  • cde4a48 fix(server): bump statistic definition version
  • b053efb tests(server): add empty dashboard test
  • 7dd4814 feat(server): enable new dashboard design by default
  • 5fa195b feat(utils): update presets for lighthouse 6.0
  • 5f8ea01 feat(cli): upgrade lighthouse to 6.0
  • 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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #152.