appium-xcuitest-driver 7.20.1 → 7.20.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,9 @@
1
+ ## [7.20.2](https://github.com/appium/appium-xcuitest-driver/compare/v7.20.1...v7.20.2) (2024-06-27)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Bump chai and chai-as-promised ([#2414](https://github.com/appium/appium-xcuitest-driver/issues/2414)) ([6ba1b5e](https://github.com/appium/appium-xcuitest-driver/commit/6ba1b5e4ba192da6b8d7a0370cd3fa79947c540e))
6
+
1
7
  ## [7.20.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.20.0...v7.20.1) (2024-06-26)
2
8
 
3
9
  ### Bug Fixes
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.20.1",
3
+ "version": "7.20.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.20.1",
9
+ "version": "7.20.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@colors/colors": "^1.6.0",
@@ -43,19 +43,14 @@
43
43
  "@semantic-release/changelog": "^6.0.3",
44
44
  "@semantic-release/git": "^10.0.1",
45
45
  "@types/bluebird": "^3.5.38",
46
- "@types/chai": "^4.3.5",
47
- "@types/chai-as-promised": "^7.1.5",
48
46
  "@types/lodash": "^4.14.196",
49
47
  "@types/mocha": "^10.0.1",
50
48
  "@types/node": "^20.4.7",
51
49
  "@types/portscanner": "^2.1.1",
52
- "@types/sinon": "^17.0.0",
53
- "@types/sinon-chai": "^3.2.9",
54
50
  "@types/teen_process": "^2.0.1",
55
51
  "axios": "^1.4.0",
56
- "chai": "^4.3.7",
57
- "chai-as-promised": "^7.1.1",
58
- "chai-subset": "^1.6.0",
52
+ "chai": "^5.1.1",
53
+ "chai-as-promised": "^8.0.0",
59
54
  "conventional-changelog-conventionalcommits": "^8.0.0",
60
55
  "mocha": "^10.2.0",
61
56
  "mocha-junit-reporter": "^2.2.1",
@@ -66,7 +61,6 @@
66
61
  "semantic-release": "^24.0.0",
67
62
  "sharp": "^0.x",
68
63
  "sinon": "^18.0.0",
69
- "sinon-chai": "^3.7.0",
70
64
  "ts-node": "^10.9.1",
71
65
  "type-fest": "^4.1.0",
72
66
  "typescript": "^5.4.2",
@@ -119,6 +113,11 @@
119
113
  "spdy": "4.0.2"
120
114
  }
121
115
  },
116
+ "node_modules/@appium/base-driver/node_modules/@types/lodash": {
117
+ "version": "4.17.5",
118
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz",
119
+ "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw=="
120
+ },
122
121
  "node_modules/@appium/base-driver/node_modules/type-fest": {
123
122
  "version": "4.20.0",
124
123
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.0.tgz",
@@ -715,9 +714,9 @@
715
714
  "integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
716
715
  },
717
716
  "node_modules/@types/lodash": {
718
- "version": "4.17.5",
719
- "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.5.tgz",
720
- "integrity": "sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw=="
717
+ "version": "4.17.6",
718
+ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz",
719
+ "integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA=="
721
720
  },
722
721
  "node_modules/@types/method-override": {
723
722
  "version": "0.0.35",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.20.1",
11
+ "version": "7.20.2",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -143,19 +143,14 @@
143
143
  "@semantic-release/changelog": "^6.0.3",
144
144
  "@semantic-release/git": "^10.0.1",
145
145
  "@types/bluebird": "^3.5.38",
146
- "@types/chai": "^4.3.5",
147
- "@types/chai-as-promised": "^7.1.5",
148
146
  "@types/lodash": "^4.14.196",
149
147
  "@types/mocha": "^10.0.1",
150
148
  "@types/node": "^20.4.7",
151
149
  "@types/portscanner": "^2.1.1",
152
- "@types/sinon": "^17.0.0",
153
- "@types/sinon-chai": "^3.2.9",
154
150
  "@types/teen_process": "^2.0.1",
155
151
  "axios": "^1.4.0",
156
- "chai": "^4.3.7",
157
- "chai-as-promised": "^7.1.1",
158
- "chai-subset": "^1.6.0",
152
+ "chai": "^5.1.1",
153
+ "chai-as-promised": "^8.0.0",
159
154
  "conventional-changelog-conventionalcommits": "^8.0.0",
160
155
  "mocha": "^10.2.0",
161
156
  "mocha-junit-reporter": "^2.2.1",
@@ -166,7 +161,6 @@
166
161
  "semantic-release": "^24.0.0",
167
162
  "sharp": "^0.x",
168
163
  "sinon": "^18.0.0",
169
- "sinon-chai": "^3.7.0",
170
164
  "ts-node": "^10.9.1",
171
165
  "type-fest": "^4.1.0",
172
166
  "typescript": "^5.4.2",