new coach

This commit is contained in:
soulgalore 2019-01-23 15:21:25 +01:00
parent c17533f574
commit e19cb2e563
3 changed files with 9 additions and 77 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG - sitespeed.io
## UNRELEASED
### Fixed
* New version of the Coach that catches if your firstParty regex doesn't match any requests.
## 8.0.3 - 2019-01-23
### Fixed
* Testing URLs that redirects made GPSI/Lighthouse fail as reported in [#2260](https://github.com/sitespeedio/sitespeed.io/issues/2260). This is fixed in [#2262](https://github.com/sitespeedio/sitespeed.io/pull/2262).

80
npm-shrinkwrap.json generated
View File

@ -7111,11 +7111,11 @@
"integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w="
},
"webcoach": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/webcoach/-/webcoach-3.1.1.tgz",
"integrity": "sha512-2Z8D+9AHjaw0oYESrCGvww1dmaSKkmDNZg/3QFPa5geAkaDqVHcz7PK1GZpWbtBTzoIOGMMF+avlZjFbKEX+Pg==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/webcoach/-/webcoach-3.1.2.tgz",
"integrity": "sha512-FmIf+As5JnpfHDf8CpHsqaLWLzW3c/KcAyxXtQe6151ScXGWD9CeLSCkk9Fts9uYnXEyC/A/EvgkZttlU6BelQ==",
"requires": {
"browsertime": "4.0.0",
"browsertime": "4.0.2",
"chalk": "2.4.1",
"cli-table3": "0.5.1",
"filter-files": "0.4.0",
@ -7141,78 +7141,6 @@
"color-convert": "^1.9.0"
}
},
"browsertime": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-4.0.0.tgz",
"integrity": "sha512-bTqkBEP5YPlcLIrWLMEHNcwAHFwYLZfEgN20SjYjArWQ9koLozphm5SBzXqkpM1ymLoHl5kaAnVLdWOSO2DJvw==",
"requires": {
"@cypress/xvfb": "1.2.4",
"@sitespeed.io/chromedriver": "2.44.1",
"@sitespeed.io/geckodriver": "0.23.1",
"@sitespeed.io/throttle": "0.5.0",
"adbkit": "2.11.0",
"chrome-har": "0.9.1",
"chrome-trace": "0.2.1",
"dayjs": "1.7.8",
"execa": "1.0.0",
"fast-stats": "0.0.4",
"hasbin": "1.2.3",
"intel": "1.2.0",
"lodash.foreach": "4.5.0",
"lodash.get": "4.4.2",
"lodash.groupby": "4.6.0",
"lodash.isempty": "4.4.0",
"lodash.merge": "4.6.1",
"lodash.pick": "4.4.0",
"lodash.remove": "4.7.0",
"lodash.set": "4.3.2",
"mkdirp": "0.5.1",
"selenium-webdriver": "3.6.0",
"sharp": "0.21.1",
"valid-url": "1.0.9",
"yargs": "12.0.5"
},
"dependencies": {
"camelcase": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz",
"integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA=="
},
"decamelize": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
"integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA="
},
"yargs": {
"version": "12.0.5",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
"integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==",
"requires": {
"cliui": "^4.0.0",
"decamelize": "^1.2.0",
"find-up": "^3.0.0",
"get-caller-file": "^1.0.1",
"os-locale": "^3.0.0",
"require-directory": "^2.1.1",
"require-main-filename": "^1.0.1",
"set-blocking": "^2.0.0",
"string-width": "^2.0.0",
"which-module": "^2.0.0",
"y18n": "^3.2.1 || ^4.0.0",
"yargs-parser": "^11.1.1"
}
},
"yargs-parser": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz",
"integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==",
"requires": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"
}
}
}
},
"camelcase": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz",

View File

@ -102,7 +102,7 @@
"tape": "4.9.1",
"text-table": "0.2.0",
"uuid": "3.3.2",
"webcoach": "3.1.1",
"webcoach": "3.1.2",
"webpagetest": "0.3.9",
"yargs": "6.6.0"
}