tito-arch / bunniestorekenya

This project was bootstrapped with create react app.
https://bunnieabc.com
6 stars 0 forks source link

Update dependency web-vitals to v3 #18

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

GoogleChrome/web-vitals (web-vitals) ### [`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)) ### [`v3.0.4`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v304-2022-10-18) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.3...v3.0.4) - Clamp LCP and FCP to 0 for prerendered pages ([#​270](https://togithub.com/GoogleChrome/web-vitals/pull/270)) ### [`v3.0.3`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v303-2022-10-04) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.2...v3.0.3) - Ensure `attribution` object is always present in attribution build ([#​265](https://togithub.com/GoogleChrome/web-vitals/pull/265)) ### [`v3.0.2`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v302-2022-09-14) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.1...v3.0.2) - Set an explicit unpkg dist file ([#​261](https://togithub.com/GoogleChrome/web-vitals/pull/261)) ### [`v3.0.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v301-2022-08-31) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.0...v3.0.1) - Use the cjs extension for all UMD builds ([#​257](https://togithub.com/GoogleChrome/web-vitals/pull/257)) ### [`v3.0.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v300-2022-08-24) [Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.0.0) - **\[BREAKING]** Add a config object param to all metric functions ([#​225](https://togithub.com/GoogleChrome/web-vitals/pull/225)) - **\[BREAKING]** Report TTFB after a bfcache restore ([#​220](https://togithub.com/GoogleChrome/web-vitals/pull/220)) - **\[BREAKING]** Only include last LCP entry in metric entries ([#​218](https://togithub.com/GoogleChrome/web-vitals/pull/218)) - Update the metric ID prefix for v3 ([#​251](https://togithub.com/GoogleChrome/web-vitals/pull/251)) - Move the Navigation Timing API polyfill to the base+polyfill build ([#​248](https://togithub.com/GoogleChrome/web-vitals/pull/248)) - Add a metric rating property ([#​246](https://togithub.com/GoogleChrome/web-vitals/pull/246)) - Add deprecation notices for base+polyfill builds ([#​242](https://togithub.com/GoogleChrome/web-vitals/pull/242)) - Add a new attribution build for debugging issues in the field ([#​237](https://togithub.com/GoogleChrome/web-vitals/pull/237), [#​244](https://togithub.com/GoogleChrome/web-vitals/pull/244)) - Add support for prerendered pages ([#​233](https://togithub.com/GoogleChrome/web-vitals/pull/233)) - Rename the `ReportHandler` type to `ReportCallback`, with alias for back-compat ([#​225](https://togithub.com/GoogleChrome/web-vitals/pull/225), [#​227](https://togithub.com/GoogleChrome/web-vitals/pull/227)) - Add support for the new INP metric ([#​221](https://togithub.com/GoogleChrome/web-vitals/pull/221), [#​232](https://togithub.com/GoogleChrome/web-vitals/pull/232)) - Rename `getXXX()` functions to `onXXX()` ([#​222](https://togithub.com/GoogleChrome/web-vitals/pull/222)) - Add a `navigationType` property to the Metric object ([#​219](https://togithub.com/GoogleChrome/web-vitals/pull/219))

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 has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 1 year ago

Deploy Preview for bunnie ready!

Name Link
Latest commit 6c8bb7bf4de624f82cb90f61df2ab6804b056c43
Latest deploy log https://app.netlify.com/sites/bunnie/deploys/64b27dd43501ff000823b658
Deploy Preview https://deploy-preview-18--bunnie.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.