Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump chromedriver from 131.0.5 to 132.0.0 #3022

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^6.21.0",
"@yarnpkg/types": "^4.0.0",
"chromedriver": "^131.0.5",
"chromedriver": "^132.0.0",
"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, run `yarn update-chrome`
CHROME_VERSION='131.0.6778.264-1'
CHROME_VERSION='132.0.6834.83-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='95123e9d86b2e84be8b4964d4e5d16ab987f2e2854ca90d192f3c88e4b5bbb2f6a1aae46adb408b3538d6277a0083bb1da4d35d3b9806ef7788f3bdac40020f8'
CHROME_BINARY_SHA512SUM='3e8b9fcf711f89241b17071f1187021d651c5ea147395e1d12f1d9f47e7b1f0704fc217bb2fa04b13ee3c8b6eac2f84da4a26140c536c03dd5ae466afa033d5c'

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 @@ -10627,9 +10627,9 @@ __metadata:
languageName: node
linkType: hard

"chromedriver@npm:^131.0.5":
version: 131.0.5
resolution: "chromedriver@npm:131.0.5"
"chromedriver@npm:^132.0.0":
version: 132.0.0
resolution: "chromedriver@npm:132.0.0"
dependencies:
"@testim/chrome-version": "npm:^1.1.4"
axios: "npm:^1.7.4"
Expand All @@ -10640,7 +10640,7 @@ __metadata:
tcp-port-used: "npm:^1.0.2"
bin:
chromedriver: bin/chromedriver
checksum: 10/f2bf39f8a658825313a8f977de561932f4b9798c6e46a997c74cab2cd9dc8bc0a1302cfbb7d5127d87238cdb6a7f3d44207112c2e4f9c59d4e2a62fadf815a2c
checksum: 10/81f15186e0d1951581b39cd9e0db8e1aa55e75ada14936a912a8f5ac212d0e7a6087430ff85152b5bc625b53382e949b9d64c21ac5dfe35fff77e6575eb098fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -20492,7 +20492,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^5.42.1"
"@typescript-eslint/parser": "npm:^6.21.0"
"@yarnpkg/types": "npm:^4.0.0"
chromedriver: "npm:^131.0.5"
chromedriver: "npm:^132.0.0"
depcheck: "npm:^1.4.7"
eslint: "npm:^8.27.0"
eslint-config-prettier: "npm:^8.5.0"
Expand Down
Loading