appium / ios-test-app

iOS app for testing
Apache License 2.0
35 stars 67 forks source link

chore(deps-dev): bump @appium/eslint-config-appium from 4.7.4 to 5.0.1 #35

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @appium/eslint-config-appium from 4.7.4 to 5.0.1.

Release notes

Sourced from @​appium/eslint-config-appium's releases.

@​appium/eslint-config-appium@​5.0.1

5.0.1 (2022-01-11)

Note: Version bump only for package @​appium/eslint-config-appium

Changelog

Sourced from @​appium/eslint-config-appium's changelog.

CHANGES IN VERSION 1.22.2 (FROM 1.22.1)

Appium 1.22.2 is a patch release

We're going to move to Appium 2.x. Appium 1.x will be receiving minor or patch releases only if XCTest gets breaking updates or major bugs pop up before the EOL.

iOS(XCUITest)

CHANGES IN VERSION 1.22.1 (FROM 1.22.0)

Appium 1.22.1 is a patch release

We're going to move to Appium 2.x. Appium 1.x will be receiving minor or patch releases only if XCTest gets breaking updates or major bugs pop up before the EOL.

General

Android General

Android(UIAutomator2)

  • Add capabilities:
    • unlockStrategy to customize the strategy of unlock. Defaults to locksettings on Android 8+, where this adb shell command is supported. The previous behavior is uiautomator.
    • chromeLoggingPrefs to configure chrome logging preferences mapping appium-android-driver#710
  • Add mobile: extensions:
  • Fix /appium/device/display_density endpoint to get the device density on Android 12 by getting it via Android API instead of adb command appium-uiautomator2-driver#474 appium-uiautomator2-server#444
  • XPath locators now support XPath 2.0 specification. XPath 2.0 is backward compatible to v 1.0, which means the most of existing queries should still work as expected. However, more advanced queries might require updates due to the strict type checking. See issues#16142 appium-uiautomator2-server#442 for more details.

iOS(XCUITest)

  • Decode cookies safely in WebView context appium-xcuitest-driver#1336
  • Tune alert monitoring appium-xcuitest-driver#1340
  • Add capabilities:
    • appInstallStrategy capability to customize the application installation strategy. serial, parallel and ios-deploy are available. Please read capabilities for more details. This strategy is available via installation APIs as well.

... (truncated)

Commits
  • ca90a11 Publish
  • 7d8d547 fix(support): allow @​u4/opencv4nodejs in addition to the old one, and promote...
  • 40a6f05 fix: Switch colors package to a non-compomised repository (#16317)
  • d69fc60 refactor(base-driver): Make configureApp helper more flexible (#16168)
  • af96879 feat(appium): add --show-config (#16207)
  • 9a85a41 fix(base-driver): follow W3C capabilities more strictly (#16193)
  • bc86e28 chore(): update dependency @​types/chai to v4.3.0
  • 25087c3 chore(gulp-plugins): update dependency @​types/node to v16.11.12
  • ab9e245 chore: add workflow_dispatch event trigger
  • fa453a1 chore: restrict FOSSA workflow
  • Additional commits viewable in compare view


Dependabot compatibility score

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)