fix(deps): update dependency web-vitals to v5 #13

Open
renovate-bot wants to merge 1 commit from renovate/web-vitals-5.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
web-vitals dependencies major ^4.0.0 -> ^5.0.0

Release Notes

GoogleChrome/web-vitals (web-vitals)

v5.0.3

Compare Source

  • Remove visibilitychange event listeners when no longer required (#​627)

v5.0.2

Compare Source

  • Handle layout shifts with no sources (#​623)

v5.0.1

Compare Source

  • Fix missing FCP and LCP for prerendered pages (#​621)

v5.0.0

Compare Source

[!NOTE]
See the upgrading to v5 guide for a complete list of all API changes in version 5.

  • [BREAKING] Remove the deprecated onFID() function (#​519)
  • [BREAKING] Change browser support policy to Baseline Widely available (#​525)
  • [BREAKING] Sort the classes that appear in attribution selectors to reduce cardinality (#​518)
  • Extend INP attribution with extra LoAF information: longest script and buckets (#​592)
  • Add support for generating custom targets in the attribution build (#​585)
  • Support multiple calls to onINP() with different config options (#​583)
  • Use visibility-state performance entries (#​612)
  • Ensure idle callbacks don't run twice (#​541) and (#​548)
  • Cap nextPaintTime at processingStart (#​540) and (#​546)
  • Cap INP breakdowns to INP duration (#​528)
  • Cap LCP load duration to LCP time (#​527)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [web-vitals](https://github.com/GoogleChrome/web-vitals) | dependencies | major | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/web-vitals/4.2.4/5.0.3) | --- ### Release Notes <details> <summary>GoogleChrome/web-vitals (web-vitals)</summary> ### [`v5.0.3`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v503-2025-06-11) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v5.0.2...v5.0.3) - Remove visibilitychange event listeners when no longer required ([#&#8203;627](https://github.com/GoogleChrome/web-vitals/pull/627)) ### [`v5.0.2`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v502-2025-05-29) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v5.0.1...v5.0.2) - Handle layout shifts with no sources ([#&#8203;623](https://github.com/GoogleChrome/web-vitals/pull/623)) ### [`v5.0.1`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v501-2025-05-13) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v5.0.0...v5.0.1) - Fix missing FCP and LCP for prerendered pages ([#&#8203;621](https://github.com/GoogleChrome/web-vitals/pull/621)) ### [`v5.0.0`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v500-2025-05-07) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.2.4...v5.0.0) \[!NOTE] See the [upgrading to v5](/docs/upgrading-to-v5.md) guide for a complete list of all API changes in version 5. - **\[BREAKING]** Remove the deprecated `onFID()` function ([#&#8203;519](https://github.com/GoogleChrome/web-vitals/pull/519)) - **\[BREAKING]** Change browser support policy to Baseline Widely available ([#&#8203;525](https://github.com/GoogleChrome/web-vitals/pull/525)) - **\[BREAKING]** Sort the classes that appear in attribution selectors to reduce cardinality ([#&#8203;518](https://github.com/GoogleChrome/web-vitals/pull/518)) - Extend INP attribution with extra LoAF information: longest script and buckets ([#&#8203;592](https://github.com/GoogleChrome/web-vitals/pull/592)) - Add support for generating custom targets in the attribution build ([#&#8203;585](https://github.com/GoogleChrome/web-vitals/pull/585)) - Support multiple calls to `onINP()` with different config options ([#&#8203;583](https://github.com/GoogleChrome/web-vitals/pull/583)) - Use visibility-state performance entries ([#&#8203;612](https://github.com/GoogleChrome/web-vitals/pull/612)) - Ensure idle callbacks don't run twice ([#&#8203;541](https://github.com/GoogleChrome/web-vitals/pull/541)) and ([#&#8203;548](https://github.com/GoogleChrome/web-vitals/pull/548)) - Cap `nextPaintTime` at `processingStart` ([#&#8203;540](https://github.com/GoogleChrome/web-vitals/pull/540)) and ([#&#8203;546](https://github.com/GoogleChrome/web-vitals/pull/546)) - Cap INP breakdowns to INP duration ([#&#8203;528](https://github.com/GoogleChrome/web-vitals/pull/528)) - Cap LCP load duration to LCP time ([#&#8203;527](https://github.com/GoogleChrome/web-vitals/pull/527)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuOCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/web-vitals-5.x from 43c8c24807 to c6238f22a7 2025-06-22 05:07:34 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/web-vitals-5.x:renovate/web-vitals-5.x
git switch renovate/web-vitals-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/web-vitals-5.x
git switch renovate/web-vitals-5.x
git rebase main
git switch main
git merge --ff-only renovate/web-vitals-5.x
git switch renovate/web-vitals-5.x
git rebase main
git switch main
git merge --no-ff renovate/web-vitals-5.x
git switch main
git merge --squash renovate/web-vitals-5.x
git switch main
git merge --ff-only renovate/web-vitals-5.x
git switch main
git merge renovate/web-vitals-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: kumi/caffeinateddomains-frontend#13
No description provided.