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: Update appium_lib_core requirement from >= 9.2.1, < 11.0 to >= 9.2.1, < 12.0 #1063

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 Mar 21, 2025

Updates the requirements on appium_lib_core to permit the latest version.

Changelog

Sourced from appium_lib_core's changelog.

[11.0.0] - 2025-03-21

Enhancements

  • Remove deprecated marked commands
    • get_network_connection / set_network_connection, toggle_wifi, toggle_data, toggle_airplane_mode
      • Please use mobile: setConnectivity / mobile: getConnectivity instead
    • start_activity
      • Please use mobile: startActivity instead
  • Use mobile command for existing methods (the backend method call has changed. Old appium such as Appium v1 or before may have an issue as no matched command)
    • toggle_location_services, get_performance_data, get_performance_data_types, finger_print, open_notifications, current_activity, current_package, get_system_bars, system_bars, toggle_location_services, hide_keyboard, background_app, set_clipboard, get_clipboard, send_sms, gsm_call, gsm_signal, gsm_voice, set_network_speed, set_power_capacity, set_power_ac, get_display_density, lock, unlock, locked?, hide_keyboard, press_keycode, long_press_keycode, app_strings, app_state, shake, device_time

[10.0.0] - 2025-02-16

Enhancements

  • Use http://127.0.0.1:4723 as the default url destination instead of http://127.0.0.1:4723/wd/hub
    • --base-path in appium server may need to drop the /wd/hub

[9.5.2] - 2025-01-30

  • Fix yardoc

[9.5.1] - 2025-01-29

Enhancements

  • Added a module to search context to improve documentation

[9.5.0] - 2025-01-22

Deprecations

  • Drop Ruby 3.0 by following selenium binding

[9.4.0] - 2025-01-08

Enhancements

  • Update /se/log/types and /se/log endpoint call instead of /log/types and /log for W3C WebDrier era.

[9.3.0] - 2024-12-08

Deprecations

  • Remove deprecated Appium::Core#quit_driver. Please use Appium::Core::Driver.quit instead.

[9.2.1] - 2024-08-01

Bug fixes

  • Fix to return symbols for Core#device and Core#automation_name

[9.2.0] - 2024-07-21

Enhancements

  • Raise defined errors in this library instead of Ruby general errors in some places.
    • Most of errors have already followed this method. This version has updated rest of them.

... (truncated)

Commits
  • 5a5ab02 Release 11.0.0
  • 8d19b1f feat: replace duplicated commands/endpoint with mobile extensions (#600)
  • f2857c2 chore(deps): update rubocop requirement from 1.73.2 to 1.74.0 (#599)
  • 7265c89 chore(deps): update rubocop requirement from 1.73.0 to 1.73.2 (#598)
  • ac54640 chore(deps): update rubocop requirement from 1.72.2 to 1.73.0 (#596)
  • 986fdab chore(deps): update rubocop requirement from 1.72.1 to 1.72.2 (#594)
  • 2d169d3 Merge branch 'master' of github.com:appium/ruby_lib_core
  • 9271c78 chore: correct yardocs
  • dbe0af0 chore(deps): update rubocop requirement from 1.71.2 to 1.72.1 (#593)
  • 231bf50 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)

… 9.2.1, < 12.0

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@v9.2.1...v11.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Mar 21, 2025
@dependabot dependabot bot requested a review from KazuCocoa as a code owner March 21, 2025 11:16
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.

0 participants