appium-uiautomator2-driver 4.2.9 → 5.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "4.2.9",
10
+ "version": "5.0.0-rc.1",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },
@@ -56,27 +56,27 @@
56
56
  "singleQuote": true
57
57
  },
58
58
  "dependencies": {
59
- "appium-adb": "^12.12.0",
60
- "appium-android-driver": "^10.3.11",
61
- "appium-uiautomator2-server": "^7.7.0",
59
+ "appium-adb": "^13.0.0",
60
+ "appium-android-driver": "^11.0.0",
61
+ "appium-uiautomator2-server": "^8.0.0",
62
62
  "asyncbox": "^3.0.0",
63
63
  "axios": "^1.6.5",
64
64
  "bluebird": "^3.5.1",
65
65
  "css-selector-parser": "^3.0.0",
66
- "io.appium.settings": "^5.14.3",
66
+ "io.appium.settings": "^6.0.0",
67
67
  "lodash": "^4.17.4",
68
68
  "portscanner": "^2.2.0",
69
69
  "source-map-support": "^0.x",
70
- "teen_process": "^2.2.0",
70
+ "teen_process": "^3.0.0",
71
71
  "type-fest": "^4.4.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@appium/docutils": "^1.0.1",
75
- "@appium/eslint-config-appium-ts": "^1.x",
76
- "@appium/support": "^6.0.0",
77
- "@appium/test-support": "^3.0.0",
78
- "@appium/tsconfig": "^0.x",
79
- "@appium/types": "^0.x",
74
+ "@appium/docutils": "^2.0.0-rc.1",
75
+ "@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
76
+ "@appium/support": "^7.0.0-rc.1",
77
+ "@appium/test-support": "^4.0.0-rc.1",
78
+ "@appium/tsconfig": "^1.0.0-rc.1",
79
+ "@appium/types": "^1.0.0-rc.1",
80
80
  "@semantic-release/changelog": "^6.0.1",
81
81
  "@semantic-release/git": "^10.0.1",
82
82
  "@types/bluebird": "^3.5.38",
@@ -86,11 +86,9 @@
86
86
  "@types/portscanner": "^2.1.1",
87
87
  "@types/semver": "^7.5.0",
88
88
  "@types/source-map-support": "^0.x",
89
- "@types/teen_process": "^2.0.0",
90
89
  "@types/ws": "^8.5.4",
91
90
  "@xmldom/xmldom": "^0.x",
92
- "android-apidemos": "^4.1.1",
93
- "appium": "^2.0.0-rc.3",
91
+ "android-apidemos": "^5.0.0",
94
92
  "chai": "^5.1.1",
95
93
  "chai-as-promised": "^8.0.0",
96
94
  "conventional-changelog-conventionalcommits": "^9.0.0",
@@ -106,11 +104,11 @@
106
104
  "xpath": "^0.x"
107
105
  },
108
106
  "peerDependencies": {
109
- "appium": "^2.4.1 || ^3.0.0-beta.0"
107
+ "appium": "^3.0.0-rc.2"
110
108
  },
111
109
  "engines": {
112
- "node": ">=14",
113
- "npm": ">=8"
110
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
111
+ "npm": ">=10"
114
112
  },
115
113
  "appium": {
116
114
  "driverName": "uiautomator2",