From 40eb197e06c419408bc26e6bbf7d3012ddf7951c Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 26 Aug 2022 13:54:11 +0200 Subject: [PATCH] new bt --- CHANGELOG.md | 3 +++ docs/_includes/version/browsertime.txt | 2 +- npm-shrinkwrap.json | 14 +++++++------- package.json | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d11ab7ab4..ffa91c9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 25.8.1 - 2022-08-26 +### Fixed +* Updated Browsertime to 16.14.1 that adds a guard for null values in rsd (this fixes the warning logs happening in 25.8.0). ## 25.8.0 - 2022-08-26 ### Added * Updated to [Browsertime 16.14.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16140---2022-08-26). that collects relative standard deviation for metrics and the number of processes that runs on the server when you start a test. diff --git a/docs/_includes/version/browsertime.txt b/docs/_includes/version/browsertime.txt index 0b77208ae..cbc21adb3 100644 --- a/docs/_includes/version/browsertime.txt +++ b/docs/_includes/version/browsertime.txt @@ -1 +1 @@ -16.14.0 \ No newline at end of file +16.14.1 \ No newline at end of file diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 29925bda0..e4c0bec63 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -14,7 +14,7 @@ "@tgwf/co2": "0.8.0", "aws-sdk": "2.1121.0", "axe-core": "4.4.2", - "browsertime": "16.14.0", + "browsertime": "16.14.1", "cli-color": "2.0.2", "coach-core": "7.1.2", "concurrent-queue": "7.0.2", @@ -1690,9 +1690,9 @@ } }, "node_modules/browsertime": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.14.0.tgz", - "integrity": "sha512-enQiNQ3j7jUULxVcKgXMPYqT6hhfWSmXecd7QHjvrvkQMfseQ4aOqx7goL807/vALlgNnRB/eznsSIDNsZnQGQ==", + "version": "16.14.1", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.14.1.tgz", + "integrity": "sha512-3wlPWDnehXu26SVkfDA6g2/wiDHXxC8XQrF9c/AjcYXcIAUo7vd0o9PGa+INXzBLtpucBe1Ipbt6047dTUYq5Q==", "dependencies": { "@cypress/xvfb": "1.2.4", "@devicefarmer/adbkit": "2.11.3", @@ -9847,9 +9847,9 @@ } }, "browsertime": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.14.0.tgz", - "integrity": "sha512-enQiNQ3j7jUULxVcKgXMPYqT6hhfWSmXecd7QHjvrvkQMfseQ4aOqx7goL807/vALlgNnRB/eznsSIDNsZnQGQ==", + "version": "16.14.1", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.14.1.tgz", + "integrity": "sha512-3wlPWDnehXu26SVkfDA6g2/wiDHXxC8XQrF9c/AjcYXcIAUo7vd0o9PGa+INXzBLtpucBe1Ipbt6047dTUYq5Q==", "requires": { "@cypress/xvfb": "1.2.4", "@devicefarmer/adbkit": "2.11.3", diff --git a/package.json b/package.json index cf20d4a1b..db6d55a6a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@tgwf/co2": "0.8.0", "aws-sdk": "2.1121.0", "axe-core": "4.4.2", - "browsertime": "16.14.0", + "browsertime": "16.14.1", "coach-core": "7.1.2", "cli-color": "2.0.2", "concurrent-queue": "7.0.2",