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.16 to ~> 4.2, < 4.17 #510

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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

Changelog

Sourced from selenium-webdriver's changelog.

4.16.0 (unreleased)

Ruby:

  • Add RBS files to Ruby (#12844)
  • Convert binary locations for cygwin (#12618)
  • Allow Selenium Manager to work with Unix (#13161)
  • Extend RBS support for logger and log entry (#13192)
  • Update rules_ruby to the latest version (#13235)

BiDi:

  • Released selenium-devtools 0.120.0 (supports CDP v85, v118, v119, v120)

Chrome:

  • Fix http proxy configuration for chrome (#13093)

Firefox:

  • Delete 'lock' file in FF profile (#13090)

4.15.0 (2023-11-01)

  • Do not set browser binary in selenium manager if it is an empty string (#12738)
  • Add flaky condition to guards to mark unreliable tests
  • Rake update needs to build latest grid for running remote tests
  • Add CDP v119 and remove v116
  • Implement file downloads (#12979)

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:

... (truncated)

Commits
  • 1540045 Update version to 4.16.0
  • 053c73b update change logs for 4.16
  • ebf9de9 [cdp] add Chrome 120 and remove 117
  • 06519c9 [rb] Update rules_ruby to the latest version (#13235)
  • cc508fe [rb] add window minimization test for linux to flaky list
  • 36585d1 [rb] Extend RBS support for logger and log entry (#13192)
  • 6814b9d [rb] allow Selenium Manager to work with Unix
  • 59b8f23 [rb] convert binary locations for cygwin
  • f7e5b45 [rb] update with linter fixes
  • b9ef666 Add RBS files to Ruby (#12844)
  • 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 show 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)