Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 29, 2023

This PR contains the following updates:

Package Change Age Confidence
lighthouse-logger 1.3.01.4.2 age confidence

Release Notes

GoogleChrome/lighthouse (lighthouse-logger)

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 May 29, 2023
@renovate renovate bot force-pushed the renovate/lighthouse-logger-1.x-lockfile branch from d7a17f6 to 4267e36 Compare April 24, 2025 07:37
@renovate renovate bot changed the title fix(deps): update dependency lighthouse-logger to v1.4.2 chore(deps): update dependency lighthouse-logger to v1.4.2 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/lighthouse-logger-1.x-lockfile branch from 4267e36 to 51fda08 Compare November 10, 2025 18:47
@renovate renovate bot force-pushed the renovate/lighthouse-logger-1.x-lockfile branch from 51fda08 to 3bbf1fc Compare November 18, 2025 12:44
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