chore(deps): bump web-vitals from 4.2.4 to 5.2.0#74
chore(deps): bump web-vitals from 4.2.4 to 5.2.0#74dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Greptile SummaryThis PR bumps
Confidence Score: 2/5Not safe to merge as-is — the breaking API removal in web-vitals v5 will crash the The dependency bump is a major version upgrade containing a documented breaking change (
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[reportWebVitals called] --> B{onPerfEntry provided?}
B -- No --> Z[Return]
B -- Yes --> C[Dynamic import 'web-vitals']
C --> D{web-vitals v4}
D --> E["Destructure: onCLS, onFID, onFCP, onLCP, onTTFB"]
E --> F[Call all 5 functions ✅]
C --> G{web-vitals v5 - this PR}
G --> H["Destructure: onCLS, onFID=undefined, onFCP, onLCP, onTTFB"]
H --> I["onFID(onPerfEntry) → TypeError ❌"]
I --> J[catch: console.error - all vitals reporting silently fails]
|
72e557a to
40f2825
Compare
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 4.2.4 to 5.2.0. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](GoogleChrome/web-vitals@v4.2.4...v5.2.0) --- updated-dependencies: - dependency-name: web-vitals dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
40f2825 to
472ce53
Compare
There was a problem hiding this comment.
dependabot[bot] has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
Bumps web-vitals from 4.2.4 to 5.2.0.
Changelog
Sourced from web-vitals's changelog.
Commits
c071fd0Release v5.2.015cd449Prep changelog for v.5.2.0 (#693)384dd9cReduce bundle size by refactoring (#713)1742e6bAddincludeProcessedEventEntriesoption (#714)4733a93Bump flatted from 3.3.3 to 3.4.2 (#718)efc4845Bump fast-xml-parser from 5.5.6 to 5.5.7 (#717)8e4e689Bump undici from 6.23.0 to 6.24.1 (#716)9750cc9Bump fast-xml-parser from 5.4.2 to 5.5.6 (#715)8fb24d7Limit pending events to conserve memory (#710)1a8233eAddress flaky test (#711)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.