appium-uiautomator2-driver 5.0.0-beta.0 → 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": "5.0.0-beta.0",
10
+ "version": "5.0.0-rc.1",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },
@@ -56,50 +56,47 @@
56
56
  "singleQuote": true
57
57
  },
58
58
  "dependencies": {
59
- "appium-adb": "^12.12.0",
60
- "appium-android-driver": "^10.3.4",
61
- "appium-uiautomator2-server": "^7.4.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",
83
83
  "@types/lodash": "^4.14.194",
84
84
  "@types/mocha": "^10.0.1",
85
- "@types/node": "^22.0.0",
85
+ "@types/node": "^24.0.0",
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
- "conventional-changelog-conventionalcommits": "^8.0.0",
94
+ "conventional-changelog-conventionalcommits": "^9.0.0",
97
95
  "mocha": "^11.0.1",
98
96
  "prettier": "^3.0.3",
99
- "rimraf": "^5.0.0",
100
97
  "semantic-release": "^24.0.0",
101
98
  "sharp": "^0.x",
102
- "sinon": "^20.0.0",
99
+ "sinon": "^21.0.0",
103
100
  "ts-node": "^10.9.1",
104
101
  "typescript": "^5.4.2",
105
102
  "unzipper": "^0.x",
@@ -107,10 +104,10 @@
107
104
  "xpath": "^0.x"
108
105
  },
109
106
  "peerDependencies": {
110
- "appium": "^3.0.0-beta.1"
107
+ "appium": "^3.0.0-rc.2"
111
108
  },
112
109
  "engines": {
113
- "node": ">=20",
110
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
114
111
  "npm": ">=10"
115
112
  },
116
113
  "appium": {
@@ -132,9 +129,5 @@
132
129
  },
133
130
  "typedoc": {
134
131
  "entryPoint": "index.js"
135
- },
136
- "publishConfig": {
137
- "access": "public",
138
- "tag": "beta"
139
132
  }
140
133
  }