appium-espresso-driver 8.6.1 → 8.6.2

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,10 @@
1
+ ## [8.6.2](https://github.com/appium/appium-espresso-driver/compare/v8.6.1...v8.6.2) (2026-06-19)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump @types/node from 25.9.4 to 26.0.0 ([#1181](https://github.com/appium/appium-espresso-driver/issues/1181)) ([357ec3c](https://github.com/appium/appium-espresso-driver/commit/357ec3cbf5ec36b93b777e027230c23a5ba0c193))
6
+ * **deps:** bump gradle-wrapper from 9.5.1 to 9.6.0 in /espresso-server ([#1182](https://github.com/appium/appium-espresso-driver/issues/1182)) ([b28e5d5](https://github.com/appium/appium-espresso-driver/commit/b28e5d597b37c2705fa5228adfaf883dc4c1020f))
7
+
1
8
  ## [8.6.1](https://github.com/appium/appium-espresso-driver/compare/v8.6.0...v8.6.1) (2026-06-19)
2
9
 
3
10
  ### Miscellaneous Chores
@@ -1,2 +1,2 @@
1
- #Fri Jun 19 05:54:14 UTC 2026
2
- gradle.version=9.5.1
1
+ #Fri Jun 19 14:23:10 UTC 2026
2
+ gradle.version=9.6.0
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
4
4
  networkTimeout=10000
5
5
  retries=0
6
6
  retryBackOffMs=500
@@ -20,7 +20,7 @@
20
20
 
21
21
  ##############################################################################
22
22
  #
23
- # Gradle start up script for POSIX generated by Gradle.
23
+ # gradlew start up script for POSIX generated by Gradle.
24
24
  #
25
25
  # Important for running:
26
26
  #
@@ -29,7 +29,7 @@
29
29
  # bash, then to run this script, type that shell name before the whole
30
30
  # command line, like:
31
31
  #
32
- # ksh Gradle
32
+ # ksh gradlew
33
33
  #
34
34
  # Busybox and similar reduced shells will NOT work, because this script
35
35
  # requires all of these POSIX shell features:
@@ -19,7 +19,7 @@
19
19
  @if "%DEBUG%"=="" @echo off
20
20
  @rem ##########################################################################
21
21
  @rem
22
- @rem Gradle startup script for Windows
22
+ @rem gradlew startup script for Windows
23
23
  @rem
24
24
  @rem ##########################################################################
25
25
 
@@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2
72
72
 
73
73
 
74
74
 
75
- @rem Execute Gradle
75
+ @rem Execute gradlew
76
76
  @rem endlocal doesn't take effect until after the line is parsed and variables are expanded
77
77
  @rem which allows us to clear the local environment before executing the java command
78
78
  endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel
@@ -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 = "8.6.1"
5
+ private const val VERSION = "8.6.2"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "8.6.1",
3
+ "version": "8.6.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "8.6.1",
9
+ "version": "8.6.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^15.0.0",
@@ -29,7 +29,7 @@
29
29
  "@types/chai": "^5.2.3",
30
30
  "@types/chai-as-promised": "^8.0.2",
31
31
  "@types/mocha": "^10.0.1",
32
- "@types/node": "^25.0.0",
32
+ "@types/node": "^26.0.0",
33
33
  "@types/portscanner": "^2.1.4",
34
34
  "@types/semver": "^7.7.1",
35
35
  "@types/sinon": "^21.0.0",
@@ -152,6 +152,19 @@
152
152
  "sharp": "0.35.1"
153
153
  }
154
154
  },
155
+ "node_modules/@appium/support/node_modules/teen_process": {
156
+ "version": "4.1.3",
157
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
158
+ "integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
159
+ "license": "Apache-2.0",
160
+ "dependencies": {
161
+ "shell-quote": "^1.8.1"
162
+ },
163
+ "engines": {
164
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
165
+ "npm": ">=10"
166
+ }
167
+ },
155
168
  "node_modules/@appium/types": {
156
169
  "version": "1.5.1",
157
170
  "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.1.tgz",
@@ -308,9 +321,9 @@
308
321
  }
309
322
  },
310
323
  "node_modules/appium-adb": {
311
- "version": "15.0.0",
312
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.0.tgz",
313
- "integrity": "sha512-RIRCcBzVlFlO2VHXmXPzComPFQL05fs+qEtK1ftVtB4kEggk+ewfD8VSI0ZuUGOD8NQlNusDgRQV8p/LKlNryg==",
324
+ "version": "15.0.1",
325
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.1.tgz",
326
+ "integrity": "sha512-s2B9p78PLjLn59QeO8QNVcbqu+QIXT1uDBFsbHJbUp0vci0gKXenpoF7jRDgbgwYPs7AqlILMRmFUml6/P5ZxA==",
314
327
  "license": "Apache-2.0",
315
328
  "dependencies": {
316
329
  "@appium/support": "^7.2.2",
@@ -327,9 +340,9 @@
327
340
  }
328
341
  },
329
342
  "node_modules/appium-android-driver": {
330
- "version": "13.2.3",
331
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.3.tgz",
332
- "integrity": "sha512-U3Qp0rDvLM7RZc2XnN7h7xYos78g9pVkWSXi96tGpZAr0MH952XLerc1mpKMnTUxxtniN0+9VeuyiDel0q8+2w==",
343
+ "version": "13.2.4",
344
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.4.tgz",
345
+ "integrity": "sha512-c5J+dbA0//eNVvGjFcURUtbJlDxUj9rjUjOXHIamytUpsPdi20raguwH7uOqR+WS2Tvv1ha/rnadsI1YAxRHsA==",
333
346
  "license": "Apache-2.0",
334
347
  "dependencies": {
335
348
  "@appium/support": "^7.2.2",
@@ -357,9 +370,9 @@
357
370
  }
358
371
  },
359
372
  "node_modules/appium-chromedriver": {
360
- "version": "8.4.9",
361
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.9.tgz",
362
- "integrity": "sha512-lkDbWWQLoSPK/ZZhxeQb+++dBFiWVWyVxHjJ+FlcBOwbmfGF7rbEnQ/BVPmKArCI/WA0Qg/6FEl+LprRYPCSTA==",
373
+ "version": "8.4.10",
374
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.10.tgz",
375
+ "integrity": "sha512-kOkpAp6lXTCJHGnpKtCx16X8dTw8yRQQvxr3exbyNT/JSQwmG+Wvyc8+iuZt9F9S8y1AP5RZKOJ/IG57oIu9nQ==",
363
376
  "license": "Apache-2.0",
364
377
  "dependencies": {
365
378
  "@appium/base-driver": "^10.0.0-rc.2",
@@ -1620,9 +1633,9 @@
1620
1633
  }
1621
1634
  },
1622
1635
  "node_modules/io.appium.settings": {
1623
- "version": "7.1.3",
1624
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.3.tgz",
1625
- "integrity": "sha512-GHyn/eHctGVY/OHO8VoWFFCVAbNWOn+b4QiTMYTyFnRmaVuMVvotZYxlgQgs3pUxRrqG1U755gZ4Nyw18OrpUA==",
1636
+ "version": "7.1.4",
1637
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.4.tgz",
1638
+ "integrity": "sha512-6lC5W4MRkehwjKzgwhY3pPqZ0XLXFLRJHoN+VfP1pzbNu1Pp4ALbqFoAaIN4n0J02HgeE3dlbvDv+Eze+PRsZw==",
1626
1639
  "license": "Apache-2.0",
1627
1640
  "dependencies": {
1628
1641
  "@appium/logger": "^2.0.0-rc.1",
@@ -2839,9 +2852,9 @@
2839
2852
  }
2840
2853
  },
2841
2854
  "node_modules/teen_process": {
2842
- "version": "4.1.3",
2843
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
2844
- "integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
2855
+ "version": "4.1.4",
2856
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.4.tgz",
2857
+ "integrity": "sha512-0bXracUK3DuQTYgx0r5Gc9hui6KxFYqGdnieoPeafAwC1ntXTmWF0UwZJBJkoiu+UZuiKTIsl4g4XVobKbIIwA==",
2845
2858
  "license": "Apache-2.0",
2846
2859
  "dependencies": {
2847
2860
  "shell-quote": "^1.8.1"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "8.6.1",
10
+ "version": "8.6.2",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -122,7 +122,7 @@
122
122
  "@types/chai": "^5.2.3",
123
123
  "@types/chai-as-promised": "^8.0.2",
124
124
  "@types/mocha": "^10.0.1",
125
- "@types/node": "^25.0.0",
125
+ "@types/node": "^26.0.0",
126
126
  "@types/portscanner": "^2.1.4",
127
127
  "@types/semver": "^7.7.1",
128
128
  "@types/sinon": "^21.0.0",