appium-xcuitest-driver 10.0.0-rc.3 → 10.0.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,15 @@
1
+ ## [10.0.0](https://github.com/appium/appium-xcuitest-driver/compare/v9.10.5...v10.0.0) (2025-08-19)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
6
+ * Required npm version has been bumped to >=10
7
+ * Required Appium server version has been bumped to >=3.0.0-rc.2
8
+
9
+ ### Features
10
+
11
+ * Update server compatibility for Appium 3 ([#2590](https://github.com/appium/appium-xcuitest-driver/issues/2590)) ([313578a](https://github.com/appium/appium-xcuitest-driver/commit/313578ac565d54b402ade9fd542f6138ac928594))
12
+
1
13
  ## [9.10.5](https://github.com/appium/appium-xcuitest-driver/compare/v9.10.4...v9.10.5) (2025-08-17)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.0.0-rc.3",
3
+ "version": "10.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.0.0-rc.3",
9
+ "version": "10.0.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -76,13 +76,13 @@
76
76
  }
77
77
  },
78
78
  "node_modules/@appium/base-driver": {
79
- "version": "10.0.0-rc.2",
80
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.0-rc.2.tgz",
81
- "integrity": "sha512-PQOBnFjSdFaUNrs4JloMHPkAf2KFI0rXVwMRASyNDBorDfr7fp5olQDLW5sEZT1wiCgRJMjGqUoM/s0Q0C5K+A==",
79
+ "version": "10.0.0",
80
+ "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.0.tgz",
81
+ "integrity": "sha512-ajSCGYrX62dC9oYUGTIkAD73Uuc7aowiL3fQjx5G6O5yzLkNEkHbfWIaNEkxyOisi50pLaMriYD4qTF/w80AcA==",
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@appium/support": "^7.0.0-rc.1",
85
- "@appium/types": "^1.0.0-rc.1",
84
+ "@appium/support": "^7.0.0",
85
+ "@appium/types": "^1.0.0",
86
86
  "@colors/colors": "1.6.0",
87
87
  "async-lock": "1.4.1",
88
88
  "asyncbox": "3.0.0",
@@ -119,12 +119,12 @@
119
119
  }
120
120
  },
121
121
  "node_modules/@appium/docutils": {
122
- "version": "2.0.0-rc.1",
123
- "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.0-rc.1.tgz",
124
- "integrity": "sha512-aQKE8E7S76aDwjLFdHKyYlvIU86pUtnSB5pHz7cG4ekfgE7w4R0gVSHNidIDmHGaafZhjj8cZjhA88IaFCJmNA==",
122
+ "version": "2.0.0",
123
+ "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.0.tgz",
124
+ "integrity": "sha512-KegzJ+BVTER5w6IQZraRWKZhEEVQVuEkop7AzR13/rLuhzoaFyiIsUoq0dtZyoJjsqrvrai6E+veQbXJsLTQyw==",
125
125
  "license": "Apache-2.0",
126
126
  "dependencies": {
127
- "@appium/support": "^7.0.0-rc.1",
127
+ "@appium/support": "^7.0.0",
128
128
  "chalk": "4.1.2",
129
129
  "consola": "3.4.2",
130
130
  "diff": "8.0.02",
@@ -133,7 +133,7 @@
133
133
  "pkg-dir": "5.0.0",
134
134
  "read-pkg": "5.2.0",
135
135
  "source-map-support": "0.5.21",
136
- "teen_process": "2.3.3",
136
+ "teen_process": "3.0.0",
137
137
  "type-fest": "4.41.0",
138
138
  "yaml": "2.8.1",
139
139
  "yargs": "18.0.0",
@@ -147,26 +147,10 @@
147
147
  "npm": ">=10"
148
148
  }
149
149
  },
150
- "node_modules/@appium/docutils/node_modules/teen_process": {
151
- "version": "2.3.3",
152
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.3.tgz",
153
- "integrity": "sha512-NIdeetf/6gyEqLjnzvfgQe7PfipSceq2xDQM2Py2BkBnIIeWh3HRD3vNhulyO5WppfCv9z4mtsEHyq8kdiULTA==",
154
- "license": "Apache-2.0",
155
- "dependencies": {
156
- "bluebird": "^3.7.2",
157
- "lodash": "^4.17.21",
158
- "shell-quote": "^1.8.1",
159
- "source-map-support": "^0.x"
160
- },
161
- "engines": {
162
- "node": "^16.13.0 || >=18.0.0",
163
- "npm": ">=8"
164
- }
165
- },
166
150
  "node_modules/@appium/logger": {
167
- "version": "2.0.0-rc.1",
168
- "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.0-rc.1.tgz",
169
- "integrity": "sha512-4EkKvdnmLQr5ENjrFUR2GmvRLKOmE1o7+Gfd3751zLl9wwVshoCNnzr+B23JxBt0WL/gxeM4KdeBS7Nhl/d1zw==",
151
+ "version": "2.0.0",
152
+ "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.0.tgz",
153
+ "integrity": "sha512-aKVX/yI2KLh1X6/rovijPiyAlrJMQr0FdKTl08dYT3T+yTjHmB0rEG02YcP8BXXH3RUoUpt9jrbI95uUTJCftw==",
170
154
  "license": "ISC",
171
155
  "dependencies": {
172
156
  "console-control-strings": "1.1.0",
@@ -189,9 +173,9 @@
189
173
  }
190
174
  },
191
175
  "node_modules/@appium/schema": {
192
- "version": "1.0.0-rc.1",
193
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0-rc.1.tgz",
194
- "integrity": "sha512-3kcf9j77yLyXS704WxF3dI6fE/FifU0h37kWAtlXaG5ISchnsJp8VD5QiQT/mGoAxczSuy4qmqstCxOPuiVpyA==",
176
+ "version": "1.0.0",
177
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0.tgz",
178
+ "integrity": "sha512-eowz+sV6YxuHdsuRizEhG+AGeeMsUiS9ryWLkdFSqQlsNB+uDudehpYQiRkrrtaGOBzq7a3GDUB7zjc6eR80QA==",
195
179
  "license": "Apache-2.0",
196
180
  "dependencies": {
197
181
  "json-schema": "0.4.0",
@@ -203,9 +187,9 @@
203
187
  }
204
188
  },
205
189
  "node_modules/@appium/strongbox": {
206
- "version": "1.0.0-rc.1",
207
- "resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-1.0.0-rc.1.tgz",
208
- "integrity": "sha512-q7fy5OVpWQiz1GIp7+5AkZY+65iTjgRZdhTonn9p0rUF5/xq0Jc+R0RhMdMkmeWbXHSUSSh0/YwP5OwcJGUlKA==",
190
+ "version": "1.0.0",
191
+ "resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-1.0.0.tgz",
192
+ "integrity": "sha512-M6lA3iLaxpWtMAQT8vm2EmLuu00wzbqraeexLBGq3Jz3rEUUA2PhuOTJfEwKVw6mfjMd9tWq9qLjlOucgfvP+Q==",
209
193
  "license": "Apache-2.0",
210
194
  "dependencies": {
211
195
  "env-paths": "2.2.1",
@@ -217,14 +201,14 @@
217
201
  }
218
202
  },
219
203
  "node_modules/@appium/support": {
220
- "version": "7.0.0-rc.1",
221
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.0-rc.1.tgz",
222
- "integrity": "sha512-mB5HDKyc8xEblArBg2NWs0IgnAssInOy45Sg+yL3PdA3/WgnFF6x/Qqqh+d+kpXPrxMR9Y13AGdvpP1ZH7xgNQ==",
204
+ "version": "7.0.0",
205
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.0.tgz",
206
+ "integrity": "sha512-LChqnFlaJ6MiXZ3eqPrRZrgggghaVpeNoiqNQM/X26wsy3ahuTbxulanyJ191wHrtU5dRfEXf0CNmpAOqnTRCg==",
223
207
  "license": "Apache-2.0",
224
208
  "dependencies": {
225
- "@appium/logger": "^2.0.0-rc.1",
226
- "@appium/tsconfig": "^1.0.0-rc.1",
227
- "@appium/types": "^1.0.0-rc.1",
209
+ "@appium/logger": "^2.0.0",
210
+ "@appium/tsconfig": "^1.0.0",
211
+ "@appium/types": "^1.0.0",
228
212
  "@colors/colors": "1.6.0",
229
213
  "archiver": "7.0.1",
230
214
  "axios": "1.11.0",
@@ -252,7 +236,7 @@
252
236
  "shell-quote": "1.8.3",
253
237
  "source-map-support": "0.5.21",
254
238
  "supports-color": "8.1.1",
255
- "teen_process": "2.3.3",
239
+ "teen_process": "3.0.0",
256
240
  "type-fest": "4.41.0",
257
241
  "uuid": "11.1.0",
258
242
  "which": "5.0.0",
@@ -266,26 +250,10 @@
266
250
  "sharp": "0.34.3"
267
251
  }
268
252
  },
269
- "node_modules/@appium/support/node_modules/teen_process": {
270
- "version": "2.3.3",
271
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.3.tgz",
272
- "integrity": "sha512-NIdeetf/6gyEqLjnzvfgQe7PfipSceq2xDQM2Py2BkBnIIeWh3HRD3vNhulyO5WppfCv9z4mtsEHyq8kdiULTA==",
273
- "license": "Apache-2.0",
274
- "dependencies": {
275
- "bluebird": "^3.7.2",
276
- "lodash": "^4.17.21",
277
- "shell-quote": "^1.8.1",
278
- "source-map-support": "^0.x"
279
- },
280
- "engines": {
281
- "node": "^16.13.0 || >=18.0.0",
282
- "npm": ">=8"
283
- }
284
- },
285
253
  "node_modules/@appium/tsconfig": {
286
- "version": "1.0.0-rc.1",
287
- "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.0.0-rc.1.tgz",
288
- "integrity": "sha512-x06K1o1Tk0FClBS7PQ/8TP+DYSzRCqXDiykIBwG+0lNNJqNrVrBYIwLJNJQR0QkBgKys5aTFI6CiqxORYuj0rg==",
254
+ "version": "1.0.0",
255
+ "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.0.0.tgz",
256
+ "integrity": "sha512-ML1Scu+lw84eou9G4REeczsMW/NmvYDTCM33dZjl5DbInuPpet188r4YoL2lAsJwlgurfVb0jpjhntPhy8kc1Q==",
289
257
  "license": "Apache-2.0",
290
258
  "dependencies": {
291
259
  "@tsconfig/node14": "14.1.4"
@@ -296,14 +264,14 @@
296
264
  }
297
265
  },
298
266
  "node_modules/@appium/types": {
299
- "version": "1.0.0-rc.1",
300
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.0-rc.1.tgz",
301
- "integrity": "sha512-6DjJkEsVEYWBjIfMFEg5DQ2Wo3ytRJ64S7zUhW7mQsyV5Fx9RO4RSlPAHpPiCj9lDLTTsSsvmcLr4BurM/JsxA==",
267
+ "version": "1.0.0",
268
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.0.tgz",
269
+ "integrity": "sha512-M475y92V6u7vBXNaS8NcW0RQoJ3H36fEmOF4LO26BFMKw17PjIp/FJKk/SZnJCTdl877mMEBkMUm9t62Fx5Ppw==",
302
270
  "license": "Apache-2.0",
303
271
  "dependencies": {
304
- "@appium/logger": "^2.0.0-rc.1",
305
- "@appium/schema": "^1.0.0-rc.1",
306
- "@appium/tsconfig": "^1.0.0-rc.1",
272
+ "@appium/logger": "^2.0.0",
273
+ "@appium/schema": "^1.0.0",
274
+ "@appium/tsconfig": "^1.0.0",
307
275
  "type-fest": "4.41.0"
308
276
  },
309
277
  "engines": {
@@ -718,42 +686,42 @@
718
686
  "npm": ">=8"
719
687
  }
720
688
  },
721
- "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-darwin-arm64": {
722
- "version": "0.34.2",
723
- "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.2.tgz",
724
- "integrity": "sha512-OfXHZPppddivUJnqyKoi5YVeHRkkNE2zUFT2gbpKxp/JZCFYEYubnMg+gOp6lWfasPrTS+KPosKqdI+ELYVDtg==",
689
+ "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-libvips-linux-x64": {
690
+ "version": "1.1.0",
691
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.1.0.tgz",
692
+ "integrity": "sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==",
725
693
  "cpu": [
726
- "arm64"
694
+ "x64"
727
695
  ],
728
- "license": "Apache-2.0",
696
+ "license": "LGPL-3.0-or-later",
729
697
  "optional": true,
730
698
  "os": [
731
- "darwin"
699
+ "linux"
732
700
  ],
733
- "engines": {
734
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
735
- },
736
701
  "funding": {
737
702
  "url": "https://opencollective.com/libvips"
738
- },
739
- "optionalDependencies": {
740
- "@img/sharp-libvips-darwin-arm64": "1.1.0"
741
703
  }
742
704
  },
743
- "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-libvips-darwin-arm64": {
744
- "version": "1.1.0",
745
- "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.1.0.tgz",
746
- "integrity": "sha512-HZ/JUmPwrJSoM4DIQPv/BfNh9yrOA8tlBbqbLz4JZ5uew2+o22Ik+tHQJcih7QJuSa0zo5coHTfD5J8inqj9DA==",
705
+ "node_modules/appium-ios-remotexpc/node_modules/@img/sharp-linux-x64": {
706
+ "version": "0.34.2",
707
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.2.tgz",
708
+ "integrity": "sha512-sD7J+h5nFLMMmOXYH4DD9UtSNBD05tWSSdWAcEyzqW8Cn5UxXvsHAxmxSesYUsTOBmUnjtxghKDl15EvfqLFbQ==",
747
709
  "cpu": [
748
- "arm64"
710
+ "x64"
749
711
  ],
750
- "license": "LGPL-3.0-or-later",
712
+ "license": "Apache-2.0",
751
713
  "optional": true,
752
714
  "os": [
753
- "darwin"
715
+ "linux"
754
716
  ],
717
+ "engines": {
718
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
719
+ },
755
720
  "funding": {
756
721
  "url": "https://opencollective.com/libvips"
722
+ },
723
+ "optionalDependencies": {
724
+ "@img/sharp-libvips-linux-x64": "1.1.0"
757
725
  }
758
726
  },
759
727
  "node_modules/appium-ios-remotexpc/node_modules/@tsconfig/node14": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.0.0-rc.3",
11
+ "version": "10.0.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {