Bump selenium-webdriver from 4.18.1 to 4.19.0 #590

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/selenium-webdriver-4.19.0 into main 2024-04-02 00:00:45 +08:00
dependabot[bot] commented 2024-04-01 15:29:54 +08:00 (Migrated from github.com)

Bumps selenium-webdriver from 4.18.1 to 4.19.0.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.19.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • 28d582c18b - Fix the location of the html files for redirect testing :: Puja Jagani
  • f4cd087106 - [build] Reusing fix in Rakefile to release python :: Diego Molina
  • 428422b56d - [build] Updating GitPod config :: Diego Molina
  • ec12c65b34 - [build] Target needs build not run :: Diego Molina
  • b3af4a6d44 - [build] Fixing dockerfile for gitpod :: Diego Molina
  • 77dd7250fc - CDP 122 (#13603) :: Diego Molina
  • 7ce5ca80f6 - Bumping versions to 4.18.1 :: Diego Molina
  • b1d3319b48 - Update supported versions for Chrome DevTools :: Diego Molina
  • c6bd0964f3 - [build] Fixing API docs update :: Diego Molina
  • 989b0ca679 - [build] Bumping versions for Nightly :: Diego Molina
  • f99f01a049 - Update mirror info (Tue Feb 20 12:06:06 UTC 2024) :: Selenium CI Bot
  • 78029c4597 - Update mirror info (Wed Feb 21 00:15:11 UTC 2024) :: Selenium CI Bot
  • 93c780439f - Bump cryptography from 41.0.4 to 42.0.4 in /py (#13615) :: dependabot[bot]
  • ddaa4aaed1 - [java] use daemon threads in JdkHttpClient #13601 :: Jörg Sautter
  • cc93539c6c - [dotnet] Notice about breaking changes at compilation level for desired capabilities :: Nikolay Borisenko
  • 24188440cb - [rb] Run all unit tests in RBE :: Alex Rodionov
  • da62a402d0 - [dotnet] Correct ChromiumDriverService.AllowedIPAddresses property name (#13626) :: Yevgeniy Shunevych
  • db517766c1 - [java] use a static class for ProxySelector #13622 :: Jörg Sautter
  • aefde123a3 - [rb] Update YARD to address https://github.com/advisories/GHSA-8mq4-9jjh-9xrc :: Alex Rodionov
  • d65e38e34f - [rb] Fix documentation generator :: Alex Rodionov
  • 5bc8952c3b - [java] improve memory allocation of an idle relay node #13643 :: Jörg Sautter
  • c0711e2d0b - Add devcontainer.json to ease local dev environment setup (#13638) :: Trig
  • 1cfe9917c7 - [java] close the httpclient after checking the service status #13643 :: Jörg Sautter
  • b9a95a32a2 - [dotnet] Fixed parsing of the year in ConsoleApiCalledEventArgs cdp event args :: Nikolay Borisenko
  • 832a31e192 - [Build] Update rules_python to 0.31.0 :: David Burns
  • ffedae32bb - Run prettifier over the selenium-webdriver node code :: Simon Stewart
  • 3c051755e3 - Fix JS linting errors :: Simon Stewart
  • 8f7c7a4b3c - [ci] automatically close issues marked awaiting answer (#13668) :: Titus Fortner
  • d266777517 - [ci] Update setup-bazel action :: Alex Rodionov
  • d073e594b5 - [py] Fix how version numbers are handled :: Simon Stewart
  • 738415711c - Remove some printf debugging :: Simon Stewart
  • 739f5ec672 - [build] Tweaking how nightly build version in Python works :: Diego Molina
  • ffed982e95 - [build] Installing twine to push to TestPyPi :: Diego Molina
  • 420f074858 - [bidi][java] Add storage module (#13675) :: Puja Jagani
  • a66db94fdf - [rb] Avoid overescaping browser path :: Alex Rodionov

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.19.0 (2024-03-27)

  • Add CDP for Chrome 123 and remove 120
  • Avoid over-escaping browser path (#13632)
  • Add full RBS support (#13234)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.18.1 to 4.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/releases">selenium-webdriver's releases</a>.</em></p> <blockquote> <h2>Selenium 4.19.0</h2> <h3>Changelog</h3> <p>For each component's detailed changelog, please check:</p> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">Ruby</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES">Python</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/node/selenium-webdriver/CHANGES.md">JavaScript</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG">Java</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/CHANGELOG">DotNet</a></li> <li><a href="https://github.com/SeleniumHQ/selenium/blob/trunk/cpp/iedriverserver/CHANGELOG">IEDriverServer</a></li> </ul> <h3>Commits in this release</h3> <!-- raw HTML omitted --> <ul> <li><a href="http://github.com/seleniumhq/selenium/commit/28d582c18b1e88843c803eb04d17883580981519"><code>28d582c18b</code></a> - Fix the location of the html files for redirect testing :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/f4cd087106e743c5e255e9fffa0bb8239333c52f"><code>f4cd087106</code></a> - [build] Reusing fix in Rakefile to release python :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/428422b56d337c3e370e0a08421410f46bbdf03d"><code>428422b56d</code></a> - [build] Updating GitPod config :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/ec12c65b34c888d8dfb52035c98eb092d59dee99"><code>ec12c65b34</code></a> - [build] Target needs build not run :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/b3af4a6d4484d3fcbad0dbccf8fc4cd55093d2a1"><code>b3af4a6d44</code></a> - [build] Fixing dockerfile for gitpod :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/77dd7250fcf5999606fe535a6bcb46bb3eccf2bd"><code>77dd7250fc</code></a> - CDP 122 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13603">#13603</a>) :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/7ce5ca80f62afb32bda81766d451d08cfb2431e2"><code>7ce5ca80f6</code></a> - Bumping versions to 4.18.1 :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/b1d3319b48304bca40a8a35cdd95cb05d8464497"><code>b1d3319b48</code></a> - Update supported versions for Chrome DevTools :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/c6bd0964f3d79f596d3e07932da99b6a83b61009"><code>c6bd0964f3</code></a> - [build] Fixing API docs update :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/989b0ca679960a3a6f5cd15f3227eac9ff50fe81"><code>989b0ca679</code></a> - [build] Bumping versions for Nightly :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/f99f01a049dc0bb8e8ec4114a27d9c089d490d22"><code>f99f01a049</code></a> - Update mirror info (Tue Feb 20 12:06:06 UTC 2024) :: Selenium CI Bot</li> <li><a href="http://github.com/seleniumhq/selenium/commit/78029c4597c6cea5a25f569f8fe8185b8cd4fa11"><code>78029c4597</code></a> - Update mirror info (Wed Feb 21 00:15:11 UTC 2024) :: Selenium CI Bot</li> <li><a href="http://github.com/seleniumhq/selenium/commit/93c780439f2886607474a6cebaf4e678f9730047"><code>93c780439f</code></a> - Bump cryptography from 41.0.4 to 42.0.4 in /py (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13615">#13615</a>) :: dependabot[bot]</li> <li><a href="http://github.com/seleniumhq/selenium/commit/ddaa4aaed1b9db12583a74bbbe06b4b78b189af3"><code>ddaa4aaed1</code></a> - [java] use daemon threads in JdkHttpClient <a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13601">#13601</a> :: Jörg Sautter</li> <li><a href="http://github.com/seleniumhq/selenium/commit/cc93539c6c8612eabbde7626d63027bf300c0344"><code>cc93539c6c</code></a> - [dotnet] Notice about breaking changes at compilation level for desired capabilities :: Nikolay Borisenko</li> <li><a href="http://github.com/seleniumhq/selenium/commit/24188440cbfa7f67125a56fcdd21292d35318c8f"><code>24188440cb</code></a> - [rb] Run all unit tests in RBE :: Alex Rodionov</li> <li><a href="http://github.com/seleniumhq/selenium/commit/da62a402d0565dd2dda2ced71cf74965caa4391c"><code>da62a402d0</code></a> - [dotnet] Correct <code>ChromiumDriverService.AllowedIPAddresses</code> property name (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13626">#13626</a>) :: Yevgeniy Shunevych</li> <li><a href="http://github.com/seleniumhq/selenium/commit/db517766c1f3f7c00e264905fde6334c4b6692f1"><code>db517766c1</code></a> - [java] use a static class for ProxySelector <a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13622">#13622</a> :: Jörg Sautter</li> <li><a href="http://github.com/seleniumhq/selenium/commit/aefde123a3673c495f1afc313fb550e545ee24cf"><code>aefde123a3</code></a> - [rb] Update YARD to address <a href="https://github.com/advisories/GHSA-8mq4-9jjh-9xrc">https://github.com/advisories/GHSA-8mq4-9jjh-9xrc</a> :: Alex Rodionov</li> <li><a href="http://github.com/seleniumhq/selenium/commit/d65e38e34fc6ac29b7c2c62cc0b924d7f8762e6d"><code>d65e38e34f</code></a> - [rb] Fix documentation generator :: Alex Rodionov</li> <li><a href="http://github.com/seleniumhq/selenium/commit/5bc8952c3bf10e0f78130261239f086987a16c4b"><code>5bc8952c3b</code></a> - [java] improve memory allocation of an idle relay node <a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13643">#13643</a> :: Jörg Sautter</li> <li><a href="http://github.com/seleniumhq/selenium/commit/c0711e2d0b18e238429aab47367fff851ef59ebb"><code>c0711e2d0b</code></a> - Add devcontainer.json to ease local dev environment setup (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13638">#13638</a>) :: Trig</li> <li><a href="http://github.com/seleniumhq/selenium/commit/1cfe9917c73807757ec9c51d1ab9341295892bb9"><code>1cfe9917c7</code></a> - [java] close the httpclient after checking the service status <a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13643">#13643</a> :: Jörg Sautter</li> <li><a href="http://github.com/seleniumhq/selenium/commit/b9a95a32a2897b3d939ec96e6083ef3b812f75e6"><code>b9a95a32a2</code></a> - [dotnet] Fixed parsing of the year in ConsoleApiCalledEventArgs cdp event args :: Nikolay Borisenko</li> <li><a href="http://github.com/seleniumhq/selenium/commit/832a31e192ef7d0a1173ecef47272a3d60e19305"><code>832a31e192</code></a> - [Build] Update rules_python to 0.31.0 :: David Burns</li> <li><a href="http://github.com/seleniumhq/selenium/commit/ffedae32bb32e44fe55e010c8922e92de58ae816"><code>ffedae32bb</code></a> - Run prettifier over the selenium-webdriver node code :: Simon Stewart</li> <li><a href="http://github.com/seleniumhq/selenium/commit/3c051755e35559ddc1a929183edad46486195b25"><code>3c051755e3</code></a> - Fix JS linting errors :: Simon Stewart</li> <li><a href="http://github.com/seleniumhq/selenium/commit/8f7c7a4b3ceb028549b80e94678484b8b4fd5d33"><code>8f7c7a4b3c</code></a> - [ci] automatically close issues marked awaiting answer (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13668">#13668</a>) :: Titus Fortner</li> <li><a href="http://github.com/seleniumhq/selenium/commit/d2667775176974b33e0392da10703083a8fa31e2"><code>d266777517</code></a> - [ci] Update setup-bazel action :: Alex Rodionov</li> <li><a href="http://github.com/seleniumhq/selenium/commit/d073e594b5826e6f0d5323252e4e7a0ae582c89a"><code>d073e594b5</code></a> - [py] Fix how version numbers are handled :: Simon Stewart</li> <li><a href="http://github.com/seleniumhq/selenium/commit/738415711cd55cd40bc2fb6baeecfb221c3dde8e"><code>738415711c</code></a> - Remove some printf debugging :: Simon Stewart</li> <li><a href="http://github.com/seleniumhq/selenium/commit/739f5ec6728933f0d3288446aff67aa7fb3657e8"><code>739f5ec672</code></a> - [build] Tweaking how nightly build version in Python works :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/ffed982e958d7ee945866488a6e229de7d4a6643"><code>ffed982e95</code></a> - [build] Installing twine to push to TestPyPi :: Diego Molina</li> <li><a href="http://github.com/seleniumhq/selenium/commit/420f07485822aabe540b6484c808084f3a9cf639"><code>420f074858</code></a> - [bidi][java] Add storage module (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13675">#13675</a>) :: Puja Jagani</li> <li><a href="http://github.com/seleniumhq/selenium/commit/a66db94fdf32d2cd2e3dbcc44488da71d56b6a04"><code>a66db94fdf</code></a> - [rb] Avoid overescaping browser path :: Alex Rodionov</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES">selenium-webdriver's changelog</a>.</em></p> <blockquote> <h1>4.19.0 (2024-03-27)</h1> <ul> <li>Add CDP for Chrome 123 and remove 120</li> <li>Avoid over-escaping browser path (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13632">#13632</a>)</li> <li>Add full RBS support (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13234">#13234</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/SeleniumHQ/selenium/commit/5f9cec8963b33a7708619d666a5ce0b2f6542c7d"><code>5f9cec8</code></a> Release 4.19.0 (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13747">#13747</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/e3a9f2cd12e7dd81b0b9cab7964ff5f6f6551b3f"><code>e3a9f2c</code></a> Bump rack from 2.2.8 to 2.2.8.1 in /rb (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13641">#13641</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/9fa5d20d6be7ecf0ed53f846a27091559b6523f1"><code>9fa5d20</code></a> [rb] Making the linter happy</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/4c27f8c17e902e95b37694c90aa4dc686cb39289"><code>4c27f8c</code></a> [rb] Running format script</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/5e5e6f1123837afb16f50a0fc4265df294ce429f"><code>5e5e6f1</code></a> [rb] Skipping tests due to <a href="https://bugs.chromium.org/p/chromedriver/issues/de">https://bugs.chromium.org/p/chromedriver/issues/de</a>...</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/5b7c95b9309112462e6fe1d1e518fd846f1d340f"><code>5b7c95b</code></a> [rb] Add full RBS support (<a href="https://redirect.github.com/SeleniumHQ/selenium/issues/13234">#13234</a>)</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/cb98925a1fa149965b3d8a52139ae8034710dcea"><code>cb98925</code></a> [rb] Enable Edge tests on RBE</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/bd540f2c3e380c150353989d0768b3071566a19e"><code>bd540f2</code></a> [rb] Generate per-browser test targets</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/eae850739a77b5d98bb5ca22803cc4d99107ae74"><code>eae8507</code></a> [rb] Support running Ruby tests in RBE for Chrome</li> <li><a href="https://github.com/SeleniumHQ/selenium/commit/a66db94fdf32d2cd2e3dbcc44488da71d56b6a04"><code>a66db94</code></a> [rb] Avoid overescaping browser path</li> <li>Additional commits viewable in <a href="https://github.com/SeleniumHQ/selenium/compare/selenium-4.18.1...selenium-4.19.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=selenium-webdriver&package-manager=bundler&previous-version=4.18.1&new-version=4.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.