Skip to content

Commit

Permalink
Merge branch 'main' into new-network-idle
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Sep 22, 2023
2 parents 50298aa + a0dd362 commit b5582c0
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 29 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Browsertime changelog (we do [semantic versioning](https://semver.org))

## UNRELEASED
## 17.16.0 - 2022-09-04
### Added
* Firefox 117 and Edge 116 in the Docker container.

### Fixed
* Updated the BiDi HAR exporter for Firefox to version 0.0.12. This version will not work with Firefox 116 so if you use the BiDi HAR exporter you need to upgrade to Firefox 117.

## 17.15.0 - 2022-08-16
### Added
* Updated Chrome and Chromedriver to 116.

## 17.14.3 - 2022-08-16

### Fixed
* Updated to Selenium 4.11.1 [#1978](https://github.com/sitespeedio/browsertime/pull/1978).
* Updated Chrome and Chromedriver to minor versions.

## 17.14.2 - 2022-07-31
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM sitespeedio/webbrowsers:chrome-115.0-firefox-115.0-edge-115.0
FROM sitespeedio/webbrowsers:chrome-116.0-firefox-117.0-edge-116.0

ARG TARGETPLATFORM=linux/amd64

Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "browsertime",
"description": "Get performance metrics from your web page using Browsertime.",
"version": "17.14.2",
"version": "17.16.0",
"bin": "./bin/browsertime.js",
"type": "module",
"dependencies": {
"@cypress/xvfb": "1.2.4",
"@devicefarmer/adbkit": "2.11.3",
"@sitespeed.io/chromedriver": "115.0.5790-98b",
"@sitespeed.io/chromedriver": "116.0.5845-96",
"@sitespeed.io/edgedriver": "115.0.1901-183",
"@sitespeed.io/geckodriver": "0.33.0",
"@sitespeed.io/throttle": "5.0.0",
"@sitespeed.io/tracium": "0.3.3",
"ff-test-bidi-har-export": "0.0.11",
"ff-test-bidi-har-export": "0.0.12",
"btoa": "1.2.1",
"chrome-har": "0.13.2",
"chrome-remote-interface": "0.33.0",
Expand All @@ -29,7 +29,7 @@
"lodash.merge": "4.6.2",
"lodash.pick": "4.4.0",
"lodash.set": "4.3.2",
"selenium-webdriver": "4.11.1",
"selenium-webdriver": "4.12.0",
"yargs": "17.7.2"
},
"optionalDependencies": {
Expand Down

0 comments on commit b5582c0

Please sign in to comment.