appium-xcuitest-driver 4.21.21 → 4.21.22
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 +7 -0
- package/npm-shrinkwrap.json +10 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.21.22](https://github.com/appium/appium-xcuitest-driver/compare/v4.21.21...v4.21.22) (2023-04-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency eslint to v8.38.0 ([39ebc7d](https://github.com/appium/appium-xcuitest-driver/commit/39ebc7d2fe939f36facb37ad87fa9bc194d146c3))
|
|
7
|
+
|
|
1
8
|
## [4.21.21](https://github.com/appium/appium-xcuitest-driver/compare/v4.21.20...v4.21.21) (2023-04-09)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.21.
|
|
3
|
+
"version": "4.21.22",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.21.
|
|
9
|
+
"version": "4.21.22",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xmldom/xmldom": "0.8.7",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"chai-as-promised": "7.1.1",
|
|
63
63
|
"chai-subset": "1.6.0",
|
|
64
64
|
"conventional-changelog-conventionalcommits": "5.0.0",
|
|
65
|
-
"eslint": "8.
|
|
65
|
+
"eslint": "8.38.0",
|
|
66
66
|
"eslint-config-prettier": "8.8.0",
|
|
67
67
|
"eslint-import-resolver-typescript": "3.5.5",
|
|
68
68
|
"eslint-plugin-import": "2.27.5",
|
|
@@ -1282,9 +1282,9 @@
|
|
|
1282
1282
|
"dev": true
|
|
1283
1283
|
},
|
|
1284
1284
|
"node_modules/@eslint/js": {
|
|
1285
|
-
"version": "8.
|
|
1286
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
1287
|
-
"integrity": "sha512-
|
|
1285
|
+
"version": "8.38.0",
|
|
1286
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz",
|
|
1287
|
+
"integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==",
|
|
1288
1288
|
"dev": true,
|
|
1289
1289
|
"engines": {
|
|
1290
1290
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -6068,15 +6068,15 @@
|
|
|
6068
6068
|
}
|
|
6069
6069
|
},
|
|
6070
6070
|
"node_modules/eslint": {
|
|
6071
|
-
"version": "8.
|
|
6072
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
6073
|
-
"integrity": "sha512-
|
|
6071
|
+
"version": "8.38.0",
|
|
6072
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz",
|
|
6073
|
+
"integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==",
|
|
6074
6074
|
"dev": true,
|
|
6075
6075
|
"dependencies": {
|
|
6076
6076
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
6077
6077
|
"@eslint-community/regexpp": "^4.4.0",
|
|
6078
6078
|
"@eslint/eslintrc": "^2.0.2",
|
|
6079
|
-
"@eslint/js": "8.
|
|
6079
|
+
"@eslint/js": "8.38.0",
|
|
6080
6080
|
"@humanwhocodes/config-array": "^0.11.8",
|
|
6081
6081
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
6082
6082
|
"@nodelib/fs.walk": "^1.2.8",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.21.
|
|
11
|
+
"version": "4.21.22",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"chai-as-promised": "7.1.1",
|
|
159
159
|
"chai-subset": "1.6.0",
|
|
160
160
|
"conventional-changelog-conventionalcommits": "5.0.0",
|
|
161
|
-
"eslint": "8.
|
|
161
|
+
"eslint": "8.38.0",
|
|
162
162
|
"eslint-config-prettier": "8.8.0",
|
|
163
163
|
"eslint-import-resolver-typescript": "3.5.5",
|
|
164
164
|
"eslint-plugin-import": "2.27.5",
|