appium-espresso-driver 8.3.0 → 8.3.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,10 @@
1
+ ## [8.3.1](https://github.com/appium/appium-espresso-driver/compare/v8.3.0...v8.3.1) (2026-05-06)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump sinon from 21.1.2 to 22.0.0 ([#1158](https://github.com/appium/appium-espresso-driver/issues/1158)) ([c8ee136](https://github.com/appium/appium-espresso-driver/commit/c8ee1362b4b60ab8a8711ecfec2c5d639ad1e8f8))
6
+ * **deps:** bump androidGradlePlugin in /espresso-server ([#1159](https://github.com/appium/appium-espresso-driver/issues/1159)) ([b31ce92](https://github.com/appium/appium-espresso-driver/commit/b31ce92461cfeafb76cf159c41a0e1da49858419))
7
+
1
8
  ## [8.3.0](https://github.com/appium/appium-espresso-driver/compare/v8.2.2...v8.3.0) (2026-05-04)
2
9
 
3
10
  ### Features
@@ -1,2 +1,2 @@
1
- #Mon May 04 17:13:59 UTC 2026
1
+ #Wed May 06 14:43:53 UTC 2026
2
2
  gradle.version=9.5.0
@@ -1,5 +1,5 @@
1
1
  [versions]
2
- androidGradlePlugin = "9.2.0"
2
+ androidGradlePlugin = "9.2.1"
3
3
  kotlin = "2.3.20"
4
4
  androidxTest = "1.5.0"
5
5
  annotation = "1.6.0"
@@ -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.3.0"
5
+ private const val VERSION = "8.3.1"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "8.3.0",
9
+ "version": "8.3.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
@@ -42,7 +42,7 @@
42
42
  "prettier": "^3.0.0",
43
43
  "semantic-release": "^25.0.2",
44
44
  "semver": "^7.3.7",
45
- "sinon": "^21.0.0",
45
+ "sinon": "^22.0.0",
46
46
  "ts-node": "^10.9.1",
47
47
  "typescript": "^6.0.3",
48
48
  "webdriverio": "^9.26.0",
@@ -578,9 +578,9 @@
578
578
  }
579
579
  },
580
580
  "node_modules/appium-chromedriver": {
581
- "version": "8.2.30",
582
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.30.tgz",
583
- "integrity": "sha512-TI7R/cjVglaK5F43SDYQAcLX1r/roUZgndhT819fBGNaN9uS+e1JdN39IvmfXmPr8L0DmAHA5MuTdzl5cu0CAg==",
581
+ "version": "8.3.0",
582
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.3.0.tgz",
583
+ "integrity": "sha512-kFLjNZiO/h/DXhTFUXYEAt/UNUkcPxt/j6dzO+GRetxScpcO1KuLyxXPWiYbEzyJINGAs9AIW1jCTIBT8wELCA==",
584
584
  "license": "Apache-2.0",
585
585
  "dependencies": {
586
586
  "@appium/base-driver": "^10.0.0-rc.2",
@@ -589,7 +589,6 @@
589
589
  "appium-adb": "^14.0.0",
590
590
  "asyncbox": "^6.0.1",
591
591
  "axios": "^1.6.5",
592
- "bluebird": "^3.5.1",
593
592
  "compare-versions": "^6.0.0",
594
593
  "lodash": "^4.17.4",
595
594
  "semver": "^7.0.0",
@@ -856,9 +855,9 @@
856
855
  }
857
856
  },
858
857
  "node_modules/bare-url": {
859
- "version": "2.4.2",
860
- "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.2.tgz",
861
- "integrity": "sha512-/9a2j4ac6ckpmAHvod/ob7x439OAHst/drc2Clnq+reRYd/ovddwcF4LfoxHyNk5AuGBnPg+HqFjmE/Zpq6v0A==",
858
+ "version": "2.4.3",
859
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.3.tgz",
860
+ "integrity": "sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==",
862
861
  "license": "Apache-2.0",
863
862
  "dependencies": {
864
863
  "bare-path": "^3.0.0"
@@ -1320,6 +1319,16 @@
1320
1319
  "license": "MIT",
1321
1320
  "optional": true
1322
1321
  },
1322
+ "node_modules/diff": {
1323
+ "version": "9.0.0",
1324
+ "resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
1325
+ "integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
1326
+ "extraneous": true,
1327
+ "license": "BSD-3-Clause",
1328
+ "engines": {
1329
+ "node": ">=0.3.1"
1330
+ }
1331
+ },
1323
1332
  "node_modules/dunder-proto": {
1324
1333
  "version": "1.0.1",
1325
1334
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -3521,12 +3530,11 @@
3521
3530
  }
3522
3531
  },
3523
3532
  "node_modules/teen_process": {
3524
- "version": "4.1.2",
3525
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.2.tgz",
3526
- "integrity": "sha512-MLmWBU1vLjzYuz0BMWtEnriZl9ikFiCQWUKTmVIhnOErJ7jlHOIUEaqrPFGr0lCMxN6hhUl5pPGc3ya7Huj3jA==",
3533
+ "version": "4.1.3",
3534
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
3535
+ "integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
3527
3536
  "license": "Apache-2.0",
3528
3537
  "dependencies": {
3529
- "lodash": "^4.17.21",
3530
3538
  "shell-quote": "^1.8.1"
3531
3539
  },
3532
3540
  "engines": {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "8.3.0",
10
+ "version": "8.3.1",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -133,7 +133,7 @@
133
133
  "mocha": "^11.1.0",
134
134
  "prettier": "^3.0.0",
135
135
  "semantic-release": "^25.0.2",
136
- "sinon": "^21.0.0",
136
+ "sinon": "^22.0.0",
137
137
  "semver": "^7.3.7",
138
138
  "ts-node": "^10.9.1",
139
139
  "typescript": "^6.0.3",