[PR #359] [MERGED] chore(deps): Bump web-vitals from 5.1.0 to 5.2.0 #361

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/359
Author: @dependabot[bot]
Created: 3/30/2026
Status: Merged
Merged: 4/15/2026
Merged by: @BreizhHardware

Base: devHead: dependabot/npm_and_yarn/dev/web-vitals-5.2.0


📝 Commits (1)

  • 2ca3a8a chore(deps): Bump web-vitals from 5.1.0 to 5.2.0

📊 Changes

2 files changed (+6 additions, -33 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+5 -32)

📄 Description

Bumps web-vitals from 5.1.0 to 5.2.0.

Changelog

Sourced from web-vitals's changelog.

v5.2.0 (2026-03-25)

  • Replace filter()[0] with find() for better performance (#658)
  • Use queueMicrotask for microtask scheduling (#660)
  • Simplify the event and LoAF entry clean up logic (#662)
  • Remove obsolete FID polyfill types (#675)
  • Use LargestContentfulPaint.id as fallback when element is removed from DOM (#676)
  • Fix bug for onLCP when attached late (#697)
  • FHandle initially hidden pages and onLCP registered on visibility change (#698)
  • Ensure we clear idle callbacks in whenIdleOrHidden (#707)
  • Limit pending events to conserve memory (#710)
  • Add includeProcessedEventEntries option (#714)
  • Reduce bundle size by refactoring (#713)
Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


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 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/359 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/30/2026 **Status:** ✅ Merged **Merged:** 4/15/2026 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/web-vitals-5.2.0` --- ### 📝 Commits (1) - [`2ca3a8a`](https://github.com/BreizhHardware/portfolio/commit/2ca3a8aa3987873ab3ebc3a155e59152633b88aa) chore(deps): Bump web-vitals from 5.1.0 to 5.2.0 ### 📊 Changes **2 files changed** (+6 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+5 -32) </details> ### 📄 Description Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 5.1.0 to 5.2.0. <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.2.0 (2026-03-25)</h3> <ul> <li>Replace <code>filter()[0]</code> with <code>find()</code> for better performance (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/658">#658</a>)</li> <li>Use <code>queueMicrotask</code> for microtask scheduling (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/660">#660</a>)</li> <li>Simplify the event and LoAF entry clean up logic (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/662">#662</a>)</li> <li>Remove obsolete FID polyfill types (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/675">#675</a>)</li> <li>Use <code>LargestContentfulPaint.id</code> as fallback when element is removed from DOM (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/676">#676</a>)</li> <li>Fix bug for <code>onLCP</code> when attached late (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/697">#697</a>)</li> <li>FHandle initially hidden pages and onLCP registered on visibility change (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/698">#698</a>)</li> <li>Ensure we clear idle callbacks in <code>whenIdleOrHidden</code> (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/707">#707</a>)</li> <li>Limit pending events to conserve memory (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/710">#710</a>)</li> <li>Add <code>includeProcessedEventEntries</code> option (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/714">#714</a>)</li> <li>Reduce bundle size by refactoring (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/713">#713</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/c071fd0dfe95c00de2b66e57c2ab70b37836731c"><code>c071fd0</code></a> Release v5.2.0</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/15cd449c7575c3d27b664d6ffcc045dc70d1f2de"><code>15cd449</code></a> Prep changelog for v.5.2.0 (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/693">#693</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/384dd9cd67a099720a6bdd5b7cf8f4ed1e935f2e"><code>384dd9c</code></a> Reduce bundle size by refactoring (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/713">#713</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/1742e6b7017f6a3db3a674970a591d9761208a10"><code>1742e6b</code></a> Add <code>includeProcessedEventEntries</code> option (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/714">#714</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/4733a93291487d898c399e992b618cb892b80dac"><code>4733a93</code></a> Bump flatted from 3.3.3 to 3.4.2 (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/718">#718</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/efc48452536cdd5697b1b0ed17f92bcc3eddfca6"><code>efc4845</code></a> Bump fast-xml-parser from 5.5.6 to 5.5.7 (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/717">#717</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/8e4e68944724a718d7f384d87e04e203657845d5"><code>8e4e689</code></a> Bump undici from 6.23.0 to 6.24.1 (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/716">#716</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/9750cc9e323e1430648296baae95ddb405ace3dc"><code>9750cc9</code></a> Bump fast-xml-parser from 5.4.2 to 5.5.6 (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/715">#715</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/8fb24d7585d181b3bb240e8ca6e2313dcaa57b3b"><code>8fb24d7</code></a> Limit pending events to conserve memory (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/710">#710</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/1a8233e816bcf7d8a4d8e61804af73bcaa56b981"><code>1a8233e</code></a> Address flaky test (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/711">#711</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=web-vitals&package-manager=npm_and_yarn&previous-version=5.1.0&new-version=5.2.0)](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 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:16:35 +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#361
No description provided.