appium-android-driver 10.3.6 → 10.3.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [10.3.8](https://github.com/appium/appium-android-driver/compare/v10.3.7...v10.3.8) (2025-06-13)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump sinon from 20.0.0 to 21.0.0 ([#1000](https://github.com/appium/appium-android-driver/issues/1000)) ([6223b79](https://github.com/appium/appium-android-driver/commit/6223b7973e527cc8ad80069b64750c3dadff6b6c))
6
+
7
+ ## [10.3.7](https://github.com/appium/appium-android-driver/compare/v10.3.6...v10.3.7) (2025-06-10)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps-dev:** bump @types/node from 22.15.31 to 24.0.0 ([#999](https://github.com/appium/appium-android-driver/issues/999)) ([1db19a5](https://github.com/appium/appium-android-driver/commit/1db19a58af5aa39eb8dc7ab81637e7ecc388f177))
12
+
1
13
  ## [10.3.6](https://github.com/appium/appium-android-driver/compare/v10.3.5...v10.3.6) (2025-05-29)
2
14
 
3
15
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "10.3.6",
3
+ "version": "10.3.8",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -77,7 +77,7 @@
77
77
  "@types/bluebird": "^3.5.38",
78
78
  "@types/lodash": "^4.14.194",
79
79
  "@types/mocha": "^10.0.1",
80
- "@types/node": "^22.0.0",
80
+ "@types/node": "^24.0.0",
81
81
  "@types/portscanner": "^2.1.1",
82
82
  "@types/semver": "^7.5.0",
83
83
  "@types/source-map-support": "^0.5.6",
@@ -92,7 +92,7 @@
92
92
  "prettier": "^3.0.1",
93
93
  "rimraf": "^5.0.0",
94
94
  "semantic-release": "^24.0.0",
95
- "sinon": "^20.0.0",
95
+ "sinon": "^21.0.0",
96
96
  "ts-node": "^10.9.1",
97
97
  "typescript": "^5.4.2",
98
98
  "xpath": "^0.x"