Update dependency web-vitals to v4 #216

Open
pierre wants to merge 1 commits from renovate/web-vitals-4.x into master
Owner

This PR contains the following updates:

Package Type Update Change
web-vitals dependencies major ^3.5.2 -> ^4.0.0

Release Notes

GoogleChrome/web-vitals (web-vitals)

v4.2.4

Compare Source

  • Fix memory leak in registering new event listeners on every keydown and click (#​554)

v4.2.3

Compare Source

  • Fix missing LoAF entries in INP attribution (#​512)

v4.2.2

Compare Source

  • Fix interaction count after bfcache restore (#​505)

v4.2.1

Compare Source

  • Fix compatibility issues with TypeScript v5.5 (#​497)

v4.2.0

Compare Source

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

v4.1.1

Compare Source

  • Fix pending LoAF cleanup logic (#​493)

v4.1.0

Compare Source

  • 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

Compare Source

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

v4.0.0

Compare Source

  • [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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [web-vitals](https://github.com/GoogleChrome/web-vitals) | dependencies | major | [`^3.5.2` -> `^4.0.0`](https://renovatebot.com/diffs/npm/web-vitals/3.5.2/4.2.4) | --- ### Release Notes <details> <summary>GoogleChrome/web-vitals (web-vitals)</summary> ### [`v4.2.4`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v424-2024-10-22) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.2.3...v4.2.4) - Fix memory leak in registering new event listeners on every keydown and click ([#&#8203;554](https://github.com/GoogleChrome/web-vitals/pull/554)) ### [`v4.2.3`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v423-2024-08-06) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.2.2...v4.2.3) - Fix missing LoAF entries in INP attribution ([#&#8203;512](https://github.com/GoogleChrome/web-vitals/pull/512)) ### [`v4.2.2`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v422-2024-07-17) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.2.1...v4.2.2) - Fix interaction count after bfcache restore ([#&#8203;505](https://github.com/GoogleChrome/web-vitals/pull/505)) ### [`v4.2.1`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v421-2024-06-30) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.2.0...v4.2.1) - Fix compatibility issues with TypeScript v5.5 ([#&#8203;497](https://github.com/GoogleChrome/web-vitals/pull/497)) ### [`v4.2.0`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v420-2024-06-20) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.1.1...v4.2.0) - Refactor INP attribution code to fix errors on Windows 10 ([#&#8203;495](https://github.com/GoogleChrome/web-vitals/pull/495)) ### [`v4.1.1`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v411-2024-06-10) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.1.0...v4.1.1) - Fix pending LoAF cleanup logic ([#&#8203;493](https://github.com/GoogleChrome/web-vitals/pull/493)) ### [`v4.1.0`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v410-2024-06-06) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.0.1...v4.1.0) - Move the support check to the top of the onINP() function ([#&#8203;490](https://github.com/GoogleChrome/web-vitals/pull/490)) - Fix missing LoAF attribution when entries are dispatched before event entries ([#&#8203;487](https://github.com/GoogleChrome/web-vitals/pull/487)) ### [`v4.0.1`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v401-2024-05-21) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v4.0.0...v4.0.1) - Add the `ReportCallback` type back but deprecate it ([#&#8203;483](https://github.com/GoogleChrome/web-vitals/pull/483)) ### [`v4.0.0`](https://github.com/GoogleChrome/web-vitals/blob/HEAD/CHANGELOG.md#v400-2024-05-13) [Compare Source](https://github.com/GoogleChrome/web-vitals/compare/v3.5.2...v4.0.0) - **\[BREAKING]** Update types to support more generic usage ([#&#8203;471](https://github.com/GoogleChrome/web-vitals/pull/471)) - **\[BREAKING]** Split `waitingDuration` to make it easier to understand redirect delays ([#&#8203;458](https://github.com/GoogleChrome/web-vitals/pull/458)) - **\[BREAKING]** Rename `TTFBAttribution` fields from `*Time` to `*Duration` ([#&#8203;453](https://github.com/GoogleChrome/web-vitals/pull/453)) - **\[BREAKING]** Rename `resourceLoadTime` to `resourceLoadDuration` in LCP attribution ([#&#8203;450](https://github.com/GoogleChrome/web-vitals/pull/450)) - **\[BREAKING]** Add INP breakdown timings and LoAF attribution ([#&#8203;442](https://github.com/GoogleChrome/web-vitals/pull/442)) - **\[BREAKING]** Deprecate `onFID()` and remove previously deprecated APIs ([#&#8203;435](https://github.com/GoogleChrome/web-vitals/pull/435)) - Expose the target element in INP attribution ([#&#8203;479](https://github.com/GoogleChrome/web-vitals/pull/479)) - Save INP target after interactions to reduce null values when removed from the DOM ([#&#8203;477](https://github.com/GoogleChrome/web-vitals/pull/477)) - Cap TTFB in attribution ([#&#8203;440](https://github.com/GoogleChrome/web-vitals/pull/440)) - Fix `reportAllChanges` behavior for LCP when library is loaded late ([#&#8203;468](https://github.com/GoogleChrome/web-vitals/pull/468)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-12-01 00:24:47 +00:00
Update dependency web-vitals to v4
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
1b2ffa65fa
pierre scheduled this pull request to auto merge when all checks succeed 2024-12-01 00:24:47 +00:00
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/web-vitals-4.x:renovate/web-vitals-4.x
git checkout renovate/web-vitals-4.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
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: pierre/VirtWeb#216
No description provided.