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 v11 - autoclosed #633

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

GoogleChrome/lighthouse (lighthouse)

v11.7.0

Compare Source

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

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)

v11.6.0

Compare Source

Full Changelog

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

Notable Changes

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)

v11.5.0

Compare Source

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 (#​15710)
  • cumulative-layout-shift: experiment with new shared trace engine (#​15702)
  • legacy-javascript: detect es-shims polyfills (#​15738)
  • network-request: consider secondary headers for content encoded check (#​15708)
  • render-blocking-resources: reduce metric savings if LCP is an image (#​15694)
  • target-manager: warn on errors while attaching to workers (#​15740)
  • trace: enable JS samples for advanced workflows (#​15542)
  • unused-css: exclude header size for estimating wasted bytes (#​15671)
  • viewport: include meta viewport string in debugDetails (#​15727)

Report

  • small renderAudit simplification (#​15725)
  • fix filmstrip wrap (#​15693)
  • performance: use metric savings for metric filter (#​15540)

Deps

Clients

  • lr: include flag for ignoring bad page status code (#​15764)

Docs

  • update deprecated link to shared flags (#​15722)
  • user-flows: update complete flow example (#​15690)

Tests

  • check for console errors and warnings in pptr tests (#​15516)
  • fix ToT chrome install path (#​15753)
  • ci: stop using xvfb (#​15707)
  • dbw: update expectations for unload handler removal (#​15765)
  • dbw: fix server latency flake (#​15729)
  • mocha: fix snapshot expectations in retries (#​15735)

Misc

  • build: set line limit to 1000 (#​15733)
  • lighthouse-logger: add repo to package.json (#​15768)

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

v11.3.0

Compare Source

Full Changelog

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

New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

Notable Changes

  • core: add clearStorageTypes option (#​15508)
  • core: create flag to prevent fatal error on bad status code (#​15494)
  • clients(extension): add locale selector (#​15574)
  • clients(extension): always show settings, add psi frontend (#​15526)

Core

  • remove config navigations (#​15397)
  • accessibility: hide experimental axe rules (#​15543)
  • inspector-issues: add cookie deprecation issue (#​15553)

Report

  • use normal gauge if performance score is null (#​15554)

Deps

Clients

  • devtools: default to ignore fatal errors (#​15558)

I18n

Docs

  • plugins: add link to GitHub repo template (#​15539)

Tests

  • use --headless=new for all smoketests (#​14419)
  • devtools: extend protocol timeout for load (#​15555)
  • devtools: sync e2e (#​15550)

Misc

v11.2.0

Compare Source

Full Changelog

We expect this release to ship in the DevTools of Chrome 120, 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)
  • report: sort performance audits based on impact (#​15445)
  • report: add explodey gauge for performance category (#​15396)

Core

  • asset-saver: fix handling of undefined trace (#​15451)
  • csp: use monospace for technical terms in strings (#​15511)
  • driver: attach to worker targets (#​14212)
  • inspector-issues: add propertyRuleIssue (#​15491)
  • installable-manifest: use monospace for technical terms in strings (#​15513)
  • long-tasks: compute TBT impact (#​15197)
  • mainthread-work-breakdown: add TBT savings (#​15201)
  • tags-blocking-first-paint: ignore malformed link tags (#​15489)

CLI

  • sentry: set useful tags from resolved config (#​15485)

Report

  • redefine gauge percentage positioning (#​15486)

Deps

Clients

I18n

  • upgrade to latest icu formatter (#​13834)

Docs

  • plugins: minor corrections (#​15449)
  • readme: edit description of the PageVitals tool (#​15395)

Tests

  • use new headless for puppeteer tests (#​15374)
  • dbw: increase wasted ms threshold (#​15483)
  • devtools: remove usage of frontend globals (#​15518)
  • devtools: ensure Lighthouse starts in smoke tests (#​15459)
  • devtools: fix viewport in smoke tests (#​15454)
  • devtools: sync e2e (#​15444)

Misc

  • tweak dependabot ecosystem value (#​15521)
  • have dependabot check github actions deps (#​15496)
  • adopt minimal license headers (#​15456)
  • bot: delete stale git bot rules (#​14915)
  • ci: use commit sha for markdown action (#​15493)

v11.1.0

Compare Source

Full Changelog

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

New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

Core

  • add TBT savings to bootup-time (#​15431)
  • add guidance level to performance audits (#​15025)
  • add TBT impact to third party audits (#​15385)
  • fix index.cjs types (#​15387)
  • asset-saver: use new DevtoolsLog and Trace artifacts (#​15345)
  • crawlable-anchors: consider empty rawHref crawlable (#​15406)
  • dom-size: add TBT savings (#​15307)
  • image-aspect-ratio: loosen aspect ratio threshold (#​15328)
  • installable-manifest: update available installability errors (#​15388)
  • largest-contentful-paint-element: add LCP savings (#​15178)
  • lcp-lazy-loaded: add LCP savings estimate (#​15064)
  • main-resource: fix protocol error when page is reloaded (#​14520)
  • redirects: score only on wasted ms (#​15401)
  • timespan-runner: warn if a navigation is detected (#​15407)
  • viewport-meta: include initial-scale value condition (#​15394)

Report

  • fix category highlight in DevTools (#​15413)

Deps

Clients

  • extension: update some properties for manifest v3 (#​15347)

I18n

Docs

  • update explainer for devtools build (#​15414)
  • add a guide to running Lighthouse at scale (#​10511)
  • readme: fix chrome-launcher import example (#​15428)
  • readme: add Lighthouse Metrics China to services list (#​15256)
  • releasing: update cadence section (#​15392)
  • releasing: remove instructions covered by automated tests (#​15353)

Tests

  • better error handling when test modules fail to load (#​15421)
  • do not allow hashes in mock dt log (#​15363)
  • dbw: remove upper bound for LCP load start/end (#​15432)
  • dbw: increase threshold for LCP load start/end (#​15393)
  • devtools: sync e2e (#​15389)
  • smoke: update installability icon error for ToT (#​15422)
  • unit: retry failures and upload failure artifacts (#​15378)

Misc

  • move root.js to shared/ (#​15439)
  • remove url hash to avoid gtm hang in treemap, viewer (#​15425)
  • move esm-utils.js to shared/ (#​15418)
  • move dependabot.yml to correct folder (#​15417)
  • add dependabot.yml (#​15341)
  • build: do not minify browser extension (#​15381)
  • build: output source map when building bundles (#​15348)
  • readme: use note for Node version callout (#​15410)
  • treemap: reduce granularity for byte values (#​15415)

v11.0.0

Compare Source

Full Changelog

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

New Contributors

Thanks to our new contributors 👽🐷🐰🐯🐻!

Notable Changes

Removed legacy navigation runner

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

New DevtoolsLog and Trace artifacts

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

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

🆕 New Audits

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

💥 Breaking changes

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

Core

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

CLI

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

Report

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

Deps

Clients

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

I18n

Docs

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

Tests

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

Misc

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

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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Aug 4, 2023
@vercel
Copy link

vercel bot commented Aug 4, 2023

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 Mar 20, 2024 11:24pm

@vercel
Copy link

vercel bot commented Oct 29, 2023

Deployment failed with the following error:

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

@vercel
Copy link

vercel bot commented Oct 29, 2023

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch from a3e1bd0 to 946590d Compare December 6, 2023 05:16
Copy link

vercel bot commented Dec 6, 2023

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch from 946590d to f43a744 Compare December 6, 2023 05:50
Copy link

vercel bot commented Dec 6, 2023

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch 2 times, most recently from aa25f6c to c5f866f Compare December 6, 2023 13:09
Copy link

vercel bot commented Dec 6, 2023

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch 2 times, most recently from 590fc24 to aee5a1d Compare December 12, 2023 01:22
@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch from aee5a1d to 69d076a Compare February 1, 2024 23:36
@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch from 69d076a to 2bf8500 Compare February 21, 2024 22:52
@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch 5 times, most recently from f5ef230 to 85be221 Compare March 10, 2024 04:53
Copy link

vercel bot commented Mar 10, 2024

Deployment failed with the following error:

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

@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch 4 times, most recently from f54699e to adb6825 Compare March 10, 2024 18:36
@renovate renovate bot force-pushed the renovate/lighthouse-11.x branch from adb6825 to ce7d1aa Compare March 20, 2024 23:22
@renovate renovate bot changed the title chore(dev-deps): update dependency lighthouse to v11 chore(dev-deps): update dependency lighthouse to v11 - autoclosed Mar 24, 2024
@renovate renovate bot closed this Mar 24, 2024
@renovate renovate bot deleted the renovate/lighthouse-11.x branch March 24, 2024 04:00
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.

0 participants