appium-xcuitest-driver 10.0.0 → 10.0.2
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 +12 -0
- package/npm-shrinkwrap.json +84 -63
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [10.0.2](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.1...v10.0.2) (2025-08-24)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump lru-cache from 10.4.3 to 11.1.0 ([#2539](https://github.com/appium/appium-xcuitest-driver/issues/2539)) ([ed46fbd](https://github.com/appium/appium-xcuitest-driver/commit/ed46fbdc975c08998cd41689f8b886cf3158561e))
|
|
6
|
+
|
|
7
|
+
## [10.0.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.0...v10.0.1) (2025-08-23)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps-dev:** bump chai from 5.3.2 to 6.0.0 ([#2612](https://github.com/appium/appium-xcuitest-driver/issues/2612)) ([66db332](https://github.com/appium/appium-xcuitest-driver/commit/66db332bca5f16ca68bbfc6ced2dcd72c9c51d1a))
|
|
12
|
+
|
|
1
13
|
## [10.0.0](https://github.com/appium/appium-xcuitest-driver/compare/v9.10.5...v10.0.0) (2025-08-19)
|
|
2
14
|
|
|
3
15
|
### ⚠ BREAKING CHANGES
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.0.
|
|
9
|
+
"version": "10.0.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"css-selector-parser": "^3.0.0",
|
|
24
24
|
"js2xmlparser2": "^0.x",
|
|
25
25
|
"lodash": "^4.17.21",
|
|
26
|
-
"lru-cache": "^
|
|
26
|
+
"lru-cache": "^11.1.0",
|
|
27
27
|
"moment": "^2.29.4",
|
|
28
28
|
"moment-timezone": "^0.x",
|
|
29
29
|
"node-simctl": "^8.0.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@types/node": "^24.0.1",
|
|
49
49
|
"@types/portscanner": "^2.1.1",
|
|
50
50
|
"axios": "^1.4.0",
|
|
51
|
-
"chai": "^
|
|
51
|
+
"chai": "^6.0.0",
|
|
52
52
|
"chai-as-promised": "^8.0.0",
|
|
53
53
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
54
54
|
"mocha": "^11.0.1",
|
|
@@ -109,25 +109,16 @@
|
|
|
109
109
|
"spdy": "4.0.2"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
-
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
113
|
-
"version": "11.1.0",
|
|
114
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
115
|
-
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
116
|
-
"license": "ISC",
|
|
117
|
-
"engines": {
|
|
118
|
-
"node": "20 || >=22"
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
112
|
"node_modules/@appium/docutils": {
|
|
122
|
-
"version": "2.0.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.
|
|
124
|
-
"integrity": "sha512
|
|
113
|
+
"version": "2.0.1",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.1.tgz",
|
|
115
|
+
"integrity": "sha512-/H9EttN2rKELY1j+XUMoR/8QOIbS9J+ZuLO3ighSESlcoZhZ8N9ii3v0YuTnERmRukvVTecVoLXbqDBZE5e2Ww==",
|
|
125
116
|
"license": "Apache-2.0",
|
|
126
117
|
"dependencies": {
|
|
127
118
|
"@appium/support": "^7.0.0",
|
|
128
119
|
"chalk": "4.1.2",
|
|
129
120
|
"consola": "3.4.2",
|
|
130
|
-
"diff": "8.0.
|
|
121
|
+
"diff": "8.0.2",
|
|
131
122
|
"lilconfig": "3.1.3",
|
|
132
123
|
"lodash": "4.17.21",
|
|
133
124
|
"pkg-dir": "5.0.0",
|
|
@@ -147,6 +138,22 @@
|
|
|
147
138
|
"npm": ">=10"
|
|
148
139
|
}
|
|
149
140
|
},
|
|
141
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
142
|
+
"version": "3.0.0",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.0.tgz",
|
|
144
|
+
"integrity": "sha512-UuRgQZkfhbeD+bEn+hqLPs6IhXYhY7bcKecj1yiNAfRty6oOftJmYGksW8l111dvs3dOR/U38adOkXrAww3/bg==",
|
|
145
|
+
"license": "Apache-2.0",
|
|
146
|
+
"dependencies": {
|
|
147
|
+
"bluebird": "^3.7.2",
|
|
148
|
+
"lodash": "^4.17.21",
|
|
149
|
+
"shell-quote": "^1.8.1",
|
|
150
|
+
"source-map-support": "^0.x"
|
|
151
|
+
},
|
|
152
|
+
"engines": {
|
|
153
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
154
|
+
"npm": ">=10"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
150
157
|
"node_modules/@appium/logger": {
|
|
151
158
|
"version": "2.0.0",
|
|
152
159
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.0.tgz",
|
|
@@ -163,15 +170,6 @@
|
|
|
163
170
|
"npm": ">=10"
|
|
164
171
|
}
|
|
165
172
|
},
|
|
166
|
-
"node_modules/@appium/logger/node_modules/lru-cache": {
|
|
167
|
-
"version": "11.1.0",
|
|
168
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
169
|
-
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
170
|
-
"license": "ISC",
|
|
171
|
-
"engines": {
|
|
172
|
-
"node": "20 || >=22"
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
173
|
"node_modules/@appium/schema": {
|
|
176
174
|
"version": "1.0.0",
|
|
177
175
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0.tgz",
|
|
@@ -250,6 +248,22 @@
|
|
|
250
248
|
"sharp": "0.34.3"
|
|
251
249
|
}
|
|
252
250
|
},
|
|
251
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
252
|
+
"version": "3.0.0",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.0.tgz",
|
|
254
|
+
"integrity": "sha512-UuRgQZkfhbeD+bEn+hqLPs6IhXYhY7bcKecj1yiNAfRty6oOftJmYGksW8l111dvs3dOR/U38adOkXrAww3/bg==",
|
|
255
|
+
"license": "Apache-2.0",
|
|
256
|
+
"dependencies": {
|
|
257
|
+
"bluebird": "^3.7.2",
|
|
258
|
+
"lodash": "^4.17.21",
|
|
259
|
+
"shell-quote": "^1.8.1",
|
|
260
|
+
"source-map-support": "^0.x"
|
|
261
|
+
},
|
|
262
|
+
"engines": {
|
|
263
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
264
|
+
"npm": ">=10"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
253
267
|
"node_modules/@appium/tsconfig": {
|
|
254
268
|
"version": "1.0.0",
|
|
255
269
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.0.0.tgz",
|
|
@@ -499,9 +513,9 @@
|
|
|
499
513
|
}
|
|
500
514
|
},
|
|
501
515
|
"node_modules/appium-idb": {
|
|
502
|
-
"version": "2.0.
|
|
503
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.
|
|
504
|
-
"integrity": "sha512
|
|
516
|
+
"version": "2.0.1",
|
|
517
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.1.tgz",
|
|
518
|
+
"integrity": "sha512-coK4vR4SNO0xnEG55K1YhQmV8nsLThKUhTFErRgeFtTi9JmbmgF8vigvuNqbAccEfknq8rPqdOBPev5S0JYfrw==",
|
|
505
519
|
"license": "Apache-2.0",
|
|
506
520
|
"dependencies": {
|
|
507
521
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -517,9 +531,9 @@
|
|
|
517
531
|
}
|
|
518
532
|
},
|
|
519
533
|
"node_modules/appium-ios-device": {
|
|
520
|
-
"version": "3.0.
|
|
521
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.0.
|
|
522
|
-
"integrity": "sha512-
|
|
534
|
+
"version": "3.0.1",
|
|
535
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.0.1.tgz",
|
|
536
|
+
"integrity": "sha512-wZUdatfYTBRvn7N984of5YcUTQ6vBHBu4hdWDqQs6D0S8+Yw+SK9VrChOrAunO2kJeRzyIt2GoihdFcoclL//Q==",
|
|
523
537
|
"license": "Apache-2.0",
|
|
524
538
|
"dependencies": {
|
|
525
539
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -806,6 +820,13 @@
|
|
|
806
820
|
"@pkgjs/parseargs": "^0.11.0"
|
|
807
821
|
}
|
|
808
822
|
},
|
|
823
|
+
"node_modules/appium-ios-remotexpc/node_modules/lru-cache": {
|
|
824
|
+
"version": "10.4.3",
|
|
825
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
826
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
827
|
+
"license": "ISC",
|
|
828
|
+
"optional": true
|
|
829
|
+
},
|
|
809
830
|
"node_modules/appium-ios-remotexpc/node_modules/mime-db": {
|
|
810
831
|
"version": "1.52.0",
|
|
811
832
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
@@ -951,9 +972,9 @@
|
|
|
951
972
|
}
|
|
952
973
|
},
|
|
953
974
|
"node_modules/appium-ios-simulator": {
|
|
954
|
-
"version": "7.0.
|
|
955
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.
|
|
956
|
-
"integrity": "sha512-
|
|
975
|
+
"version": "7.0.1",
|
|
976
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-7.0.1.tgz",
|
|
977
|
+
"integrity": "sha512-rS0kvy2cBs9PKVeAaG5r2SsJnNCil4AJzZUEF86BzhmwVEcgZIUjDQDs5SWBrqSj55pR3serekAeyVuzu6c3bA==",
|
|
957
978
|
"license": "Apache-2.0",
|
|
958
979
|
"dependencies": {
|
|
959
980
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -991,9 +1012,9 @@
|
|
|
991
1012
|
}
|
|
992
1013
|
},
|
|
993
1014
|
"node_modules/appium-remote-debugger": {
|
|
994
|
-
"version": "14.0.
|
|
995
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-14.0.
|
|
996
|
-
"integrity": "sha512
|
|
1015
|
+
"version": "14.0.2",
|
|
1016
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-14.0.2.tgz",
|
|
1017
|
+
"integrity": "sha512-/8DnPc60cp40lmrgcIhF6ixa/Pp2/OjpfQoBynCWwesZxAZ8A5ZeK8WZ3gOgLqukzI7cAN0Gs/zpQAMAkEiCog==",
|
|
997
1018
|
"license": "Apache-2.0",
|
|
998
1019
|
"dependencies": {
|
|
999
1020
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -1013,9 +1034,9 @@
|
|
|
1013
1034
|
}
|
|
1014
1035
|
},
|
|
1015
1036
|
"node_modules/appium-webdriveragent": {
|
|
1016
|
-
"version": "10.0.
|
|
1017
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.0.
|
|
1018
|
-
"integrity": "sha512-
|
|
1037
|
+
"version": "10.0.1",
|
|
1038
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.0.1.tgz",
|
|
1039
|
+
"integrity": "sha512-H949xvJnWbPktIyHbitOgCaTdl7AG1KKfx3TtVgUu5LgXNFUKmGxjIuYDI8DFFqCG4qLWpYmOev/+yvun4dIGg==",
|
|
1019
1040
|
"license": "Apache-2.0",
|
|
1020
1041
|
"dependencies": {
|
|
1021
1042
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -1037,9 +1058,9 @@
|
|
|
1037
1058
|
}
|
|
1038
1059
|
},
|
|
1039
1060
|
"node_modules/appium-xcode": {
|
|
1040
|
-
"version": "6.0.
|
|
1041
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.0.
|
|
1042
|
-
"integrity": "sha512-
|
|
1061
|
+
"version": "6.0.1",
|
|
1062
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.0.1.tgz",
|
|
1063
|
+
"integrity": "sha512-lAcoFTX5gY2UQB2jCUEeICMtSAM90Qto5kIBqq3Hy4BJCz/3kUWzK02fqxwpL9F7G3brKwiwwy78ftrLYD+j1Q==",
|
|
1043
1064
|
"license": "Apache-2.0",
|
|
1044
1065
|
"dependencies": {
|
|
1045
1066
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -1136,6 +1157,12 @@
|
|
|
1136
1157
|
"@pkgjs/parseargs": "^0.11.0"
|
|
1137
1158
|
}
|
|
1138
1159
|
},
|
|
1160
|
+
"node_modules/archiver-utils/node_modules/lru-cache": {
|
|
1161
|
+
"version": "10.4.3",
|
|
1162
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
1163
|
+
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
1164
|
+
"license": "ISC"
|
|
1165
|
+
},
|
|
1139
1166
|
"node_modules/archiver-utils/node_modules/minimatch": {
|
|
1140
1167
|
"version": "9.0.5",
|
|
1141
1168
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -2845,10 +2872,13 @@
|
|
|
2845
2872
|
}
|
|
2846
2873
|
},
|
|
2847
2874
|
"node_modules/lru-cache": {
|
|
2848
|
-
"version": "
|
|
2849
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-
|
|
2850
|
-
"integrity": "sha512-
|
|
2851
|
-
"license": "ISC"
|
|
2875
|
+
"version": "11.1.0",
|
|
2876
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
2877
|
+
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
2878
|
+
"license": "ISC",
|
|
2879
|
+
"engines": {
|
|
2880
|
+
"node": "20 || >=22"
|
|
2881
|
+
}
|
|
2852
2882
|
},
|
|
2853
2883
|
"node_modules/math-intrinsics": {
|
|
2854
2884
|
"version": "1.1.0",
|
|
@@ -3157,9 +3187,9 @@
|
|
|
3157
3187
|
}
|
|
3158
3188
|
},
|
|
3159
3189
|
"node_modules/node-simctl": {
|
|
3160
|
-
"version": "8.0.
|
|
3161
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.
|
|
3162
|
-
"integrity": "sha512-
|
|
3190
|
+
"version": "8.0.3",
|
|
3191
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.0.3.tgz",
|
|
3192
|
+
"integrity": "sha512-eFfikoThZr1SinXr9wIAthg3JuisNyzoTLn9F74WNqvdf9/ID1Gaj+3vGEBEWX9ZGLhJLy+l1sAjXjLnlcjQZQ==",
|
|
3163
3193
|
"license": "Apache-2.0",
|
|
3164
3194
|
"dependencies": {
|
|
3165
3195
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -3485,15 +3515,6 @@
|
|
|
3485
3515
|
"url": "https://github.com/sponsors/isaacs"
|
|
3486
3516
|
}
|
|
3487
3517
|
},
|
|
3488
|
-
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
3489
|
-
"version": "11.1.0",
|
|
3490
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
3491
|
-
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
3492
|
-
"license": "ISC",
|
|
3493
|
-
"engines": {
|
|
3494
|
-
"node": "20 || >=22"
|
|
3495
|
-
}
|
|
3496
|
-
},
|
|
3497
3518
|
"node_modules/path-to-regexp": {
|
|
3498
3519
|
"version": "8.2.0",
|
|
3499
3520
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
|
|
@@ -4447,9 +4468,9 @@
|
|
|
4447
4468
|
}
|
|
4448
4469
|
},
|
|
4449
4470
|
"node_modules/teen_process": {
|
|
4450
|
-
"version": "3.0.
|
|
4451
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
4452
|
-
"integrity": "sha512-
|
|
4471
|
+
"version": "3.0.1",
|
|
4472
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
4473
|
+
"integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
|
|
4453
4474
|
"license": "Apache-2.0",
|
|
4454
4475
|
"dependencies": {
|
|
4455
4476
|
"bluebird": "^3.7.2",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.0.
|
|
11
|
+
"version": "10.0.2",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"css-selector-parser": "^3.0.0",
|
|
93
93
|
"js2xmlparser2": "^0.x",
|
|
94
94
|
"lodash": "^4.17.21",
|
|
95
|
-
"lru-cache": "^
|
|
95
|
+
"lru-cache": "^11.1.0",
|
|
96
96
|
"moment": "^2.29.4",
|
|
97
97
|
"moment-timezone": "^0.x",
|
|
98
98
|
"node-simctl": "^8.0.0",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@types/node": "^24.0.1",
|
|
154
154
|
"@types/portscanner": "^2.1.1",
|
|
155
155
|
"axios": "^1.4.0",
|
|
156
|
-
"chai": "^
|
|
156
|
+
"chai": "^6.0.0",
|
|
157
157
|
"chai-as-promised": "^8.0.0",
|
|
158
158
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
159
159
|
"mocha": "^11.0.1",
|