Update dependency web-vitals to v4
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
web-vitals | ^3.0.0 -> ^4.0.0 |
Release Notes
GoogleChrome/web-vitals (web-vitals)
v4.2.1
- Fix compatibility issues with TypeScript v5.5 (#497)
v4.2.0
- Refactor INP attribution code to fix errors on Windows 10 (#495)
v4.1.1
- Fix pending LoAF cleanup logic (#493)
v4.1.0
- 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
- Add the
ReportCallback
type back but deprecate it (#483)
v4.0.0
- [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
toresourceLoadDuration
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
- Pick the first non-null
target
for INP attribution (#421)
v3.5.1
- Add extra guard for
PerformanceEventTiming
not existing (#403)
v3.5.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.