GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.33k stars 633 forks source link

`npm install` in a repository using `"@lhci/cli"` shows `npm WARN deprecated intl-messageformat-parser@1.8.1` #959

Closed hamirmahal closed 6 months ago

hamirmahal commented 8 months ago

Describe the bug A clear and concise description of what the bug is. When doing npm install in a repository with "@lhci/cli" in devDependencies, I see

$  npm install
npm WARN deprecated intl-messageformat-parser@1.8.1: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser

added 678 packages, and audited 679 packages in 8s

146 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
hamirmahal commented 8 months ago

To Reproduce Steps to reproduce the behavior:

  1. Add @lhci/cli to a repository.
hamirmahal commented 8 months ago

Expected behavior A clear and concise description of what you expected to happen. No warnings appear as a result of having @lhci/cli as a dependency.

hamirmahal commented 8 months ago

Screenshot

image

connorjclark commented 6 months ago

This should be resolved now.

npm install @lhci/cli

added 337 packages, and audited 338 packages in 5s

27 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities