appium-xcuitest-driver 4.27.1 → 4.28.0

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,17 @@
1
+ ## [4.28.0](https://github.com/appium/appium-xcuitest-driver/compare/v4.27.2...v4.28.0) (2023-05-14)
2
+
3
+
4
+ ### Features
5
+
6
+ * Bump WDA ([#1680](https://github.com/appium/appium-xcuitest-driver/issues/1680)) ([2c07021](https://github.com/appium/appium-xcuitest-driver/commit/2c07021753b6c9b3c62639c79bcd769b17329c5c))
7
+
8
+ ## [4.27.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.27.1...v4.27.2) (2023-05-13)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update dependency semver to v7.5.1 ([27a0a0e](https://github.com/appium/appium-xcuitest-driver/commit/27a0a0e2eb86e272eddf6c385a950a3e44b95d02))
14
+
1
15
  ## [4.27.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.27.0...v4.27.1) (2023-05-12)
2
16
 
3
17
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.27.1",
3
+ "version": "4.28.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.27.1",
9
+ "version": "4.28.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@xmldom/xmldom": "0.8.7",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "2.5.1",
15
15
  "appium-ios-simulator": "5.0.7",
16
16
  "appium-remote-debugger": "9.1.14",
17
- "appium-webdriveragent": "4.15.1",
17
+ "appium-webdriveragent": "5.0.0",
18
18
  "appium-xcode": "5.1.0",
19
19
  "async-lock": "1.4.0",
20
20
  "asyncbox": "2.9.4",
@@ -28,7 +28,7 @@
28
28
  "moment-timezone": "0.5.43",
29
29
  "node-simctl": "7.1.15",
30
30
  "portscanner": "2.2.0",
31
- "semver": "7.5.0",
31
+ "semver": "7.5.1",
32
32
  "source-map-support": "0.5.21",
33
33
  "teen_process": "2.0.2",
34
34
  "ws": "8.13.0"
@@ -49,9 +49,9 @@
49
49
  "@types/chai-as-promised": "7.1.5",
50
50
  "@types/lodash": "4.14.194",
51
51
  "@types/mocha": "10.0.1",
52
- "@types/node": "18.16.8",
52
+ "@types/node": "18.16.9",
53
53
  "@types/portscanner": "2.1.1",
54
- "@types/sinon": "10.0.14",
54
+ "@types/sinon": "10.0.15",
55
55
  "@types/sinon-chai": "3.2.9",
56
56
  "@types/teen_process": "2.0.0",
57
57
  "@typescript-eslint/eslint-plugin": "5.59.5",
@@ -1193,6 +1193,39 @@
1193
1193
  "node": ">=v14"
1194
1194
  }
1195
1195
  },
1196
+ "node_modules/@commitlint/is-ignored/node_modules/lru-cache": {
1197
+ "version": "6.0.0",
1198
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
1199
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
1200
+ "dev": true,
1201
+ "dependencies": {
1202
+ "yallist": "^4.0.0"
1203
+ },
1204
+ "engines": {
1205
+ "node": ">=10"
1206
+ }
1207
+ },
1208
+ "node_modules/@commitlint/is-ignored/node_modules/semver": {
1209
+ "version": "7.5.0",
1210
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
1211
+ "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
1212
+ "dev": true,
1213
+ "dependencies": {
1214
+ "lru-cache": "^6.0.0"
1215
+ },
1216
+ "bin": {
1217
+ "semver": "bin/semver.js"
1218
+ },
1219
+ "engines": {
1220
+ "node": ">=10"
1221
+ }
1222
+ },
1223
+ "node_modules/@commitlint/is-ignored/node_modules/yallist": {
1224
+ "version": "4.0.0",
1225
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
1226
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
1227
+ "dev": true
1228
+ },
1196
1229
  "node_modules/@commitlint/lint": {
1197
1230
  "version": "17.6.3",
1198
1231
  "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.3.tgz",
@@ -2932,9 +2965,9 @@
2932
2965
  }
2933
2966
  },
2934
2967
  "node_modules/@types/node": {
2935
- "version": "18.16.8",
2936
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.8.tgz",
2937
- "integrity": "sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA=="
2968
+ "version": "18.16.9",
2969
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.9.tgz",
2970
+ "integrity": "sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA=="
2938
2971
  },
2939
2972
  "node_modules/@types/normalize-package-data": {
2940
2973
  "version": "2.4.1",
@@ -3026,9 +3059,9 @@
3026
3059
  "integrity": "sha512-SWZ2Nom1pkyXCDohRSrkSKvDh8QOG9RfAsrt5/NsPQC4UQJ55eG0qClA40I+Gkez4KTQ0uDUT8ELRXThf3J5jw=="
3027
3060
  },
3028
3061
  "node_modules/@types/sinon": {
3029
- "version": "10.0.14",
3030
- "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.14.tgz",
3031
- "integrity": "sha512-mn72up6cjaMyMuaPaa/AwKf6WtsSRysQC7wxFkCm1XcOKXPM1z+5Y4H5wjIVBz4gdAkjvZxVVfjA6ba1nHr5WQ==",
3062
+ "version": "10.0.15",
3063
+ "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.15.tgz",
3064
+ "integrity": "sha512-3lrFNQG0Kr2LDzvjyjB6AMJk4ge+8iYhQfdnSwIwlG88FUOV43kPcQqDZkDa/h3WSZy6i8Fr0BSjfQtB1B3xuQ==",
3032
3065
  "dev": true,
3033
3066
  "dependencies": {
3034
3067
  "@types/sinonjs__fake-timers": "*"
@@ -4013,9 +4046,9 @@
4013
4046
  }
4014
4047
  },
4015
4048
  "node_modules/appium-webdriveragent": {
4016
- "version": "4.15.1",
4017
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-4.15.1.tgz",
4018
- "integrity": "sha512-xlOxQLFnLCCJhzEXQkvrndqt+NCprtGsUgrYqhtHkCrS3MNtPzW4OI9dGncDAu20pyt/6VX/x6w5n7wN/Cg22A==",
4049
+ "version": "5.0.0",
4050
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-5.0.0.tgz",
4051
+ "integrity": "sha512-kiGBvjYBhu6BDzwKvlvKs+yXzXBL1TLl8Q0xAvEyQeseIOwQ5sfPjsxFSh2MCpvErvEMxdlAwX+qskUu+i+UOw==",
4019
4052
  "dependencies": {
4020
4053
  "@appium/base-driver": "^9.0.0",
4021
4054
  "@appium/support": "^3.0.0",
@@ -16094,9 +16127,9 @@
16094
16127
  }
16095
16128
  },
16096
16129
  "node_modules/semver": {
16097
- "version": "7.5.0",
16098
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
16099
- "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
16130
+ "version": "7.5.1",
16131
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
16132
+ "integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
16100
16133
  "dependencies": {
16101
16134
  "lru-cache": "^6.0.0"
16102
16135
  },
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.27.1",
11
+ "version": "4.28.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -73,7 +73,7 @@
73
73
  "appium-ios-device": "2.5.1",
74
74
  "appium-ios-simulator": "5.0.7",
75
75
  "appium-remote-debugger": "9.1.14",
76
- "appium-webdriveragent": "4.15.1",
76
+ "appium-webdriveragent": "5.0.0",
77
77
  "appium-xcode": "5.1.0",
78
78
  "async-lock": "1.4.0",
79
79
  "asyncbox": "2.9.4",
@@ -87,7 +87,7 @@
87
87
  "moment-timezone": "0.5.43",
88
88
  "node-simctl": "7.1.15",
89
89
  "portscanner": "2.2.0",
90
- "semver": "7.5.0",
90
+ "semver": "7.5.1",
91
91
  "source-map-support": "0.5.21",
92
92
  "teen_process": "2.0.2",
93
93
  "ws": "8.13.0"
@@ -146,9 +146,9 @@
146
146
  "@types/chai-as-promised": "7.1.5",
147
147
  "@types/lodash": "4.14.194",
148
148
  "@types/mocha": "10.0.1",
149
- "@types/node": "18.16.8",
149
+ "@types/node": "18.16.9",
150
150
  "@types/portscanner": "2.1.1",
151
- "@types/sinon": "10.0.14",
151
+ "@types/sinon": "10.0.15",
152
152
  "@types/sinon-chai": "3.2.9",
153
153
  "@types/teen_process": "2.0.0",
154
154
  "@typescript-eslint/eslint-plugin": "5.59.5",