stenic / k8status

K8Status collects status information about services in your namespace and exposes them using a json api.
Other
8 stars 0 forks source link

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

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
web-vitals 3.0.4 -> 4.2.3 age adoption passing confidence

Release Notes

GoogleChrome/web-vitals (web-vitals) ### [`v4.2.3`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v423-2024-08-06) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v4.2.2...v4.2.3) - Fix missing LoAF entries in INP attribution ([#​512](https://togithub.com/GoogleChrome/web-vitals/pull/512)) ### [`v4.2.2`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v422-2024-07-17) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v4.2.1...v4.2.2) - Fix interaction count after bfcache restore ([#​505](https://togithub.com/GoogleChrome/web-vitals/pull/505)) ### [`v4.2.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v421-2024-06-30) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v4.2.0...v4.2.1) - Fix compatibility issues with TypeScript v5.5 ([#​497](https://togithub.com/GoogleChrome/web-vitals/pull/497)) ### [`v4.2.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v420-2024-06-20) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v4.1.1...v4.2.0) - Refactor INP attribution code to fix errors on Windows 10 ([#​495](https://togithub.com/GoogleChrome/web-vitals/pull/495)) ### [`v4.1.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v411-2024-06-10) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v4.1.0...v4.1.1) - Fix pending LoAF cleanup logic ([#​493](https://togithub.com/GoogleChrome/web-vitals/pull/493)) ### [`v4.1.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v410-2024-06-06) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v4.0.1...v4.1.0) - Move the support check to the top of the onINP() function ([#​490](https://togithub.com/GoogleChrome/web-vitals/pull/490)) - Fix missing LoAF attribution when entries are dispatched before event entries ([#​487](https://togithub.com/GoogleChrome/web-vitals/pull/487)) ### [`v4.0.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v401-2024-05-21) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v4.0.0...v4.0.1) - Add the `ReportCallback` type back but deprecate it ([#​483](https://togithub.com/GoogleChrome/web-vitals/pull/483)) ### [`v4.0.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v400-2024-05-13) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.0.0) - **\[BREAKING]** Update types to support more generic usage ([#​471](https://togithub.com/GoogleChrome/web-vitals/pull/471)) - **\[BREAKING]** Split `waitingDuration` to make it easier to understand redirect delays ([#​458](https://togithub.com/GoogleChrome/web-vitals/pull/458)) - **\[BREAKING]** Rename `TTFBAttribution` fields from `*Time` to `*Duration` ([#​453](https://togithub.com/GoogleChrome/web-vitals/pull/453)) - **\[BREAKING]** Rename `resourceLoadTime` to `resourceLoadDuration` in LCP attribution ([#​450](https://togithub.com/GoogleChrome/web-vitals/pull/450)) - **\[BREAKING]** Add INP breakdown timings and LoAF attribution ([#​442](https://togithub.com/GoogleChrome/web-vitals/pull/442)) - **\[BREAKING]** Deprecate `onFID()` and remove previously deprecated APIs ([#​435](https://togithub.com/GoogleChrome/web-vitals/pull/435)) - Expose the target element in INP attribution ([#​479](https://togithub.com/GoogleChrome/web-vitals/pull/479)) - Save INP target after interactions to reduce null values when removed from the DOM ([#​477](https://togithub.com/GoogleChrome/web-vitals/pull/477)) - Cap TTFB in attribution ([#​440](https://togithub.com/GoogleChrome/web-vitals/pull/440)) - Fix `reportAllChanges` behavior for LCP when library is loaded late ([#​468](https://togithub.com/GoogleChrome/web-vitals/pull/468)) ### [`v3.5.2`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v352-2024-01-25) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.5.1...v3.5.2) - Pick the first non-null `target` for INP attribution ([#​421](https://togithub.com/GoogleChrome/web-vitals/pull/421)) ### [`v3.5.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v351-2023-12-27) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.5.0...v3.5.1) - Add extra guard for `PerformanceEventTiming` not existing ([#​403](https://togithub.com/GoogleChrome/web-vitals/pull/403)) ### [`v3.5.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v350-2023-09-28) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.4.0...v3.5.0) - Run `onLCP` callback in separate task ([#​386](https://togithub.com/GoogleChrome/web-vitals/pull/386)) - Fix INP durationThreshold bug when set to 0 ([#​372](https://togithub.com/GoogleChrome/web-vitals/pull/372)) - Prevent FID entries being emitted as INP for non-supporting browsers ([#​368](https://togithub.com/GoogleChrome/web-vitals/pull/368)) ### [`v3.4.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v340-2023-07-11) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.3.2...v3.4.0) - Make `bindReporter` generic over metric type ([#​359](https://togithub.com/GoogleChrome/web-vitals/pull/359)) - Update INP status in README ([#​362](https://togithub.com/GoogleChrome/web-vitals/pull/362)) - Fix Metric types for better TypeScript support ([#​356](https://togithub.com/GoogleChrome/web-vitals/pull/356)) - Fix selector for SVGs for attribution build ([#​354](https://togithub.com/GoogleChrome/web-vitals/pull/354)) ### [`v3.3.2`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v332-2023-05-29) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.3.1...v3.3.2) - Fix attribution types ([#​348](https://togithub.com/GoogleChrome/web-vitals/pull/348)) - Safe access navigation entry type ([#​290](https://togithub.com/GoogleChrome/web-vitals/pull/290)) ### [`v3.3.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v331-2023-04-04) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.3.0...v3.3.1) - Export metric rating thresholds in attribution build as well. ### [`v3.3.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v330-2023-03-09) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.1.1...v3.3.0) - Export metric rating thresholds, add explicit `MetricRatingThresholds` type ([#​323](https://togithub.com/GoogleChrome/web-vitals/pull/323)) - Trim classname selector ([#​328](https://togithub.com/GoogleChrome/web-vitals/pull/328)) - Add link to CrUX versus RUM blog post ([#​327](https://togithub.com/GoogleChrome/web-vitals/pull/327)) - Prevent LCP being reported for hidden prerendered pages ([#​326](https://togithub.com/GoogleChrome/web-vitals/pull/326)) - Add Server Timing information to docs ([#​324](https://togithub.com/GoogleChrome/web-vitals/pull/324)) - Fix link in `onINP()` thresholds comment ([#​318](https://togithub.com/GoogleChrome/web-vitals/pull/318)) - Update web.dev link for `onINP()` ([#​307](https://togithub.com/GoogleChrome/web-vitals/pull/307)) - Add a note about when to load the library ([#​305](https://togithub.com/GoogleChrome/web-vitals/pull/305)) ### [`v3.1.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v311-2023-01-10) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.1.0...v3.1.1) - Defer CLS logic until after `onFCP()` callback ([#​297](https://togithub.com/GoogleChrome/web-vitals/pull/297)) ### [`v3.1.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v310-2022-11-15) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.4...v3.1.0) - Add support for `'restore'` as a `navigationType` ([#​284](https://togithub.com/GoogleChrome/web-vitals/pull/284)) - Report initial CLS value when `reportAllChanges` is true ([#​283](https://togithub.com/GoogleChrome/web-vitals/pull/283)) - Defer all observers until after activation ([#​282](https://togithub.com/GoogleChrome/web-vitals/pull/282)) - Ignore TTFB for loads where responseStart is zero ([#​281](https://togithub.com/GoogleChrome/web-vitals/pull/281)) - Defer execution of observer callbacks ([#​278](https://togithub.com/GoogleChrome/web-vitals/pull/278))

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.



This PR was generated by Mend Renovate. View the repository job log.

stale[bot] commented 1 week ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.