Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2023

This PR contains the following updates:

Package Change Age Confidence
lighthouse-logger ^1.2.0^2.0.0 age confidence

Release Notes

GoogleChrome/lighthouse (lighthouse-logger)

v2.0.2

Compare Source

v2.0.1

Compare Source

Full Changelog

We expect this release to ship in the DevTools of Chrome 118, and to PageSpeed Insights within 2 weeks.

New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

Notable Changes

Removed legacy navigation runner

The --legacy-navigation flag on the CLI, the legacyNavigation() function in the Node API, and the "Legacy navigation" checkbox in the DevTools panel have all been removed.

New DevtoolsLog and Trace artifacts

For custom audits, the devtoolsLogs['defaultPass'] and traces['defaultPass'] artifacts have been deprecated in favor of DevtoolsLog and Trace. See our plugin docs for example usage.

devtoolsLogs and traces still exist for compatibility purposes but will be removed in a future breaking release.

🆕 New Audits

  • add minor aXe audits and re-weight existing ones (#​15298)

💥 Breaking changes

  • misc: drop node 16 support (#​15290)
  • core: remove resource-summary audit (#​15299)
  • core: add DevtoolsLogError and TraceError artifacts (#​15311)
  • core: make INP non-experimental (#​15285)
  • core: remove service-worker audit (#​15257)
  • core: remove legacy runner (#​15253)
  • core: remove first-contentful-paint-3g audit (#​15252)

Core

  • re-weight best practices (#​15321)
  • single network monitor kept on Driver (#​15055)
  • do not emit NOT_HTML error if record not ok (#​15271)
  • report artifact error when collected, add err.extra (#​15258)
  • remove the "FR" prefix from types (#​15274)
  • remove legacy artifacts types (#​15273)
  • duplicated-javascript: use valid granularity (#​15275)
  • lcp-element: gracefully handle error in phase table (#​15329)
  • network-analyzer: coarse rtt estimate on per-origin basis (#​15103)
  • network-request: loosen lightrider timing checksum (#​15330)
  • render-blocking-resources: add FCP and LCP savings (#​15238)
  • response-compresson: throw on unexpected error (#​15259)
  • source-maps: use Scripts as a dependency (#​15293)
  • stack-packs: add NitroPack detection (#​15314)
  • uses-http2: add LCP and FCP savings (#​15320)
  • uses-rel-preconnect: add FCP and LCP savings (#​15281)

CLI

  • sentry: mention --enable-error-reporting flag in prompt (#​15174)

Report

  • re-order manual audits and expand when audits pass (#​15310)
  • move "View Original Trace" to the topbar dropdown (#​15315)

Deps

Clients

  • extension: update to manifest v3 (#​15219)

I18n

Docs

  • remove legacy navigation (#​15340)
  • remove references to devtoolsLogs and traces (#​15318)
  • plugins: fix syntax typos (#​15264)
  • readme: add PageVitals to the list of integrations (#​15288)

Tests

  • add page functions bundling test (#​15280)
  • make smokehouse output dir with recursive flag (#​15261)
  • save smokehouse outputs to .tmp/smokehouse-output (#​15251)
  • call toString for errors from bundled worker (#​15245)
  • devtools: remove unused test options (#​15260)
  • devtools: sync e2e (#​15250)
  • smoke: allow for decimal in a11y tap target (#​15327)
  • smoke: drop legacy support (#​15249)

Misc

  • remove residual references to legacy (#​15292)
  • fix typo (#​15120)
  • rename fraggle-rock fixtures directory to user-flows (#​15291)
  • add main path to logger (#​15284)
  • build: bundle with esbuild minification instead of terser (#​15283)
  • build: replace rollup with esbuild (#​15239)
  • ci: update actions using deprecated node12 (#​15304)
  • logger: add types, remove cjs (#​15279)

v2.0.0

Compare Source

Full Changelog

We expect this release to ship in the DevTools of Chrome 126, and to PageSpeed Insights within 2 weeks.

New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

Notable Changes

PWA Category Removal

As per Chrome’s updated Installability Criteria, Lighthouse has removed the PWA category. For future PWA testing, users will be directed to use the updated PWA documentation.

SEO Category Reorganization

The SEO category has been updated to reflect the priorities of Google search in 2024. As such, several audits have been removed or moved to other categories:

  • The is-crawlable audit is now weighted high enough to fail the SEO category on its own. (#​15933)
  • The viewport and font-size audits are no longer priorities for SEO, but are still important for UX in general so they have been moved to the best practices category. (#​15930)
  • The plugins audit is no longer a priority for SEO and has been removed. (#​15928)
  • The tap-targets audit is no longer a priority for SEO and has been replaced with the target-size audit in accessibility. (#​15906)
Overall Savings Deprecation

The overallSavingsMs value on performance diagnostic audits has been deprecated (#​15902). We recommend using metricSavings.LCP or metricSavings.FCP to understand the estimated metric savings of performance diagnostics.

🆕 New Audits
Other Audit Changes
  • The layout-shifts-elements audit is removed. Improved layout shift information can be found in the layout-shifts audit. (#​15931)
  • The no-unload-listeners audit is removed. Unload listeners are deprecated and are still flagged in the deprecations and bf-cache audits. (#​15874)
  • The duplicate-id-active audit is removed because it's corresponding Axe check is deprecated. (#​15900)
  • The uses-rel-preload and preload-fonts audits have been moved to the experimental config. Preload advice is still on hold and these audits were already in a disabled state. (#​15876)

💥 Breaking Changes

  • split up CSSUsage artifact (#​15952)
  • remove budgets (#​15950)
  • remove relevant audits lists from config (#​15878)
  • remove ScriptElements artifact (#​15879)
  • config: use explicit diagnostic group (#​15901)
  • service-worker: remove service-worker gatherer (#​15942)

Core

  • remove pre-v10 compat for page graph construction (#​15948)
  • a11y: re-enable target-size hidden audit (#​15888)
  • driver: add sendCommandAndIgnore (#​15913)
  • gather: handle crash if CDP target crashes (#​11840)
  • lantern: always use flexible network ordering (#​14612)
  • lantern: remove LR statistics (#​15946)
  • lantern: inline rtt constant (#​15944)
  • lantern: add LanternError and adapter to LH error (#​15937)
  • lantern: correct overlapping tasks in CPU nodes (#​15938)
  • lantern: duplicate isNonNetworkProtocol in lib/lantern (#​15936)
  • lantern: replace usage of LH.Artifacts.ProcessedTrace (#​15905)
  • lantern: move lantern metrics to lib/lantern (#​15875)
  • metric: remove gatherContext mode check (#​15899)
  • render-blocking: use trace engine as the source of truth (#​15839)
  • runner: use early return for readability (#​15914)
  • seo: support Persian in link-text audit (#​15949)
  • target-size: use binary display mode (#​15910)

Report

  • fix hidden audit handling for non-perf categories (#​15968)

Deps

Clients

  • viewer: stop using legacy DOM api (#​15964)

I18n

Docs

  • bug-report: require users to read FAQs (#​14383)
  • readme: add DeploymentHawk to the list of integrations (#​15847)

Tests

Misc

  • deduplicate all the dom helpers (#​15960)
  • merge changelog from branch-11 (#​15957)
  • remove BenchmarkIndexes base artifact (#​15941)
  • update public gatherer list (#​15940)
  • remove residual lighthouse-cli file (#​15935)
  • use "processing duration" instead of "processing time" for INP (#​15893)
  • treemap: fix column sorting when some values are blank (#​15959)

v1.4.2

Compare Source

v1.4.1

Compare Source

Full Changelog

We expect this release to ship in the DevTools of Chrome 116, and to PageSpeed Insights within 2 weeks.

New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

New Audits

  • table-fake-caption, html-xml-lang-mismatch, input-button-name (#​15098)
  • td-has-header (#​15051)

Core

  • expose error stack on errored audits (#​14491)
  • move metric savings to audit product (#​15074)
  • add metric savings to audit result (#​14997)
  • byte-efficiency: use log-normal distribution scoring (#​14977)
  • crawlable-anchors: allow elements acting as anchors (#​15079)
  • cumulative-layout-shift: remove totalCumulativeLayoutShift (#​15122)
  • entity-classification: classify chrome extensions into separate entities (#​15017)
  • global-listeners: iterate all execution contexts (#​15054)
  • inspector-issues: add federatedAuthUserInfoRequestIssue (#​15149)
  • inspector-issues: add stylesheetLoadingIssue (#​15144)
  • largest-contentful-paint-element: display LCP value (#​15061)
  • layout-shift-elements: add CLS savings (#​15070)
  • network-analyzer: estimate from lrStatistics (#​15158)
  • network-analyzer: include 0 start times in rtt estimate (#​15100)
  • network-analyzer: fix num of roundtrips for h3 estimates (#​15102)
  • network-analyzer: use arithmetic mean for median (#​15096)
  • network-analyzer: infer single rtt estimate for h3 (#​15095)
  • network-request: simplify recomputeTimesWithResourceTiming (#​15107)
  • network-requests: add entity classification (#​15105)
  • server-response-time: fix for lightrider (#​15156)
  • server-response-time: use receiveHeadersStart instead of end (#​15155)
  • time-to-first-byte: use receiveHeadersStart (#​15126)
  • trace-elements: use CLS metric event filtering (#​15067)
  • uses-rel-preconnect: handle 0 connect start timings (#​15157)

Report

  • append utm query params to stack pack links (#​15094)
  • update error icons (#​15092)
  • update keyframes for confetti animation (#​15059)

Deps

I18n

Docs

  • readme: add unit test tips (#​15108)
  • readme: add laravel-lighthouse to project list (#​15011)

Tests

  • remove most usages of afterPass (#​15057)
  • rebaseline inspector issue detail types (#​15050)
  • ci: bump node to fix windows latency failure (#​15162)
  • smoke: add expectations for network-rtt, network-server-latency (#​15113)
  • smoke: remove external resource from dbw (#​15111)
  • smoke: add expectation for lcp-element (#​15112)

Misc

  • support node 10 in lighthouse-logger (#​15089)
  • add cjs path for logger (#​15084)
  • bump lighthouse-logger to v1.4.0 (#​15081)
  • compare-runs: allow for multiple args to lighthouse (#​15066)
  • lantern-collect: drop sampling (#​15072)
  • lantern-collect: add median lhr to golden zip (#​15077)
  • lantern-collect: rebaseline to include new ttfb metric (#​15069)
  • proto: add package name (#​15116)

v1.4.0

Compare Source

Full Changelog

We expect this release to ship in the DevTools of Chrome 122, and to PageSpeed Insights within 2 weeks.

New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

New Audits

Chrome plans to remove support for third-party cookies which can be detected using a new Lighthouse audit. Learn more about phasing out third-party cookies. (#​15632)

Core

  • reintroduce resource-summary as a hidden audit (#​15597)
  • move transfer ratio estimate to script-helpers.js (#​15665)
  • set network responseHeadersText from extra info event (#​15639)
  • fix check for presence of all URL artifact fields (#​15648)
  • fix worker request expectations for M121 (#​15601)
  • aria-allowed-role: fix typo in learn more link (#​15633)
  • bf-cache: add warning and hide when using old headless (#​15577)
  • bf-cache: change to use binary scoring mode (#​15581)
  • bootup-time: exclude _lighthouse-eval.js (#​15678)
  • byte-efficiency: replace pessimistic graph with optimistic (#​15651)
  • css-usage: exclude empty stylesheets (#​15679)
  • duplicated-javascript: exclude header size for estimating wasted bytes (#​15667)
  • emulation: bump chrome UA to m119 (#​15661)
  • entity-classification: update tldts package to icann subset (#​15660)
  • entity-classification: integrate public-suffix-list into LH (#​15641)
  • lantern: refactor fcp graph method signatures (#​15572)
  • layout-shift-elements: mention windowing in description (#​15680)
  • layout-shift-elements: aggregate all remaining elements (#​15593)
  • legacy-javascript: exclude header size for estimating wasted bytes (#​15640)
  • minification-estimator: add else to punctuation (#​15624)
  • mpfid: add list of loaf durations to debugdata (#​15685)
  • mpfid: add max LoAFs to debugdata (#​15684)
  • third-party-summary: expands the audit to include all urls (#​15611)
  • trace-elements: remove element score field (#​15677)
  • unminified-javascript: exclude header size for estimating wasted bytes (#​15670)
  • unused-javascript: exclude header size for estimating wasted bytes (#​15668)
  • uses-http2: include multiplexable assets when 1p is a known 3p origin (#​15638)

Report

  • blend impact and guidance level to sort audits (#​15669)
  • fix sticky table if no sticky header (#​15666)
  • occupy entire viewport (#​15664)
  • remove accidental console.log() (#​15635)
  • prevent shift when hovering third party row (#​15628)
  • add timespan/snapshot mode labels to footer (#​15589)

Deps

Clients

  • lr: modify puppeteer connector to work with new tab targets (#​15674)

I18n

Tests

  • lower bootup-time threshold in api-test-pptr.js (#​15649)
  • use bash instead of sh to call test-recipes.sh (#​15647)
  • ci: resume using ToT chrome (#​15655)
  • ci: hardcode ToT revision to unblock ci for now (#​15653)
  • dbw: add unload handler deprecation (#​15608)

Misc

  • improve download-chrome.sh usability (#​15646)
  • support mac arm64 in download-chrome.sh (#​15650)
  • treemap: remove unused firebase (#​15617)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jul 24, 2023
@renovate renovate bot force-pushed the renovate/lighthouse-logger-2.x branch from 8eafb08 to dea3fac Compare July 23, 2025 18:05
@renovate renovate bot force-pushed the renovate/lighthouse-logger-2.x branch from dea3fac to 855385f Compare September 25, 2025 14:17
@renovate renovate bot force-pushed the renovate/lighthouse-logger-2.x branch from 855385f to c4745da Compare November 10, 2025 18:49
@renovate renovate bot force-pushed the renovate/lighthouse-logger-2.x branch from c4745da to fb6ce2c Compare November 18, 2025 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant