Bump web-vitals from 2.1.0 to 3.0.2
Bumps web-vitals from 2.1.0 to 3.0.2.
Changelog
Sourced from web-vitals's changelog.
v3.0.2 (2022-09-14)
- Set an explicit unpkg dist file (#261)
v3.0.1 (2022-08-31)
- Use the cjs extension for all UMD builds (#257)
v3.0.0 (2022-08-24)
- [BREAKING] Add a config object param to all metric functions (#225)
- [BREAKING] Report TTFB after a bfcache restore (#220)
- [BREAKING] Only include last LCP entry in metric entries (#218)
- Update the metric ID prefix for v3 (#251)
- Move the Navigation Timing API polyfill to the base+polyfill build (#248)
- Add a metric rating property (#246)
- Add deprecation notices for base+polyfill builds (#242)
- Add a new attribution build for debugging issues in the field (#237, #244)
- Add support for prerendered pages (#233)
- Rename the
ReportHandlertype toReportCallback, with alias for back-compat (#225, #227)- Add support for the new INP metric (#221, #232)
- Rename
getXXX()functions toonXXX()(#222)- Add a
navigationTypeproperty to the Metric object (#219)v2.1.4 (2022-01-20)
- Prevent TTFB from reporting after bfcache restore (#201)
v2.1.3 (2022-01-06)
- Only call report if LCP occurs before first hidden (#197)
v2.1.2 (2021-10-11)
- Ensure reported TTFB values are less than the current page time (#187)
v2.1.1 (2021-10-06)
- Add feature detects to support Opera mini in extreme data saver mode (#186)
Commits
10b5845Release v3.0.28319634Update CHANGELOG07c31b3Merge pull request #261 from GoogleChrome/unpkg090a045Set an explicit unpkg dist filee502fabUpdate old links in the README5d7a0feAdd warning about unpkg CDN usage05cbc53Release v3.0.1fe506a6Update CHANGELOGa27b7dbMerge pull request #257 from GoogleChrome/cjsa3e2180Use the cjs extension for all UMD builds- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
⚠️ No Changeset found
Latest commit: 71965193613ad34de130a1ab0e4f33df830e22b0
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Superseded by #219.