appium-uiautomator2-driver 7.2.0 → 7.2.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 +12 -14
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.2.1](https://github.com/appium/appium-uiautomator2-driver/compare/v7.2.0...v7.2.1) (2026-05-06)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump sinon from 21.1.2 to 22.0.0 ([#997](https://github.com/appium/appium-uiautomator2-driver/issues/997)) ([2ba9f36](https://github.com/appium/appium-uiautomator2-driver/commit/2ba9f36a05f6f56b8a951055fcfaa0320a67832b))
|
|
6
|
+
|
|
1
7
|
## [7.2.0](https://github.com/appium/appium-uiautomator2-driver/compare/v7.1.2...v7.2.0) (2026-05-03)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "7.2.
|
|
9
|
+
"version": "7.2.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"prettier": "^3.0.3",
|
|
43
43
|
"semantic-release": "^25.0.2",
|
|
44
44
|
"sharp": "^0.x",
|
|
45
|
-
"sinon": "^
|
|
45
|
+
"sinon": "^22.0.0",
|
|
46
46
|
"ts-node": "^10.9.1",
|
|
47
47
|
"typescript": "^6.0.2",
|
|
48
48
|
"unzipper": "^0.x",
|
|
@@ -620,9 +620,9 @@
|
|
|
620
620
|
}
|
|
621
621
|
},
|
|
622
622
|
"node_modules/appium-chromedriver": {
|
|
623
|
-
"version": "8.
|
|
624
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.
|
|
625
|
-
"integrity": "sha512-
|
|
623
|
+
"version": "8.3.0",
|
|
624
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.3.0.tgz",
|
|
625
|
+
"integrity": "sha512-kFLjNZiO/h/DXhTFUXYEAt/UNUkcPxt/j6dzO+GRetxScpcO1KuLyxXPWiYbEzyJINGAs9AIW1jCTIBT8wELCA==",
|
|
626
626
|
"license": "Apache-2.0",
|
|
627
627
|
"dependencies": {
|
|
628
628
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -631,7 +631,6 @@
|
|
|
631
631
|
"appium-adb": "^14.0.0",
|
|
632
632
|
"asyncbox": "^6.0.1",
|
|
633
633
|
"axios": "^1.6.5",
|
|
634
|
-
"bluebird": "^3.5.1",
|
|
635
634
|
"compare-versions": "^6.0.0",
|
|
636
635
|
"lodash": "^4.17.4",
|
|
637
636
|
"semver": "^7.0.0",
|
|
@@ -908,9 +907,9 @@
|
|
|
908
907
|
}
|
|
909
908
|
},
|
|
910
909
|
"node_modules/bare-url": {
|
|
911
|
-
"version": "2.4.
|
|
912
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.
|
|
913
|
-
"integrity": "sha512
|
|
910
|
+
"version": "2.4.3",
|
|
911
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.3.tgz",
|
|
912
|
+
"integrity": "sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==",
|
|
914
913
|
"license": "Apache-2.0",
|
|
915
914
|
"dependencies": {
|
|
916
915
|
"bare-path": "^3.0.0"
|
|
@@ -3603,12 +3602,11 @@
|
|
|
3603
3602
|
}
|
|
3604
3603
|
},
|
|
3605
3604
|
"node_modules/teen_process": {
|
|
3606
|
-
"version": "4.1.
|
|
3607
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
3608
|
-
"integrity": "sha512-
|
|
3605
|
+
"version": "4.1.3",
|
|
3606
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
|
|
3607
|
+
"integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
|
|
3609
3608
|
"license": "Apache-2.0",
|
|
3610
3609
|
"dependencies": {
|
|
3611
|
-
"lodash": "^4.17.21",
|
|
3612
3610
|
"shell-quote": "^1.8.1"
|
|
3613
3611
|
},
|
|
3614
3612
|
"engines": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "7.2.
|
|
10
|
+
"version": "7.2.1",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"prettier": "^3.0.3",
|
|
90
90
|
"semantic-release": "^25.0.2",
|
|
91
91
|
"sharp": "^0.x",
|
|
92
|
-
"sinon": "^
|
|
92
|
+
"sinon": "^22.0.0",
|
|
93
93
|
"ts-node": "^10.9.1",
|
|
94
94
|
"typescript": "^6.0.2",
|
|
95
95
|
"unzipper": "^0.x",
|