appium-android-driver 11.0.0 → 11.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 +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [11.0.1](https://github.com/appium/appium-android-driver/compare/v11.0.0...v11.0.1) (2025-08-23)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump chai from 5.3.2 to 6.0.0 ([#1008](https://github.com/appium/appium-android-driver/issues/1008)) ([05c574f](https://github.com/appium/appium-android-driver/commit/05c574f2da04cb76da477bd3fac244691f157af6))
|
|
6
|
+
* **deps:** bump lru-cache from 10.4.3 to 11.1.0 ([#990](https://github.com/appium/appium-android-driver/issues/990)) ([f48bacd](https://github.com/appium/appium-android-driver/commit/f48bacd21220e4db4bd84989d63bf283d847b9a6))
|
|
7
|
+
|
|
1
8
|
## [11.0.0](https://github.com/appium/appium-android-driver/compare/v10.3.12...v11.0.0) (2025-08-17)
|
|
2
9
|
|
|
3
10
|
### ⚠ BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-android-driver",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.1",
|
|
4
4
|
"description": "Android UiAutomator and Chrome support for Appium",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"appium",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"bluebird": "^3.4.7",
|
|
58
58
|
"io.appium.settings": "^6.0.0",
|
|
59
59
|
"lodash": "^4.17.4",
|
|
60
|
-
"lru-cache": "^
|
|
60
|
+
"lru-cache": "^11.1.0",
|
|
61
61
|
"moment": "^2.24.0",
|
|
62
62
|
"moment-timezone": "^0.x",
|
|
63
63
|
"portscanner": "^2.2.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@types/ws": "^8.5.4",
|
|
85
85
|
"@xmldom/xmldom": "^0.x",
|
|
86
86
|
"android-apidemos": "^5.0.0",
|
|
87
|
-
"chai": "^
|
|
87
|
+
"chai": "^6.0.0",
|
|
88
88
|
"chai-as-promised": "^8.0.0",
|
|
89
89
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
90
90
|
"mocha": "^11.0.1",
|