This commit is contained in:
soulgalore 2022-08-26 22:13:45 +02:00
parent f83485f2bf
commit 56869298a0
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.2 - 2022-08-26
### Fixed
* Updated Browsertime to 16.14.2 that fixes `--browsertime.preWarmServer` on Android and iOS.
## 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).

View File

@ -1 +1 @@
16.14.1
16.14.2

14
npm-shrinkwrap.json generated
View File

@ -13,7 +13,7 @@
"@tgwf/co2": "0.8.0",
"aws-sdk": "2.1121.0",
"axe-core": "4.4.2",
"browsertime": "16.14.1",
"browsertime": "16.14.2",
"cli-color": "2.0.2",
"coach-core": "7.1.2",
"concurrent-queue": "7.0.2",
@ -1684,9 +1684,9 @@
}
},
"node_modules/browsertime": {
"version": "16.14.1",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.14.1.tgz",
"integrity": "sha512-3wlPWDnehXu26SVkfDA6g2/wiDHXxC8XQrF9c/AjcYXcIAUo7vd0o9PGa+INXzBLtpucBe1Ipbt6047dTUYq5Q==",
"version": "16.14.2",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.14.2.tgz",
"integrity": "sha512-l1ozl9Or5nicwSpt+UZidSM0gKIhEUP3W36sTZ1RJ2W72P1jaqpLIG7rXUdA1KdtYa5KHyHQ9XRk0++cHC179Q==",
"dependencies": {
"@cypress/xvfb": "1.2.4",
"@devicefarmer/adbkit": "2.11.3",
@ -9836,9 +9836,9 @@
}
},
"browsertime": {
"version": "16.14.1",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.14.1.tgz",
"integrity": "sha512-3wlPWDnehXu26SVkfDA6g2/wiDHXxC8XQrF9c/AjcYXcIAUo7vd0o9PGa+INXzBLtpucBe1Ipbt6047dTUYq5Q==",
"version": "16.14.2",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.14.2.tgz",
"integrity": "sha512-l1ozl9Or5nicwSpt+UZidSM0gKIhEUP3W36sTZ1RJ2W72P1jaqpLIG7rXUdA1KdtYa5KHyHQ9XRk0++cHC179Q==",
"requires": {
"@cypress/xvfb": "1.2.4",
"@devicefarmer/adbkit": "2.11.3",

View File

@ -80,7 +80,7 @@
"@tgwf/co2": "0.8.0",
"aws-sdk": "2.1121.0",
"axe-core": "4.4.2",
"browsertime": "16.14.1",
"browsertime": "16.14.2",
"coach-core": "7.1.2",
"cli-color": "2.0.2",
"concurrent-queue": "7.0.2",