appium-xcuitest-driver 7.28.0 → 7.28.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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## [7.28.2](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.1...v7.28.2) (2024-10-23)
2
+
3
+ ### Bug Fixes
4
+
5
+ * typo in .npmrc ([#2483](https://github.com/appium/appium-xcuitest-driver/issues/2483)) ([8b09ef0](https://github.com/appium/appium-xcuitest-driver/commit/8b09ef08c5eb39800c3f31cba15256fe1b69d4b3))
6
+
7
+ ## [7.28.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.0...v7.28.1) (2024-10-18)
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump WDA to fix transient overlay windows handling when respectSystemAlerts is enabled ([#2482](https://github.com/appium/appium-xcuitest-driver/issues/2482)) ([e504a6d](https://github.com/appium/appium-xcuitest-driver/commit/e504a6dc6fca4a4d5480a4a37d47b2f26cdee243))
12
+
1
13
  ## [7.28.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.27.1...v7.28.0) (2024-10-17)
2
14
 
3
15
  ### Features
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.28.0",
3
+ "version": "7.28.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.28.0",
9
+ "version": "7.28.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -14,7 +14,7 @@
14
14
  "appium-ios-device": "^2.7.23",
15
15
  "appium-ios-simulator": "^6.1.7",
16
16
  "appium-remote-debugger": "^12.1.1",
17
- "appium-webdriveragent": "^8.9.1",
17
+ "appium-webdriveragent": "^8.9.4",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -112,6 +112,12 @@
112
112
  "spdy": "4.0.2"
113
113
  }
114
114
  },
115
+ "node_modules/@appium/base-driver/node_modules/@types/lodash": {
116
+ "version": "4.17.10",
117
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz",
118
+ "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==",
119
+ "license": "MIT"
120
+ },
115
121
  "node_modules/@appium/docutils": {
116
122
  "version": "1.0.22",
117
123
  "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.22.tgz",
@@ -291,12 +297,12 @@
291
297
  }
292
298
  },
293
299
  "node_modules/@babel/code-frame": {
294
- "version": "7.25.7",
295
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz",
296
- "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==",
300
+ "version": "7.25.9",
301
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.9.tgz",
302
+ "integrity": "sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ==",
297
303
  "license": "MIT",
298
304
  "dependencies": {
299
- "@babel/highlight": "^7.25.7",
305
+ "@babel/highlight": "^7.25.9",
300
306
  "picocolors": "^1.0.0"
301
307
  },
302
308
  "engines": {
@@ -304,21 +310,21 @@
304
310
  }
305
311
  },
306
312
  "node_modules/@babel/helper-validator-identifier": {
307
- "version": "7.25.7",
308
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz",
309
- "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==",
313
+ "version": "7.25.9",
314
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
315
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
310
316
  "license": "MIT",
311
317
  "engines": {
312
318
  "node": ">=6.9.0"
313
319
  }
314
320
  },
315
321
  "node_modules/@babel/highlight": {
316
- "version": "7.25.7",
317
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz",
318
- "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==",
322
+ "version": "7.25.9",
323
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.9.tgz",
324
+ "integrity": "sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw==",
319
325
  "license": "MIT",
320
326
  "dependencies": {
321
- "@babel/helper-validator-identifier": "^7.25.7",
327
+ "@babel/helper-validator-identifier": "^7.25.9",
322
328
  "chalk": "^2.4.2",
323
329
  "js-tokens": "^4.0.0",
324
330
  "picocolors": "^1.0.0"
@@ -665,9 +671,9 @@
665
671
  "license": "MIT"
666
672
  },
667
673
  "node_modules/@types/lodash": {
668
- "version": "4.17.10",
669
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz",
670
- "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==",
674
+ "version": "4.17.12",
675
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz",
676
+ "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
671
677
  "license": "MIT"
672
678
  },
673
679
  "node_modules/@types/method-override": {
@@ -701,9 +707,9 @@
701
707
  }
702
708
  },
703
709
  "node_modules/@types/node": {
704
- "version": "22.7.6",
705
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.6.tgz",
706
- "integrity": "sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==",
710
+ "version": "22.7.9",
711
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.9.tgz",
712
+ "integrity": "sha512-jrTfRC7FM6nChvU7X2KqcrgquofrWLFDeYC1hKfwNWomVvrn7JIksqf344WN2X/y8xrgqBd2dJATZV4GbatBfg==",
707
713
  "license": "MIT",
708
714
  "dependencies": {
709
715
  "undici-types": "~6.19.2"
@@ -963,9 +969,9 @@
963
969
  }
964
970
  },
965
971
  "node_modules/appium-webdriveragent": {
966
- "version": "8.9.3",
967
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.9.3.tgz",
968
- "integrity": "sha512-gzlSox1qWZKIg4zhxzSukgywkDkQegmvEf3l7y06qPjR1ymDkFQiqvk9dMPUy6tZrnaxlo88WxAtbPoommHK4w==",
972
+ "version": "8.9.4",
973
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.9.4.tgz",
974
+ "integrity": "sha512-04+YmkvLEky9v3JPfsaOgtqwGRRLti77bKWWlcUJYFIJA/I0R1nQre4uNN1qXl7o/e+YO6ng2+Qn1vkftrPpQA==",
969
975
  "license": "Apache-2.0",
970
976
  "dependencies": {
971
977
  "@appium/base-driver": "^9.0.0",
@@ -4062,13 +4068,10 @@
4062
4068
  }
4063
4069
  },
4064
4070
  "node_modules/text-decoder": {
4065
- "version": "1.2.0",
4066
- "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.0.tgz",
4067
- "integrity": "sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==",
4068
- "license": "Apache-2.0",
4069
- "dependencies": {
4070
- "b4a": "^1.6.4"
4071
- }
4071
+ "version": "1.2.1",
4072
+ "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.1.tgz",
4073
+ "integrity": "sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==",
4074
+ "license": "Apache-2.0"
4072
4075
  },
4073
4076
  "node_modules/through": {
4074
4077
  "version": "2.3.8",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.28.0",
11
+ "version": "7.28.2",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -81,7 +81,7 @@
81
81
  "appium-ios-device": "^2.7.23",
82
82
  "appium-ios-simulator": "^6.1.7",
83
83
  "appium-remote-debugger": "^12.1.1",
84
- "appium-webdriveragent": "^8.9.1",
84
+ "appium-webdriveragent": "^8.9.4",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",