Skip to content

Commit

Permalink
[8.13] [chore] bump chromedriver to 124 (#183595) (#183620)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.13`:
- [[chore] bump chromedriver to 124
(#183595)](#183595)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Walter
Rafelsberger","email":"walter.rafelsberger@elastic.co"},"sourceCommit":{"committedDate":"2024-05-16T10:49:51Z","message":"[chore]
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:all-open","FTR","v8.14.0","v8.15.0","v7.17.22","v8.13.5"],"title":"[chore]
bump chromedriver to
124","number":183595,"url":"#183595
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","7.17","8.13"],"targetPullRequestStates":[{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.15.0","branchLabelMappingKey":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"#183595
bump chromedriver to 124 (#183595)\n\n## Summary\r\n\r\nFollow up to
#181002.\r\n\r\nUpdating chromedriver to support running tests on Chrome
v125","sha":"c010d98c58b34aeb0bdc196cf8af679a9be4c59c"}},{"branch":"7.17","label":"v7.17.22","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Walter Rafelsberger <walter.rafelsberger@elastic.co>
  • Loading branch information
kibanamachine and walterra committed May 16, 2024
1 parent ace1bbf commit 046f404
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 @@ -1527,7 +1527,7 @@
"blob-polyfill": "^7.0.20220408",
"callsites": "^3.1.0",
"chance": "1.0.18",
"chromedriver": "^123.0.3",
"chromedriver": "^124.0.3",
"clean-webpack-plugin": "^3.0.0",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13273,10 +13273,10 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"

chromedriver@^123.0.3:
version "123.0.3"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-123.0.3.tgz#40f9223373cbdf8f849e118507b24b0de8ecb21a"
integrity sha512-35IeTqDLcVR0htF9nD/Lh+g24EG088WHVKXBXiFyWq+2lelnoM0B3tKTBiUEjLng0GnELI4QyQPFK7i97Fz1fQ==
chromedriver@^124.0.3:
version "124.0.3"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-124.0.3.tgz#2818408353ee97005acb887d9f488fe34d5c6d10"
integrity sha512-k6Xu9fwDMgi//bGHB944QMmDHF0BBWGk4PAyVZBEuP6wnZMfQP4V6Sv+l/nuAPA006RllS6X07ZpjPwRPS4BaA==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.6.7"
Expand Down

0 comments on commit 046f404

Please sign in to comment.