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

chore(dev-deps): update dependency lighthouse to v12 #786

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lighthouse 11.7.1 -> 12.2.1 age adoption passing confidence

Release Notes

GoogleChrome/lighthouse (lighthouse)

v12.2.1

Compare Source

Full Changelog

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

Core

  • third-party-cookies: update description for 3PCD updates (#​16177, #​16158)
  • uses-text-compression: ignore percent threshold for large savings (#​16165)

Deps

Clients

  • devtools: require third-party-web to be provided (#​16166)

I18n

  • support reusing the same placeholder for ICU (#​16159)

Tests

  • pass logger to smokehouse runners to get log even on timeout (#​16175)
  • update BUILD.gn due to upstream CDT change (#​16171)
  • devtools: sync e2e (#​16174)
  • devtools: sync e2e (#​16160)

Misc

v12.2.0

Compare Source

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

Tests

Misc

  • remove alertdesk from README (#​16133)
  • build: update README.chromium when rolling devtools (#​16144)

v12.1.0

Compare Source

Full Changelog

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

New Contributors

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

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)

v12.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)

Configuration

📅 Schedule: Branch creation - "before 6am" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

vercel bot commented Apr 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dnd ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 14, 2024 5:14pm

@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from 1689077 to fca8fcc Compare June 18, 2024 17:19
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from fca8fcc to 51f79c9 Compare August 8, 2024 00:20
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from 51f79c9 to f51aa61 Compare September 6, 2024 22:21
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from f51aa61 to c625fe6 Compare September 11, 2024 12:35
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from c625fe6 to 3059b3a Compare September 11, 2024 12:46
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from 3059b3a to e6b3d82 Compare September 14, 2024 16:06
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from e6b3d82 to ed0892c Compare September 14, 2024 16:39
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch 2 times, most recently from 326694d to 1ff137b Compare September 14, 2024 17:08
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from 1ff137b to d4cc495 Compare September 14, 2024 17:16
Copy link

vercel bot commented Sep 14, 2024

Deployment failed with the following error:

Resource is limited - try again in 9 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch 3 times, most recently from 01453ec to 1bf7f4d Compare September 14, 2024 18:18
Copy link

vercel bot commented Sep 14, 2024

Deployment failed with the following error:

Resource is limited - try again in 8 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch 2 times, most recently from f940b8c to 51c5008 Compare September 14, 2024 19:20
Copy link

vercel bot commented Sep 14, 2024

Deployment failed with the following error:

Resource is limited - try again in 7 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from 51c5008 to 6cf340a Compare September 14, 2024 19:25
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from 6cf340a to dc96cf3 Compare September 14, 2024 19:30
@renovate renovate bot force-pushed the renovate/lighthouse-12.x branch from dc96cf3 to fd29f83 Compare September 15, 2024 02:32
@100terres 100terres merged commit 77f9488 into main Sep 15, 2024
11 checks passed
@100terres 100terres deleted the renovate/lighthouse-12.x branch September 15, 2024 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant