appium / ruby_lib_core

Core library for the Ruby client
Apache License 2.0
31 stars 24 forks source link

chore(deps): update selenium-webdriver requirement from ~> 4.2, < 4.7 to ~> 4.2, < 4.8 #424

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on selenium-webdriver to permit the latest version.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.7.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • 0a5b49d16f - [java] update changelog and bump version to 4.7 :: titusfortner
  • 8d170a99d4 - [rb] update changes and bump version to 4.7 :: titusfortner
  • 8d92d981a5 - [py] update changes and bump version to 4.7 :: titusfortner
  • 68b46096da - [js] update changes and bump version to 4.7 :: titusfortner
  • 1f5fe6da92 - [dotnet] update readme and bump version to 4.7 :: titusfortner
  • 7ee8add26b - [cpp] bump IE Driver version to 4.7 :: titusfortner
  • 4b4e01dddf - update selenium manager binaries for 4.7 release :: titusfortner
  • 7a79429d15 - [js] update ways error messages are handled for selenium manager :: titusfortner
  • c23b95b9ff - [dotnet] split up frameworks on CI :: titusfortner
  • 993e6b2f97 - [py] fix linter issue :: titusfortner
  • 416d183251 - [ci] run language tests from typical language tags :: titusfortner
  • 409b057bdf - [py]: 🚀 Improve performance (#11310) :: Fenil Mehta
  • 8b6dbb38e0 - [py]: Propagate stderr to exceptions when selenium manager fails (#11329) :: Simon K
  • 3584dad5b5 - [Build] setup multiple python interpreters defaulting to 3.8 :: AutomatedTester
  • cccbe85920 - [Build] Bump rules_python to 0.15 :: AutomatedTester
  • 8cd4954c7a - [rb] fix failing specs :: titusfortner
  • 285dacec9c - [dotnet][cdp] add support for Chrome 108 and remove support for Chrome 105 :: titusfortner
  • 922f5d31af - [js][cdp] add support for Chrome 108 and remove support for Chrome 105 :: titusfortner
  • e8c0102941 - [rb][cdp] add support for Chrome 108 and remove support for Chrome 105 :: titusfortner
  • c315feef9d - [py][cdp] add support for Chrome 108 and remove support for Chrome 105 :: titusfortner
  • 8d5c10ff62 - [java][cdp] add support for Chrome 108 and remove support for Chrome 105 :: titusfortner
  • 69fac46fe0 - [cdp] add support for Chrome 108 and remove support for Chrome 105 :: titusfortner
  • 3d1b8c6267 - [dotnet] run tests on Windows CI :: titusfortner
  • a8f4184e3c - [rb] make sure command execution errors get rescued :: titusfortner
  • 769cd05fb4 - [rb] fix reset_driver! implementation :: titusfortner
  • 37498f8bd1 - [java] toggle selenium manager output by exit value instead of content :: titusfortner
  • 18fc6346f7 - [rb] toggle Selenium Manager execution output on exit code :: titusfortner
  • ec2430e52b - [java] minor test updates :: titusfortner
  • b4d6c4e59a - [cpp] update to visual studio 2022 :: titusfortner
  • 9480f0d514 - [dotnet][cdp] implement get targets better :: titusfortner
  • aa5dfd697f - [dotnet] add guards and fix tests :: titusfortner
  • b3c3903c9f - [dotnet] add test attributes to guard for platforms and targets :: titusfortner
  • 8fb8fd791a - [dotnet] toggle Selenium Manager execution output on exit code :: titusfortner
  • d2838e1291 - [dotnet] update everything required for .NET 6 :: titusfortner
  • 471e245d7c - ci: fix GitHub_Actions set-output is deprecated (#11265) :: Christian Clauss

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.7.0 (2022-12-01)

BiDi:

  • Released selenium-devtools 0.108.0 (supports CDP v85, v106, v107, v108)
  • Fix bug with socket stability

Ruby:

  • Remove dependency on ChildProcess gem in favor of native Process.spawn (#11251)
  • Add support for Selenium Manager to work with IE Driver
  • Improve error handling for Selenium Manager

Safari:

  • Fix bug preventing Safari Options from being used with Safari Technology Preview

4.6.1 (2022-11-04)

Ruby:

  • fix bug preventing selenium-manager from being executable by default

4.6.0 (2022-11-04)

BiDi:

  • Released selenium-devtools 0.107.0 (supports CDP v85, v105, v106, v107)

Ruby:

  • firefox scroll by amount is only failing on mac
  • add initial support for selenium manager
  • Revert "[rb] do not allow Select class to work with disabled selects"
  • Make sure selenium-manager is packed into gem
  • Fix platform list in #scroll_by guard

4.5.0 (2022-09-28)

BiDi:

  • Released selenium-devtools 0.105.0 (supports CDP v85, v103, v104, v105)
  • Released selenium-devtools 0.106.0 (supports CDP v85, v104, v105, v106)
  • Add HasBiDi support to Chrome

Ruby:

  • Fix bug in Platform code
  • Update Select class to error when elements are disabled (#10812)

Firefox:

  • Add support for installing unsigned add-ons (#10265, thanks TamsilAmani!)
  • Change accept_insecure_certificates to true by default (to match other bindings)
  • Set debugger_address option to true by default

Server:

  • Add support for initializing server class with arguments and log level

... (truncated)

Commits
  • 8d170a9 [rb] update changes and bump version to 4.7
  • 8cd4954 [rb] fix failing specs
  • e8c0102 [rb][cdp] add support for Chrome 108 and remove support for Chrome 105
  • a8f4184 [rb] make sure command execution errors get rescued
  • 769cd05 [rb] fix reset_driver! implementation
  • 18fc634 [rb] toggle Selenium Manager execution output on exit code
  • 148e0d5 [rb] parse stderr and stdout for improved error logging with Selenium Manager
  • e8e5f36 Make nightly version bump target names consistent
  • 2589a32 Fix RuboCop offenses in NightlyVersionGenerator
  • 538c11a Publish nightly versions of Ruby gems every day
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 1 year ago

Looks like selenium-webdriver is no longer updatable, so this is no longer needed.