appium / appium-flutter-driver

Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms/OSes. Appium Flutter Driver is part of the Appium mobile test automation tool maintained by community
MIT License
440 stars 179 forks source link

chore(deps): update appium_lib_core requirement from >= 5, < 8 to >= 5, < 9 in /finder/ruby #666

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on appium_lib_core to permit the latest version.

Changelog

Sourced from appium_lib_core's changelog.

[8.0.0] - 2024-03-08

Deprecations

  • Removed deprecated methods
    • launch_app, close_app and reset
      • Please use activate_app, terminate_app, or launch/activate/terminate commands by mobile: command
    • TouchAction, MultiTouch
    • immediate_value and replace_value
    • end_coverage
    • sessions and session_capabilities since they are not W3C WebDriver spec and already removed from the dependent selenium clients.
      • To get events info, please use driver.logs.events instead
    • switch_to_default_context
      • Please set proper context instead

[7.5.0] - 2024-02-21

  • Remove upper limitation in selenium-webdriver
    • Users can control the version in their Gemfile
    • ruby_lib_core will fix when the future release requires changes

[7.4.0] - 2024-01-23

Enhancement

  • Bump selenium-webdriver max

Deprecatioons

  • Removed deprecated core#platform_version and core#write_session_id
    • Please refer to the capabilities' value and driver.session_id

[7.3.2] - 2023-11-08

Bug fixes

  • Fix default value fo set context

[7.3.1] - 2023-11-04

Enhancements

  • Bump selenium-webdriver max

[7.3.0] - 2023-10-17

Deprecations

  • Add deprecation marks that will be removed from Appium or this library to move to extension commands such as mobile:

[7.2.0] - 2023-10-13

Enhancements

  • Append selenium-webdriver 4.12 support

... (truncated)

Commits
  • 8da087c Release 8.0.0
  • 16598d9 chore: remove switch_to_default_context (#530)
  • 914fbb5 chore(deps-dev): update rubocop requirement from = 1.61.0 to = 1.62.0 (#532)
  • a1684f0 chore: remove deprecated methods for w3c further (#531)
  • fb5a545 test: search_context_test.rb
  • a6d6be1 feat: remove deprecated methods (#529)
  • c7248db chore(deps-dev): update rubocop requirement from = 1.60.2 to = 1.61.0 (#528)
  • e59b3cb chore(deps-dev): update webmock requirement from ~> 3.22.0 to ~> 3.23.0 (#527)
  • af2a58b feat: Remove deprecated methods (#526)
  • b3abc6c Update release notes
  • 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)