Skip to content

[email protected] Update Chromedriver and added node-gyp #2574

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

Merged
merged 2 commits into from
Jan 17, 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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## v7.57.1
## v7.57.3

_January 16, 2025_

### Changed

- Update `chromedriver` to v132


## v7.57.2

_September 10, 2024_

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "7.57.2",
"version": "7.57.3",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --continue --token=${TURBO_TOKEN}",
Expand Down Expand Up @@ -89,7 +89,7 @@
"babel-jest": "29.7.0",
"babel-loader": "8.1.0",
"bundlewatch": "0.3.3",
"chromedriver": "128.0.1",
"chromedriver": "132.0.0",
"core-js": "3.36.1",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12319,9 +12319,9 @@ __metadata:
languageName: node
linkType: hard

"chromedriver@npm:128.0.1":
version: 128.0.1
resolution: "chromedriver@npm:128.0.1"
"chromedriver@npm:132.0.0":
version: 132.0.0
resolution: "chromedriver@npm:132.0.0"
dependencies:
"@testim/chrome-version": ^1.1.4
axios: ^1.7.4
Expand All @@ -12332,7 +12332,7 @@ __metadata:
tcp-port-used: ^1.0.2
bin:
chromedriver: bin/chromedriver
checksum: a6a4ecaae204d748632cfb4d19071ebeef0303019b1acf6fd9a8e844ed597b96b7b93dafbdeb4215a6b073bb1628be084635d0559e6912d09cfe688b644418a0
checksum: ee8d7592688e498666ab6384be84b31e0c4a095fac53727403ec5e84b93e35a0dbfc29c82f8582660043cf7af5cc0d011697f29e0088fae293b69a0b601409a2
languageName: node
linkType: hard

Expand Down Expand Up @@ -29677,7 +29677,7 @@ __metadata:
babel-jest: 29.7.0
babel-loader: 8.1.0
bundlewatch: 0.3.3
chromedriver: 128.0.1
chromedriver: 132.0.0
core-js: 3.36.1
cross-env: 7.0.2
css-loader: 1.0.1
Expand Down
Loading