browsertime 16.10.1 → 16.11.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Browsertime changelog (we do [semantic versioning](https://semver.org))
2
2
 
3
+ ## 16.11.0 - 2022-06-28
4
+
5
+ ### Added
6
+ * Firefox 102 and Edge 103 in the Docker container.
7
+ * Use Edgedriver 103 [#1812](https://github.com/sitespeedio/browsertime/pull/1812)
8
+ ### Fixed
9
+ * Upgraded to Selenium 4.3.0 [#1813](https://github.com/sitespeedio/browsertime/pull/1813).
3
10
 
4
11
  ## 16.10.1 - 2022-06-26
5
12
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "description": "Browsertime",
3
- "version": "16.10.1",
3
+ "version": "16.11.0",
4
4
  "bin": "./bin/browsertime.js",
5
5
  "dependencies": {
6
6
  "@cypress/xvfb": "1.2.4",
7
7
  "@devicefarmer/adbkit": "2.11.3",
8
8
  "@sitespeed.io/chromedriver": "103.0.5060-24",
9
- "@sitespeed.io/edgedriver": "101.0.1210-32",
9
+ "@sitespeed.io/edgedriver": "103.0.1264-37",
10
10
  "@sitespeed.io/geckodriver": "0.31.0",
11
11
  "@sitespeed.io/throttle": "4.0.1",
12
12
  "@sitespeed.io/tracium": "0.3.3",
@@ -26,7 +26,7 @@
26
26
  "lodash.merge": "4.6.2",
27
27
  "lodash.pick": "4.4.0",
28
28
  "lodash.set": "4.3.2",
29
- "selenium-webdriver": "4.2.0",
29
+ "selenium-webdriver": "4.3.0",
30
30
  "yargs": "17.4.1"
31
31
  },
32
32
  "optionalDependencies": {