From 6c96e717314eb7a80ea2994a913d3ad226c88047 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 2 Jun 2021 02:41:28 +0000 Subject: [PATCH 1/4] Update dependency web-vitals to v2 --- packages/utilities/web-vitals/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/utilities/web-vitals/package.json b/packages/utilities/web-vitals/package.json index c5257661ae..a79f7177b7 100644 --- a/packages/utilities/web-vitals/package.json +++ b/packages/utilities/web-vitals/package.json @@ -21,7 +21,7 @@ "dependencies": { "cross-fetch": "^3.1.4", "react-adaptive-hooks": "0.0.8", - "web-vitals": "^1.1.1" + "web-vitals": "^2.0.0" }, "peerDependencies": { "react": ">=16.9.0" diff --git a/yarn.lock b/yarn.lock index dadb0ce913..6c5d6074e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13171,10 +13171,10 @@ web-namespaces@^1.0.0: resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec" integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== -web-vitals@^1.1.1: - version "1.1.2" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-1.1.2.tgz#06535308168986096239aa84716e68b4c6ae6d1c" - integrity sha512-PFMKIY+bRSXlMxVAQ+m2aw9c/ioUYfDgrYot0YUa+/xa0sakubWhSDyxAKwzymvXVdF4CZI71g06W+mqhzu6ig== +web-vitals@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.0.0.tgz#7fcfb5fd2f439c2936822573cb4d5e8e4caaa22b" + integrity sha512-aCB1sYxt2eeBufybFRrDQNBg2cOcq2f6Q1He7T+qPHAwpodDXhAoWwBUavwppQQ4kfUcT5eIAfjPc9PdqAxPEw== webidl-conversions@^5.0.0: version "5.0.0" From 2f4f5b6fbfeaf3e19ce97a3cda248383c17c06eb Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Thu, 3 Jun 2021 09:05:23 +0100 Subject: [PATCH 2/4] bump web-vitals to v2.0.1 to fix Opera bug --- packages/utilities/web-vitals/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/utilities/web-vitals/package.json b/packages/utilities/web-vitals/package.json index a79f7177b7..7021ddb3eb 100644 --- a/packages/utilities/web-vitals/package.json +++ b/packages/utilities/web-vitals/package.json @@ -21,7 +21,7 @@ "dependencies": { "cross-fetch": "^3.1.4", "react-adaptive-hooks": "0.0.8", - "web-vitals": "^2.0.0" + "web-vitals": "^2.0.1" }, "peerDependencies": { "react": ">=16.9.0" diff --git a/yarn.lock b/yarn.lock index 6c5d6074e0..36e4e2f0ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13171,10 +13171,10 @@ web-namespaces@^1.0.0: resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec" integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== -web-vitals@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.0.0.tgz#7fcfb5fd2f439c2936822573cb4d5e8e4caaa22b" - integrity sha512-aCB1sYxt2eeBufybFRrDQNBg2cOcq2f6Q1He7T+qPHAwpodDXhAoWwBUavwppQQ4kfUcT5eIAfjPc9PdqAxPEw== +web-vitals@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.0.1.tgz#d122720bd9c8dd69792b19c0f6ab0346861a880f" + integrity sha512-niqKyp2T6xF9EzSi+xx+V6qitE0YfagzfUmDAa9qeCrIVeyfzQQ85Uy0ykeRlEVDCCqkhYccoUunNf9ZIQcvtA== webidl-conversions@^5.0.0: version "5.0.0" From a62f38232e4773c0371a19b1fdc1301a910a4c23 Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Thu, 3 Jun 2021 09:26:21 +0100 Subject: [PATCH 3/4] bump @bbc/web-vitals to 1.0.9 --- packages/utilities/web-vitals/package.json | 4 ++-- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/utilities/web-vitals/package.json b/packages/utilities/web-vitals/package.json index 7021ddb3eb..d70596e49a 100644 --- a/packages/utilities/web-vitals/package.json +++ b/packages/utilities/web-vitals/package.json @@ -1,6 +1,6 @@ { "name": "@bbc/web-vitals", - "version": "1.0.8", + "version": "1.0.9", "main": "dist/index.js", "module": "esm/index.js", "sideEffects": false, @@ -21,7 +21,7 @@ "dependencies": { "cross-fetch": "^3.1.4", "react-adaptive-hooks": "0.0.8", - "web-vitals": "^2.0.1" + "web-vitals": "^2.0.0" }, "peerDependencies": { "react": ">=16.9.0" diff --git a/yarn.lock b/yarn.lock index 36e4e2f0ba..1513d4f4ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13171,7 +13171,7 @@ web-namespaces@^1.0.0: resolved "https://registry.yarnpkg.com/web-namespaces/-/web-namespaces-1.1.4.tgz#bc98a3de60dadd7faefc403d1076d529f5e030ec" integrity sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw== -web-vitals@^2.0.1: +web-vitals@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.0.1.tgz#d122720bd9c8dd69792b19c0f6ab0346861a880f" integrity sha512-niqKyp2T6xF9EzSi+xx+V6qitE0YfagzfUmDAa9qeCrIVeyfzQQ85Uy0ykeRlEVDCCqkhYccoUunNf9ZIQcvtA== From 64bdb2ff426d929983ab87af4583b943e994a4b8 Mon Sep 17 00:00:00 2001 From: Jonathan Roebuck Date: Thu, 3 Jun 2021 09:28:29 +0100 Subject: [PATCH 4/4] update @bbc/web-vitals changelog --- packages/utilities/web-vitals/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/utilities/web-vitals/CHANGELOG.md b/packages/utilities/web-vitals/CHANGELOG.md index 53f0e67866..f187fd6bfe 100644 --- a/packages/utilities/web-vitals/CHANGELOG.md +++ b/packages/utilities/web-vitals/CHANGELOG.md @@ -2,6 +2,7 @@ | Version | Description | |---------|-------------| +| 1.0.9 | [PR#4492](https://github.com/bbc/psammead/pull/4492) upgrades google web-vitals package from ^1.1.1 to ^2.0.1 | | 1.0.8 | [PR#4486](https://github.com/bbc/psammead/pull/4486) upgrade minor/patch dependencies | | 1.0.7 | [PR#4467](https://github.com/bbc/psammead/pull/4467) bumps 3rd-party dependencies | | 1.0.6 | [PR#4420](https://github.com/bbc/psammead/pull/4420) bumps 3rd-party dependencies |