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

fix(deps): update dependency web-vitals to v4 #859

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
web-vitals 2.1.4 -> 4.2.4 age adoption passing confidence

Release Notes

GoogleChrome/web-vitals (web-vitals)

v4.2.4

Compare Source

  • Fix memory leak in registering new event listeners on every keydown and click (#​554)

v4.2.3

Compare Source

  • Fix missing LoAF entries in INP attribution (#​512)

v4.2.2

Compare Source

  • Fix interaction count after bfcache restore (#​505)

v4.2.1

Compare Source

  • Fix compatibility issues with TypeScript v5.5 (#​497)

v4.2.0

Compare Source

  • Refactor INP attribution code to fix errors on Windows 10 (#​495)

v4.1.1

Compare Source

  • Fix pending LoAF cleanup logic (#​493)

v4.1.0

Compare Source

  • Move the support check to the top of the onINP() function (#​490)
  • Fix missing LoAF attribution when entries are dispatched before event entries (#​487)

v4.0.1

Compare Source

  • Add the ReportCallback type back but deprecate it (#​483)

v4.0.0

Compare Source

  • [BREAKING] Update types to support more generic usage (#​471)
  • [BREAKING] Split waitingDuration to make it easier to understand redirect delays (#​458)
  • [BREAKING] Rename TTFBAttribution fields from *Time to *Duration (#​453)
  • [BREAKING] Rename resourceLoadTime to resourceLoadDuration in LCP attribution (#​450)
  • [BREAKING] Add INP breakdown timings and LoAF attribution (#​442)
  • [BREAKING] Deprecate onFID() and remove previously deprecated APIs (#​435)
  • Expose the target element in INP attribution (#​479)
  • Save INP target after interactions to reduce null values when removed from the DOM (#​477)
  • Cap TTFB in attribution (#​440)
  • Fix reportAllChanges behavior for LCP when library is loaded late (#​468)

v3.5.2

Compare Source

  • Pick the first non-null target for INP attribution (#​421)

v3.5.1

Compare Source

  • Add extra guard for PerformanceEventTiming not existing (#​403)

v3.5.0

Compare Source

  • Run onLCP callback in separate task (#​386)
  • Fix INP durationThreshold bug when set to 0 (#​372)
  • Prevent FID entries being emitted as INP for non-supporting browsers (#​368)

v3.4.0

Compare Source

  • Make bindReporter generic over metric type (#​359)
  • Update INP status in README (#​362)
  • Fix Metric types for better TypeScript support (#​356)
  • Fix selector for SVGs for attribution build (#​354)

v3.3.2

Compare Source

  • Fix attribution types (#​348)
  • Safe access navigation entry type (#​290)

v3.3.1

Compare Source

  • Export metric rating thresholds in attribution build as well.

v3.3.0

Compare Source

  • Export metric rating thresholds, add explicit MetricRatingThresholds type (#​323)
  • Trim classname selector (#​328)
  • Add link to CrUX versus RUM blog post (#​327)
  • Prevent LCP being reported for hidden prerendered pages (#​326)
  • Add Server Timing information to docs (#​324)
  • Fix link in onINP() thresholds comment (#​318)
  • Update web.dev link for onINP() (#​307)
  • Add a note about when to load the library (#​305)

v3.1.1

Compare Source

  • Defer CLS logic until after onFCP() callback (#​297)

v3.1.0

Compare Source

  • Add support for 'restore' as a navigationType (#​284)
  • Report initial CLS value when reportAllChanges is true (#​283)
  • Defer all observers until after activation (#​282)
  • Ignore TTFB for loads where responseStart is zero (#​281)
  • Defer execution of observer callbacks (#​278)

v3.0.4

Compare Source

  • Clamp LCP and FCP to 0 for prerendered pages (#​270)

v3.0.3

Compare Source

  • Ensure attribution object is always present in attribution build (#​265)

v3.0.2

Compare Source

  • Set an explicit unpkg dist file (#​261)

v3.0.1

Compare Source

  • Use the cjs extension for all UMD builds (#​257)

v3.0.0

Compare Source

  • [BREAKING] Add a config object param to all metric functions (#​225)
  • [BREAKING] Report TTFB after a bfcache restore (#​220)
  • [BREAKING] Only include last LCP entry in metric entries (#​218)
  • Update the metric ID prefix for v3 (#​251)
  • Move the Navigation Timing API polyfill to the base+polyfill build (#​248)
  • Add a metric rating property (#​246)
  • Add deprecation notices for base+polyfill builds (#​242)
  • Add a new attribution build for debugging issues in the field (#​237, #​244)
  • Add support for prerendered pages (#​233)
  • Rename the ReportHandler type to ReportCallback, with alias for back-compat (#​225, #​227)
  • Add support for the new INP metric (#​221, #​232)
  • Rename getXXX() functions to onXXX() (#​222)
  • Add a navigationType property to the Metric object (#​219)

Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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.

@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 2 times, most recently from a1d43cb to f17a8d4 Compare May 17, 2024 11:20
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 9 times, most recently from fd7cb3a to 0a9a462 Compare June 11, 2024 03:23
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 4 times, most recently from 5e8d576 to f9194ab Compare June 19, 2024 01:28
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 8 times, most recently from 552a988 to c20b5a4 Compare June 27, 2024 01:24
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 5 times, most recently from a32c0bc to 3030961 Compare July 3, 2024 04:23
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 2 times, most recently from 8e0c4bf to 9af0f5c Compare July 12, 2024 01:05
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch from 51e95ad to 298dc1c Compare December 20, 2024 00:09
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 5 times, most recently from 05501a5 to b78acc4 Compare January 9, 2025 06:39
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 4 times, most recently from 4edd3a4 to 8130106 Compare January 16, 2025 04:47
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 5 times, most recently from 4a986de to 30f6b75 Compare January 28, 2025 05:32
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 3 times, most recently from 152ece3 to ae77aa2 Compare February 5, 2025 05:56
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 3 times, most recently from 9427f90 to 8a23594 Compare February 14, 2025 03:43
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 4 times, most recently from 35e2b97 to 78c9f96 Compare February 21, 2025 06:14
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch from 78c9f96 to d9acff3 Compare February 26, 2025 03:01
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch 2 times, most recently from 920be4f to 66c4b70 Compare March 7, 2025 06:55
@renovate renovate bot force-pushed the renovate/web-vitals-4.x branch from 66c4b70 to e56d945 Compare March 8, 2025 06:29
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.

0 participants