Skip to content

Commit

Permalink
[8.11] [chore] update chromedriver to 119.0.0 (elastic#170386) (elast…
Browse files Browse the repository at this point in the history
…ic#170408)

# Backport

This will backport the following commits from `main` to `8.11`:
- [[chore] update chromedriver to 119.0.0
(elastic#170386)](elastic#170386)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Dzmitry
Lemechko","email":"dzmitry.lemechko@elastic.co"},"sourceCommit":{"committedDate":"2023-11-02T12:06:55Z","message":"[chore]
update chromedriver to 119.0.0 (elastic#170386)\n\n## Summary\r\n\r\nUpdating
Chromedriver to match recently released Chrome
119","sha":"2d5a62c386bfcdfb6b67c7ca6695843b42ca525d","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v8.12.0","v8.11.1","v7.17.15","v8.10.5"],"number":170386,"url":"https://github.com/elastic/kibana/pull/170386","mergeCommit":{"message":"[chore]
update chromedriver to 119.0.0 (elastic#170386)\n\n## Summary\r\n\r\nUpdating
Chromedriver to match recently released Chrome
119","sha":"2d5a62c386bfcdfb6b67c7ca6695843b42ca525d"}},"sourceBranch":"main","suggestedTargetBranches":["8.11","7.17","8.10"],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170386","number":170386,"mergeCommit":{"message":"[chore]
update chromedriver to 119.0.0 (elastic#170386)\n\n## Summary\r\n\r\nUpdating
Chromedriver to match recently released Chrome
119","sha":"2d5a62c386bfcdfb6b67c7ca6695843b42ca525d"}},{"branch":"8.11","label":"v8.11.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"7.17","label":"v7.17.15","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.10","label":"v8.10.5","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dzmitry Lemechko <dzmitry.lemechko@elastic.co>
  • Loading branch information
kibanamachine and dmlemeshko authored Nov 2, 2023
1 parent 4189cac commit 03ba43f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@
"blob-polyfill": "^7.0.20220408",
"callsites": "^3.1.0",
"chance": "1.0.18",
"chromedriver": "^117.0.3",
"chromedriver": "^119.0.0",
"clean-webpack-plugin": "^3.0.0",
"cli-table3": "^0.6.1",
"compression-webpack-plugin": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12878,10 +12878,10 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"

chromedriver@^117.0.3:
version "117.0.3"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-117.0.3.tgz#4a14cc992d572367b99b53c772adcc4c19078e1e"
integrity sha512-c2rk2eGK5zZFBJMdviUlAJfQEBuPNIKfal4+rTFVYAmrWbMPYAqPozB+rIkc1lDP/Ryw44lPiqKglrI01ILhTQ==
chromedriver@^119.0.0:
version "119.0.0"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-119.0.0.tgz#f250c442e72266f3e28d2b1eebc6a671a8629340"
integrity sha512-3TmabGT7xg57/Jbsg6B/Kqk3HaSbCP1ZHkR5zNft5vT/IWKjZCAGTH9waMI+i5KHSEiMH0zOw/WF98l+1Npkpw==
dependencies:
"@testim/chrome-version" "^1.1.3"
axios "^1.4.0"
Expand Down

0 comments on commit 03ba43f

Please sign in to comment.