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

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

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 <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)

…5, < 9

Updates the requirements on [appium_lib_core](https://github.com/appium/ruby_lib_core) to permit the latest version.
- [Changelog](https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md)
- [Commits](appium/ruby_lib_core@v5.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: appium_lib_core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 11, 2024
@KazuCocoa KazuCocoa merged commit d9f00ea into main Mar 11, 2024
5 checks passed
@KazuCocoa KazuCocoa deleted the dependabot/bundler/finder/ruby/appium_lib_core-gte-5-and-lt-9 branch March 11, 2024 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant