appium-xcuitest-driver 4.32.21 → 4.32.23

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [4.32.23](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.22...v4.32.23) (2023-07-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * isAppInstalled in Xcode 15 env for simulator ([#1822](https://github.com/appium/appium-xcuitest-driver/issues/1822)) ([78f2ef2](https://github.com/appium/appium-xcuitest-driver/commit/78f2ef2fe2b7ace3d6ddadb3157f338a0f6c4cb3))
7
+
8
+ ## [4.32.22](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.21...v4.32.22) (2023-07-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency @xmldom/xmldom to v0.8.10 ([598aafe](https://github.com/appium/appium-xcuitest-driver/commit/598aafebd808c654ed182e52e4a09be193182554))
14
+
1
15
  ## [4.32.21](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.20...v4.32.21) (2023-07-16)
2
16
 
3
17
 
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.32.21",
11
+ "version": "4.32.23",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -68,10 +68,10 @@
68
68
  ],
69
69
  "types": "./build/index.d.ts",
70
70
  "dependencies": {
71
- "@xmldom/xmldom": "0.8.9",
71
+ "@xmldom/xmldom": "0.8.10",
72
72
  "appium-idb": "1.6.13",
73
73
  "appium-ios-device": "2.5.4",
74
- "appium-ios-simulator": "5.1.1",
74
+ "appium-ios-simulator": "5.1.2",
75
75
  "appium-remote-debugger": "9.1.17",
76
76
  "appium-webdriveragent": "5.6.0",
77
77
  "appium-xcode": "5.1.4",
@@ -137,8 +137,8 @@
137
137
  "@appium/test-support": "3.0.17",
138
138
  "@appium/tsconfig": "0.3.0",
139
139
  "@appium/types": "0.12.0",
140
- "@commitlint/cli": "17.6.6",
141
- "@commitlint/config-conventional": "17.6.6",
140
+ "@commitlint/cli": "17.6.7",
141
+ "@commitlint/config-conventional": "17.6.7",
142
142
  "@semantic-release/changelog": "6.0.3",
143
143
  "@semantic-release/git": "10.0.1",
144
144
  "@types/bluebird": "3.5.38",
@@ -174,14 +174,14 @@
174
174
  "mocha-multi-reporters": "1.5.1",
175
175
  "nyc": "15.1.0",
176
176
  "pem": "1.14.8",
177
- "prettier": "2.8.8",
177
+ "prettier": "3.0.0",
178
178
  "rimraf": "5.0.1",
179
179
  "semantic-release": "20.1.3",
180
180
  "sharp": "0.32.3",
181
181
  "sinon": "15.2.0",
182
182
  "sinon-chai": "3.7.0",
183
183
  "ts-node": "10.9.1",
184
- "type-fest": "3.13.0",
184
+ "type-fest": "3.13.1",
185
185
  "typescript": "4.9.5",
186
186
  "webdriverio": "8.10.7"
187
187
  },