This commit is contained in:
soulgalore 2022-08-26 13:54:11 +02:00
parent e71a6e2162
commit 40eb197e06
4 changed files with 12 additions and 9 deletions

View File

@ -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.

View File

@ -1 +1 @@
16.14.0
16.14.1

14
npm-shrinkwrap.json generated
View File

@ -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",

View File

@ -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",