[PR #146] [MERGED] chore(deps): Bump web-vitals from 4.2.4 to 5.0.3 #223

Closed
opened 2026-05-06 12:15:57 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/146
Author: @dependabot[bot]
Created: 6/16/2025
Status: Merged
Merged: 6/17/2025
Merged by: @BreizhHardware

Base: masterHead: dependabot/npm_and_yarn/web-vitals-5.0.3


📝 Commits (1)

  • 440f511 chore(deps): Bump web-vitals from 4.2.4 to 5.0.3

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package-lock.json (+4 -4)
📝 package.json (+1 -1)

📄 Description

Bumps web-vitals from 4.2.4 to 5.0.3.

Changelog

Sourced from web-vitals's changelog.

v5.0.3 (2025-06-11)

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

v5.0.2 (2025-05-29)

  • Handle layout shifts with no sources (#623)

v5.0.1 (2025-05-13)

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

v5.0.0 (2025-05-07)

[!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)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BreizhHardware/portfolio/pull/146 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/17/2025 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/web-vitals-5.0.3` --- ### 📝 Commits (1) - [`440f511`](https://github.com/BreizhHardware/portfolio/commit/440f5115a574c6a1a3ff5d7c2d0e22b76095642f) chore(deps): Bump web-vitals from 4.2.4 to 5.0.3 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -4) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.2.4 to 5.0.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md">web-vitals's changelog</a>.</em></p> <blockquote> <h3>v5.0.3 (2025-06-11)</h3> <ul> <li>Remove visibilitychange event listeners when no longer required (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/627">#627</a>)</li> </ul> <h3>v5.0.2 (2025-05-29)</h3> <ul> <li>Handle layout shifts with no sources (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/623">#623</a>)</li> </ul> <h3>v5.0.1 (2025-05-13)</h3> <ul> <li>Fix missing FCP and LCP for prerendered pages (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/621">#621</a>)</li> </ul> <h3>v5.0.0 (2025-05-07)</h3> <p>[!NOTE] See the <a href="https://github.com/GoogleChrome/web-vitals/blob/main/docs/upgrading-to-v5.md">upgrading to v5</a> guide for a complete list of all API changes in version 5.</p> <ul> <li><strong>[BREAKING]</strong> Remove the deprecated <code>onFID()</code> function (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/519">#519</a>)</li> <li><strong>[BREAKING]</strong> Change browser support policy to Baseline Widely available (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/525">#525</a>)</li> <li><strong>[BREAKING]</strong> Sort the classes that appear in attribution selectors to reduce cardinality (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/518">#518</a>)</li> <li>Extend INP attribution with extra LoAF information: longest script and buckets (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/592">#592</a>)</li> <li>Add support for generating custom targets in the attribution build (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/585">#585</a>)</li> <li>Support multiple calls to <code>onINP()</code> with different config options (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/583">#583</a>)</li> <li>Use visibility-state performance entries (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/612">#612</a>)</li> <li>Ensure idle callbacks don't run twice (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/541">#541</a>) and (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/548">#548</a>)</li> <li>Cap <code>nextPaintTime</code> at <code>processingStart</code> (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/540">#540</a>) and (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/546">#546</a>)</li> <li>Cap INP breakdowns to INP duration (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/528">#528</a>)</li> <li>Cap LCP load duration to LCP time (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/527">#527</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/8a54167b8a455128bd5ae0f3729c3e81ea146f62"><code>8a54167</code></a> Release v5.0.3</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/61f7c36f90fbe73b60ba80fb2d911c5e2fa2da02"><code>61f7c36</code></a> Update CHANGELOG for 5.0.3</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/e22d23b22c1440e69c5fc25a2f373b1a425cc940"><code>e22d23b</code></a> Remove visibiliytchange event listeners when no longer required (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/627">#627</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/1509d64e050d721dc78a62eab45e2b927830f827"><code>1509d64</code></a> Upgrade examples in README to v5 (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/626">#626</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/463abbd425cda01ed65e0b5d18be9f559fe446cb"><code>463abbd</code></a> Release v5.0.2</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/8adc5d8fc2c12cdf46d164a655c48f415ac20277"><code>8adc5d8</code></a> Update CHANGELOG for 5.0.2</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/74042a1d66ebeafc2e4c3dfc651b8376c4d9271c"><code>74042a1</code></a> Handle CLS with no sources (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/623">#623</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/0263378477936a576d950f400d8616cd20a0b2e6"><code>0263378</code></a> Release v5.0.1</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/760b51a39baffa0dad3333c98e73102063b91f8e"><code>760b51a</code></a> Update CHANGELOG for v5.0.1</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/56a24d7e774fdb5b7243a891a64759b88bdbd30f"><code>56a24d7</code></a> Fix missing FCP and LCP for prerendered pages (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/621">#621</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleChrome/web-vitals/compare/v4.2.4...v5.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=web-vitals&package-manager=npm_and_yarn&previous-version=4.2.4&new-version=5.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:15:57 +02:00
Sign in to join this conversation.
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
BreizhHardware/portfolio#223
No description provided.