Skip to content

Commit

Permalink
Update dependency web-vitals to v3.5.0 (#213)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [web-vitals](https://togithub.com/GoogleChrome/web-vitals) | [`3.0.0` -> `3.5.0`](https://renovatebot.com/diffs/npm/web-vitals/3.0.0/3.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/web-vitals/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/web-vitals/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/web-vitals/3.0.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/web-vitals/3.0.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>GoogleChrome/web-vitals (web-vitals)</summary>

### [`v3.5.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v350-2023-09-28)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.4.0...v3.5.0)

-   Run `onLCP` callback in separate task ([#&#8203;386](https://togithub.com/GoogleChrome/web-vitals/pull/386))
-   Fix INP durationThreshold bug when set to 0 ([#&#8203;372](https://togithub.com/GoogleChrome/web-vitals/pull/372))
-   Prevent FID entries being emitted as INP for non-supporting browsers ([#&#8203;368](https://togithub.com/GoogleChrome/web-vitals/pull/368))

### [`v3.4.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v340-2023-07-11)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.3.2...v3.4.0)

-   Make `bindReporter` generic over metric type ([#&#8203;359](https://togithub.com/GoogleChrome/web-vitals/pull/359))
-   Update INP status in README ([#&#8203;362](https://togithub.com/GoogleChrome/web-vitals/pull/362))
-   Fix Metric types for better TypeScript support ([#&#8203;356](https://togithub.com/GoogleChrome/web-vitals/pull/356))
-   Fix selector for SVGs for attribution build ([#&#8203;354](https://togithub.com/GoogleChrome/web-vitals/pull/354))

### [`v3.3.2`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v332-2023-05-29)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.3.1...v3.3.2)

-   Fix attribution types ([#&#8203;348](https://togithub.com/GoogleChrome/web-vitals/pull/348))
-   Safe access navigation entry type ([#&#8203;290](https://togithub.com/GoogleChrome/web-vitals/pull/290))

### [`v3.3.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v331-2023-04-04)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.3.0...v3.3.1)

-   Export metric rating thresholds in attribution build as well.

### [`v3.3.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v330-2023-03-09)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.1.1...v3.3.0)

-   Export metric rating thresholds, add explicit `MetricRatingThresholds` type ([#&#8203;323](https://togithub.com/GoogleChrome/web-vitals/pull/323))
-   Trim classname selector ([#&#8203;328](https://togithub.com/GoogleChrome/web-vitals/pull/328))
-   Add link to CrUX versus RUM blog post ([#&#8203;327](https://togithub.com/GoogleChrome/web-vitals/pull/327))
-   Prevent LCP being reported for hidden prerendered pages ([#&#8203;326](https://togithub.com/GoogleChrome/web-vitals/pull/326))
-   Add Server Timing information to docs ([#&#8203;324](https://togithub.com/GoogleChrome/web-vitals/pull/324))
-   Fix link in `onINP()` thresholds comment ([#&#8203;318](https://togithub.com/GoogleChrome/web-vitals/pull/318))
-   Update web.dev link for `onINP()` ([#&#8203;307](https://togithub.com/GoogleChrome/web-vitals/pull/307))
-   Add a note about when to load the library ([#&#8203;305](https://togithub.com/GoogleChrome/web-vitals/pull/305))

### [`v3.1.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v311-2023-01-10)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.1.0...v3.1.1)

-   Defer CLS logic until after `onFCP()` callback ([#&#8203;297](https://togithub.com/GoogleChrome/web-vitals/pull/297))

### [`v3.1.0`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v310-2022-11-15)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.4...v3.1.0)

-   Add support for `'restore'` as a `navigationType` ([#&#8203;284](https://togithub.com/GoogleChrome/web-vitals/pull/284))
-   Report initial CLS value when `reportAllChanges` is true ([#&#8203;283](https://togithub.com/GoogleChrome/web-vitals/pull/283))
-   Defer all observers until after activation ([#&#8203;282](https://togithub.com/GoogleChrome/web-vitals/pull/282))
-   Ignore TTFB for loads where responseStart is zero ([#&#8203;281](https://togithub.com/GoogleChrome/web-vitals/pull/281))
-   Defer execution of observer callbacks ([#&#8203;278](https://togithub.com/GoogleChrome/web-vitals/pull/278))

### [`v3.0.4`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v304-2022-10-18)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.3...v3.0.4)

-   Clamp LCP and FCP to 0 for prerendered pages ([#&#8203;270](https://togithub.com/GoogleChrome/web-vitals/pull/270))

### [`v3.0.3`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v303-2022-10-04)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.2...v3.0.3)

-   Ensure `attribution` object is always present in attribution build ([#&#8203;265](https://togithub.com/GoogleChrome/web-vitals/pull/265))

### [`v3.0.2`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v302-2022-09-14)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.1...v3.0.2)

-   Set an explicit unpkg dist file ([#&#8203;261](https://togithub.com/GoogleChrome/web-vitals/pull/261))

### [`v3.0.1`](https://togithub.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v301-2022-08-31)

[Compare Source](https://togithub.com/GoogleChrome/web-vitals/compare/v3.0.0...v3.0.1)

-   Use the cjs extension for all UMD builds ([#&#8203;257](https://togithub.com/GoogleChrome/web-vitals/pull/257))

</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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Canary-nextjs).
  • Loading branch information
renovate[bot] committed Oct 1, 2023
1 parent 0f8a5bd commit c913243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -285,7 +285,7 @@
"uuid": "8.3.2",
"vm-browserify": "1.1.2",
"watchpack": "2.4.0",
"web-vitals": "3.0.0",
"web-vitals": "3.5.0",
"webpack": "5.76.0",
"webpack-sources1": "npm:webpack-sources@1.4.3",
"webpack-sources3": "npm:webpack-sources@3.2.3",
Expand Down

0 comments on commit c913243

Please sign in to comment.