new browsertime

This commit is contained in:
soulgalore 2021-11-20 10:01:04 +01:00
parent 273fa10aa8
commit b5765ed85a
4 changed files with 14 additions and 10 deletions

View File

@ -1,7 +1,11 @@
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
## 20.6.2 - UNRELEASED
### Fixed
* Updated to [Browsertime 14.10.2](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14102---2021-11-20) that disables the Edge/Edgeedriver version check.
## 20.6.1 - 2021-11-20
### Fixed
* Updated to [Browsertime 14.10.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14101---2021-11-19) that disables the Chrome/Chromedriver version check by default.
* Updated to [Browsertime 14.10.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#14101---2021-11-19) that disables the Chrome/Chromedriver version check.
## 20.6.0 - 2021-11-17

View File

@ -1 +1 @@
14.10.1
14.10.2

14
npm-shrinkwrap.json generated
View File

@ -13,7 +13,7 @@
"@tgwf/co2": "0.6.1",
"aws-sdk": "2.882.0",
"axe-core": "4.3.5",
"browsertime": "14.10.1",
"browsertime": "14.10.2",
"cli-color": "2.0.0",
"coach-core": "6.4.3",
"concurrent-queue": "7.0.2",
@ -1465,9 +1465,9 @@
}
},
"node_modules/browsertime": {
"version": "14.10.1",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-14.10.1.tgz",
"integrity": "sha512-RZftjMemagdG1B7WZDVtMYJN+C35TygA2Lk9Z/0TkqD1A1URpYbONoBqfGD1YMJt1FxfMP3hP5nK+zzVtwIA9g==",
"version": "14.10.2",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-14.10.2.tgz",
"integrity": "sha512-l4UmLjWLIk+zIgjHF8DPtoeFAdoauqYPpOLxh7jUbNqQSD2VlvnuKLd2UcJ831cfHUc8zgHtr5VruQ8NsbqzZg==",
"dependencies": {
"@cypress/xvfb": "1.2.4",
"@devicefarmer/adbkit": "2.11.3",
@ -8661,9 +8661,9 @@
}
},
"browsertime": {
"version": "14.10.1",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-14.10.1.tgz",
"integrity": "sha512-RZftjMemagdG1B7WZDVtMYJN+C35TygA2Lk9Z/0TkqD1A1URpYbONoBqfGD1YMJt1FxfMP3hP5nK+zzVtwIA9g==",
"version": "14.10.2",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-14.10.2.tgz",
"integrity": "sha512-l4UmLjWLIk+zIgjHF8DPtoeFAdoauqYPpOLxh7jUbNqQSD2VlvnuKLd2UcJ831cfHUc8zgHtr5VruQ8NsbqzZg==",
"requires": {
"@cypress/xvfb": "1.2.4",
"@devicefarmer/adbkit": "2.11.3",

View File

@ -74,7 +74,7 @@
"@tgwf/co2": "0.6.1",
"aws-sdk": "2.882.0",
"axe-core": "4.3.5",
"browsertime": "14.10.1",
"browsertime": "14.10.2",
"coach-core": "6.4.3",
"cli-color": "2.0.0",
"concurrent-queue": "7.0.2",