Skip to content

Update dependency appium to v3#27

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-appium-monorepo
Open

Update dependency appium to v3#27
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-appium-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 15, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
appium (source) ^2.0.1^3.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

appium/appium (appium)

v3.2.0

Compare Source

Bug Fixes
  • appium: --show-config shouid only show CLI args if any were used (3de553a)

  • appium,support: re-enable log-filters (b3b6427)

  • appium,types: cliArgs is never undefined (e66dbb5)

  • appium: do not pollute pre-config parsed args with config file & defaults (5dcd2e2)

  • appium: ensure appiumCliDest is recognized by config file normalizer (1f89d7c), closes #​17638

  • appium: fix problematic ExtManifestWithSchema type (6d514c5)

  • appium: fixup (6c61eb8)

  • appium: squelch deprecation warning out of argparser (f4d1b81)

  • appium: store path to installed extension (10d1438)

  • appium: update dependency ajv to v8.11.2 (5a794ce)

  • execute-driver-plugin: update dependency webdriverio to v7.27.0 (edb3251)

  • fake-driver: update dependency asyncbox to v2.9.4 (70a9c14)

  • opencv: update definitelytyped (32557f4)

  • schema: add definition for log filters (09c5901)

  • support: Make upgradable versions parsing more permissive (#​17666) (32a2616)

  • support: update dependency axios to v1.2.0 (b80b88b)

  • support: update dependency axios to v1.2.1 (07d6ef6)

  • support: update dependency npmlog to v7 (68778ca)

  • types: update dependency type-fest to v3.2.0 (f5da9f3)

  • types: update dependency type-fest to v3.3.0 (33aef07)

  • types: update webdriverio monorepo to v7.26.0 (2a445ad)

  • chore!: set engines to minimum Node.js v14.17.0 (a1dbe6c)

Features
  • appium,support: use npm link for local installs (b5be1fe)
  • appium: Add colorized console logs to Appium (2.x) (#​17481) (fe4c6d6)
  • appium: add easy access to a few more drivers and plugins (#​17878) (5d60c45)
  • appium: implement schema migrations (13df5c7)
  • experimental support for typedoc generation (4746080)
  • schema: allow root $schema prop (726a7e1)
  • types: add declarations for versioned manifest files and their types (2092360)
BREAKING CHANGES
  • Appium now supports version range ^14.17.0 || ^16.13.0 || >=18.0.0

v3.1.2

Compare Source

Note: Version bump only for package appium

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Features
Bug Fixes

v3.0.2

Compare Source

Bug Fixes
  • appium: Return a non-zero exit code if an extension script execution fails (#​21563) (5d73a4f)

v3.0.1

Compare Source

Note: Version bump only for package appium

v3.0.0

Compare Source

Appium 3 Is Here! 🚀

See the blog post
and the migration guide for more details.

v2.19.0

Compare Source

Features
  • appium: implement GET /appium/sessions and deprecate GET /sessions (#​21233) (5f6bdfc)

v2.18.0

Compare Source

Features
  • base-driver: Accept x-request-id as override to generated requestId in handleLogContext (#​21154) (a82476f)

v2.17.1

Compare Source

Note: Version bump only for package appium

v2.17.0

Compare Source

Features
  • images-plugin: supports image elements included in actions. (#​21055) (0c50504)

v2.16.2

Compare Source

Note: Version bump only for package appium

v2.16.1

Compare Source

Note: Version bump only for package appium

v2.16.0

Compare Source

Features
  • Add /appium/extensions API to list available extensions (#​20931) (a6b6077)
  • add /appium/sessions, /session/:sessionId/appium/capabilities and deprecated marks will be removed in the future (#​20936) (eeb59ca)
  • Add BiDi commands to the listCommands API output (#​20925) (2635dcb)
  • appium: Add a command line parameter to configure HTTP server request timeout (#​21003) (eb1b156)
  • base-driver: Add an API to list commands (#​20914) (059f1cb)
Bug Fixes

v2.15.0

Compare Source

Features
  • appium,base-driver,base-plugin: allow plugins to define custom bidi commands and emit bidi events (#​20876) (8df1c21)

v2.14.1

Compare Source

Bug Fixes
  • appium: Do not update BiDi commands for drivers which don't support it (#​20879) (13d8b03)
  • execute-driver-plugin: update dependency webdriverio to v9.5.1 (#​20875) (93e4288)
  • support: update dependency teen_process to v2.2.3 (#​20882) (488e5de)

v2.14.0

Compare Source

Features
Bug Fixes

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
  • base-driver: Allow to prefix feature names with automation names (#​20793) (942057d)
Bug Fixes

v2.12.2

Compare Source

Bug Fixes

v2.12.1

Compare Source

Bug Fixes

v2.12.0

Compare Source

Features
  • appium: Make server graceful shutdown timeout configurable via command line args (#​20641) (5661888)
Bug Fixes
  • appium: update dependency winston to v3.15.0 (ab12235)
  • docutils: support Python 3.12+ (#​20666) (8d7cec9)
  • docutils: update dependency yaml to v2.6.0 (ed6c6dd)
  • execute-driver-plugin: update dependency webdriverio to v8.40.6 (796ca9f)

v2.11.5

Compare Source

Bug Fixes
  • appium: Return hostname as web socket url for BiDi if a broadcast address is assigned to the server (#​20603) (f0de55d)

v2.11.4

Compare Source

Bug Fixes

v2.11.3

Compare Source

Bug Fixes
  • appium: update dependency ajv to v8.17.1 (7528971)
  • appium: update dependency winston to v3.13.1 (dcfec17)
  • docutils: update dependency yaml to v2.5.0 (0c755f5)
  • execute-driver-plugin: update dependency webdriverio to v8.40.0 (#​20442) (b4612e0)
  • logger: update dependency lru-cache to v10.4.3 (#​20364) (8d79467)
  • support: update dependency axios to v1.7.3 (1ca77c6)
  • support: update dependency semver to v7.6.3 (5a9ab97)
  • types: update dependency type-fest to v4.22.0 (#​20387) (47405dd)
  • types: update dependency type-fest to v4.23.0 (#​20396) (0e8e3c7)

v2.11.2

Compare Source

Bug Fixes
  • appium: update dependency ws to v8.18.0 (44e4231)
  • execute-driver-plugin: update dependency webdriverio to v8.39.1 (c2f3a61)
  • support: update dependency teen_process to v2.1.10 (86f843b)
  • support: update dependency teen_process to v2.1.7 (5226fa8)
  • support: update dependency teen_process to v2.2.0 (06607da)
  • types: update dependency type-fest to v4.21.0 (#​20335) (8894b9a)

v2.11.1

Compare Source

Bug Fixes

v2.11.0

Compare Source

Features
Bug Fixes
  • appium: update dependency ws to v8.17.1 (d2b24da)
  • execute-driver-plugin: update dependency webdriverio to v8.39.0 (faf9623)
  • support: update dependency teen_process to v2.1.5 (bc388db)
  • support: update dependency teen_process to v2.1.6 (5412461)
  • types: update dependency type-fest to v4.20.1 (#​20255) (1984553)

v2.10.3

Compare Source

Note: Version bump only for package appium

v2.10.2

Compare Source

Note: Version bump only for package appium

v2.10.1

Compare Source

Note: Version bump only for package appium

v2.9.0

Compare Source

Features
Bug Fixes

v2.8.0

Compare Source

Features
Bug Fixes

v2.7.0

Compare Source

Features
Bug Fixes

v2.6.0

Compare Source

Features
  • appium: Make server graceful shutdown timeout configurable via command line args (#​20641) (5661888)
Bug Fixes
  • appium: update dependency winston to v3.15.0 (ab12235)
  • docutils: support Python 3.12+ (#​20666) (8d7cec9)
  • docutils: update dependency yaml to v2.6.0 (ed6c6dd)
  • execute-driver-plugin: update dependency webdriverio to v8.40.6 (796ca9f)

v2.5.4

Compare Source

Bug Fixes
  • execute-driver-plugin: update dependency webdriverio to v8.36.1 (9ad20ff)

v2.5.3

Compare Source

Bug Fixes
  • execute-driver-plugin: update dependency webdriverio to v8.36.0 (#​19998) (72f3284)

v2.5.2

Compare Source

Bug Fixes
  • appium: make --log-filters work (#​19825) (0d5a0a5)
  • appium: update definitelytyped (2687fa4)
  • appium: update definitelytyped (68456b8)
  • appium: update dependency ajv-formats to v3 (#​19957) (59ef09d)
  • appium: update dependency winston to v3.12.0 (8eb4e88)
  • appium: update dependency winston to v3.13.0 (03f8dc9)
  • docutils: update dependency lilconfig to v3.1.0 (f92640a)
  • docutils: update dependency lilconfig to v3.1.1 (e04e4e9)
  • docutils: update dependency typescript to v5.4.2 (#​19876) (2448fa0)
  • docutils: update dependency yaml to v2.4.0 (26ded7a)
  • docutils: update dependency yaml to v2.4.1 (636d6b3)
  • execute-driver-plugin: update dependency webdriverio to v8.32.0 (d25a0fc)
  • execute-driver-plugin: update dependency webdriverio to v8.32.1 (ea8c74b)
  • execute-driver-plugin: update dependency webdriverio to v8.32.2 (#​19807) (6c034aa)
  • execute-driver-plugin: update dependency webdriverio to v8.32.3 (f837a6a)
  • execute-driver-plugin: update dependency webdriverio to v8.32.4 (7516d41)
  • execute-driver-plugin: update dependency webdriverio to v8.33.1 (#​19877) (0e6c3ee)
  • execute-driver-plugin: update dependency webdriverio to v8.34.1 (7fc7446)
  • execute-driver-plugin: update dependency webdriverio to v8.35.1 (63d7550)
  • support: update dependency @​types/semver to v7.5.8 (d1705e2)
  • support: update dependency axios to v1.6.8 (bd6ab81)

v2.5.1

Compare Source

Bug Fixes

v2.5.0

Compare Source

Bug Fixes
  • appium: update dependency ajv to v8.17.1 (7528971)
  • appium: update dependency winston to v3.13.1 (dcfec17)
  • docutils: update dependency yaml to v2.5.0 (0c755f5)
  • execute-driver-plugin: update dependency webdriverio to v8.40.0 (#​20442) (b4612e0)
  • logger: update dependency lru-cache to v10.4.3 (#​20364) (8d79467)
  • support: update dependency axios to v1.7.3 (1ca77c6)
  • support: update dependency semver to v7.6.3 (5a9ab97)
  • types: update dependency type-fest to v4.22.0 (#​20387) (47405dd)
  • types: update dependency type-fest to v4.23.0 (#​20396) (0e8e3c7)

v2.4.1

Compare Source

Bug Fixes
  • appium: make --log-filters work (#​19825) (0d5a0a5)
  • appium: update definitelytyped (2687fa4)
  • appium: update definitelytyped (68456b8)
  • appium: update dependency ajv-formats to v3 (#​19957) (59ef09d)
  • appium: update dependency winston to v3.12.0 (8eb4e88)
  • appium: update dependency winston to v3.13.0 (03f8dc9)
  • docutils: update dependency lilconfig to v3.1.0 (f92640a)
  • docutils: update dependency lilconfig to v3.1.1 (e04e4e9)
  • docutils: update dependency typescript to v5.4.2 (#​19876) (2448fa0)
  • docutils: update dependency yaml to v2.4.0 (26ded7a)
  • docutils: update dependency yaml to v2.4.1 (636d6b3)
  • execute-driver-plugin: update dependency webdriverio to v8.32.0 (d25a0fc)
  • execute-driver-plugin: update dependency webdriverio to v8.32.1 (ea8c74b)
  • execute-driver-plugin: update dependency webdriverio to v8.32.2 (#​19807) (6c034aa)
  • execute-driver-plugin: update dependency webdriverio to v8.32.3 (f837a6a)
  • execute-driver-plugin: update dependency webdriverio to v8.32.4 (7516d41)
  • execute-driver-plugin: update dependency webdriverio to v8.33.1 (#​19877) (0e6c3ee)
  • execute-driver-plugin: update dependency webdriverio to v8.34.1 (7fc7446)
  • execute-driver-plugin: update dependency webdriverio to v8.35.1 (63d7550)
  • support: update dependency @​types/semver to v7.5.8 (d1705e2)
  • support: update dependency axios to v1.6.8 (bd6ab81)

v2.4.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @appium/typedoc-plugin-appium@0.6.6
npm warn Found: appium@3.2.0
npm warn node_modules/appium
npm warn   appium@"^3.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer appium@"^2.0.0-beta.48" from @appium/typedoc-plugin-appium@0.6.6
npm warn node_modules/@appium/typedoc-plugin-appium
npm warn   @appium/typedoc-plugin-appium@"^0.6.6" from @appium/docutils@0.4.9
npm warn   node_modules/@appium/docutils
npm warn
npm warn Conflicting peer dependency: appium@2.19.0
npm warn node_modules/appium
npm warn   peer appium@"^2.0.0-beta.48" from @appium/typedoc-plugin-appium@0.6.6
npm warn   node_modules/@appium/typedoc-plugin-appium
npm warn     @appium/typedoc-plugin-appium@"^0.6.6" from @appium/docutils@0.4.9
npm warn     node_modules/@appium/docutils
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: appium-device-farm@8.2.6
npm error Found: appium@3.2.0
npm error node_modules/appium
npm error   appium@"^3.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer appium@"^2.0.0" from appium-device-farm@8.2.6
npm error node_modules/appium-device-farm
npm error   appium-device-farm@"^8.2.2" from the root project
npm error
npm error Conflicting peer dependency: appium@2.19.0
npm error node_modules/appium
npm error   peer appium@"^2.0.0" from appium-device-farm@8.2.6
npm error   node_modules/appium-device-farm
npm error     appium-device-farm@"^8.2.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-02-13T12_02_20_727Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-02-13T12_02_20_727Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants