appium-espresso-driver 9.0.0 → 9.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [9.0.1](https://github.com/appium/appium-espresso-driver/compare/v9.0.0...v9.0.1) (2026-07-01)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * downgrade conventional-changelog-conventionalcommits to v9 ([#1188](https://github.com/appium/appium-espresso-driver/issues/1188)) ([869b6ab](https://github.com/appium/appium-espresso-driver/commit/869b6ab7533a26c892f1379140625378675ee8ab))
6
+
1
7
  ## [9.0.0](https://github.com/appium/appium-espresso-driver/compare/v8.6.2...v9.0.0) (2026-06-22)
2
8
 
3
9
  ### ⚠ BREAKING CHANGES
@@ -1,2 +1,2 @@
1
- #Mon Jun 22 13:10:08 UTC 2026
2
- gradle.version=9.6.0
1
+ #Wed Jul 01 17:18:49 UTC 2026
2
+ gradle.version=9.6.1
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
4
4
  networkTimeout=10000
5
5
  retries=0
6
6
  retryBackOffMs=500
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
2
2
 
3
3
  // This value is updated automatically by the NPM versioning script
4
4
  // It should be in sync with the NPM module version from package.json
5
- private const val VERSION = "9.0.0"
5
+ private const val VERSION = "9.0.1"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "9.0.0",
9
+ "version": "9.0.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^15.0.0",
@@ -37,7 +37,7 @@
37
37
  "async-lock": "^1.0.0",
38
38
  "chai": "^6.0.0",
39
39
  "chai-as-promised": "^8.0.0",
40
- "conventional-changelog-conventionalcommits": "^9.0.0",
40
+ "conventional-changelog-conventionalcommits": "^9.3.1",
41
41
  "prettier": "^3.0.0",
42
42
  "semantic-release": "^25.0.2",
43
43
  "semver": "^7.3.7",
@@ -84,6 +84,31 @@
84
84
  "spdy": "4.0.2"
85
85
  }
86
86
  },
87
+ "node_modules/@appium/base-driver/node_modules/asyncbox": {
88
+ "version": "6.3.0",
89
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
90
+ "integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
91
+ "license": "Apache-2.0",
92
+ "dependencies": {
93
+ "p-limit": "^7.2.0"
94
+ },
95
+ "engines": {
96
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
97
+ "npm": ">=10"
98
+ }
99
+ },
100
+ "node_modules/@appium/base-driver/node_modules/axios": {
101
+ "version": "1.18.0",
102
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
103
+ "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
104
+ "license": "MIT",
105
+ "dependencies": {
106
+ "follow-redirects": "^1.16.0",
107
+ "form-data": "^4.0.5",
108
+ "https-proxy-agent": "^5.0.1",
109
+ "proxy-from-env": "^2.1.0"
110
+ }
111
+ },
87
112
  "node_modules/@appium/logger": {
88
113
  "version": "2.0.9",
89
114
  "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.9.tgz",
@@ -149,6 +174,31 @@
149
174
  "sharp": "0.35.1"
150
175
  }
151
176
  },
177
+ "node_modules/@appium/support/node_modules/asyncbox": {
178
+ "version": "6.3.0",
179
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
180
+ "integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
181
+ "license": "Apache-2.0",
182
+ "dependencies": {
183
+ "p-limit": "^7.2.0"
184
+ },
185
+ "engines": {
186
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
187
+ "npm": ">=10"
188
+ }
189
+ },
190
+ "node_modules/@appium/support/node_modules/axios": {
191
+ "version": "1.18.0",
192
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
193
+ "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
194
+ "license": "MIT",
195
+ "dependencies": {
196
+ "follow-redirects": "^1.16.0",
197
+ "form-data": "^4.0.5",
198
+ "https-proxy-agent": "^5.0.1",
199
+ "proxy-from-env": "^2.1.0"
200
+ }
201
+ },
152
202
  "node_modules/@appium/support/node_modules/semver": {
153
203
  "version": "7.8.4",
154
204
  "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz",
@@ -330,9 +380,9 @@
330
380
  }
331
381
  },
332
382
  "node_modules/appium-adb": {
333
- "version": "15.0.1",
334
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.1.tgz",
335
- "integrity": "sha512-s2B9p78PLjLn59QeO8QNVcbqu+QIXT1uDBFsbHJbUp0vci0gKXenpoF7jRDgbgwYPs7AqlILMRmFUml6/P5ZxA==",
383
+ "version": "15.0.5",
384
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.5.tgz",
385
+ "integrity": "sha512-nXNpPL6ai0BoRQPnNHukdG3el4uQxr6WBahnhs2IyrJLw/6yyRo9YQJ6s2rVHy1OoULNFgVQjmldFgdhsvrbWg==",
336
386
  "license": "Apache-2.0",
337
387
  "dependencies": {
338
388
  "@appium/support": "^7.2.2",
@@ -349,9 +399,9 @@
349
399
  }
350
400
  },
351
401
  "node_modules/appium-android-driver": {
352
- "version": "13.2.4",
353
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.4.tgz",
354
- "integrity": "sha512-c5J+dbA0//eNVvGjFcURUtbJlDxUj9rjUjOXHIamytUpsPdi20raguwH7uOqR+WS2Tvv1ha/rnadsI1YAxRHsA==",
402
+ "version": "13.2.8",
403
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.8.tgz",
404
+ "integrity": "sha512-MK+oC7xg4u/71VwtenQ9yjHzmG9ZLxab6PEmwR3hetNK5ct4g3kdtoWq3vuKmFGgs7J6nAL+dPgSXqgZuU+I9A==",
355
405
  "license": "Apache-2.0",
356
406
  "dependencies": {
357
407
  "@appium/support": "^7.2.2",
@@ -379,9 +429,9 @@
379
429
  }
380
430
  },
381
431
  "node_modules/appium-chromedriver": {
382
- "version": "8.4.10",
383
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.10.tgz",
384
- "integrity": "sha512-kOkpAp6lXTCJHGnpKtCx16X8dTw8yRQQvxr3exbyNT/JSQwmG+Wvyc8+iuZt9F9S8y1AP5RZKOJ/IG57oIu9nQ==",
432
+ "version": "8.4.14",
433
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.14.tgz",
434
+ "integrity": "sha512-17zQa+j1bv7LfYsvz2mDIBgMs9OeqsHp9lKSJeZ5NMVteIs3gTujaZTci0lNvPHqsXTmXYSGGdXdHiCEM3axAg==",
385
435
  "license": "Apache-2.0",
386
436
  "dependencies": {
387
437
  "@appium/base-driver": "^10.0.0-rc.2",
@@ -440,9 +490,9 @@
440
490
  "license": "MIT"
441
491
  },
442
492
  "node_modules/asyncbox": {
443
- "version": "6.3.0",
444
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
445
- "integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
493
+ "version": "6.3.1",
494
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.1.tgz",
495
+ "integrity": "sha512-48aDXFweBUWkAjmE6fCobYZY+rq93OYerERLIaVYVDGZSRNFYYaI+sZEJyqUwzxDSlzOHF6ckUEqis/JmHkrMA==",
446
496
  "license": "Apache-2.0",
447
497
  "dependencies": {
448
498
  "p-limit": "^7.2.0"
@@ -459,9 +509,9 @@
459
509
  "license": "MIT"
460
510
  },
461
511
  "node_modules/axios": {
462
- "version": "1.18.0",
463
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
464
- "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
512
+ "version": "1.18.1",
513
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz",
514
+ "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==",
465
515
  "license": "MIT",
466
516
  "dependencies": {
467
517
  "follow-redirects": "^1.16.0",
@@ -532,9 +582,9 @@
532
582
  }
533
583
  },
534
584
  "node_modules/bare-os": {
535
- "version": "3.9.1",
536
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.1.tgz",
537
- "integrity": "sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==",
585
+ "version": "3.9.3",
586
+ "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.3.tgz",
587
+ "integrity": "sha512-fF4Q7QsyKVF5Rj0qvI8BgUNjqzC2JvQlpTaPLjVJVxYVUX5Zr9un+y3w1HmA4nNKdFmRBT8z/WmrjvXzXVerKQ==",
538
588
  "license": "Apache-2.0",
539
589
  "engines": {
540
590
  "bare": ">=1.14.0"
@@ -678,9 +728,9 @@
678
728
  }
679
729
  },
680
730
  "node_modules/brace-expansion": {
681
- "version": "5.0.6",
682
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
683
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
731
+ "version": "5.0.7",
732
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
733
+ "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
684
734
  "license": "MIT",
685
735
  "dependencies": {
686
736
  "balanced-match": "^4.0.2"
@@ -1629,9 +1679,9 @@
1629
1679
  }
1630
1680
  },
1631
1681
  "node_modules/io.appium.settings": {
1632
- "version": "7.1.4",
1633
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.4.tgz",
1634
- "integrity": "sha512-6lC5W4MRkehwjKzgwhY3pPqZ0XLXFLRJHoN+VfP1pzbNu1Pp4ALbqFoAaIN4n0J02HgeE3dlbvDv+Eze+PRsZw==",
1682
+ "version": "7.1.8",
1683
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.8.tgz",
1684
+ "integrity": "sha512-wfv+BvYZpsNSJDI660JgRbOHEqpte7efhDb0qEi0QGLb7i/cIp3wpNjIAnLKz1Px4Wz2s+Sq3G1sV8t8kyqH6A==",
1635
1685
  "license": "Apache-2.0",
1636
1686
  "dependencies": {
1637
1687
  "@appium/logger": "^2.0.0-rc.1",
@@ -2243,12 +2293,13 @@
2243
2293
  }
2244
2294
  },
2245
2295
  "node_modules/qs": {
2246
- "version": "6.15.2",
2247
- "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz",
2248
- "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==",
2296
+ "version": "6.15.3",
2297
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
2298
+ "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
2249
2299
  "license": "BSD-3-Clause",
2250
2300
  "dependencies": {
2251
- "side-channel": "^1.1.0"
2301
+ "es-define-property": "^1.0.1",
2302
+ "side-channel": "^1.1.1"
2252
2303
  },
2253
2304
  "engines": {
2254
2305
  "node": ">=0.6"
@@ -2258,12 +2309,16 @@
2258
2309
  }
2259
2310
  },
2260
2311
  "node_modules/range-parser": {
2261
- "version": "1.2.1",
2262
- "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
2263
- "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
2312
+ "version": "1.3.0",
2313
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.3.0.tgz",
2314
+ "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==",
2264
2315
  "license": "MIT",
2265
2316
  "engines": {
2266
2317
  "node": ">= 0.6"
2318
+ },
2319
+ "funding": {
2320
+ "type": "opencollective",
2321
+ "url": "https://opencollective.com/express"
2267
2322
  }
2268
2323
  },
2269
2324
  "node_modules/raw-body": {
@@ -2831,9 +2886,9 @@
2831
2886
  }
2832
2887
  },
2833
2888
  "node_modules/teen_process": {
2834
- "version": "4.1.5",
2835
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.5.tgz",
2836
- "integrity": "sha512-XQ4MDij09YygEZyXD6QFKfWhAi7efiEQ4fM2ACNDgkj/LO5mZWi2bR5ghNEU232mMx4+MLrNwV95BV4S+4PGsg==",
2889
+ "version": "4.1.7",
2890
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.7.tgz",
2891
+ "integrity": "sha512-rWYaZsS8hjySi6lgrewZsOtELuya7W2xu2DEG16ibcDcH+iyqn4fyp8Y08IncBo/q8MdOibVyP9GViqzvA7nsw==",
2837
2892
  "license": "Apache-2.0",
2838
2893
  "dependencies": {
2839
2894
  "shell-quote": "^1.8.1"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "9.0.0",
10
+ "version": "9.0.1",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -133,7 +133,7 @@
133
133
  "async-lock": "^1.0.0",
134
134
  "chai": "^6.0.0",
135
135
  "chai-as-promised": "^8.0.0",
136
- "conventional-changelog-conventionalcommits": "^9.0.0",
136
+ "conventional-changelog-conventionalcommits": "^9.3.1",
137
137
  "prettier": "^3.0.0",
138
138
  "semantic-release": "^25.0.2",
139
139
  "semver": "^7.3.7",