From cf352cc185e8d1952dd720136f64adb030071be7 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 25 Sep 2019 12:41:38 +0200 Subject: [PATCH] browsertime 6.1.0 --- CHANGELOG.md | 5 +++++ docs/_includes/version/browsertime.txt | 2 +- npm-shrinkwrap.json | 6 +++--- package.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9c67dd9..17165ca8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## 10.1.0 - UNRELEASED ### Added * WebPageTest: send standard deviation for some of the timing metrics by default [#2656](https://github.com/sitespeedio/sitespeed.io/pull/2656). +* Updated Browsertime to 6.1.0: + * Get the first input in Chrome (useful for user journeys) [#948](https://github.com/sitespeedio/browsertime/pull/948). + * Removed settings for enabling LayoutInstabilityAPI in Chrome (is on by default in Chrome 77) [#949](https://github.com/sitespeedio/browsertime/pull/949. + * Fixed a bug for Chrome when you couldn't send more that one request header [#950](https://github.com/sitespeedio/browsertime/pull/950). + * Empty long task after you collect them. ## 10.0.3 - 2019-09-24 ### Fixed diff --git a/docs/_includes/version/browsertime.txt b/docs/_includes/version/browsertime.txt index b1a3205c6..358e78e60 100644 --- a/docs/_includes/version/browsertime.txt +++ b/docs/_includes/version/browsertime.txt @@ -1 +1 @@ -6.0.4 \ No newline at end of file +6.1.0 \ No newline at end of file diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 965225c42..447c5405c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -3428,9 +3428,9 @@ "integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8=" }, "browsertime": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-6.0.4.tgz", - "integrity": "sha512-0or14LIYHMXbgU4VR5W3xb+e0MJIGDk3pboyvXkSJ64S3XiRJIYNRhUKjjHl/Q7oqMT0Cc8DooMRet5s4WQRSQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-6.1.0.tgz", + "integrity": "sha512-WRKt6E0MxfMyiJyVHklvB50Cgp52UedBe4Oj3t6xLpAHwoijInQ+0+0UAJmulrVEDWGI44mujop0kFxoFKd/Yg==", "requires": { "@cypress/xvfb": "1.2.4", "@sitespeed.io/chromedriver": "77.0.3865-40", diff --git a/package.json b/package.json index f1b34d01a..6bf531536 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "axe-core": "3.3.1", "@google-cloud/storage": "3.2.0", "aws-sdk": "2.517.0", - "browsertime": "6.0.4", + "browsertime": "6.1.0", "cli-color": "1.4.0", "concurrent-queue": "7.0.2", "dayjs": "1.8.15",