Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade lighthouse from 8.6.0 to 12.2.0 #54

Open
wants to merge 1 commit into
base: boutique
Choose a base branch
from

Conversation

WontonSam
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade lighthouse from 8.6.0 to 12.2.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 1060 versions ahead of your current version.

  • The recommended version was released on a month ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Prototype Pollution
SNYK-JS-LODASHSET-1320032
61 Proof of Concept
medium severity Open Redirect
SNYK-JS-GOT-2932019
61 No Known Exploit
Release notes
Package name: lighthouse
  • 12.2.0 - 2024-08-07

    Full Changelog

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

    Core

    • import lantern from trace engine (#16092)
    • long-tasks: link to latest guidance (#16138)
    • stylesheets: disable transient stylesheet detection (#16121)
    • third-party-summary: correct blocking time calculation (#16117)
    • trace-engine-result: disable invalidations handler (#16142)

    Deps

    • upgrade trace_engine to 0.0.32 (#16143)
    • upgrade puppeteer to 22.15.0 (#16139)
    • upgrade third-party-web to 0.24.5 (#16140)
    • upgrade puppeteer to 22.13.1 (#16123)
    • upgrade typescript to 5.5.3 (#16091)

    Tests

    • devtools: sync e2e (#16120)
    • treemap: ignore cookie deprecation error (#16141)

    Misc

    • remove alertdesk from README (#16133)
    • build: update README.chromium when rolling devtools (#16144)
  • 12.2.0-dev.20240905 - 2024-09-06
  • 12.2.0-dev.20240904 - 2024-09-05
  • 12.2.0-dev.20240903 - 2024-09-04
  • 12.2.0-dev.20240902 - 2024-09-03
  • 12.2.0-dev.20240901 - 2024-09-02
  • 12.2.0-dev.20240831 - 2024-09-01
  • 12.2.0-dev.20240830 - 2024-08-31
  • 12.2.0-dev.20240829 - 2024-08-30
  • 12.2.0-dev.20240828 - 2024-08-29
  • 12.2.0-dev.20240827 - 2024-08-28
  • 12.2.0-dev.20240826 - 2024-08-27
  • 12.2.0-dev.20240825 - 2024-08-26
  • 12.2.0-dev.20240824 - 2024-08-25
  • 12.2.0-dev.20240823 - 2024-08-24
  • 12.2.0-dev.20240822 - 2024-08-23
  • 12.2.0-dev.20240821 - 2024-08-22
  • 12.2.0-dev.20240820 - 2024-08-21
  • 12.2.0-dev.20240819 - 2024-08-20
  • 12.2.0-dev.20240818 - 2024-08-19
  • 12.2.0-dev.20240817 - 2024-08-18
  • 12.2.0-dev.20240816 - 2024-08-17
  • 12.2.0-dev.20240815 - 2024-08-16
  • 12.2.0-dev.20240814 - 2024-08-15
  • 12.2.0-dev.20240813 - 2024-08-14
  • 12.2.0-dev.20240812 - 2024-08-13
  • 12.2.0-dev.20240811 - 2024-08-12
  • 12.2.0-dev.20240810 - 2024-08-11
  • 12.2.0-dev.20240809 - 2024-08-10
  • 12.2.0-dev.20240808 - 2024-08-09
  • 12.2.0-dev.20240807 - 2024-08-08
  • 12.1.0 - 2024-06-18

    Thanks to our new contributors 👽🐷🐰🐯🐻!

    Notable Changes

    • remove first-meaningful-paint metric (#16047)

    Core

    • move simulator creation and network analysis to lib/lantern (#16003)
    • handle target crash at any point (#15985)
    • aria-allowed-role: fix title and description (#16042)
    • inspector-issues: add shared dictionary issue (#15993)
    • lantern: refactor to DevTools modules convention (#16071)
    • lantern: rename files to PascalCase (#16068)
    • lantern: remove last usages of Lighthouse NetworkRequest (#16067)
    • lantern: remove usage of Lighthouse constants module (#16062)
    • lantern: remove all LH types (#16061)
    • lantern: move tbt-util.js to lib/lantern (#16058)
    • lantern: separate TraceEngine specific code (#16051)
    • lantern: extract main thread events w/o TraceProcessor (#16049)
    • lantern: remove usage of Lighthouse's ProcessedNavigation (#16048)
    • lantern: use LCP instead of FMP for TTI simulation bounds (#16046)
    • lantern: use computed artifact to create graph using trace (#16040)
    • lantern: rename NetworkRequest record to rawRequest (#16037)
    • lantern: resolve some differences when using trace (#16033)
    • lantern: create network graph from trace (experimental) (#16026)
    • network: align headers end time with send when no data received (#16044)
    • network: fix time units in network quiet calc (#16013)
    • test: add generatable squoosh trace (#15997)
    • test: add generatable trace for paint metrics (#15994)
    • test: add generatable iframe trace (#15995)
    • types: add missing fields to Result.Category and NodeDetails (#16006)

    CLI

    • stop treating chrome launcher kill() as async (#15998)

    Deps

    • upgrade puppeteer to 22.11.1 (#16070)
    • upgrade chrome-launcher to 1.1.2 (#16069)
    • upgrade puppeteer to 22.10.0 (#16054)
    • upgrade third-party-web to 0.24.3 (#16055)
    • upgrade axe-core to 4.9.1 (#16056)

    I18n

    Docs

    • remove await from chrome.kill() (#15982)

    Tests

    • use newer traces in network-analyzer-test.js (#16043)
    • default to 0 for network trace data length (#16041)
    • update remaining old traces for Lantern (#16039)
    • use new trace in metrics-test for pwa (#16025)
    • update many test traces, support .json.gz (#16007)
    • add timeout to runSmokeTest (#16017)
    • fix devtools e2e test runner (#16018)
    • reduce expected value of render-blocking-requests smoke (#16011)
    • update interactive test trace (#16001)
    • use new button class name for devtools run script (#15999)
    • ci: remove reference to deleted smoke test (#16010)
    • lantern: fix some tests not running (#16073)
    • lantern: refactor to DevTools test convention (#16072)
    • lantern: remove usage of devtoolsLog in simulator tests (#16065)
    • lantern: remove usage of computed SpeedIndex (#16064)
    • lantern: remove usage of computed PageDependencyGraph (#16063)
    • lantern: use TraceEngine directly in test fixtures (#16057)
    • lantern: remove Speedline from Lantern unit test for now (#16060)
    • lantern: remove devtools log from tests (#16050)

    Misc

    • change connectionId from string to number (#15983)
    • ci: fix deprecated node usage in checkout@v3 (#16022)
    • strings: fix WebAuthetication typo (#16028)
  • 12.1.0-dev.20240806 - 2024-08-07
  • 12.1.0-dev.20240805 - 2024-08-06
  • 12.1.0-dev.20240804 - 2024-08-05
  • 12.1.0-dev.20240803 - 2024-08-04
  • 12.1.0-dev.20240802 - 2024-08-03
  • 12.1.0-dev.20240801 - 2024-08-02
  • 12.1.0-dev.20240731 - 2024-08-01
  • 12.1.0-dev.20240730 - 2024-07-31
  • 12.1.0-dev.20240729 - 2024-07-30
  • 12.1.0-dev.20240728 - 2024-07-29
  • 12.1.0-dev.20240727 - 2024-07-28
  • 12.1.0-dev.20240726 - 2024-07-27
  • 12.1.0-dev.20240725 - 2024-07-26
  • 12.1.0-dev.20240724 - 2024-07-25
  • 12.1.0-dev.20240723 - 2024-07-24
  • 12.1.0-dev.20240722 - 2024-07-23
  • 12.1.0-dev.20240721 - 2024-07-22
  • 12.1.0-dev.20240720 - 2024-07-21
  • 12.1.0-dev.20240719 - 2024-07-20
  • 12.1.0-dev.20240718 - 2024-07-19
  • 12.1.0-dev.20240717 - 2024-07-18
  • 12.1.0-dev.20240716 - 2024-07-17
  • 12.1.0-dev.20240715 - 2024-07-16
  • 12.1.0-dev.20240714 - 2024-07-15
  • 12.1.0-dev.20240713 - 2024-07-14
  • 12.1.0-dev.20240712 - 2024-07-13
  • 12.1.0-dev.20240711 - 2024-07-12
  • 12.1.0-dev.20240710 - 2024-07-11
  • 12.1.0-dev.20240709 - 2024-07-10
  • 12.1.0-dev.20240708 - 2024-07-09
  • 12.1.0-dev.20240707 - 2024-07-08
  • 12.1.0-dev.20240706 - 2024-07-07
  • 12.1.0-dev.20240705 - 2024-07-06
  • 12.1.0-dev.20240704 - 2024-07-05
  • 12.1.0-dev.20240703 - 2024-07-04
  • 12.1.0-dev.20240702 - 2024-07-03
  • 12.1.0-dev.20240701 - 2024-07-02
  • 12.1.0-dev.20240630 - 2024-07-01
  • 12.1.0-dev.20240629 - 2024-06-30
  • 12.1.0-dev.20240628 - 2024-06-29
  • 12.1.0-dev.20240627 - 2024-06-28
  • 12.1.0-dev.20240626 - 2024-06-27
  • 12.1.0-dev.20240625 - 2024-06-26
  • 12.1.0-dev.20240624 - 2024-06-25
  • 12.1.0-dev.20240623 - 2024-06-24
  • 12.1.0-dev.20240622 - 2024-06-23
  • 12.1.0-dev.20240621 - 2024-06-22
  • 12.1.0-dev.20240620 - 2024-06-21
  • 12.1.0-dev.20240619 - 2024-06-20
  • 12.1.0-dev.20240618 - 2024-06-19
  • 12.0.0 - 2024-04-22

    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

    • upgrade tldts-icann to 6.1.16 (#15967)
    • upgrade third-party-web to 0.24.2 (#15966)
    • upgrade puppeteer to 22.6.5 (#15951)

    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

    • refresh sample artifacts (#15962)
    • invalidate devtools build cache (#15947)
    • update network target type expectations (#15916)

    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)
  • 12.0.0-dev.20240617 - 2024-06-18
  • 12.0.0-dev.20240616 - 2024-06-17
  • 12.0.0-dev.20240615 - 2024-06-16
  • 12.0.0-dev.20240614 - 2024-06-15
  • 12.0.0-dev.20240613 - 2024-06-14
  • 12.0.0-dev.20240612 - 2024-06-13
  • 12.0.0-dev.20240611 - 2024-06-12
  • 12.0.0-dev.20240610 - 2024-06-11
  • 12.0.0-dev.20240609 - 2024-06-10
  • 12.0.0-dev.20240608 - 2024-06-09
  • 12.0.0-dev.20240607 - 2024-06-08
  • 12.0.0-dev.20240606 - 2024-06-07
  • 12.0.0-dev.20240605 - 2024-06-06
  • 12.0.0-dev.20240604 - 2024-06-05
  • 12.0.0-dev.20240603 - 2024-06-04
  • 12.0.0-dev.20240602 - 2024-06-03
  • 12.0.0-dev.20240601 - 2024-06-02
  • 12.0.0-dev.20240531 - 2024-06-01
  • 12.0.0-dev.20240530 - 2024-05-31
  • 12.0.0-dev.20240529 - 2024-05-30
  • 12.0.0-dev.20240528 - 2024-05-29
  • 12.0.0-dev.20240527 - 2024-05-28
  • 12.0.0-dev.20240526 - 2024-05-27
  • 12.0.0-dev.20240525 - 2024-05-26
  • 12.0.0-dev.20240524 - 2024-05-25
  • 12.0.0-dev.20240523 - 2024-05-24
  • 12.0.0-dev.20240522 - 2024-05-23
  • 12.0.0-dev.20240521 - 2024-05-22
  • 12.0.0-dev.20240520 - 2024-05-21
  • 12.0.0-dev.20240519 - 2024-05-20
  • 12.0.0-dev.20240518 - 2024-05-19
  • 12.0.0-dev.20240517 - 2024-05-18
  • 12.0.0-dev.20240516 - 2024-05-17
  • 12.0.0-dev.20240515 - 2024-05-16
  • 12.0.0-dev.20240514 - 2024-05-15
  • 12.0.0-dev.20240513 - 2024-05-14
  • 12.0.0-dev.20240512 - 2024-05-13
  • 12.0.0-dev.20240511 - 2024-05-12
  • 12.0.0-dev.20240510 - 2024-05-11
  • 12.0.0-dev.20240509 - 2024-05-10
  • 12.0.0-dev.20240508 - 2024-05-09
  • 12.0.0-dev.20240507 - 2024-05-08
  • 12.0.0-dev.20240506 - 2024-05-07
  • 12.0.0-dev.20240505 - 2024-05-06
  • 12.0.0-dev.20240504 - 2024-05-05
  • 12.0.0-dev.20240503 - 2024-05-04
  • 12.0.0-dev.20240502 - 2024-05-03
  • 12.0.0-dev.20240501 - 2024-05-02
  • 12.0.0-dev.20240430 - 2024-05-01
  • 12.0.0-dev.20240429 - 2024-04-30
  • 12.0.0-dev.20240428 - 2024-04-29
  • 12.0.0-dev.20240427 - 2024-04-28
  • 12.0.0-dev.20240426 - 2024-04-27
  • 12.0.0-dev.20240425 - 2024-04-26
  • 12.0.0-dev.20240424 - 2024-04-25
  • 12.0.0-dev.20240423 - 2024-04-24
  • 12.0.0-dev.20240422 - 2024-04-23
  • 11.7.1 - 2024-04-08

    Full Changelog

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

    New Contributors

    Thanks to our new contributors 👽🐷🐰🐯🐻!

    Core

    • network-request: recognize zstd compression algorithm (#15883)
    • trace-elements: add sentry debugging for impactedNodes (#15915)
    • trace-processor: correct overlapping tasks (#15921)

    Report

    • remove use of innerHTML to empty elements (#15911)

    Deps

    • upgrade trace_engine to 0.0.19 (#15926)
    • upgrade axe-core to 4.9.0 (#15887)

    Tests

    • remove Access-Control-Allow-Origin for robots.txt (#15895)
    • devtools: sync e2e (#15917)

    Misc

    • correct .npmignore for node >=18.20 (#15924)
    • proto: ensure all strings are well-formed (#15909)
  • 11.7.0 - 2024-03-20

    Full Changelog

    We expect this release to ship in the DevTools of Chrome 125, 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)

    Core

    • fix regression in internal chrome error messages (#15853)
    • a11y: disable target-size hidden audit (#15854)
    • css-usage: prevent late stylesheet additions (#15865)
    • driver: don't await cleanup in PAGE_HUNG case (#15833)
    • driver: fix protocol timeout being ignored for isolated eval (#15826)
    • emulation: remove Lighthouse from client hint brand (#15856)
    • full-page-screenshot: emit screenshot commands in parallel (#15862)
    • full-page-screenshot: revise logic for determining dimensions (#14920)
    • gather: gatherFn refactor (#15830)
    • installable-manifest: add manifest-parsing-or-network-error (#15849)
    • lantern: move types to lib/lantern (#15859)
    • lantern: move LanternMetric in lib/lantern (#15857)
    • lantern: refactor LH.Gatherer.Simulation (#15852)
    • lantern: move PageDependencyGraph to lib/lantern (#15851)
    • lantern: put types in namespace (#15850)
    • lantern: rename lib/dependency-graph to lib/lantern (#15844)
    • lantern: add interface for network request (#15845)
    • lantern: use rendererStartTime instead of networkRequestTime (#15834)
    • navigation-runner: only run getArtifact phase once (#15827)
    • network-request: use rendererStartTime for initiator candidates (#15832)
    • responsiveness: remove fallback trace event pre m103 (#15866)

    Deps

    • upgrade chrome-launcher to 1.1.1 (#15871)
    • upgrade puppeteer to 22.5.0 (#15867)
    • bump ip from 1.1.8 to 1.1.9 (#15863)

    I18n

    Tests

    • devtools: use is_debug = true for local builds (#15860)
    • devtools: skip type checking in local builds (#15858)
    • devtools: sync e2e (#15837)
    • full-page-screenshot: add node verification and debug tool (#15324)
  • 11.7.0-dev.20240421 - 2024-04-22
  • 11.7.0-dev.20240420 - 2024-04-21
  • 11.7.0-dev.20240419 - 2024-04-20
  • 11.7.0-dev.20240418 - 2024-04-19
  • 11.7.0-dev.20240417 - 2024-04-18
  • 11.7.0-dev.20240416 - 2024-04-17
  • 11.7.0-dev.20240415 - 2024-04-16
  • 11.7.0-dev.20240414 - 2024-04-15
  • 11.7.0-dev.20240413 - 2024-04-14
  • 11.7.0-dev.20240412 - 2024-04-13
  • 11.7.0-dev.20240411 - 2024-04-12
  • 11.7.0-dev.20240410 - 2024-04-11
  • 11.7.0-dev.20240409 - 2024-04-10
  • 11.7.0-dev.20240408 - 2024-04-09
  • 11.7.0-dev.20240407 - 2024-04-08
  • 11.7.0-dev.20240406 - 2024-04-07
  • 11.7.0-dev.20240405 - 2024-04-06
  • 11.7.0-dev.20240404 - 2024-04-05
  • 11.7.0-dev.20240403 - 2024-04-04
  • 11.7.0-dev.20240402 - 2024-04-03
  • 11.7.0-dev.20240401 - 2024-04-02
  • 11.7.0-dev.20240331 - 2024-04-01
  • 11.7.0-dev.20240330 - 2024-03-31
  • 11.7.0-dev.20240329 - 2024-03-30
  • 11.7.0-dev.20240328 - 2024-03-29
  • 11.7.0-dev.20240327 - 2024-03-28
  • 11.7.0-dev.20240326 - 2024-03-27
  • 11.7.0-dev.20240325 - 2024-03-26
  • 11.7.0-dev.20240324 - 2024-03-25
  • 11.7.0-dev.20240323 - 2024-03-24
  • 11.7.0-dev.20240322 - 2024-03-23
  • 11.7.0-dev.20240321 - 2024-03-22
  • 11.7.0-dev.20240320 - 2024-03-21
  • 11.6.0 - 2024-02-21

    Full Changelog

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

    Notable Changes

    • trace: disable JS samples (#15819)

    Core

    • driver: add verbose logs for wait-for page load components (#15818)

    Deps

    • upgrade puppeteer to 22.1.0 (#15822)
    • upgrade trace_engine and drop manually written types (#15810)
    • upgrade axe-core to 4.8.4 (#15805)
    • upgrade puppeteer to 22.0.0 (#15803)

    I18n

    Tests

    • dbw: revert expectations for unload handler removal (#15802)

    Misc

    • reword pwa banner (#15800)
    • do not double report artifact dep error to sentry (#15777)
  • 11.6.0-dev.20240319 - 2024-03-20
  • 11.6.0-dev.20240318 - 2024-03-19
  • 11.6.0-dev.20240317 - 2024-03-18
  • 11.6.0-dev.20240316 - 2024-03-17
  • 11.6.0-dev.20240314 - 2024-03-15
  • 11.6.0-dev.20240313 - 2024-03-14
  • 11.6.0-dev.20240312 - 2024-03-13
  • 11.6.0-dev.20240311 - 2024-03-12
  • 11.6.0-dev.20240310 - 2024-03-11
  • 11.6.0-dev.20240309 - 2024-03-10
  • 11.6.0-dev.20240308 - 2024-03-09
  • 11.6.0-dev.20240307 - 2024-03-08
  • 11.6.0-dev.20240306 - 2024-03-07
  • 11.6.0-dev.20240305 - 2024-03-06
  • 11.6.0-dev.20240304 - 2024-03-05
  • 11.6.0-dev.20240303 - 2024-03-04
  • 11.6.0-dev.20240302 - 2024-03-03
  • 11.6.0-dev.20240301 - 2024-03-02
  • 11.6.0-dev.20240229 - 2024-03-01
  • 11.6.0-dev.20240228 - 2024-02-29
  • 11.6.0-dev.20240227 - 2024-02-28
  • 11.6.0-dev.20240226 - 2024-02-27
  • 11.6.0-dev.20240225 - 2024-02-26
  • 11.6.0-dev.20240224 - 2024-02-25
  • 11.6.0-dev.20240223 - 2024-02-24
  • 11.6.0-dev.20240222 - 2024-02-23
  • 11.6.0-dev.20240221 - 2024-02-22
  • 11.5.0 - 2024-01-23

    Full Changelog

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

    New Contributors

    Thanks to our new contributors 👽🐷🐰🐯🐻!

    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, #15730)
    • Informative audits now have a score of 1 instead of null (#15689)
    • Added a warning for PWA deprecation (#15741)

    Core

    • bump guidance level of top CWV recommendations (#15695)
    • lower guidance level of unused- audits (#15718)
    • create separate product savings type (#15726)
    • round metric savings to remove false precision (#15721)
    • fix mistake preventing gather/audit phases from sharing cache (

Snyk has created this PR to upgrade lighthouse from 8.6.0 to 12.2.0.

See this package in npm:
lighthouse

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/eaa5a86c-592f-4b0a-b29b-e2e22e3be193?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

google-cla bot commented Sep 14, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants