appium-adb 11.0.2 → 11.0.4

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 +15 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [11.0.4](https://github.com/appium/appium-adb/compare/v11.0.3...v11.0.4) (2023-10-25)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Bump @commitlint/config-conventional from 17.8.1 to 18.1.0 ([#706](https://github.com/appium/appium-adb/issues/706)) ([37a7476](https://github.com/appium/appium-adb/commit/37a7476e66029a51364c42eb1f25b9b4fa2e9625))
7
+
8
+ ## [11.0.3](https://github.com/appium/appium-adb/compare/v11.0.2...v11.0.3) (2023-10-24)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * Bump @commitlint/cli from 17.8.1 to 18.0.0 ([#703](https://github.com/appium/appium-adb/issues/703)) ([da44361](https://github.com/appium/appium-adb/commit/da443616d397c0c983db4eabd28bd98567492508))
14
+ * Bump sinon from 16.1.3 to 17.0.0 ([#704](https://github.com/appium/appium-adb/issues/704)) ([152b210](https://github.com/appium/appium-adb/commit/152b2108c3b0bbcbd0b114592bbac54c34255eaf))
15
+
1
16
  ## [11.0.2](https://github.com/appium/appium-adb/compare/v11.0.1...v11.0.2) (2023-10-23)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-adb",
3
- "version": "11.0.2",
3
+ "version": "11.0.4",
4
4
  "description": "Android Debug Bridge interface",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -70,8 +70,8 @@
70
70
  "@appium/eslint-config-appium": "^6.0.0",
71
71
  "@appium/test-support": "^3.0.1",
72
72
  "@appium/types": "^0.x",
73
- "@commitlint/cli": "^17.6.6",
74
- "@commitlint/config-conventional": "^17.6.6",
73
+ "@commitlint/cli": "^18.0.0",
74
+ "@commitlint/config-conventional": "^18.1.0",
75
75
  "@semantic-release/changelog": "^6.0.1",
76
76
  "@semantic-release/git": "^10.0.1",
77
77
  "@types/async-lock": "^1.4.0",
@@ -100,7 +100,7 @@
100
100
  "prettier": "^3.0.0",
101
101
  "rimraf": "^5.0.0",
102
102
  "semantic-release": "^22.0.5",
103
- "sinon": "^16.0.0",
103
+ "sinon": "^17.0.0",
104
104
  "temp": "^0.x",
105
105
  "ts-node": "^10.9.1",
106
106
  "typescript": "~5.2.2"