[PR #8] [MERGED] Bump web-vitals from 2.1.4 to 4.2.0 #84

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

📋 Pull Request Information

Original PR: https://github.com/BreizhHardware/portfolio/pull/8
Author: @dependabot[bot]
Created: 6/27/2024
Status: Merged
Merged: 6/27/2024
Merged by: @BreizhHardware

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


📝 Commits (1)

  • 28d0b6a Bump web-vitals from 2.1.4 to 4.2.0

📊 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 2.1.4 to 4.2.0.

Changelog

Sourced from web-vitals's changelog.

v4.2.0 (2024-06-20)

  • Refactor INP attribution code to fix errors on Windows 10 (#495)

v4.1.1 (2024-06-10)

  • Fix pending LoAF cleanup logic (#493)

v4.1.0 (2024-06-06)

  • Move the support check to the top of the onINP() function (#490)
  • Fix missing LoAF attribution when entries are dispatched before event entries (#487)

v4.0.1 (2024-05-21)

  • Add the ReportCallback type back but deprecate it (#483)

v4.0.0 (2024-05-13)

  • [BREAKING] Update types to support more generic usage (#471)
  • [BREAKING] Split waitingDuration to make it easier to understand redirect delays (#458)
  • [BREAKING] Rename TTFBAttribution fields from *Time to *Duration (#453)
  • [BREAKING] Rename resourceLoadTime to resourceLoadDuration in LCP attribution (#450)
  • [BREAKING] Add INP breakdown timings and LoAF attribution (#442)
  • [BREAKING] Deprecate onFID() and remove previously deprecated APIs (#435)
  • Expose the target element in INP attribution (#479)
  • Save INP target after interactions to reduce null values when removed from the DOM (#477)
  • Cap TTFB in attribution (#440)
  • Fix reportAllChanges behavior for LCP when library is loaded late (#468)

v3.5.2 (2024-01-25)

  • Pick the first non-null target for INP attribution (#421)

v3.5.1 (2023-12-27)

  • Add extra guard for PerformanceEventTiming not existing (#403)

v3.5.0 (2023-09-28)

  • Run onLCP callback in separate task (#386)
  • Fix INP durationThreshold bug when set to 0 (#372)
  • Prevent FID entries being emitted as INP for non-supporting browsers (#368)

v3.4.0 (2023-07-11)

  • Make bindReporter generic over metric type (#359)
  • Update INP status in README (#362)
  • Fix Metric types for better TypeScript support (#356)
  • Fix selector for SVGs for attribution build (#354)

... (truncated)

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/8 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/27/2024 **Status:** ✅ Merged **Merged:** 6/27/2024 **Merged by:** [@BreizhHardware](https://github.com/BreizhHardware) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/web-vitals-4.2.0` --- ### 📝 Commits (1) - [`28d0b6a`](https://github.com/BreizhHardware/portfolio/commit/28d0b6a038b051f02a7a46820b5797c92b0fbeea) Bump web-vitals from 2.1.4 to 4.2.0 ### 📊 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 2.1.4 to 4.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>v4.2.0 (2024-06-20)</h3> <ul> <li>Refactor INP attribution code to fix errors on Windows 10 (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/495">#495</a>)</li> </ul> <h3>v4.1.1 (2024-06-10)</h3> <ul> <li>Fix pending LoAF cleanup logic (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/493">#493</a>)</li> </ul> <h3>v4.1.0 (2024-06-06)</h3> <ul> <li>Move the support check to the top of the onINP() function (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/490">#490</a>)</li> <li>Fix missing LoAF attribution when entries are dispatched before event entries (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/487">#487</a>)</li> </ul> <h3>v4.0.1 (2024-05-21)</h3> <ul> <li>Add the <code>ReportCallback</code> type back but deprecate it (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/483">#483</a>)</li> </ul> <h3>v4.0.0 (2024-05-13)</h3> <ul> <li><strong>[BREAKING]</strong> Update types to support more generic usage (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/471">#471</a>)</li> <li><strong>[BREAKING]</strong> Split <code>waitingDuration</code> to make it easier to understand redirect delays (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/458">#458</a>)</li> <li><strong>[BREAKING]</strong> Rename <code>TTFBAttribution</code> fields from <code>*Time</code> to <code>*Duration</code> (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/453">#453</a>)</li> <li><strong>[BREAKING]</strong> Rename <code>resourceLoadTime</code> to <code>resourceLoadDuration</code> in LCP attribution (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/450">#450</a>)</li> <li><strong>[BREAKING]</strong> Add INP breakdown timings and LoAF attribution (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/442">#442</a>)</li> <li><strong>[BREAKING]</strong> Deprecate <code>onFID()</code> and remove previously deprecated APIs (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/435">#435</a>)</li> <li>Expose the target element in INP attribution (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/479">#479</a>)</li> <li>Save INP target after interactions to reduce null values when removed from the DOM (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/477">#477</a>)</li> <li>Cap TTFB in attribution (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/440">#440</a>)</li> <li>Fix <code>reportAllChanges</code> behavior for LCP when library is loaded late (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/468">#468</a>)</li> </ul> <h3>v3.5.2 (2024-01-25)</h3> <ul> <li>Pick the first non-null <code>target</code> for INP attribution (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/421">#421</a>)</li> </ul> <h3>v3.5.1 (2023-12-27)</h3> <ul> <li>Add extra guard for <code>PerformanceEventTiming</code> not existing (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/403">#403</a>)</li> </ul> <h3>v3.5.0 (2023-09-28)</h3> <ul> <li>Run <code>onLCP</code> callback in separate task (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/386">#386</a>)</li> <li>Fix INP durationThreshold bug when set to 0 (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/372">#372</a>)</li> <li>Prevent FID entries being emitted as INP for non-supporting browsers (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/368">#368</a>)</li> </ul> <h3>v3.4.0 (2023-07-11)</h3> <ul> <li>Make <code>bindReporter</code> generic over metric type (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/359">#359</a>)</li> <li>Update INP status in README (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/362">#362</a>)</li> <li>Fix Metric types for better TypeScript support (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/356">#356</a>)</li> <li>Fix selector for SVGs for attribution build (<a href="https://redirect.github.com/GoogleChrome/web-vitals/pull/354">#354</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/ab43b1f30ca6e21616f0ff7e0792e7b1073c2994"><code>ab43b1f</code></a> Release v4.2.0</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/304cadbfe8e9407e6792a741d4e4847e88d6c8a2"><code>304cadb</code></a> Update CHANGELOG</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/9ef33074f7a5c03f687f5685a57b1fa998d540e5"><code>9ef3307</code></a> Small simplification refactor of INP attribution (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/495">#495</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/d2965ae2de759be00c24b011348434ff6db6321d"><code>d2965ae</code></a> Release v4.1.1</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/de1a98808fce13d5cf3f5aa74c7a2d6d431e59da"><code>de1a988</code></a> Update CHANGELOG</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/ecec8232ce937e9dcb745e8b88fdf04f53337850"><code>ecec823</code></a> fix cleanup loop over pending LoAFs (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/493">#493</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/21c16dd3400c0f598d69af474234a5d025f6ee8f"><code>21c16dd</code></a> Release v4.1.0</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/b860828ed825efbda13423bce7f8b2729071fc1b"><code>b860828</code></a> Update CHANGELOG</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/d58dbab8b8a6315fec0f7eebadb22847bf5c205b"><code>d58dbab</code></a> INP attribution: allow for LoAFs observed before interaction events (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/487">#487</a>)</li> <li><a href="https://github.com/GoogleChrome/web-vitals/commit/66f3938e8d5bb9391f72db3376d2f3de24040585"><code>66f3938</code></a> Move support check to beginning of onINP function (<a href="https://redirect.github.com/GoogleChrome/web-vitals/issues/490">#490</a>)</li> <li>Additional commits viewable in <a href="https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v4.2.0">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=2.1.4&new-version=4.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 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:15 +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#84
No description provided.