appium-uiautomator2-driver 8.0.0 → 8.0.1
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 +6 -0
- package/npm-shrinkwrap.json +54 -28
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [8.0.1](https://github.com/appium/appium-uiautomator2-driver/compare/v8.0.0...v8.0.1) (2026-07-01)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* downgrade conventional-changelog-conventionalcommits to v9 ([#1016](https://github.com/appium/appium-uiautomator2-driver/issues/1016)) ([00a56e9](https://github.com/appium/appium-uiautomator2-driver/commit/00a56e95fd98615f1cdf94cf044324a59187ad81))
|
|
6
|
+
|
|
1
7
|
## [8.0.0](https://github.com/appium/appium-uiautomator2-driver/compare/v7.6.2...v8.0.0) (2026-06-26)
|
|
2
8
|
|
|
3
9
|
### ⚠ BREAKING CHANGES
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "8.0.
|
|
9
|
+
"version": "8.0.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/css-locator-to-native": "^1.0.1",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@types/node": "^26.0.0",
|
|
33
33
|
"@types/portscanner": "^2.1.1",
|
|
34
34
|
"@types/semver": "^7.5.0",
|
|
35
|
-
"@types/sinon": "^
|
|
35
|
+
"@types/sinon": "^22.0.0",
|
|
36
36
|
"@types/unzipper": "^0.10.11",
|
|
37
37
|
"@types/ws": "^8.5.4",
|
|
38
38
|
"@xmldom/xmldom": "^0.x",
|
|
39
39
|
"chai": "^6.0.0",
|
|
40
40
|
"chai-as-promised": "^8.0.0",
|
|
41
|
-
"conventional-changelog-conventionalcommits": "^9.
|
|
41
|
+
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
42
42
|
"prettier": "^3.0.3",
|
|
43
43
|
"semantic-release": "^25.0.2",
|
|
44
44
|
"sharp": "^0.x",
|
|
@@ -86,6 +86,19 @@
|
|
|
86
86
|
"spdy": "4.0.2"
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
|
+
"node_modules/@appium/base-driver/node_modules/asyncbox": {
|
|
90
|
+
"version": "6.3.0",
|
|
91
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
|
|
92
|
+
"integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
|
|
93
|
+
"license": "Apache-2.0",
|
|
94
|
+
"dependencies": {
|
|
95
|
+
"p-limit": "^7.2.0"
|
|
96
|
+
},
|
|
97
|
+
"engines": {
|
|
98
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
99
|
+
"npm": ">=10"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
89
102
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
90
103
|
"version": "1.18.0",
|
|
91
104
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
|
|
@@ -258,6 +271,19 @@
|
|
|
258
271
|
"@img/sharp-libvips-linux-x64": "1.3.0"
|
|
259
272
|
}
|
|
260
273
|
},
|
|
274
|
+
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
275
|
+
"version": "6.3.0",
|
|
276
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
|
|
277
|
+
"integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
|
|
278
|
+
"license": "Apache-2.0",
|
|
279
|
+
"dependencies": {
|
|
280
|
+
"p-limit": "^7.2.0"
|
|
281
|
+
},
|
|
282
|
+
"engines": {
|
|
283
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
284
|
+
"npm": ">=10"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
261
287
|
"node_modules/@appium/support/node_modules/axios": {
|
|
262
288
|
"version": "1.18.0",
|
|
263
289
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
|
|
@@ -439,9 +465,9 @@
|
|
|
439
465
|
}
|
|
440
466
|
},
|
|
441
467
|
"node_modules/appium-adb": {
|
|
442
|
-
"version": "15.0.
|
|
443
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.
|
|
444
|
-
"integrity": "sha512-
|
|
468
|
+
"version": "15.0.6",
|
|
469
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.6.tgz",
|
|
470
|
+
"integrity": "sha512-BNHG7at55Tyivd/IIXg5jIljmubAz4n3SrWxQqD5Xer7VIO56hM27FkB0uT56iWofqUR8KWAcKaK6grslCGlzA==",
|
|
445
471
|
"license": "Apache-2.0",
|
|
446
472
|
"dependencies": {
|
|
447
473
|
"@appium/support": "^7.2.2",
|
|
@@ -458,9 +484,9 @@
|
|
|
458
484
|
}
|
|
459
485
|
},
|
|
460
486
|
"node_modules/appium-android-driver": {
|
|
461
|
-
"version": "13.2.
|
|
462
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.
|
|
463
|
-
"integrity": "sha512-
|
|
487
|
+
"version": "13.2.9",
|
|
488
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.9.tgz",
|
|
489
|
+
"integrity": "sha512-s61RR6/96sUUrgjcJhrGsZKpY2ma6lgaxpblTefdQFRn4GDzepsPCcGCFemRk8YaMiVb5Y2BtYsmOHkb56ifzQ==",
|
|
464
490
|
"license": "Apache-2.0",
|
|
465
491
|
"dependencies": {
|
|
466
492
|
"@appium/support": "^7.2.2",
|
|
@@ -488,9 +514,9 @@
|
|
|
488
514
|
}
|
|
489
515
|
},
|
|
490
516
|
"node_modules/appium-chromedriver": {
|
|
491
|
-
"version": "8.4.
|
|
492
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.
|
|
493
|
-
"integrity": "sha512-
|
|
517
|
+
"version": "8.4.14",
|
|
518
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.4.14.tgz",
|
|
519
|
+
"integrity": "sha512-17zQa+j1bv7LfYsvz2mDIBgMs9OeqsHp9lKSJeZ5NMVteIs3gTujaZTci0lNvPHqsXTmXYSGGdXdHiCEM3axAg==",
|
|
494
520
|
"license": "Apache-2.0",
|
|
495
521
|
"dependencies": {
|
|
496
522
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -559,9 +585,9 @@
|
|
|
559
585
|
"license": "MIT"
|
|
560
586
|
},
|
|
561
587
|
"node_modules/asyncbox": {
|
|
562
|
-
"version": "6.3.
|
|
563
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.
|
|
564
|
-
"integrity": "sha512-
|
|
588
|
+
"version": "6.3.1",
|
|
589
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.1.tgz",
|
|
590
|
+
"integrity": "sha512-48aDXFweBUWkAjmE6fCobYZY+rq93OYerERLIaVYVDGZSRNFYYaI+sZEJyqUwzxDSlzOHF6ckUEqis/JmHkrMA==",
|
|
565
591
|
"license": "Apache-2.0",
|
|
566
592
|
"dependencies": {
|
|
567
593
|
"p-limit": "^7.2.0"
|
|
@@ -651,9 +677,9 @@
|
|
|
651
677
|
}
|
|
652
678
|
},
|
|
653
679
|
"node_modules/bare-os": {
|
|
654
|
-
"version": "3.9.
|
|
655
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.
|
|
656
|
-
"integrity": "sha512-
|
|
680
|
+
"version": "3.9.3",
|
|
681
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.3.tgz",
|
|
682
|
+
"integrity": "sha512-fF4Q7QsyKVF5Rj0qvI8BgUNjqzC2JvQlpTaPLjVJVxYVUX5Zr9un+y3w1HmA4nNKdFmRBT8z/WmrjvXzXVerKQ==",
|
|
657
683
|
"license": "Apache-2.0",
|
|
658
684
|
"engines": {
|
|
659
685
|
"bare": ">=1.14.0"
|
|
@@ -797,9 +823,9 @@
|
|
|
797
823
|
}
|
|
798
824
|
},
|
|
799
825
|
"node_modules/brace-expansion": {
|
|
800
|
-
"version": "5.0.
|
|
801
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
802
|
-
"integrity": "sha512-
|
|
826
|
+
"version": "5.0.7",
|
|
827
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
828
|
+
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
803
829
|
"license": "MIT",
|
|
804
830
|
"dependencies": {
|
|
805
831
|
"balanced-match": "^4.0.2"
|
|
@@ -1756,9 +1782,9 @@
|
|
|
1756
1782
|
}
|
|
1757
1783
|
},
|
|
1758
1784
|
"node_modules/io.appium.settings": {
|
|
1759
|
-
"version": "7.1.
|
|
1760
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.
|
|
1761
|
-
"integrity": "sha512
|
|
1785
|
+
"version": "7.1.9",
|
|
1786
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.1.9.tgz",
|
|
1787
|
+
"integrity": "sha512-+gonaCuZSXcpbT2HGYVf0x+6brrygik90LhEKTjhl5GthE18h7wU0JUk/GMoVDRpPHeAq/S/p9RyjmPdU3Hwyw==",
|
|
1762
1788
|
"license": "Apache-2.0",
|
|
1763
1789
|
"dependencies": {
|
|
1764
1790
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -2930,9 +2956,9 @@
|
|
|
2930
2956
|
}
|
|
2931
2957
|
},
|
|
2932
2958
|
"node_modules/teen_process": {
|
|
2933
|
-
"version": "4.1.
|
|
2934
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
2935
|
-
"integrity": "sha512-
|
|
2959
|
+
"version": "4.1.7",
|
|
2960
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.7.tgz",
|
|
2961
|
+
"integrity": "sha512-rWYaZsS8hjySi6lgrewZsOtELuya7W2xu2DEG16ibcDcH+iyqn4fyp8Y08IncBo/q8MdOibVyP9GViqzvA7nsw==",
|
|
2936
2962
|
"license": "Apache-2.0",
|
|
2937
2963
|
"dependencies": {
|
|
2938
2964
|
"shell-quote": "^1.8.1"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "8.0.
|
|
10
|
+
"version": "8.0.1",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"@types/node": "^26.0.0",
|
|
82
82
|
"@types/portscanner": "^2.1.1",
|
|
83
83
|
"@types/semver": "^7.5.0",
|
|
84
|
-
"@types/sinon": "^
|
|
84
|
+
"@types/sinon": "^22.0.0",
|
|
85
85
|
"@types/unzipper": "^0.10.11",
|
|
86
86
|
"@types/ws": "^8.5.4",
|
|
87
87
|
"@xmldom/xmldom": "^0.x",
|
|
88
88
|
"chai": "^6.0.0",
|
|
89
89
|
"chai-as-promised": "^8.0.0",
|
|
90
|
-
"conventional-changelog-conventionalcommits": "^9.
|
|
90
|
+
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
91
91
|
"prettier": "^3.0.3",
|
|
92
92
|
"semantic-release": "^25.0.2",
|
|
93
93
|
"sharp": "^0.x",
|