Update dependency web-vitals to v3.5.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
web-vitals | dependencies | minor | 3.0.0 -> 3.5.0 |
Release Notes
GoogleChrome/web-vitals (web-vitals)
v3.5.0
- 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
- 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
v3.3.1
- Export metric rating thresholds in attribution build as well.
v3.3.0
- 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
- Defer CLS logic until after
onFCP()
callback (#297)
v3.1.0
- Add support for
'restore'
as anavigationType
(#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
- Clamp LCP and FCP to 0 for prerendered pages (#270)
v3.0.3
- Ensure
attribution
object is always present in attribution build (#265)
v3.0.2
- Set an explicit unpkg dist file (#261)
v3.0.1
- Use the cjs extension for all UMD builds (#257)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate