appium-xcuitest-driver 7.33.1 → 7.34.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,9 @@
1
+ ## [7.34.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.33.1...v7.34.0) (2024-12-13)
2
+
3
+ ### Features
4
+
5
+ * extend to handle critical notification elements in respectSystemAlerts settings ([#2502](https://github.com/appium/appium-xcuitest-driver/issues/2502)) ([b4fcccb](https://github.com/appium/appium-xcuitest-driver/commit/b4fcccb1c79f0d6b3dcc4041267893b849c2f557))
6
+
1
7
  ## [7.33.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.33.0...v7.33.1) (2024-12-12)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.33.1",
3
+ "version": "7.34.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.33.1",
9
+ "version": "7.34.0",
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.11.0",
17
+ "appium-webdriveragent": "^8.12.0",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -112,6 +112,18 @@
112
112
  "spdy": "4.0.2"
113
113
  }
114
114
  },
115
+ "node_modules/@appium/base-driver/node_modules/type-fest": {
116
+ "version": "4.30.0",
117
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
118
+ "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
119
+ "license": "(MIT OR CC0-1.0)",
120
+ "engines": {
121
+ "node": ">=16"
122
+ },
123
+ "funding": {
124
+ "url": "https://github.com/sponsors/sindresorhus"
125
+ }
126
+ },
115
127
  "node_modules/@appium/docutils": {
116
128
  "version": "1.0.26",
117
129
  "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.26.tgz",
@@ -147,6 +159,18 @@
147
159
  "npm": ">=8"
148
160
  }
149
161
  },
162
+ "node_modules/@appium/docutils/node_modules/type-fest": {
163
+ "version": "4.30.0",
164
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
165
+ "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
166
+ "license": "(MIT OR CC0-1.0)",
167
+ "engines": {
168
+ "node": ">=16"
169
+ },
170
+ "funding": {
171
+ "url": "https://github.com/sponsors/sindresorhus"
172
+ }
173
+ },
150
174
  "node_modules/@appium/logger": {
151
175
  "version": "1.6.1",
152
176
  "resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.6.1.tgz",
@@ -259,6 +283,18 @@
259
283
  "sharp": "0.33.5"
260
284
  }
261
285
  },
286
+ "node_modules/@appium/support/node_modules/type-fest": {
287
+ "version": "4.30.0",
288
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
289
+ "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
290
+ "license": "(MIT OR CC0-1.0)",
291
+ "engines": {
292
+ "node": ">=16"
293
+ },
294
+ "funding": {
295
+ "url": "https://github.com/sponsors/sindresorhus"
296
+ }
297
+ },
262
298
  "node_modules/@appium/tsconfig": {
263
299
  "version": "0.3.3",
264
300
  "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
@@ -290,6 +326,18 @@
290
326
  "npm": ">=8"
291
327
  }
292
328
  },
329
+ "node_modules/@appium/types/node_modules/type-fest": {
330
+ "version": "4.30.0",
331
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
332
+ "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
333
+ "license": "(MIT OR CC0-1.0)",
334
+ "engines": {
335
+ "node": ">=16"
336
+ },
337
+ "funding": {
338
+ "url": "https://github.com/sponsors/sindresorhus"
339
+ }
340
+ },
293
341
  "node_modules/@babel/code-frame": {
294
342
  "version": "7.26.2",
295
343
  "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz",
@@ -825,9 +873,9 @@
825
873
  }
826
874
  },
827
875
  "node_modules/appium-ios-simulator": {
828
- "version": "6.1.15",
829
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.15.tgz",
830
- "integrity": "sha512-xssI9ZinH86RDLhiwPeLwZd8nLZTos9CN0KI/Y30+8JIayQIFN3VqoKo5eAi9BIi+0i4L3kZ+KeFQ9nPBwqAlg==",
876
+ "version": "6.1.16",
877
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.16.tgz",
878
+ "integrity": "sha512-XMoOX9lnD4DYhEPI+v10GWeRG3SfzkM0ouy8x9Jbefb8mQ5DPq/kP5XtTmb528rCALyre7+NA3T0ciPAuFrqJA==",
831
879
  "license": "Apache-2.0",
832
880
  "dependencies": {
833
881
  "@appium/support": "^6.0.0",
@@ -869,9 +917,9 @@
869
917
  }
870
918
  },
871
919
  "node_modules/appium-webdriveragent": {
872
- "version": "8.11.3",
873
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.11.3.tgz",
874
- "integrity": "sha512-uupxCusPmbsITA7ewHm7XPP+573OqiqFPJMbRtfxS9ePbUTkYmExuiqEK0AYu6uK3HV0bDsnuTARxwmxhZ6pCg==",
920
+ "version": "8.12.0",
921
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.12.0.tgz",
922
+ "integrity": "sha512-uvSdqj0oJmFx47+43CsiOCPGlu60aMBaQI0iBF92bNGamBJ9gwmHzWPIl/qi9LN2ZKYtMMYlVdoKCq6cVdQzyQ==",
875
923
  "license": "Apache-2.0",
876
924
  "dependencies": {
877
925
  "@appium/base-driver": "^9.0.0",
@@ -2288,9 +2336,9 @@
2288
2336
  "license": "MIT"
2289
2337
  },
2290
2338
  "node_modules/is-core-module": {
2291
- "version": "2.15.1",
2292
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
2293
- "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
2339
+ "version": "2.16.0",
2340
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.0.tgz",
2341
+ "integrity": "sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g==",
2294
2342
  "license": "MIT",
2295
2343
  "dependencies": {
2296
2344
  "hasown": "^2.0.2"
@@ -4122,18 +4170,6 @@
4122
4170
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
4123
4171
  "license": "0BSD"
4124
4172
  },
4125
- "node_modules/type-fest": {
4126
- "version": "4.30.0",
4127
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.30.0.tgz",
4128
- "integrity": "sha512-G6zXWS1dLj6eagy6sVhOMQiLtJdxQBHIA9Z6HFUNLOlr6MFOgzV8wvmidtPONfPtEUv0uZsy77XJNzTAfwPDaA==",
4129
- "license": "(MIT OR CC0-1.0)",
4130
- "engines": {
4131
- "node": ">=16"
4132
- },
4133
- "funding": {
4134
- "url": "https://github.com/sponsors/sindresorhus"
4135
- }
4136
- },
4137
4173
  "node_modules/type-is": {
4138
4174
  "version": "1.6.18",
4139
4175
  "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.33.1",
11
+ "version": "7.34.0",
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.11.0",
84
+ "appium-webdriveragent": "^8.12.0",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",