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

Bump selenium-webdriver, carrierwave-ftp and webdrivers #1951

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2023

Bumps selenium-webdriver, carrierwave-ftp and webdrivers. These dependencies needed to be updated together.
Updates selenium-webdriver from 4.10.0 to 4.14.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.14

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • b6700329db - update selenium manager files :: titusfortner
  • a0e04e15f1 - update changelogs for 4.14 :: titusfortner
  • 49a59a09d0 - update pinned edge drivers to a version that works :: titusfortner
  • 5e6428610e - [rust] Include webview2 in Edge module (#12904) :: Boni García
  • 2a54d3cb63 - [java] ignore test that breaks in 119 :: titusfortner
  • 8401a7e5f1 - [cdp] add Chrome 118 and remove 115 :: titusfortner
  • c595b7a688 - [cdp][dotnet] add Chrome 118 and remove 115 :: titusfortner
  • c04855fd43 - [cdp][java] add Chrome 118 and remove 115 :: titusfortner
  • d7d1b4efcd - [cdp] fix script tags :: titusfortner
  • 17835d2ad3 - [cdp] add Chrome 118 files and remove Chrome 115 :: titusfortner
  • d8b0ae16fb - update pinned browsers to use Early Stable Chrome 118 :: titusfortner
  • 7408a5a41d - [bazel] Bump contrib_rules_jvm to 0.19.0 :: Simon Mavi Stewart
  • e7babc9b41 - [dotnet] Make sure we can repin deps :: Simon Mavi Stewart
  • c8d121e712 - [rust] Capture Rust backtrace in case of error (displayed at DEBUG level) (#12852) :: Boni García
  • bceee4e330 - Refactor frame method to use isEmpty for list check and String check. (#12894) :: Manuel Blanco
  • c64e41edd2 - [dotnet] Remove tools folder not related to selenium (#12899) :: Nikolay Borisenko
  • 42796da27c - [java] do not need to check for non-w3c capability javascriptEnabled :: titusfortner
  • 023a0d52f1 - [IEDriver] Fix potential null pointer access in CookieManager :: Jim Evans
  • 0f8e018ad7 - [rust] Automated Edge management (#11681 and #11683) (#12835) :: Boni García
  • 73cfa2284e - [rust] Support for Chromium (#12511) (#12890) :: Boni García
  • ecfa9c4053 - [java] Use new 'getArray' method to extract driver configurations (#12716) :: Scott Babcock
  • 5cfaef5634 - Revert "[rb] make it easier in ruby remote tests to specify a grid jar" :: titusfortner
  • aa7e2f943a - [java] do not run grid stress tests with selenium manager on remote build :: titusfortner
  • 04f5c9f9f2 - [JS] Update npm libs to latest :: harsha509
  • c04e4331dc - [dotnet] Format dotnet code according to default config (#12879) :: Nikolay Borisenko
  • 97f4e236de - [dotnet] Mark cdp source as auto-generated to be more friendly with tooling :: Nikolay Borisenko
  • fd0f045b15 - [java] reduce log noise at FINE level (#12866) :: Titus Fortner
  • 9b35af2814 - Require Java 11 (#12843) :: Titus Fortner
  • cb5d98bbd7 - [ci] update what ruby tests get run :: titusfortner
  • a67b81df21 - [java] Ensure retry mechanism does not swallow an exception (#12838) :: Puja Jagani
  • 915b5b9323 - [java] remove IE 9 check in test :: titusfortner
  • 5ce5acc0f5 - [java] improve warning when CDP version not found (#12880) :: Titus Fortner
  • cdd71e6633 - [py] add synchronization to flaky test :: titusfortner
  • b9bdff12b3 - [java] Allowing setting SSL context in client config for HttpClient (#12874) :: Puja Jagani
  • 33c4122583 - [java] ensure proper error message gets logged (#12853) :: Titus Fortner

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.14.0 (2023-10-09)

Ruby:

  • allow users to access the full script of the atom directly

BiDi:

  • Released selenium-devtools 0.118.0 (supports CDP v85, v116, v117, v118)

4.13.1 (2023-09-25)

Ruby:

  • Fix bug preventing logging chromedriver to file

4.13.0 (2023-09-25)

Ruby:

  • Fix bug preventing using performance logging with chromium
  • Allow users to set Selenium Manager path by environment variable (#12752)
  • Allow service to be started before the driver
  • remove deprecated driver extensions for location and network connection

BiDi:

  • Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117)

4.12.0 (2023-08-31)

Ruby:

  • Fix bug preventing good error messages in Selenium Manager when stdout empty
  • Fix bug with Firefox not loading net/http library by default (#12506)
  • Remove support for using capabilities in local drivers

BiDi:

  • Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)

4.11.0 (2023-07-31)

Ruby:

  • Made network interception threads fail silently (#12226)
  • Have Selenium Manager binary locate drivers on PATH (#12345)
  • Add browser output from selenium manager to options (#12398)
  • Remove deprecated code (#12417) BiDi:
  • Released selenium-devtools 0.115.0 (supports CDP v85, v113, v114, v115) Edge:
  • Adding ignore process match for IE Mode across bindings (#12279)
Commits
  • e5a9634 update all versions to 4.14
  • a0e04e1 update changelogs for 4.14
  • 8401a7e [cdp] add Chrome 118 and remove 115
  • 5cfaef5 Revert "[rb] make it easier in ruby remote tests to specify a grid jar"
  • 2e5cec5 [rb] make it easier in ruby remote tests to specify a grid jar
  • f6e5471 [rb] allow users to access the full script of the atom directly
  • 5317f3f [rb] require nightly gem generation to match nightly in the version file for ...
  • 8763bcd [rb] update version for nightly gems
  • 1b046b1 [rb] fix unit tests
  • a8e9c4d [rb] update version and changelog for 4.13.1
  • Additional commits viewable in compare view

Updates carrierwave-ftp from 5481c13 to 0.4.1

Commits

Updates webdrivers from 5.3.1 to 5.2.0

Changelog

Sourced from webdrivers's changelog.

5.3.1 (2023-07-31)

  • Add post_install_message to explain status of gem

5.3.0 (2023-07-31)

  • Add support for Chrome for Testing drivers (#237, thanks sadahiro-ono)
  • Support is restricted to Selenium 4.0 - 4.10 to encourage people to update to Selenium 4.11

5.2.0 (2022-09-29)

  • chromedriver - Fix downloading on M1 macs from version 106.0.5249.61 (#237, thanks jmccure)

5.1.0 (2022-09-19)

  • Improve error messages (#232, thanks dan-jensen)
  • Fix circular require bug with railtie (#233, thanks amatsuda)
  • Support downloading correct geckodriver on Apple silicon (#234 thanks stephannv)
  • Update linux locations for Chrome to latest chromedriver finder (thanks entretechno-jeremiah)
  • Add support for Microsoft Edge on Linux (#236)

5.0.0 (2021-10-19)

  • Require Selenium 4+
  • Remove custom Logger and use the one in Selenium 4

4.7.0 (2021-10-14)

  • Add support for Selenium 4.x #218 (thanks yahonda )
  • Allow Edge on Linux
  • Update required Selenium > 3.141 because of a change in 4.6
  • Require Ruby 2.6+
  • Fix IE downloads with the change in location of assets

4.6.1 (2021-08-19)

  • Fix bug in IEdriver caused by bad formatting in recent release

4.6.0 (2021-02-26)

  • Update Edgedriver naming to support Selenium 4 beta ((#206)

4.5.0 (2021-01-19)

  • Improve format of README usage section. Thanks, okuramasafumi!
  • chromedriver - Add support for Apple M1 specific builds (#193). Thanks, MichaelHoste!
  • msedgedriver - Add support for Apple M1 specific builds.
  • msedgedriver - Added automatic selection of 32-bit vs 64-bit builds on Windows and WSLv1.
  • When using this gem in WSLv2, Chrome installed on the Linux filesystem will be automatically used (#196). WSLv1 continues to automatically use Chrome from the Windows filesystem though. Thanks, fabioxgn!
    • We'll aim to make the behavior consistent in a future release.

4.4.2 (2020-12-29)

  • Use new powershell if available to enhance WSL support (#176, #186). Thanks, G-Rath and 131!
  • Update rubocop version (development dependency only) (#178). Thanks, utkarsh2102!
  • Replace git ls-files with dir in the gemspec for better Debian support (#179,

... (truncated)

Commits
  • 34d04f2 allow Edge on Linux but skip tests
  • 35ef673 run tests in 3 versions of Selenium
  • 568cc8f unskip working test
  • b4f4f3c Allow selenium-webdriver 4.0.0
  • 7930ccc bump version to 4.6.1
  • f2f8d40 latest IE Driver release had bad formatting
  • 0b608d1 bump to v4.6.0
  • 850e910 rename Edge classes to support Selenium 4 beta
  • 6eb6027 Update browser & OS specific notes in README
  • abac425 Stop using Appveyor and TravisCI.
  • See full diff in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium), [carrierwave-ftp](https://github.com/luan/carrierwave-ftp) and [webdrivers](https://github.com/titusfortner/webdrivers). These dependencies needed to be updated together.

Updates `selenium-webdriver` from 4.10.0 to 4.14.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.10.0...selenium-4.14.0)

Updates `carrierwave-ftp` from `5481c13` to 0.4.1
- [Commits](https://github.com/luan/carrierwave-ftp/commits)

Updates `webdrivers` from 5.3.1 to 5.2.0
- [Release notes](https://github.com/titusfortner/webdrivers/releases)
- [Changelog](https://github.com/titusfortner/webdrivers/blob/main/CHANGELOG.md)
- [Commits](titusfortner/webdrivers@v5.3.1...v5.2.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: carrierwave-ftp
  dependency-type: direct:production
- dependency-name: webdrivers
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants