fix(deps): update dependency web-vitals to v4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
web-vitals | dependencies | major | ^3.0.0 -> ^4.0.0 |
Release Notes
GoogleChrome/web-vitals
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)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Renovate-Bot