browsertime 17.10.2 → 17.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,19 @@
1
1
  # Browsertime changelog (we do [semantic versioning](https://semver.org))
2
2
 
3
+ ## 17.11.0 - 2022-06-12
4
+ ### Fixed
5
+ * If Chrome do not collect largest contentful paint, log that instead of just log null [#1957](https://github.com/sitespeedio/browsertime/pull/1957).
6
+
7
+ ## 17.11.0 - 2022-06-01
8
+ ### Fixed
9
+ * Fixed broken Docker auto build that skipped adding Docker manifest file.
10
+
11
+ ### Added
12
+ * Use Chrome ane Chromedriver 114.
13
+
3
14
  ## 17.10.2 - 2022-05-26
4
15
  ### Fixed
5
- * Fix for--host-resolver-rules, thank you [Mikhail](https://github.com/atuchin-m) for PR [#1953](https://github.com/sitespeedio/browsertime/pull/1953).
16
+ * Fix for --host-resolver-rules, thank you [Mikhail](https://github.com/atuchin-m) for PR [#1953](https://github.com/sitespeedio/browsertime/pull/1953).
6
17
 
7
18
  ## 17.10.1 - 2022-05-19
8
19
  ### Fixed
@@ -34,6 +34,8 @@ return (function(color) {
34
34
  } else {
35
35
  return 'No element attached to the entry in largest-contentful-paint';
36
36
  }
37
+ } else {
38
+ return 'Chrome did not report any largest-contentful-paint';
37
39
  }
38
40
  })(arguments[arguments.length - 1]);
39
41
  `;
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "browsertime",
3
3
  "description": "Get performance metrics from your web page using Browsertime.",
4
- "version": "17.10.2",
4
+ "version": "17.11.1",
5
5
  "bin": "./bin/browsertime.js",
6
6
  "type": "module",
7
7
  "dependencies": {
8
8
  "@cypress/xvfb": "1.2.4",
9
9
  "@devicefarmer/adbkit": "2.11.3",
10
- "@sitespeed.io/chromedriver": "113.0.5672-63",
11
- "@sitespeed.io/edgedriver": "113.0.1774-9",
10
+ "@sitespeed.io/chromedriver": "114.0.5735-90",
11
+ "@sitespeed.io/edgedriver": "113.0.1774-9b",
12
12
  "@sitespeed.io/geckodriver": "0.33.0",
13
13
  "@sitespeed.io/throttle": "5.0.0",
14
14
  "@sitespeed.io/tracium": "0.3.3",
@@ -29,7 +29,7 @@
29
29
  "lodash.merge": "4.6.2",
30
30
  "lodash.pick": "4.4.0",
31
31
  "lodash.set": "4.3.2",
32
- "selenium-webdriver": "4.9.2",
32
+ "selenium-webdriver": "4.10.0",
33
33
  "yargs": "17.7.2"
34
34
  },
35
35
  "optionalDependencies": {