Re: [PR] Bump web-vitals from 3.5.1 to 4.1.1 in /docs/gremlint [tinkerpop]

2024-08-07 Thread via GitHub


dependabot[bot] commented on PR #2651:
URL: https://github.com/apache/tinkerpop/pull/2651#issuecomment-2273612473

   Superseded by #2710.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump web-vitals from 3.5.1 to 4.1.1 in /docs/gremlint [tinkerpop]

2024-08-07 Thread via GitHub


dependabot[bot] closed pull request #2651: Bump web-vitals from 3.5.1 to 4.1.1 
in /docs/gremlint
URL: https://github.com/apache/tinkerpop/pull/2651


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump web-vitals from 3.5.1 to 4.1.1 in /docs/gremlint [tinkerpop]

2024-06-11 Thread via GitHub


Cole-Greer commented on PR #2651:
URL: https://github.com/apache/tinkerpop/pull/2651#issuecomment-2161500044

   It appears that as of 4.0.0, web-vitals no longer exports `ReportHandler` 
which we use to report web vitals. As it currently stands, the site cannot be 
built with this upgrade.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump web-vitals from 3.5.1 to 4.1.1 in /docs/gremlint [tinkerpop]

2024-06-11 Thread via GitHub


dependabot[bot] opened a new pull request, #2651:
URL: https://github.com/apache/tinkerpop/pull/2651

   Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.5.1 to 
4.1.1.
   
   Changelog
   Sourced from https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md";>web-vitals's
 changelog.
   
   v4.1.1 (2024-06-10)
   
   Fix pending LoAF cleanup logic (https://redirect.github.com/GoogleChrome/web-vitals/pull/493";>#493)
   
   v4.1.0 (2024-06-06)
   
   Move the support check to the top of the onINP() function (https://redirect.github.com/GoogleChrome/web-vitals/pull/490";>#490)
   Fix missing LoAF attribution when entries are dispatched before event 
entries (https://redirect.github.com/GoogleChrome/web-vitals/pull/487";>#487)
   
   v4.0.1 (2024-05-21)
   
   Add the ReportCallback type back but deprecate it (https://redirect.github.com/GoogleChrome/web-vitals/pull/483";>#483)
   
   v4.0.0 (2024-05-13)
   
   [BREAKING] Update types to support more generic usage 
(https://redirect.github.com/GoogleChrome/web-vitals/pull/471";>#471)
   [BREAKING] Split waitingDuration to make 
it easier to understand redirect delays (https://redirect.github.com/GoogleChrome/web-vitals/pull/458";>#458)
   [BREAKING] Rename TTFBAttribution fields 
from *Time to *Duration (https://redirect.github.com/GoogleChrome/web-vitals/pull/453";>#453)
   [BREAKING] Rename resourceLoadTime to 
resourceLoadDuration in LCP attribution (https://redirect.github.com/GoogleChrome/web-vitals/pull/450";>#450)
   [BREAKING] Add INP breakdown timings and LoAF 
attribution (https://redirect.github.com/GoogleChrome/web-vitals/pull/442";>#442)
   [BREAKING] Deprecate onFID() and remove 
previously deprecated APIs (https://redirect.github.com/GoogleChrome/web-vitals/pull/435";>#435)
   Expose the target element in INP attribution (https://redirect.github.com/GoogleChrome/web-vitals/pull/479";>#479)
   Save INP target after interactions to reduce null values when removed 
from the DOM (https://redirect.github.com/GoogleChrome/web-vitals/pull/477";>#477)
   Cap TTFB in attribution (https://redirect.github.com/GoogleChrome/web-vitals/pull/440";>#440)
   Fix reportAllChanges behavior for LCP when library is 
loaded late (https://redirect.github.com/GoogleChrome/web-vitals/pull/468";>#468)
   
   v3.5.2 (2024-01-25)
   
   Pick the first non-null target for INP attribution (https://redirect.github.com/GoogleChrome/web-vitals/pull/421";>#421)
   
   
   
   
   Commits
   
   https://github.com/GoogleChrome/web-vitals/commit/d2965ae2de759be00c24b011348434ff6db6321d";>d2965ae
 Release v4.1.1
   https://github.com/GoogleChrome/web-vitals/commit/de1a98808fce13d5cf3f5aa74c7a2d6d431e59da";>de1a988
 Update CHANGELOG
   https://github.com/GoogleChrome/web-vitals/commit/ecec8232ce937e9dcb745e8b88fdf04f53337850";>ecec823
 fix cleanup loop over pending LoAFs (https://redirect.github.com/GoogleChrome/web-vitals/issues/493";>#493)
   https://github.com/GoogleChrome/web-vitals/commit/21c16dd3400c0f598d69af474234a5d025f6ee8f";>21c16dd
 Release v4.1.0
   https://github.com/GoogleChrome/web-vitals/commit/b860828ed825efbda13423bce7f8b2729071fc1b";>b860828
 Update CHANGELOG
   https://github.com/GoogleChrome/web-vitals/commit/d58dbab8b8a6315fec0f7eebadb22847bf5c205b";>d58dbab
 INP attribution: allow for LoAFs observed before interaction events (https://redirect.github.com/GoogleChrome/web-vitals/issues/487";>#487)
   https://github.com/GoogleChrome/web-vitals/commit/66f3938e8d5bb9391f72db3376d2f3de24040585";>66f3938
 Move support check to beginning of onINP function (https://redirect.github.com/GoogleChrome/web-vitals/issues/490";>#490)
   https://github.com/GoogleChrome/web-vitals/commit/b32786bf6baa82593a4cae12226f8e81172b8407";>b32786b
 Release v4.0.1
   https://github.com/GoogleChrome/web-vitals/commit/e47606dea9ceebcc46589ceb894fcfa46a7dd491";>e47606d
 Update CHANGELOG
   https://github.com/GoogleChrome/web-vitals/commit/cae70b105b8bba9c78c5ac40225f05a2b57f978a";>cae70b1
 Add ReportCallback type back but deprecate it (https://redirect.github.com/GoogleChrome/web-vitals/issues/483";>#483)
   Additional commits viewable in https://github.com/GoogleChrome/web-vitals/compare/v3.5.1...v4.1.1";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=web-vitals&package-manager=npm_and_yarn&previous-version=3.5.1&new-version=4.1.1)](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)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@depend