Skip to content

Commit

Permalink
Bump Chromedriver to ^118.0.1 (#1869)
Browse files Browse the repository at this point in the history
This adds support for Chrome 118.
  • Loading branch information
Mrtenz authored Oct 18, 2023
1 parent 752afe9 commit 5a700c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/node": "18.14.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"chromedriver": "^116.0.0",
"chromedriver": "^118.0.1",
"depcheck": "^1.4.7",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/install-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ set -u
set -o pipefail

# To get the latest version, see <https://www.ubuntuupdates.org/ppa/google_chrome?dist=stable>
CHROME_VERSION='116.0.5845.110-1'
CHROME_VERSION='118.0.5993.88-1'
CHROME_BINARY="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
CHROME_BINARY_URL="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/${CHROME_BINARY}"

# To retrieve this checksum, run the `wget` and `shasum` commands below
CHROME_BINARY_SHA512SUM='6a540a41c72c191680e50f299ad14a5c53f5ae53f8e458ed70759d89fa325b3ac80f56146e804603b82e4ece5a2d160dbb3f9ab73e20369e9a3f8c99a817b395'
CHROME_BINARY_SHA512SUM='cae6a5cd8632ad350b41f4dfaf80449e6cf19d0b02816b9a1600f54b15df2adf5c4ded3792bfbe3855fa11a79ea256622f50180aa3c6779cedd75a55e7a6da9d'

wget -O "${CHROME_BINARY}" -t 5 "${CHROME_BINARY_URL}"

Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9993,9 +9993,9 @@ __metadata:
languageName: node
linkType: hard

"chromedriver@npm:^116.0.0":
version: 116.0.0
resolution: "chromedriver@npm:116.0.0"
"chromedriver@npm:^118.0.1":
version: 118.0.1
resolution: "chromedriver@npm:118.0.1"
dependencies:
"@testim/chrome-version": ^1.1.3
axios: ^1.4.0
Expand All @@ -10006,7 +10006,7 @@ __metadata:
tcp-port-used: ^1.0.1
bin:
chromedriver: bin/chromedriver
checksum: a8d2db81e6f536ce5e9fd347f16b754e78cbaf691dc810880bcfe71128a8916af5b4d915d25ffff8be688cce73ba8bf4f50781b71e62136615d136cdb377fdfb
checksum: a9dc76ee3d411ae7db51ea709ab22823178e460d52763a8353ac64cad9760a47ebb1f86475390e66280d004cc79a9775d99b9cdb62b11a04cc6deff22ea8ef82
languageName: node
linkType: hard

Expand Down Expand Up @@ -20109,7 +20109,7 @@ __metadata:
"@types/node": 18.14.2
"@typescript-eslint/eslint-plugin": ^5.42.1
"@typescript-eslint/parser": ^5.42.1
chromedriver: ^116.0.0
chromedriver: ^118.0.1
depcheck: ^1.4.7
eslint: ^8.27.0
eslint-config-prettier: ^8.5.0
Expand Down

0 comments on commit 5a700c8

Please sign in to comment.