Skip to content

Commit 3a19694

Browse files
MrtenzPatrykLucka
authored andcommitted
Bump Chromedriver to ^131.0.5 (#2985)
This bumps `chromedriver` to `^131.0.5` and updates CI to use the latest version of Chrome.
1 parent 6fe7296 commit 3a19694

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@typescript-eslint/eslint-plugin": "^5.42.1",
8989
"@typescript-eslint/parser": "^6.21.0",
9090
"@yarnpkg/types": "^4.0.0",
91-
"chromedriver": "^129.0.2",
91+
"chromedriver": "^131.0.5",
9292
"depcheck": "^1.4.7",
9393
"eslint": "^8.27.0",
9494
"eslint-config-prettier": "^8.5.0",

scripts/install-chrome.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ set -u
55
set -o pipefail
66

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

1212
# To retrieve this checksum, run the `wget` and `shasum` commands below
13-
CHROME_BINARY_SHA512SUM='b764b14ea7958ee2ca7ab7985c479bb2c281a29d6e0570eaf87978591c4a98c837082ce16b290c2f465ab72804f49ad4e8c8c31945fea6eb9d1cda158fb9be8a'
13+
CHROME_BINARY_SHA512SUM='95123e9d86b2e84be8b4964d4e5d16ab987f2e2854ca90d192f3c88e4b5bbb2f6a1aae46adb408b3538d6277a0083bb1da4d35d3b9806ef7788f3bdac40020f8'
1414

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

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10624,9 +10624,9 @@ __metadata:
1062410624
languageName: node
1062510625
linkType: hard
1062610626

10627-
"chromedriver@npm:^129.0.2":
10628-
version: 129.0.2
10629-
resolution: "chromedriver@npm:129.0.2"
10627+
"chromedriver@npm:^131.0.5":
10628+
version: 131.0.5
10629+
resolution: "chromedriver@npm:131.0.5"
1063010630
dependencies:
1063110631
"@testim/chrome-version": "npm:^1.1.4"
1063210632
axios: "npm:^1.7.4"
@@ -10637,7 +10637,7 @@ __metadata:
1063710637
tcp-port-used: "npm:^1.0.2"
1063810638
bin:
1063910639
chromedriver: bin/chromedriver
10640-
checksum: 10/223854665dce25a5d4b1073cb6732df70172a3cbcba23e91f2e81f07437b0b4be0d1712e90aa2b069e45aacf0eea4f99ba4d76cbda96def9ea8194ce73ee813f
10640+
checksum: 10/f2bf39f8a658825313a8f977de561932f4b9798c6e46a997c74cab2cd9dc8bc0a1302cfbb7d5127d87238cdb6a7f3d44207112c2e4f9c59d4e2a62fadf815a2c
1064110641
languageName: node
1064210642
linkType: hard
1064310643

@@ -20498,7 +20498,7 @@ __metadata:
2049820498
"@typescript-eslint/eslint-plugin": "npm:^5.42.1"
2049920499
"@typescript-eslint/parser": "npm:^6.21.0"
2050020500
"@yarnpkg/types": "npm:^4.0.0"
20501-
chromedriver: "npm:^129.0.2"
20501+
chromedriver: "npm:^131.0.5"
2050220502
depcheck: "npm:^1.4.7"
2050320503
eslint: "npm:^8.27.0"
2050420504
eslint-config-prettier: "npm:^8.5.0"

0 commit comments

Comments
 (0)