appium-xcode 5.2.3 → 5.2.5

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.2.5](https://github.com/appium/appium-xcode/compare/v5.2.4...v5.2.5) (2023-10-19)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Use latest teen_process types ([9631cc1](https://github.com/appium/appium-xcode/commit/9631cc1991978e6ea5954067dd242818ade21a03))
7
+
8
+ ## [5.2.4](https://github.com/appium/appium-xcode/compare/v5.2.3...v5.2.4) (2023-10-19)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps-dev:** bump lint-staged from 14.0.1 to 15.0.2 ([#115](https://github.com/appium/appium-xcode/issues/115)) ([e19e01d](https://github.com/appium/appium-xcode/commit/e19e01da6caa44059a269fc83749ce3a6e42a193))
14
+
1
15
  ## [5.2.3](https://github.com/appium/appium-xcode/compare/v5.2.2...v5.2.3) (2023-10-19)
2
16
 
3
17
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "ios",
7
7
  "xcode"
8
8
  ],
9
- "version": "5.2.3",
9
+ "version": "5.2.5",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -79,7 +79,7 @@
79
79
  "@types/node": "^20.4.7",
80
80
  "@types/sinon": "^10.0.16",
81
81
  "@types/sinon-chai": "^3.2.9",
82
- "@types/teen_process": "2.0.1",
82
+ "@types/teen_process": "^2.0.1",
83
83
  "@typescript-eslint/eslint-plugin": "^5.62.0",
84
84
  "@typescript-eslint/parser": "^5.62.0",
85
85
  "chai": "^4.1.2",
@@ -91,7 +91,7 @@
91
91
  "eslint-plugin-import": "^2.28.0",
92
92
  "eslint-plugin-mocha": "^10.1.0",
93
93
  "eslint-plugin-promise": "^6.1.1",
94
- "lint-staged": "^14.0.0",
94
+ "lint-staged": "^15.0.2",
95
95
  "mocha": "^10.0.0",
96
96
  "pre-commit": "^1.1.3",
97
97
  "prettier": "^3.0.0",