liqd / liqd-site

Source code of the Liquid Democracy e.V. homepage
GNU Affero General Public License v3.0
0 stars 0 forks source link

chore(deps): update dependency lighthouse to v12 #425

Open renovate[bot] opened 4 days ago

renovate[bot] commented 4 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lighthouse 10.4.0 -> 12.1.0 age adoption passing confidence

Release Notes

GoogleChrome/lighthouse (lighthouse) ### [`v12.1.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1210-2024-06-18) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v12.0.0...v12.1.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v12.0.0...v12.1.0) We expect this release to ship in the DevTools of [Chrome 128](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### New Contributors Thanks to our new contributors πŸ‘½πŸ·πŸ°πŸ―πŸ»! - Hamir Mahal [@​hamirmahal](https://togithub.com/hamirmahal) - angad-sethi [@​angad-sethi](https://togithub.com/angad-sethi) - Junaid Ramzan [@​ajuni880](https://togithub.com/ajuni880) #### Notable Changes - remove first-meaningful-paint metric ([#​16047](https://togithub.com/GoogleChrome/lighthouse/pull/16047)) #### Core - move simulator creation and network analysis to lib/lantern ([#​16003](https://togithub.com/GoogleChrome/lighthouse/pull/16003)) - handle target crash at any point ([#​15985](https://togithub.com/GoogleChrome/lighthouse/pull/15985)) - aria-allowed-role: fix title and description ([#​16042](https://togithub.com/GoogleChrome/lighthouse/pull/16042)) - inspector-issues: add shared dictionary issue ([#​15993](https://togithub.com/GoogleChrome/lighthouse/pull/15993)) - lantern: refactor to DevTools modules convention ([#​16071](https://togithub.com/GoogleChrome/lighthouse/pull/16071)) - lantern: rename files to PascalCase ([#​16068](https://togithub.com/GoogleChrome/lighthouse/pull/16068)) - lantern: remove last usages of Lighthouse NetworkRequest ([#​16067](https://togithub.com/GoogleChrome/lighthouse/pull/16067)) - lantern: remove usage of Lighthouse constants module ([#​16062](https://togithub.com/GoogleChrome/lighthouse/pull/16062)) - lantern: remove all LH types ([#​16061](https://togithub.com/GoogleChrome/lighthouse/pull/16061)) - lantern: move tbt-util.js to lib/lantern ([#​16058](https://togithub.com/GoogleChrome/lighthouse/pull/16058)) - lantern: separate TraceEngine specific code ([#​16051](https://togithub.com/GoogleChrome/lighthouse/pull/16051)) - lantern: extract main thread events w/o TraceProcessor ([#​16049](https://togithub.com/GoogleChrome/lighthouse/pull/16049)) - lantern: remove usage of Lighthouse's ProcessedNavigation ([#​16048](https://togithub.com/GoogleChrome/lighthouse/pull/16048)) - lantern: use LCP instead of FMP for TTI simulation bounds ([#​16046](https://togithub.com/GoogleChrome/lighthouse/pull/16046)) - lantern: use computed artifact to create graph using trace ([#​16040](https://togithub.com/GoogleChrome/lighthouse/pull/16040)) - lantern: rename NetworkRequest record to rawRequest ([#​16037](https://togithub.com/GoogleChrome/lighthouse/pull/16037)) - lantern: resolve some differences when using trace ([#​16033](https://togithub.com/GoogleChrome/lighthouse/pull/16033)) - lantern: create network graph from trace (experimental) ([#​16026](https://togithub.com/GoogleChrome/lighthouse/pull/16026)) - network: align headers end time with send when no data received ([#​16044](https://togithub.com/GoogleChrome/lighthouse/pull/16044)) - network: fix time units in network quiet calc ([#​16013](https://togithub.com/GoogleChrome/lighthouse/pull/16013)) - test: add generatable squoosh trace ([#​15997](https://togithub.com/GoogleChrome/lighthouse/pull/15997)) - test: add generatable trace for paint metrics ([#​15994](https://togithub.com/GoogleChrome/lighthouse/pull/15994)) - test: add generatable iframe trace ([#​15995](https://togithub.com/GoogleChrome/lighthouse/pull/15995)) - types: add missing fields to `Result.Category` and `NodeDetails` ([#​16006](https://togithub.com/GoogleChrome/lighthouse/pull/16006)) #### CLI - stop treating chrome launcher kill() as async ([#​15998](https://togithub.com/GoogleChrome/lighthouse/pull/15998)) #### Deps - upgrade puppeteer to 22.11.1 ([#​16070](https://togithub.com/GoogleChrome/lighthouse/pull/16070)) - upgrade `chrome-launcher` to 1.1.2 ([#​16069](https://togithub.com/GoogleChrome/lighthouse/pull/16069)) - upgrade puppeteer to 22.10.0 ([#​16054](https://togithub.com/GoogleChrome/lighthouse/pull/16054)) - upgrade `third-party-web` to 0.24.3 ([#​16055](https://togithub.com/GoogleChrome/lighthouse/pull/16055)) - upgrade `axe-core` to 4.9.1 ([#​16056](https://togithub.com/GoogleChrome/lighthouse/pull/16056)) #### I18n - import ([#​16080](https://togithub.com/GoogleChrome/lighthouse/pull/16080)) #### Docs - remove await from chrome.kill() ([#​15982](https://togithub.com/GoogleChrome/lighthouse/pull/15982)) #### Tests - use newer traces in network-analyzer-test.js ([#​16043](https://togithub.com/GoogleChrome/lighthouse/pull/16043)) - default to 0 for network trace data length ([#​16041](https://togithub.com/GoogleChrome/lighthouse/pull/16041)) - update remaining old traces for Lantern ([#​16039](https://togithub.com/GoogleChrome/lighthouse/pull/16039)) - use new trace in metrics-test for pwa ([#​16025](https://togithub.com/GoogleChrome/lighthouse/pull/16025)) - update many test traces, support .json.gz ([#​16007](https://togithub.com/GoogleChrome/lighthouse/pull/16007)) - add timeout to runSmokeTest ([#​16017](https://togithub.com/GoogleChrome/lighthouse/pull/16017)) - fix devtools e2e test runner ([#​16018](https://togithub.com/GoogleChrome/lighthouse/pull/16018)) - reduce expected value of render-blocking-requests smoke ([#​16011](https://togithub.com/GoogleChrome/lighthouse/pull/16011)) - update interactive test trace ([#​16001](https://togithub.com/GoogleChrome/lighthouse/pull/16001)) - use new button class name for devtools run script ([#​15999](https://togithub.com/GoogleChrome/lighthouse/pull/15999)) - ci: remove reference to deleted smoke test ([#​16010](https://togithub.com/GoogleChrome/lighthouse/pull/16010)) - lantern: fix some tests not running ([#​16073](https://togithub.com/GoogleChrome/lighthouse/pull/16073)) - lantern: refactor to DevTools test convention ([#​16072](https://togithub.com/GoogleChrome/lighthouse/pull/16072)) - lantern: remove usage of devtoolsLog in simulator tests ([#​16065](https://togithub.com/GoogleChrome/lighthouse/pull/16065)) - lantern: remove usage of computed SpeedIndex ([#​16064](https://togithub.com/GoogleChrome/lighthouse/pull/16064)) - lantern: remove usage of computed PageDependencyGraph ([#​16063](https://togithub.com/GoogleChrome/lighthouse/pull/16063)) - lantern: use TraceEngine directly in test fixtures ([#​16057](https://togithub.com/GoogleChrome/lighthouse/pull/16057)) - lantern: remove Speedline from Lantern unit test for now ([#​16060](https://togithub.com/GoogleChrome/lighthouse/pull/16060)) - lantern: remove devtools log from tests ([#​16050](https://togithub.com/GoogleChrome/lighthouse/pull/16050)) #### Misc - change connectionId from string to number ([#​15983](https://togithub.com/GoogleChrome/lighthouse/pull/15983)) - ci: fix deprecated node usage in checkout@v3 ([#​16022](https://togithub.com/GoogleChrome/lighthouse/pull/16022)) - strings: fix WebAuthetication typo ([#​16028](https://togithub.com/GoogleChrome/lighthouse/pull/16028)) ### [`v12.0.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1200-2024-04-22) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.7.1...v12.0.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.7.1...v12.0.0) We expect this release to ship in the DevTools of [Chrome 126](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### New Contributors Thanks to our new contributors πŸ‘½πŸ·πŸ°πŸ―πŸ»! - Ashley Rich [@​A5hleyRich](https://togithub.com/A5hleyRich) - MrAdib [@​JohnAdib](https://togithub.com/JohnAdib) #### Notable Changes ##### PWA Category Removal As per [Chrome’s updated Installability Criteria](https://developer.chrome.com/blog/update-install-criteria), Lighthouse [has removed the PWA category](https://togithub.com/GoogleChrome/lighthouse/pull/15455). For future PWA testing, users will be directed to use the [updated PWA documentation](https://developer.chrome.com/docs/devtools/progressive-web-apps/). ##### 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](https://togithub.com/GoogleChrome/lighthouse/pull/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](https://togithub.com/GoogleChrome/lighthouse/pull/15930)) - The `plugins` audit is no longer a priority for SEO and has been removed. ([#​15928](https://togithub.com/GoogleChrome/lighthouse/pull/15928)) - The `tap-targets` audit is no longer a priority for SEO and has been replaced with the `target-size` audit in accessibility. ([#​15906](https://togithub.com/GoogleChrome/lighthouse/pull/15906)) ##### Overall Savings Deprecation The `overallSavingsMs` value on performance diagnostic audits has been deprecated ([#​15902](https://togithub.com/GoogleChrome/lighthouse/pull/15902)). We recommend using `metricSavings.LCP` or `metricSavings.FCP` to understand the estimated metric savings of performance diagnostics. ##### πŸ†• New Audits - The [`aria-conditional-attr`](https://dequeuniversity.com/rules/axe/4.9/aria-conditional-attr), [`aria-deprecated-role`](https://dequeuniversity.com/rules/axe/4.9/aria-deprecated-role) and [`aria-prohibited-attr`](https://dequeuniversity.com/rules/axe/4.9/aria-prohibited-attr) Axe checks have been added to the Lighthouse accessibility category. ([#​15963](https://togithub.com/GoogleChrome/lighthouse/pull/15963)) - The `redirects-http` audit has been brought back, but will only passively check for a http -> https redirect if the provided URL happens to be on http ([#​13548](https://togithub.com/GoogleChrome/lighthouse/pull/13548)) ##### Other Audit Changes - The `layout-shifts-elements` audit is removed. Improved layout shift information can be found in the `layout-shifts` audit. ([#​15931](https://togithub.com/GoogleChrome/lighthouse/pull/15931)) - The `no-unload-listeners` audit is removed. Unload listeners are deprecated and are still flagged in the `deprecations` and `bf-cache` audits. ([#​15874](https://togithub.com/GoogleChrome/lighthouse/pull/15874)) - The `duplicate-id-active` audit is removed because it's corresponding Axe check is deprecated. ([#​15900](https://togithub.com/GoogleChrome/lighthouse/pull/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](https://togithub.com/GoogleChrome/lighthouse/pull/15876)) #### πŸ’₯ Breaking Changes - split up `CSSUsage` artifact ([#​15952](https://togithub.com/GoogleChrome/lighthouse/pull/15952)) - remove budgets ([#​15950](https://togithub.com/GoogleChrome/lighthouse/pull/15950)) - remove relevant audits lists from config ([#​15878](https://togithub.com/GoogleChrome/lighthouse/pull/15878)) - remove `ScriptElements` artifact ([#​15879](https://togithub.com/GoogleChrome/lighthouse/pull/15879)) - config: use explicit diagnostic group ([#​15901](https://togithub.com/GoogleChrome/lighthouse/pull/15901)) - service-worker: remove `service-worker` gatherer ([#​15942](https://togithub.com/GoogleChrome/lighthouse/pull/15942)) #### Core - remove pre-v10 compat for page graph construction ([#​15948](https://togithub.com/GoogleChrome/lighthouse/pull/15948)) - a11y: re-enable target-size hidden audit ([#​15888](https://togithub.com/GoogleChrome/lighthouse/pull/15888)) - driver: add sendCommandAndIgnore ([#​15913](https://togithub.com/GoogleChrome/lighthouse/pull/15913)) - gather: handle crash if CDP target crashes ([#​11840](https://togithub.com/GoogleChrome/lighthouse/pull/11840)) - lantern: always use flexible network ordering ([#​14612](https://togithub.com/GoogleChrome/lighthouse/pull/14612)) - lantern: remove LR statistics ([#​15946](https://togithub.com/GoogleChrome/lighthouse/pull/15946)) - lantern: inline rtt constant ([#​15944](https://togithub.com/GoogleChrome/lighthouse/pull/15944)) - lantern: add LanternError and adapter to LH error ([#​15937](https://togithub.com/GoogleChrome/lighthouse/pull/15937)) - lantern: correct overlapping tasks in CPU nodes ([#​15938](https://togithub.com/GoogleChrome/lighthouse/pull/15938)) - lantern: duplicate isNonNetworkProtocol in lib/lantern ([#​15936](https://togithub.com/GoogleChrome/lighthouse/pull/15936)) - lantern: replace usage of LH.Artifacts.ProcessedTrace ([#​15905](https://togithub.com/GoogleChrome/lighthouse/pull/15905)) - lantern: move lantern metrics to lib/lantern ([#​15875](https://togithub.com/GoogleChrome/lighthouse/pull/15875)) - metric: remove gatherContext mode check ([#​15899](https://togithub.com/GoogleChrome/lighthouse/pull/15899)) - render-blocking: use trace engine as the source of truth ([#​15839](https://togithub.com/GoogleChrome/lighthouse/pull/15839)) - runner: use early return for readability ([#​15914](https://togithub.com/GoogleChrome/lighthouse/pull/15914)) - seo: support Persian in link-text audit ([#​15949](https://togithub.com/GoogleChrome/lighthouse/pull/15949)) - target-size: use binary display mode ([#​15910](https://togithub.com/GoogleChrome/lighthouse/pull/15910)) #### Report - fix hidden audit handling for non-perf categories ([#​15968](https://togithub.com/GoogleChrome/lighthouse/pull/15968)) #### Deps - upgrade `tldts-icann` to 6.1.16 ([#​15967](https://togithub.com/GoogleChrome/lighthouse/pull/15967)) - upgrade `third-party-web` to 0.24.2 ([#​15966](https://togithub.com/GoogleChrome/lighthouse/pull/15966)) - upgrade puppeteer to 22.6.5 ([#​15951](https://togithub.com/GoogleChrome/lighthouse/pull/15951)) #### Clients - viewer: stop using legacy DOM api ([#​15964](https://togithub.com/GoogleChrome/lighthouse/pull/15964)) #### I18n - import ([#​15958](https://togithub.com/GoogleChrome/lighthouse/pull/15958)) #### Docs - bug-report: require users to read FAQs ([#​14383](https://togithub.com/GoogleChrome/lighthouse/pull/14383)) - readme: add DeploymentHawk to the list of integrations ([#​15847](https://togithub.com/GoogleChrome/lighthouse/pull/15847)) #### Tests - refresh sample artifacts ([#​15962](https://togithub.com/GoogleChrome/lighthouse/pull/15962)) - invalidate devtools build cache ([#​15947](https://togithub.com/GoogleChrome/lighthouse/pull/15947)) - update network target type expectations ([#​15916](https://togithub.com/GoogleChrome/lighthouse/pull/15916)) #### Misc - deduplicate all the dom helpers ([#​15960](https://togithub.com/GoogleChrome/lighthouse/pull/15960)) - merge changelog from branch-11 ([#​15957](https://togithub.com/GoogleChrome/lighthouse/pull/15957)) - remove `BenchmarkIndexes` base artifact ([#​15941](https://togithub.com/GoogleChrome/lighthouse/pull/15941)) - update public gatherer list ([#​15940](https://togithub.com/GoogleChrome/lighthouse/pull/15940)) - remove residual `lighthouse-cli` file ([#​15935](https://togithub.com/GoogleChrome/lighthouse/pull/15935)) - use "processing duration" instead of "processing time" for INP ([#​15893](https://togithub.com/GoogleChrome/lighthouse/pull/15893)) - treemap: fix column sorting when some values are blank ([#​15959](https://togithub.com/GoogleChrome/lighthouse/pull/15959)) ### [`v11.7.1`](https://togithub.com/GoogleChrome/lighthouse/releases/tag/v11.7.1) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.7.0...v11.7.1) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.7.0...v11.7.1) We expect this release to ship in the DevTools of [Chrome 125](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### New Contributors Thanks to our new contributors πŸ‘½πŸ·πŸ°πŸ―πŸ»! - lauren n. liberda [@​selfisekai](https://togithub.com/selfisekai) #### Core - network-request: recognize zstd compression algorithm ([#​15883](https://togithub.com/GoogleChrome/lighthouse/pull/15883)) - trace-elements: add sentry debugging for `impactedNodes` ([#​15915](https://togithub.com/GoogleChrome/lighthouse/pull/15915)) - trace-processor: correct overlapping tasks ([#​15921](https://togithub.com/GoogleChrome/lighthouse/pull/15921)) #### Report - remove use of innerHTML to empty elements ([#​15911](https://togithub.com/GoogleChrome/lighthouse/pull/15911)) #### Deps - upgrade `trace_engine` to 0.0.19 ([#​15926](https://togithub.com/GoogleChrome/lighthouse/pull/15926)) - upgrade axe-core to 4.9.0 ([#​15887](https://togithub.com/GoogleChrome/lighthouse/pull/15887)) #### Tests - remove Access-Control-Allow-Origin for robots.txt ([#​15895](https://togithub.com/GoogleChrome/lighthouse/pull/15895)) - devtools: sync e2e ([#​15917](https://togithub.com/GoogleChrome/lighthouse/pull/15917)) #### Misc - correct .npmignore for node >=18.20 ([#​15924](https://togithub.com/GoogleChrome/lighthouse/pull/15924)) - proto: ensure all strings are well-formed ([#​15909](https://togithub.com/GoogleChrome/lighthouse/pull/15909)) ### [`v11.7.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1170-2024-03-20) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.6.0...v11.7.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.6.0...v11.7.0) We expect this release to ship in the DevTools of [Chrome 125](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### Notable Changes - The publisher ads plugin is out of date and will not be supported in Chrome DevTools M125 ([#​15843](https://togithub.com/GoogleChrome/lighthouse/pull/15843)) #### Core - fix regression in internal chrome error messages ([#​15853](https://togithub.com/GoogleChrome/lighthouse/pull/15853)) - a11y: disable target-size hidden audit ([#​15854](https://togithub.com/GoogleChrome/lighthouse/pull/15854)) - css-usage: prevent late stylesheet additions ([#​15865](https://togithub.com/GoogleChrome/lighthouse/pull/15865)) - driver: don't await cleanup in PAGE_HUNG case ([#​15833](https://togithub.com/GoogleChrome/lighthouse/pull/15833)) - driver: fix protocol timeout being ignored for isolated eval ([#​15826](https://togithub.com/GoogleChrome/lighthouse/pull/15826)) - emulation: remove Lighthouse from client hint brand ([#​15856](https://togithub.com/GoogleChrome/lighthouse/pull/15856)) - full-page-screenshot: emit screenshot commands in parallel ([#​15862](https://togithub.com/GoogleChrome/lighthouse/pull/15862)) - full-page-screenshot: revise logic for determining dimensions ([#​14920](https://togithub.com/GoogleChrome/lighthouse/pull/14920)) - gather: gatherFn refactor ([#​15830](https://togithub.com/GoogleChrome/lighthouse/pull/15830)) - installable-manifest: add `manifest-parsing-or-network-error` ([#​15849](https://togithub.com/GoogleChrome/lighthouse/pull/15849)) - lantern: move types to lib/lantern ([#​15859](https://togithub.com/GoogleChrome/lighthouse/pull/15859)) - lantern: move LanternMetric in lib/lantern ([#​15857](https://togithub.com/GoogleChrome/lighthouse/pull/15857)) - lantern: refactor LH.Gatherer.Simulation ([#​15852](https://togithub.com/GoogleChrome/lighthouse/pull/15852)) - lantern: move PageDependencyGraph to lib/lantern ([#​15851](https://togithub.com/GoogleChrome/lighthouse/pull/15851)) - lantern: put types in namespace ([#​15850](https://togithub.com/GoogleChrome/lighthouse/pull/15850)) - lantern: rename lib/dependency-graph to lib/lantern ([#​15844](https://togithub.com/GoogleChrome/lighthouse/pull/15844)) - lantern: add interface for network request ([#​15845](https://togithub.com/GoogleChrome/lighthouse/pull/15845)) - lantern: use rendererStartTime instead of networkRequestTime ([#​15834](https://togithub.com/GoogleChrome/lighthouse/pull/15834)) - navigation-runner: only run `getArtifact` phase once ([#​15827](https://togithub.com/GoogleChrome/lighthouse/pull/15827)) - network-request: use rendererStartTime for initiator candidates ([#​15832](https://togithub.com/GoogleChrome/lighthouse/pull/15832)) - responsiveness: remove fallback trace event pre m103 ([#​15866](https://togithub.com/GoogleChrome/lighthouse/pull/15866)) #### Deps - upgrade `chrome-launcher` to 1.1.1 ([#​15871](https://togithub.com/GoogleChrome/lighthouse/pull/15871)) - upgrade puppeteer to 22.5.0 ([#​15867](https://togithub.com/GoogleChrome/lighthouse/pull/15867)) - bump ip from 1.1.8 to 1.1.9 ([#​15863](https://togithub.com/GoogleChrome/lighthouse/pull/15863)) #### I18n - import ([#​15872](https://togithub.com/GoogleChrome/lighthouse/pull/15872)) #### Tests - devtools: use `is_debug = true` for local builds ([#​15860](https://togithub.com/GoogleChrome/lighthouse/pull/15860)) - devtools: skip type checking in local builds ([#​15858](https://togithub.com/GoogleChrome/lighthouse/pull/15858)) - devtools: sync e2e ([#​15837](https://togithub.com/GoogleChrome/lighthouse/pull/15837)) - full-page-screenshot: add node verification and debug tool ([#​15324](https://togithub.com/GoogleChrome/lighthouse/pull/15324)) ### [`v11.6.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1160-2024-02-21) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.5.0...v11.6.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.5.0...v11.6.0) We expect this release to ship in the DevTools of [Chrome 124](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### Notable Changes - trace: disable JS samples ([#​15819](https://togithub.com/GoogleChrome/lighthouse/pull/15819)) #### Core - driver: add verbose logs for wait-for page load components ([#​15818](https://togithub.com/GoogleChrome/lighthouse/pull/15818)) #### Deps - upgrade puppeteer to 22.1.0 ([#​15822](https://togithub.com/GoogleChrome/lighthouse/pull/15822)) - upgrade trace_engine and drop manually written types ([#​15810](https://togithub.com/GoogleChrome/lighthouse/pull/15810)) - upgrade `axe-core` to 4.8.4 ([#​15805](https://togithub.com/GoogleChrome/lighthouse/pull/15805)) - upgrade puppeteer to 22.0.0 ([#​15803](https://togithub.com/GoogleChrome/lighthouse/pull/15803)) #### I18n - import ([#​15821](https://togithub.com/GoogleChrome/lighthouse/pull/15821)) #### Tests - dbw: revert expectations for unload handler removal ([#​15802](https://togithub.com/GoogleChrome/lighthouse/pull/15802)) #### Misc - reword pwa banner ([#​15800](https://togithub.com/GoogleChrome/lighthouse/pull/15800)) - do not double report artifact dep error to sentry ([#​15777](https://togithub.com/GoogleChrome/lighthouse/pull/15777)) ### [`v11.5.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1150-2024-01-23) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.4.0...v11.5.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.4.0...v11.5.0) We expect this release to ship in the DevTools of [Chrome 123](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### New Contributors Thanks to our new contributors πŸ‘½πŸ·πŸ°πŸ―πŸ»! - EvilKarter [@​EvilKarter](https://togithub.com/EvilKarter) #### Notable Changes - New layout-shifts audit shows estimated root causes for layout shifts. This replaces the layout-shift-elements audit which only shows elements impacted by layout shifts. ([#​15703](https://togithub.com/GoogleChrome/lighthouse/pull/15703), [#​15730](https://togithub.com/GoogleChrome/lighthouse/pull/15730)) - Informative audits now have a score of 1 instead of null ([#​15689](https://togithub.com/GoogleChrome/lighthouse/pull/15689)) - Added a warning for [PWA deprecation](https://developer.chrome.com/blog/update-install-criteria?hl=en) ([#​15741](https://togithub.com/GoogleChrome/lighthouse/pull/15741)) #### Core - bump guidance level of top CWV recommendations ([#​15695](https://togithub.com/GoogleChrome/lighthouse/pull/15695)) - lower guidance level of unused- audits ([#​15718](https://togithub.com/GoogleChrome/lighthouse/pull/15718)) - create separate product savings type ([#​15726](https://togithub.com/GoogleChrome/lighthouse/pull/15726)) - round metric savings to remove false precision ([#​15721](https://togithub.com/GoogleChrome/lighthouse/pull/15721)) - fix mistake preventing gather/audit phases from sharing cache ([#​15710](https://togithub.com/GoogleChrome/lighthouse/pull/15710)) - cumulative-layout-shift: experiment with new shared trace engine ([#​15702](https://togithub.com/GoogleChrome/lighthouse/pull/15702)) - legacy-javascript: detect es-shims polyfills ([#​15738](https://togithub.com/GoogleChrome/lighthouse/pull/15738)) - network-request: consider secondary headers for content encoded check ([#​15708](https://togithub.com/GoogleChrome/lighthouse/pull/15708)) - render-blocking-resources: reduce metric savings if LCP is an image ([#​15694](https://togithub.com/GoogleChrome/lighthouse/pull/15694)) - target-manager: warn on errors while attaching to workers ([#​15740](https://togithub.com/GoogleChrome/lighthouse/pull/15740)) - trace: enable JS samples for advanced workflows ([#​15542](https://togithub.com/GoogleChrome/lighthouse/pull/15542)) - unused-css: exclude header size for estimating wasted bytes ([#​15671](https://togithub.com/GoogleChrome/lighthouse/pull/15671)) - viewport: include meta viewport string in debugDetails ([#​15727](https://togithub.com/GoogleChrome/lighthouse/pull/15727)) #### Report - small renderAudit simplification ([#​15725](https://togithub.com/GoogleChrome/lighthouse/pull/15725)) - fix filmstrip wrap ([#​15693](https://togithub.com/GoogleChrome/lighthouse/pull/15693)) - performance: use metric savings for metric filter ([#​15540](https://togithub.com/GoogleChrome/lighthouse/pull/15540)) #### Deps - upgrade puppeteer to 21.7.0 ([#​15724](https://togithub.com/GoogleChrome/lighthouse/pull/15724)) - upgrade esbuild to 0.19.11 ([#​15731](https://togithub.com/GoogleChrome/lighthouse/pull/15731)) #### Clients - lr: include flag for ignoring bad page status code ([#​15764](https://togithub.com/GoogleChrome/lighthouse/pull/15764)) #### Docs - update deprecated link to shared flags ([#​15722](https://togithub.com/GoogleChrome/lighthouse/pull/15722)) - user-flows: update complete flow example ([#​15690](https://togithub.com/GoogleChrome/lighthouse/pull/15690)) #### Tests - check for console errors and warnings in pptr tests ([#​15516](https://togithub.com/GoogleChrome/lighthouse/pull/15516)) - fix ToT chrome install path ([#​15753](https://togithub.com/GoogleChrome/lighthouse/pull/15753)) - ci: stop using xvfb ([#​15707](https://togithub.com/GoogleChrome/lighthouse/pull/15707)) - dbw: update expectations for unload handler removal ([#​15765](https://togithub.com/GoogleChrome/lighthouse/pull/15765)) - dbw: fix server latency flake ([#​15729](https://togithub.com/GoogleChrome/lighthouse/pull/15729)) - mocha: fix snapshot expectations in retries ([#​15735](https://togithub.com/GoogleChrome/lighthouse/pull/15735)) #### Misc - build: set line limit to 1000 ([#​15733](https://togithub.com/GoogleChrome/lighthouse/pull/15733)) - lighthouse-logger: add repo to package.json ([#​15768](https://togithub.com/GoogleChrome/lighthouse/pull/15768)) ### [`v11.4.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1140-2023-12-11) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.3.0...v11.4.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.3.0...v11.4.0) We expect this release to ship in the DevTools of [Chrome 122](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### New Contributors Thanks to our new contributors πŸ‘½πŸ·πŸ°πŸ―πŸ»! - avinash-sd [@​avinash-sd](https://togithub.com/avinash-sd) #### 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](https://developer.chrome.com/en/docs/privacy-sandbox/third-party-cookie-phase-out/). ([#​15632](https://togithub.com/GoogleChrome/lighthouse/pull/15632)) #### Core - reintroduce resource-summary as a hidden audit ([#​15597](https://togithub.com/GoogleChrome/lighthouse/pull/15597)) - move transfer ratio estimate to script-helpers.js ([#​15665](https://togithub.com/GoogleChrome/lighthouse/pull/15665)) - set network responseHeadersText from extra info event ([#​15639](https://togithub.com/GoogleChrome/lighthouse/pull/15639)) - fix check for presence of all URL artifact fields ([#​15648](https://togithub.com/GoogleChrome/lighthouse/pull/15648)) - fix worker request expectations for M121 ([#​15601](https://togithub.com/GoogleChrome/lighthouse/pull/15601)) - aria-allowed-role: fix typo in learn more link ([#​15633](https://togithub.com/GoogleChrome/lighthouse/pull/15633)) - bf-cache: add warning and hide when using old headless ([#​15577](https://togithub.com/GoogleChrome/lighthouse/pull/15577)) - bf-cache: change to use binary scoring mode ([#​15581](https://togithub.com/GoogleChrome/lighthouse/pull/15581)) - bootup-time: exclude \_lighthouse-eval.js ([#​15678](https://togithub.com/GoogleChrome/lighthouse/pull/15678)) - byte-efficiency: replace pessimistic graph with optimistic ([#​15651](https://togithub.com/GoogleChrome/lighthouse/pull/15651)) - css-usage: exclude empty stylesheets ([#​15679](https://togithub.com/GoogleChrome/lighthouse/pull/15679)) - duplicated-javascript: exclude header size for estimating wasted bytes ([#​15667](https://togithub.com/GoogleChrome/lighthouse/pull/15667)) - emulation: bump chrome UA to m119 ([#​15661](https://togithub.com/GoogleChrome/lighthouse/pull/15661)) - entity-classification: update tldts package to icann subset ([#​15660](https://togithub.com/GoogleChrome/lighthouse/pull/15660)) - entity-classification: integrate public-suffix-list into LH ([#​15641](https://togithub.com/GoogleChrome/lighthouse/pull/15641)) - lantern: refactor fcp graph method signatures ([#​15572](https://togithub.com/GoogleChrome/lighthouse/pull/15572)) - layout-shift-elements: mention windowing in description ([#​15680](https://togithub.com/GoogleChrome/lighthouse/pull/15680)) - layout-shift-elements: aggregate all remaining elements ([#​15593](https://togithub.com/GoogleChrome/lighthouse/pull/15593)) - legacy-javascript: exclude header size for estimating wasted bytes ([#​15640](https://togithub.com/GoogleChrome/lighthouse/pull/15640)) - minification-estimator: add `else` to punctuation ([#​15624](https://togithub.com/GoogleChrome/lighthouse/pull/15624)) - mpfid: add list of loaf durations to debugdata ([#​15685](https://togithub.com/GoogleChrome/lighthouse/pull/15685)) - mpfid: add max LoAFs to debugdata ([#​15684](https://togithub.com/GoogleChrome/lighthouse/pull/15684)) - third-party-summary: expands the audit to include all urls ([#​15611](https://togithub.com/GoogleChrome/lighthouse/pull/15611)) - trace-elements: remove element score field ([#​15677](https://togithub.com/GoogleChrome/lighthouse/pull/15677)) - unminified-javascript: exclude header size for estimating wasted bytes ([#​15670](https://togithub.com/GoogleChrome/lighthouse/pull/15670)) - unused-javascript: exclude header size for estimating wasted bytes ([#​15668](https://togithub.com/GoogleChrome/lighthouse/pull/15668)) - uses-http2: include multiplexable assets when 1p is a known 3p origin ([#​15638](https://togithub.com/GoogleChrome/lighthouse/pull/15638)) #### Report - blend impact and guidance level to sort audits ([#​15669](https://togithub.com/GoogleChrome/lighthouse/pull/15669)) - fix sticky table if no sticky header ([#​15666](https://togithub.com/GoogleChrome/lighthouse/pull/15666)) - occupy entire viewport ([#​15664](https://togithub.com/GoogleChrome/lighthouse/pull/15664)) - remove accidental console.log() ([#​15635](https://togithub.com/GoogleChrome/lighthouse/pull/15635)) - prevent shift when hovering third party row ([#​15628](https://togithub.com/GoogleChrome/lighthouse/pull/15628)) - add timespan/snapshot mode labels to footer ([#​15589](https://togithub.com/GoogleChrome/lighthouse/pull/15589)) #### Deps - upgrade `third-party-web` to 0.24.1 ([#​15683](https://togithub.com/GoogleChrome/lighthouse/pull/15683)) - upgrade puppeteer to 21.5.2 ([#​15645](https://togithub.com/GoogleChrome/lighthouse/pull/15645)) #### Clients - lr: modify puppeteer connector to work with new tab targets ([#​15674](https://togithub.com/GoogleChrome/lighthouse/pull/15674)) #### I18n - import ([#​15682](https://togithub.com/GoogleChrome/lighthouse/pull/15682)) #### Tests - lower bootup-time threshold in api-test-pptr.js ([#​15649](https://togithub.com/GoogleChrome/lighthouse/pull/15649)) - use bash instead of sh to call test-recipes.sh ([#​15647](https://togithub.com/GoogleChrome/lighthouse/pull/15647)) - ci: resume using ToT chrome ([#​15655](https://togithub.com/GoogleChrome/lighthouse/pull/15655)) - ci: hardcode ToT revision to unblock ci for now ([#​15653](https://togithub.com/GoogleChrome/lighthouse/pull/15653)) - dbw: add unload handler deprecation ([#​15608](https://togithub.com/GoogleChrome/lighthouse/pull/15608)) #### Misc - improve download-chrome.sh usability ([#​15646](https://togithub.com/GoogleChrome/lighthouse/pull/15646)) - support mac arm64 in download-chrome.sh ([#​15650](https://togithub.com/GoogleChrome/lighthouse/pull/15650)) - treemap: remove unused firebase ([#​15617](https://togithub.com/GoogleChrome/lighthouse/pull/15617)) ### [`v11.3.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1130-2023-11-02) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.2.0...v11.3.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.2.0...v11.3.0) We expect this release to ship in the DevTools of [Chrome 121](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### New Contributors Thanks to our new contributors πŸ‘½πŸ·πŸ°πŸ―πŸ»! - Max Coplan [@​vegerot](https://togithub.com/vegerot) - Barry Pollard [@​tunetheweb](https://togithub.com/tunetheweb) #### Notable Changes - core: add `clearStorageTypes` option ([#​15508](https://togithub.com/GoogleChrome/lighthouse/pull/15508)) - core: create flag to prevent fatal error on bad status code ([#​15494](https://togithub.com/GoogleChrome/lighthouse/pull/15494)) - clients(extension): add locale selector ([#​15574](https://togithub.com/GoogleChrome/lighthouse/pull/15574)) - clients(extension): always show settings, add psi frontend ([#​15526](https://togithub.com/GoogleChrome/lighthouse/pull/15526)) #### Core - remove config navigations ([#​15397](https://togithub.com/GoogleChrome/lighthouse/pull/15397)) - accessibility: hide experimental axe rules ([#​15543](https://togithub.com/GoogleChrome/lighthouse/pull/15543)) - inspector-issues: add cookie deprecation issue ([#​15553](https://togithub.com/GoogleChrome/lighthouse/pull/15553)) #### Report - use normal gauge if performance score is null ([#​15554](https://togithub.com/GoogleChrome/lighthouse/pull/15554)) #### Deps - upgrade puppeteer to 21.5.0 ([#​15582](https://togithub.com/GoogleChrome/lighthouse/pull/15582)) - upgrade `lighthouse-stack-packs` to 1.12.1 ([#​15566](https://togithub.com/GoogleChrome/lighthouse/pull/15566)) - upgrade puppeteer to 21.4.0 ([#​15557](https://togithub.com/GoogleChrome/lighthouse/pull/15557)) #### Clients - devtools: default to ignore fatal errors ([#​15558](https://togithub.com/GoogleChrome/lighthouse/pull/15558)) #### I18n - import ([#​15579](https://togithub.com/GoogleChrome/lighthouse/pull/15579)) #### Docs - plugins: add link to GitHub repo template ([#​15539](https://togithub.com/GoogleChrome/lighthouse/pull/15539)) #### Tests - use --headless=new for all smoketests ([#​14419](https://togithub.com/GoogleChrome/lighthouse/pull/14419)) - devtools: extend protocol timeout for load ([#​15555](https://togithub.com/GoogleChrome/lighthouse/pull/15555)) - devtools: sync e2e ([#​15550](https://togithub.com/GoogleChrome/lighthouse/pull/15550)) #### Misc - update web.dev URLs ([#​15534](https://togithub.com/GoogleChrome/lighthouse/pull/15534)) ### [`v11.2.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1120-2023-10-09) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.1.0...v11.2.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.1.0...v11.2.0) We expect this release to ship in the DevTools of [Chrome 120](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### Notable Changes This update includes an overhaul to the performance category. Performance insights are now scored and prioritized based on their estimated impact to the performance metrics. Additionally, the performance score gauge includes more detailed information about how each metric affects the score. - core: align performance audit score with metric savings ([#​15447](https://togithub.com/GoogleChrome/lighthouse/pull/15447)) - report: sort performance audits based on impact ([#​15445](https://togithub.com/GoogleChrome/lighthouse/pull/15445)) - report: add explodey gauge for performance category ([#​15396](https://togithub.com/GoogleChrome/lighthouse/pull/15396)) #### Core - asset-saver: fix handling of undefined trace ([#​15451](https://togithub.com/GoogleChrome/lighthouse/pull/15451)) - csp: use monospace for technical terms in strings ([#​15511](https://togithub.com/GoogleChrome/lighthouse/pull/15511)) - driver: attach to worker targets ([#​14212](https://togithub.com/GoogleChrome/lighthouse/pull/14212)) - inspector-issues: add `propertyRuleIssue` ([#​15491](https://togithub.com/GoogleChrome/lighthouse/pull/15491)) - installable-manifest: use monospace for technical terms in strings ([#​15513](https://togithub.com/GoogleChrome/lighthouse/pull/15513)) - long-tasks: compute TBT impact ([#​15197](https://togithub.com/GoogleChrome/lighthouse/pull/15197)) - mainthread-work-breakdown: add TBT savings ([#​15201](https://togithub.com/GoogleChrome/lighthouse/pull/15201)) - tags-blocking-first-paint: ignore malformed link tags ([#​15489](https://togithub.com/GoogleChrome/lighthouse/pull/15489)) #### CLI - sentry: set useful tags from resolved config ([#​15485](https://togithub.com/GoogleChrome/lighthouse/pull/15485)) #### Report - redefine gauge percentage positioning ([#​15486](https://togithub.com/GoogleChrome/lighthouse/pull/15486)) #### Deps - upgrade puppeteer to v21.3.6 ([#​15490](https://togithub.com/GoogleChrome/lighthouse/pull/15490)) - pin puppeteer version ([#​15458](https://togithub.com/GoogleChrome/lighthouse/pull/15458)) - upgrade `axe-core` to 4.8.1 ([#​15446](https://togithub.com/GoogleChrome/lighthouse/pull/15446)) - chrome-launcher: upgrade to 1.1.0 ([#​15517](https://togithub.com/GoogleChrome/lighthouse/pull/15517)) #### Clients - viewer: fix preload links ([#​15515](https://togithub.com/GoogleChrome/lighthouse/pull/15515)) #### I18n - upgrade to latest icu formatter ([#​13834](https://togithub.com/GoogleChrome/lighthouse/pull/13834)) #### Docs - plugins: minor corrections ([#​15449](https://togithub.com/GoogleChrome/lighthouse/pull/15449)) - readme: edit description of the PageVitals tool ([#​15395](https://togithub.com/GoogleChrome/lighthouse/pull/15395)) #### Tests - use new headless for puppeteer tests ([#​15374](https://togithub.com/GoogleChrome/lighthouse/pull/15374)) - dbw: increase wasted ms threshold ([#​15483](https://togithub.com/GoogleChrome/lighthouse/pull/15483)) - devtools: remove usage of frontend globals ([#​15518](https://togithub.com/GoogleChrome/lighthouse/pull/15518)) - devtools: ensure Lighthouse starts in smoke tests ([#​15459](https://togithub.com/GoogleChrome/lighthouse/pull/15459)) - devtools: fix viewport in smoke tests ([#​15454](https://togithub.com/GoogleChrome/lighthouse/pull/15454)) - devtools: sync e2e ([#​15444](https://togithub.com/GoogleChrome/lighthouse/pull/15444)) #### Misc - tweak dependabot ecosystem value ([#​15521](https://togithub.com/GoogleChrome/lighthouse/pull/15521)) - have dependabot check github actions deps ([#​15496](https://togithub.com/GoogleChrome/lighthouse/pull/15496)) - adopt minimal license headers ([#​15456](https://togithub.com/GoogleChrome/lighthouse/pull/15456)) - bot: delete stale git bot rules ([#​14915](https://togithub.com/GoogleChrome/lighthouse/pull/14915)) - ci: use commit sha for markdown action ([#​15493](https://togithub.com/GoogleChrome/lighthouse/pull/15493)) ### [`v11.1.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1110-2023-09-06) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v11.0.0...v11.1.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v11.0.0...v11.1.0) We expect this release to ship in the DevTools of [Chrome 119](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### New Contributors Thanks to our new contributors πŸ‘½πŸ·πŸ°πŸ―πŸ»! - Tortitas [@​TortitasT](https://togithub.com/TortitasT) - Ian Kilpatrick [@​bfgeek](https://togithub.com/bfgeek) - GLI [@​tobyglei](https://togithub.com/tobyglei) #### Core - add TBT savings to `bootup-time` ([#​15431](https://togithub.com/GoogleChrome/lighthouse/pull/15431)) - add guidance level to performance audits ([#​15025](https://togithub.com/GoogleChrome/lighthouse/pull/15025)) - add TBT impact to third party audits ([#​15385](https://togithub.com/GoogleChrome/lighthouse/pull/15385)) - fix `index.cjs` types ([#​15387](https://togithub.com/GoogleChrome/lighthouse/pull/15387)) - asset-saver: use new `DevtoolsLog` and `Trace` artifacts ([#​15345](https://togithub.com/GoogleChrome/lighthouse/pull/15345)) - crawlable-anchors: consider empty `rawHref` crawlable ([#​15406](https://togithub.com/GoogleChrome/lighthouse/pull/15406)) - dom-size: add TBT savings ([#​15307](https://togithub.com/GoogleChrome/lighthouse/pull/15307)) - image-aspect-ratio: loosen aspect ratio threshold ([#​15328](https://togithub.com/GoogleChrome/lighthouse/pull/15328)) - installable-manifest: update available installability errors ([#​15388](https://togithub.com/GoogleChrome/lighthouse/pull/15388)) - largest-contentful-paint-element: add LCP savings ([#​15178](https://togithub.com/GoogleChrome/lighthouse/pull/15178)) - lcp-lazy-loaded: add LCP savings estimate ([#​15064](https://togithub.com/GoogleChrome/lighthouse/pull/15064)) - main-resource: fix protocol error when page is reloaded ([#​14520](https://togithub.com/GoogleChrome/lighthouse/pull/14520)) - redirects: score only on wasted ms ([#​15401](https://togithub.com/GoogleChrome/lighthouse/pull/15401)) - timespan-runner: warn if a navigation is detected ([#​15407](https://togithub.com/GoogleChrome/lighthouse/pull/15407)) - viewport-meta: include initial-scale value condition ([#​15394](https://togithub.com/GoogleChrome/lighthouse/pull/15394)) #### Report - fix category highlight in DevTools ([#​15413](https://togithub.com/GoogleChrome/lighthouse/pull/15413)) #### Deps - upgrade `third-party-web` to 0.24.0 ([#​15354](https://togithub.com/GoogleChrome/lighthouse/pull/15354)) - upgrade `axe-core` to 4.8.0 ([#​15430](https://togithub.com/GoogleChrome/lighthouse/pull/15430)) - upgrade puppeteer to 21.1.1 ([#​15403](https://togithub.com/GoogleChrome/lighthouse/pull/15403)) - upgrade puppeteer to 20.0.3 ([#​15375](https://togithub.com/GoogleChrome/lighthouse/pull/15375)) #### Clients - extension: update some properties for manifest v3 ([#​15347](https://togithub.com/GoogleChrome/lighthouse/pull/15347)) #### I18n - import ([#​15443](https://togithub.com/GoogleChrome/lighthouse/pull/15443)) #### Docs - update explainer for devtools build ([#​15414](https://togithub.com/GoogleChrome/lighthouse/pull/15414)) - add a guide to running Lighthouse at scale ([#​10511](https://togithub.com/GoogleChrome/lighthouse/pull/10511)) - readme: fix chrome-launcher import example ([#​15428](https://togithub.com/GoogleChrome/lighthouse/pull/15428)) - readme: add Lighthouse Metrics China to services list ([#​15256](https://togithub.com/GoogleChrome/lighthouse/pull/15256)) - releasing: update cadence section ([#​15392](https://togithub.com/GoogleChrome/lighthouse/pull/15392)) - releasing: remove instructions covered by automated tests ([#​15353](https://togithub.com/GoogleChrome/lighthouse/pull/15353)) #### Tests - better error handling when test modules fail to load ([#​15421](https://togithub.com/GoogleChrome/lighthouse/pull/15421)) - do not allow hashes in mock dt log ([#​15363](https://togithub.com/GoogleChrome/lighthouse/pull/15363)) - dbw: remove upper bound for LCP load start/end ([#​15432](https://togithub.com/GoogleChrome/lighthouse/pull/15432)) - dbw: increase threshold for LCP load start/end ([#​15393](https://togithub.com/GoogleChrome/lighthouse/pull/15393)) - devtools: sync e2e ([#​15389](https://togithub.com/GoogleChrome/lighthouse/pull/15389)) - smoke: update installability icon error for ToT ([#​15422](https://togithub.com/GoogleChrome/lighthouse/pull/15422)) - unit: retry failures and upload failure artifacts ([#​15378](https://togithub.com/GoogleChrome/lighthouse/pull/15378)) #### Misc - move root.js to shared/ ([#​15439](https://togithub.com/GoogleChrome/lighthouse/pull/15439)) - remove url hash to avoid gtm hang in treemap, viewer ([#​15425](https://togithub.com/GoogleChrome/lighthouse/pull/15425)) - move esm-utils.js to shared/ ([#​15418](https://togithub.com/GoogleChrome/lighthouse/pull/15418)) - move dependabot.yml to correct folder ([#​15417](https://togithub.com/GoogleChrome/lighthouse/pull/15417)) - add dependabot.yml ([#​15341](https://togithub.com/GoogleChrome/lighthouse/pull/15341)) - build: do not minify browser extension ([#​15381](https://togithub.com/GoogleChrome/lighthouse/pull/15381)) - build: output source map when building bundles ([#​15348](https://togithub.com/GoogleChrome/lighthouse/pull/15348)) - readme: use note for Node version callout ([#​15410](https://togithub.com/GoogleChrome/lighthouse/pull/15410)) - treemap: reduce granularity for byte values ([#​15415](https://togithub.com/GoogleChrome/lighthouse/pull/15415)) ### [`v11.0.0`](https://togithub.com/GoogleChrome/lighthouse/blob/HEAD/changelog.md#1100-2023-08-03) [Compare Source](https://togithub.com/GoogleChrome/lighthouse/compare/v10.4.0...v11.0.0) [Full Changelog](https://togithub.com/GoogleChrome/lighthouse/compare/v10.4.0...v11.0.0) We expect this release to ship in the DevTools of [Chrome 118](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. #### New Contributors Thanks to our new contributors πŸ‘½πŸ·πŸ°πŸ―πŸ»! - Nakamura Ayahito [@​penicillin0](https://togithub.com/penicillin0) - patrick kettner [@​patrickkettner](https://togithub.com/patrickkettner) - lasseschou [@​lasseschou](https://togithub.com/lasseschou) - ZzZzzzxc [@​ZzZzzzxc](https://togithub.com/ZzZzzzxc) #### 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](https://togithub.com/GoogleChrome/lighthouse/blob/main/docs/plugins.md#using-network-requests) 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](https://togithub.com/GoogleChrome/lighthouse/pull/15298)) #### πŸ’₯ Breaking changes - misc: drop node 16 support ([#​15290](https://togithub.com/GoogleChrome/lighthouse/pull/15290)) - core: remove `resource-summary` audit ([#​15299](https://togithub.com/GoogleChrome/lighthouse/pull/15299)) - core: add `DevtoolsLogError` and `TraceError` artifacts ([#​15311](https://togithub.com/GoogleChrome/lighthouse/pull/15311)) - core: make INP non-experimental ([#​15285](https://togithub.com/GoogleChrome/lighthouse/pull/15285)) - core: remove `service-worker` audit ([#​15257](https://togithub.com/GoogleChrome/lighthouse/pull/15257)) - core: remove legacy runner ([#​15253](https://togithub.com/GoogleChrome/lighthouse/pull/15253)) - core: remove `first-contentful-paint-3g` audit ([#​15252](https://togithub.com/GoogleChrome/lighthouse/pull/15252)) #### Core - re-weight best practices ([#​15321](https://togithub.com/GoogleChrome/lighthouse/pull/15321)) - single network monitor kept on Driver ([#​15055](https://togithub.com/GoogleChrome/lighthouse/pull/15055)) - do not emit NOT_HTML error if record not ok ([#​15271](https://togithub.com/GoogleChrome/lighthouse/pull/15271)) - report artifact error when collected, add err.extra ([#​15258](https://togithub.com/GoogleChrome/lighthouse/pull/15258)) - remove the "FR" prefix from types ([#​15274](https://togithub.com/GoogleChrome/lighthouse/pull/15274)) - remove legacy artifacts types ([#​15273](https://togithub.com/GoogleChrome/lighthouse/pull/15273)) - duplicated-javascript: use valid granularity ([#​15275](https://togithub.com/GoogleChrome/lighthouse/pull/15275)) - lcp-element: gracefully handle error in phase table ([#​15329](https://togithub.com/GoogleChrome/lighthouse/pull/15329)) - network-analyzer: coarse rtt estimate on per-origin basis ([#​15103](https://togithub.com/GoogleChrome/lighthouse/pull/15103)) - network-request: loosen lightrider timing checksum ([#​15330](https://togithub.com/GoogleChrome/lighthouse/pull/15330)) - render-blocking-resources: add FCP and LCP savings ([#​15238](https://togithub.com/GoogleChrome/lighthouse/pull/15238)) - response-compresson: throw on unexpected error ([#​15259](https://togithub.com/GoogleChrome/lighthouse/pull/15259)) - source-maps: use `Scripts` as a dependency ([#​15293](https://togithub.com/GoogleChrome/lighthouse/pull/15293)) - stack-packs: add NitroPack detection ([#​15314](https://togithub.com/GoogleChrome/lighthouse/pull/15314)) - uses-http2: add LCP and FCP savings ([#​15320](https://togithub.com/GoogleChrome/lighthouse/pull/15320)) - uses-rel-preconnect: add FCP and LCP savings ([#​15281](https://togithub.com/GoogleChrome/lighthouse/pull/15281)) #### CLI - sentry: mention --enable-error-reporting flag in prompt ([#​15174](https://togithub.com/GoogleChrome/lighthouse/pull/15174)) #### Report - re-order manual audits and expand when audits pass ([#​15310](https://togithub.com/GoogleChrome/lighthouse/pull/15310)) - move "View Original Trace" to the topbar dropdown ([#​15315](https://togithub.com/GoogleChrome/lighthouse/pull/15315)) #### Deps - upgrade puppeteer to 21.0.1 ([#​15331](https://togithub.com/GoogleChrome/lighthouse/pull/15331)) - upgrade `lighthouse-logger` to 2.0.1 ([#​15282](https://togithub.com/GoogleChrome/lighthouse/pull/15282)) - upgrade `chrome-launcher` to 1.0.0 ([#​15287](https://togithub.com/GoogleChrome/lighthouse/pull/15287)) - deduplicate yarn.lock ([#​15269](https://togithub.com/GoogleChrome/lighthouse/pull/15269)) - upgrade robots-parser to 3.0.1 ([#​15268](https://togithub.com/GoogleChrome/lighthouse/pull/15268)) #### Clients - extension: update to manifest v3 ([#​15219](https://togithub.com/GoogleChrome/lighthouse/pull/15219)) #### I18n - import ([#​15334](https://togithub.com/GoogleChrome/lighthouse/pull/15334)) #### Docs - remove legacy navigation ([#​15340](https://togithub.com/GoogleChrome/lighthouse/pull/15340)) - remove references to `devtoolsLogs` and `traces` ([#​15318](https://togithub.com/GoogleChrome/lighthouse/pull/15318)) - plugins: fix syntax typos ([#​15264](https://togithub.com/GoogleChrome/lighthouse/pull/15264)) - readme: add PageVitals to the list of integrations ([#​15288](https://togithub.com/GoogleChrome/lighthouse/pull/15288)) #### Tests - add page functions bundling test ([#​15280](https://togithub.com/GoogleChrome/lighthouse/pull/15280)) - make smokehouse output dir with recursive flag ([#​15261](https://togithub.com/GoogleChrome/lighthouse/pull/15261)) - save smokehouse outputs to .tmp/smokehouse-output ([#​15251](https://togithub.com/GoogleChrome/lighthouse/pull/15251)) - call toString for errors from bundled worker ([#​15245](https://togithub.com/GoogleChrome/lighthouse/pull/15245)) - devtools: remove unused test options ([#​15260](https://togithub.com/GoogleChrome/lighthouse/pull/15260)) - devtools: sync e2e ([#​15250](https://togithub.com/GoogleChrome/lighthouse/pull/15250)) - smoke: allow for decimal in a11y tap target ([#​15327](https://togithub.com/GoogleChrome/lighthouse/pull/15327)) - smoke: drop legacy support ([#​15249](https://togithub.com/GoogleChrome/lighthouse/pull/15249)) #### Misc - remove residual references to legacy ([#​15292](https://togithub.com/GoogleChrome/lighthouse/pull/15292)) - fix typo ([#​15120](https://togithub.com/GoogleChrome/lighthouse/pull/15120)) - rename `fraggle-rock` fixtures directory to `user-flows` ([#​15291](https://togithub.com/GoogleChrome/lighthouse/pull/15291)) - add main path to logger ([#​15284](https://togithub.com/GoogleChrome/lighthouse/pull/15284)) - build: bundle with esbuild minification instead of terser ([#​15283](https://togithub.com/GoogleChrome/lighthouse/pull/15283)) - build: replace rollup with esbuild ([#​15239](https://togithub.com/GoogleChrome/lighthouse/pull/15239)) - ci: update actions using deprecated node12 ([#​15304](https://togithub.com/GoogleChrome/lighthouse/pull/15304)) - logger: add types, remove cjs ([#​15279](https://togithub.com/GoogleChrome/lighthouse/pull/15279))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.