From e8a838417a75464ebb8ce08584311f39afdd67bd Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Thu, 27 Jun 2024 12:12:33 -0700 Subject: [PATCH] chore: publish - appium@2.11.0 - @appium/base-driver@9.11.0 - @appium/base-plugin@2.2.40 - @appium/doctor@2.1.7 - @appium/docutils@1.0.16 - @appium/driver-test-support@0.6.4 - @appium/execute-driver-plugin@3.0.31 - @appium/fake-plugin@3.1.44 - @appium/images-plugin@3.0.15 - @appium/logger@1.5.0 - @appium/plugin-test-support@0.3.39 - @appium/support@5.1.0 - @appium/test-support@3.0.44 - @appium/types@0.21.0 --- package-lock.json | 112 ++++++++++---------- packages/appium/CHANGELOG.md | 20 ++++ packages/appium/README.md | 11 +- packages/appium/package.json | 14 +-- packages/base-driver/CHANGELOG.md | 16 +++ packages/base-driver/package.json | 6 +- packages/base-plugin/CHANGELOG.md | 8 ++ packages/base-plugin/package.json | 6 +- packages/doctor/CHANGELOG.md | 12 +++ packages/doctor/package.json | 4 +- packages/docutils/CHANGELOG.md | 12 +++ packages/docutils/package.json | 4 +- packages/driver-test-support/CHANGELOG.md | 9 ++ packages/driver-test-support/package.json | 4 +- packages/execute-driver-plugin/CHANGELOG.md | 9 ++ packages/execute-driver-plugin/package.json | 2 +- packages/fake-plugin/CHANGELOG.md | 8 ++ packages/fake-plugin/package.json | 6 +- packages/images-plugin/CHANGELOG.md | 8 ++ packages/images-plugin/package.json | 4 +- packages/logger/CHANGELOG.md | 14 +++ packages/logger/package.json | 2 +- packages/plugin-test-support/CHANGELOG.md | 10 ++ packages/plugin-test-support/package.json | 4 +- packages/support/CHANGELOG.md | 19 ++++ packages/support/package.json | 6 +- packages/test-support/CHANGELOG.md | 8 ++ packages/test-support/package.json | 4 +- packages/types/CHANGELOG.md | 14 +++ packages/types/package.json | 4 +- 30 files changed, 264 insertions(+), 96 deletions(-) diff --git a/package-lock.json b/package-lock.json index 715e71f5d..81f16de76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21340,17 +21340,17 @@ } }, "packages/appium": { - "version": "2.10.3", + "version": "2.11.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.10.3", - "@appium/base-plugin": "^2.2.39", - "@appium/docutils": "^1.0.15", - "@appium/logger": "^1.4.2", + "@appium/base-driver": "^9.11.0", + "@appium/base-plugin": "^2.2.40", + "@appium/docutils": "^1.0.16", + "@appium/logger": "^1.5.0", "@appium/schema": "^0.6.1", - "@appium/support": "^5.0.3", - "@appium/types": "^0.20.3", + "@appium/support": "^5.1.0", + "@appium/types": "^0.21.0", "@sidvind/better-ajv-errors": "2.1.3", "@types/argparse": "2.0.16", "@types/bluebird": "3.5.42", @@ -21452,11 +21452,11 @@ }, "packages/base-driver": { "name": "@appium/base-driver", - "version": "9.10.3", + "version": "9.11.0", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^5.0.3", - "@appium/types": "^0.20.3", + "@appium/support": "^5.1.0", + "@appium/types": "^0.21.0", "@colors/colors": "1.6.0", "@types/async-lock": "1.4.2", "@types/bluebird": "3.5.42", @@ -21529,11 +21529,11 @@ }, "packages/base-plugin": { "name": "@appium/base-plugin", - "version": "2.2.39", + "version": "2.2.40", "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.10.3", - "@appium/support": "^5.0.3" + "@appium/base-driver": "^9.11.0", + "@appium/support": "^5.1.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -21542,10 +21542,10 @@ }, "packages/doctor": { "name": "@appium/doctor", - "version": "2.1.6", + "version": "2.1.7", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@colors/colors": "1.6.0", "@types/bluebird": "3.5.42", "@types/teen_process": "2.0.4", @@ -21758,10 +21758,10 @@ }, "packages/docutils": { "name": "@appium/docutils", - "version": "1.0.15", + "version": "1.0.16", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@appium/tsconfig": "^0.3.3", "@sliphua/lilconfig-ts-loader": "3.2.2", "@types/which": "3.0.4", @@ -21901,10 +21901,10 @@ }, "packages/driver-test-support": { "name": "@appium/driver-test-support", - "version": "0.6.3", + "version": "0.6.4", "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "@types/lodash": "4.17.5", "@types/stoppable": "1.1.3", "axios": "1.7.2", @@ -21985,7 +21985,7 @@ }, "packages/execute-driver-plugin": { "name": "@appium/execute-driver-plugin", - "version": "3.0.30", + "version": "3.0.31", "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.42", @@ -22026,11 +22026,11 @@ }, "packages/fake-plugin": { "name": "@appium/fake-plugin", - "version": "3.1.43", + "version": "3.1.44", "license": "Apache-2.0", "dependencies": { - "@appium/base-plugin": "^2.2.39", - "@appium/support": "^5.0.3", + "@appium/base-plugin": "^2.2.40", + "@appium/support": "^5.1.0", "@types/bluebird": "3.5.42", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -22046,11 +22046,11 @@ }, "packages/images-plugin": { "name": "@appium/images-plugin", - "version": "3.0.14", + "version": "3.0.15", "license": "Apache-2.0", "dependencies": { "@appium/opencv": "^3.0.4", - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "lodash": "4.17.21", "lru-cache": "10.2.2", "sharp": "0.33.4", @@ -22141,7 +22141,7 @@ }, "packages/logger": { "name": "@appium/logger", - "version": "1.4.2", + "version": "1.5.0", "license": "ISC", "dependencies": { "console-control-strings": "1.1.0", @@ -22239,10 +22239,10 @@ }, "packages/plugin-test-support": { "name": "@appium/plugin-test-support", - "version": "0.3.38", + "version": "0.3.39", "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", @@ -22302,12 +22302,12 @@ }, "packages/support": { "name": "@appium/support", - "version": "5.0.3", + "version": "5.1.0", "license": "Apache-2.0", "dependencies": { - "@appium/logger": "^1.4.2", + "@appium/logger": "^1.5.0", "@appium/tsconfig": "^0.3.3", - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "@colors/colors": "1.6.0", "@types/archiver": "6.0.2", "@types/base64-stream": "1.0.5", @@ -22587,10 +22587,10 @@ }, "packages/test-support": { "name": "@appium/test-support", - "version": "3.0.43", + "version": "3.0.44", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@colors/colors": "1.6.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -22621,10 +22621,10 @@ }, "packages/types": { "name": "@appium/types", - "version": "0.20.3", + "version": "0.21.0", "license": "Apache-2.0", "dependencies": { - "@appium/logger": "^1.4.2", + "@appium/logger": "^1.5.0", "@appium/schema": "^0.6.1", "@appium/tsconfig": "^0.3.3", "@types/express": "4.17.21", @@ -22697,8 +22697,8 @@ "@appium/base-driver": { "version": "file:packages/base-driver", "requires": { - "@appium/support": "^5.0.3", - "@appium/types": "^0.20.3", + "@appium/support": "^5.1.0", + "@appium/types": "^0.21.0", "@colors/colors": "1.6.0", "@types/async-lock": "1.4.2", "@types/bluebird": "3.5.42", @@ -22753,14 +22753,14 @@ "@appium/base-plugin": { "version": "file:packages/base-plugin", "requires": { - "@appium/base-driver": "^9.10.3", - "@appium/support": "^5.0.3" + "@appium/base-driver": "^9.11.0", + "@appium/support": "^5.1.0" } }, "@appium/doctor": { "version": "file:packages/doctor", "requires": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@colors/colors": "1.6.0", "@types/bluebird": "3.5.42", "@types/teen_process": "2.0.4", @@ -22910,7 +22910,7 @@ "@appium/docutils": { "version": "file:packages/docutils", "requires": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@appium/tsconfig": "^0.3.3", "@sliphua/lilconfig-ts-loader": "3.2.2", "@types/which": "3.0.4", @@ -22994,7 +22994,7 @@ "@appium/driver-test-support": { "version": "file:packages/driver-test-support", "requires": { - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "@types/lodash": "4.17.5", "@types/stoppable": "1.1.3", "axios": "1.7.2", @@ -23057,8 +23057,8 @@ "@appium/fake-plugin": { "version": "file:packages/fake-plugin", "requires": { - "@appium/base-plugin": "^2.2.39", - "@appium/support": "^5.0.3", + "@appium/base-plugin": "^2.2.40", + "@appium/support": "^5.1.0", "@types/bluebird": "3.5.42", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -23069,7 +23069,7 @@ "version": "file:packages/images-plugin", "requires": { "@appium/opencv": "^3.0.4", - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "lodash": "4.17.21", "lru-cache": "10.2.2", "sharp": "0.33.4", @@ -23207,7 +23207,7 @@ "@appium/plugin-test-support": { "version": "file:packages/plugin-test-support", "requires": { - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", @@ -23239,9 +23239,9 @@ "@appium/support": { "version": "file:packages/support", "requires": { - "@appium/logger": "^1.4.2", + "@appium/logger": "^1.5.0", "@appium/tsconfig": "^0.3.3", - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "@colors/colors": "1.6.0", "@types/archiver": "6.0.2", "@types/base64-stream": "1.0.5", @@ -23441,7 +23441,7 @@ "@appium/test-support": { "version": "file:packages/test-support", "requires": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@colors/colors": "1.6.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -23459,7 +23459,7 @@ "@appium/types": { "version": "file:packages/types", "requires": { - "@appium/logger": "^1.4.2", + "@appium/logger": "^1.5.0", "@appium/schema": "^0.6.1", "@appium/tsconfig": "^0.3.3", "@types/express": "4.17.21", @@ -26874,13 +26874,13 @@ "appium": { "version": "file:packages/appium", "requires": { - "@appium/base-driver": "^9.10.3", - "@appium/base-plugin": "^2.2.39", - "@appium/docutils": "^1.0.15", - "@appium/logger": "^1.4.2", + "@appium/base-driver": "^9.11.0", + "@appium/base-plugin": "^2.2.40", + "@appium/docutils": "^1.0.16", + "@appium/logger": "^1.5.0", "@appium/schema": "^0.6.1", - "@appium/support": "^5.0.3", - "@appium/types": "^0.20.3", + "@appium/support": "^5.1.0", + "@appium/types": "^0.21.0", "@sidvind/better-ajv-errors": "2.1.3", "@types/argparse": "2.0.16", "@types/bluebird": "3.5.42", diff --git a/packages/appium/CHANGELOG.md b/packages/appium/CHANGELOG.md index 50ce68fbd..a1ca6b7d9 100644 --- a/packages/appium/CHANGELOG.md +++ b/packages/appium/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.11.0](https://github.com/appium/appium/compare/appium@2.10.3...appium@2.11.0) (2024-06-27) + + +### Features + +* **appium:** Improve context logging ([#20250](https://github.com/appium/appium/issues/20250)) ([f675abc](https://github.com/appium/appium/commit/f675abc27b3e6beac2431cc71afb5fc2c2f70534)) +* **appium:** show extension update info message for newer major versions ([#20283](https://github.com/appium/appium/issues/20283)) ([f2c8b69](https://github.com/appium/appium/commit/f2c8b696085ba862553476f23509cac0674a447c)) +* **appium:** show spinner during extension uninstall ([#20282](https://github.com/appium/appium/issues/20282)) ([f250793](https://github.com/appium/appium/commit/f25079354bfd646810813ae47244a1e2e962dbfb)) + + +### Bug Fixes + +* **appium:** update dependency ws to v8.17.1 ([d2b24da](https://github.com/appium/appium/commit/d2b24daba056373160d680ec5f017b28e9cbde1a)) +* **execute-driver-plugin:** update dependency webdriverio to v8.39.0 ([faf9623](https://github.com/appium/appium/commit/faf9623a65868a6330d062076074da7c1c3acb2a)) +* **support:** update dependency teen_process to v2.1.5 ([bc388db](https://github.com/appium/appium/commit/bc388db1116f411f4b241105f5feae30418c9a27)) +* **support:** update dependency teen_process to v2.1.6 ([5412461](https://github.com/appium/appium/commit/541246184dc7521c825ec1902775e681ea6f0db3)) +* **types:** update dependency type-fest to v4.20.1 ([#20255](https://github.com/appium/appium/issues/20255)) ([1984553](https://github.com/appium/appium/commit/19845531f558e2b16dfae807c768e1b9f2cab25d)) + + + ## [2.10.3](https://github.com/appium/appium/compare/appium@2.10.2...appium@2.10.3) (2024-06-11) **Note:** Version bump only for package appium diff --git a/packages/appium/README.md b/packages/appium/README.md index 4e3ab8083..467b7d5e0 100644 --- a/packages/appium/README.md +++ b/packages/appium/README.md @@ -191,21 +191,22 @@ Appium is incredibly grateful to our Development and Strategic Partners for thei contribution of project development and leadership!

- HeadSpin + HeadSpin

- - - Browserstack + + + Browserstack

- Sauce Labs

diff --git a/packages/appium/package.json b/packages/appium/package.json index 75c59a8db..550c4d9d0 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -1,6 +1,6 @@ { "name": "appium", - "version": "2.10.3", + "version": "2.11.0", "description": "Automation for Apps.", "keywords": [ "automation", @@ -59,13 +59,13 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-driver": "^9.10.3", - "@appium/base-plugin": "^2.2.39", - "@appium/docutils": "^1.0.15", - "@appium/logger": "^1.4.2", + "@appium/base-driver": "^9.11.0", + "@appium/base-plugin": "^2.2.40", + "@appium/docutils": "^1.0.16", + "@appium/logger": "^1.5.0", "@appium/schema": "^0.6.1", - "@appium/support": "^5.0.3", - "@appium/types": "^0.20.3", + "@appium/support": "^5.1.0", + "@appium/types": "^0.21.0", "@sidvind/better-ajv-errors": "2.1.3", "@types/argparse": "2.0.16", "@types/bluebird": "3.5.42", diff --git a/packages/base-driver/CHANGELOG.md b/packages/base-driver/CHANGELOG.md index 5f3ef1e34..33ea6cb8e 100644 --- a/packages/base-driver/CHANGELOG.md +++ b/packages/base-driver/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.11.0](https://github.com/appium/appium/compare/@appium/base-driver@9.10.3...@appium/base-driver@9.11.0) (2024-06-27) + + +### Features + +* **appium:** Improve context logging ([#20250](https://github.com/appium/appium/issues/20250)) ([f675abc](https://github.com/appium/appium/commit/f675abc27b3e6beac2431cc71afb5fc2c2f70534)) + + +### Bug Fixes + +* **base-driver:** Check if app path is relative earlier ([#20276](https://github.com/appium/appium/issues/20276)) ([2882e71](https://github.com/appium/appium/commit/2882e7163159b7918d54cc4521105a1fdf55da9a)) +* **base-driver:** update dependency path-to-regexp to v7 ([#20279](https://github.com/appium/appium/issues/20279)) ([a746eef](https://github.com/appium/appium/commit/a746eefbbb627c7f7dd9d1ce13226a88d9527129)) +* **types:** update dependency type-fest to v4.20.1 ([#20255](https://github.com/appium/appium/issues/20255)) ([1984553](https://github.com/appium/appium/commit/19845531f558e2b16dfae807c768e1b9f2cab25d)) + + + ## [9.10.3](https://github.com/appium/appium/compare/@appium/base-driver@9.10.2...@appium/base-driver@9.10.3) (2024-06-11) **Note:** Version bump only for package @appium/base-driver diff --git a/packages/base-driver/package.json b/packages/base-driver/package.json index 9be914421..1b39f3775 100644 --- a/packages/base-driver/package.json +++ b/packages/base-driver/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-driver", - "version": "9.10.3", + "version": "9.11.0", "description": "Base driver class for Appium drivers", "keywords": [ "automation", @@ -44,8 +44,8 @@ "test:types": "tsd" }, "dependencies": { - "@appium/support": "^5.0.3", - "@appium/types": "^0.20.3", + "@appium/support": "^5.1.0", + "@appium/types": "^0.21.0", "@colors/colors": "1.6.0", "@types/async-lock": "1.4.2", "@types/bluebird": "3.5.42", diff --git a/packages/base-plugin/CHANGELOG.md b/packages/base-plugin/CHANGELOG.md index fe2b82680..102c7151d 100644 --- a/packages/base-plugin/CHANGELOG.md +++ b/packages/base-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.40](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.39...@appium/base-plugin@2.2.40) (2024-06-27) + +**Note:** Version bump only for package @appium/base-plugin + + + + + ## [2.2.39](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.38...@appium/base-plugin@2.2.39) (2024-06-11) **Note:** Version bump only for package @appium/base-plugin diff --git a/packages/base-plugin/package.json b/packages/base-plugin/package.json index 62ddaf890..314500583 100644 --- a/packages/base-plugin/package.json +++ b/packages/base-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-plugin", - "version": "2.2.39", + "version": "2.2.40", "description": "The base plugin used to create Appium 2.0 plugins", "keywords": [ "automation", @@ -40,8 +40,8 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-driver": "^9.10.3", - "@appium/support": "^5.0.3" + "@appium/base-driver": "^9.11.0", + "@appium/support": "^5.1.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", diff --git a/packages/doctor/CHANGELOG.md b/packages/doctor/CHANGELOG.md index c491e281c..bed85d2e3 100644 --- a/packages/doctor/CHANGELOG.md +++ b/packages/doctor/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.7](https://github.com/appium/appium/compare/@appium/doctor@2.1.6...@appium/doctor@2.1.7) (2024-06-27) + + +### Bug Fixes + +* **doctor:** update dependency appium-adb to v12.4.3 ([4345a40](https://github.com/appium/appium/commit/4345a40a15d2473bb13524593ab66ff8ae3d8a7e)) +* **doctor:** update dependency appium-adb to v12.4.4 ([15234bc](https://github.com/appium/appium/commit/15234bc05502157ebf847856d38e35da4d542df7)) +* **support:** update dependency teen_process to v2.1.5 ([bc388db](https://github.com/appium/appium/commit/bc388db1116f411f4b241105f5feae30418c9a27)) +* **support:** update dependency teen_process to v2.1.6 ([5412461](https://github.com/appium/appium/commit/541246184dc7521c825ec1902775e681ea6f0db3)) + + + ## [2.1.6](https://github.com/appium/appium/compare/@appium/doctor@2.1.5...@appium/doctor@2.1.6) (2024-06-11) **Note:** Version bump only for package @appium/doctor diff --git a/packages/doctor/package.json b/packages/doctor/package.json index a83b1268b..e5a5e75c5 100644 --- a/packages/doctor/package.json +++ b/packages/doctor/package.json @@ -1,6 +1,6 @@ { "name": "@appium/doctor", - "version": "2.1.6", + "version": "2.1.7", "description": "Test environment for fitness to run Appium", "keywords": [ "automation", @@ -44,7 +44,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@colors/colors": "1.6.0", "@types/bluebird": "3.5.42", "@types/teen_process": "2.0.4", diff --git a/packages/docutils/CHANGELOG.md b/packages/docutils/CHANGELOG.md index e13db33e2..b3e0bd4c5 100644 --- a/packages/docutils/CHANGELOG.md +++ b/packages/docutils/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.16](https://github.com/appium/appium/compare/@appium/docutils@1.0.15...@appium/docutils@1.0.16) (2024-06-27) + + +### Bug Fixes + +* **docutils:** update dependency typescript to v5.5.2 ([189bce8](https://github.com/appium/appium/commit/189bce88a09c4b3146c48bedf6e8c1dcb50c3a6d)) +* **support:** update dependency teen_process to v2.1.5 ([bc388db](https://github.com/appium/appium/commit/bc388db1116f411f4b241105f5feae30418c9a27)) +* **support:** update dependency teen_process to v2.1.6 ([5412461](https://github.com/appium/appium/commit/541246184dc7521c825ec1902775e681ea6f0db3)) +* **types:** update dependency type-fest to v4.20.1 ([#20255](https://github.com/appium/appium/issues/20255)) ([1984553](https://github.com/appium/appium/commit/19845531f558e2b16dfae807c768e1b9f2cab25d)) + + + ## [1.0.15](https://github.com/appium/appium/compare/@appium/docutils@1.0.14...@appium/docutils@1.0.15) (2024-06-11) **Note:** Version bump only for package @appium/docutils diff --git a/packages/docutils/package.json b/packages/docutils/package.json index 898db3c61..a9a4398dd 100644 --- a/packages/docutils/package.json +++ b/packages/docutils/package.json @@ -1,6 +1,6 @@ { "name": "@appium/docutils", - "version": "1.0.15", + "version": "1.0.16", "description": "Documentation generation utilities for Appium and related projects", "keywords": [ "automation", @@ -48,7 +48,7 @@ "start": "node ./build/lib/cli/index.js" }, "dependencies": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@appium/tsconfig": "^0.3.3", "@sliphua/lilconfig-ts-loader": "3.2.2", "@types/which": "3.0.4", diff --git a/packages/driver-test-support/CHANGELOG.md b/packages/driver-test-support/CHANGELOG.md index a7db08711..4940c995b 100644 --- a/packages/driver-test-support/CHANGELOG.md +++ b/packages/driver-test-support/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.4](https://github.com/appium/appium/compare/@appium/driver-test-support@0.6.3...@appium/driver-test-support@0.6.4) (2024-06-27) + + +### Bug Fixes + +* **types:** update dependency type-fest to v4.20.1 ([#20255](https://github.com/appium/appium/issues/20255)) ([1984553](https://github.com/appium/appium/commit/19845531f558e2b16dfae807c768e1b9f2cab25d)) + + + ## [0.6.3](https://github.com/appium/appium/compare/@appium/driver-test-support@0.6.2...@appium/driver-test-support@0.6.3) (2024-06-11) **Note:** Version bump only for package @appium/driver-test-support diff --git a/packages/driver-test-support/package.json b/packages/driver-test-support/package.json index 8edaa7586..72a5a9949 100644 --- a/packages/driver-test-support/package.json +++ b/packages/driver-test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/driver-test-support", - "version": "0.6.3", + "version": "0.6.4", "description": "Test utilities for Appium drivers", "keywords": [ "automation", @@ -41,7 +41,7 @@ }, "types": "./build/lib/index.d.ts", "dependencies": { - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "@types/lodash": "4.17.5", "@types/stoppable": "1.1.3", "axios": "1.7.2", diff --git a/packages/execute-driver-plugin/CHANGELOG.md b/packages/execute-driver-plugin/CHANGELOG.md index 7ee0b7baa..82671aa8d 100644 --- a/packages/execute-driver-plugin/CHANGELOG.md +++ b/packages/execute-driver-plugin/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.31](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@3.0.30...@appium/execute-driver-plugin@3.0.31) (2024-06-27) + + +### Bug Fixes + +* **execute-driver-plugin:** update dependency webdriverio to v8.39.0 ([faf9623](https://github.com/appium/appium/commit/faf9623a65868a6330d062076074da7c1c3acb2a)) + + + ## [3.0.30](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@3.0.29...@appium/execute-driver-plugin@3.0.30) (2024-06-06) diff --git a/packages/execute-driver-plugin/package.json b/packages/execute-driver-plugin/package.json index 6309267d1..5a2c4758a 100644 --- a/packages/execute-driver-plugin/package.json +++ b/packages/execute-driver-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/execute-driver-plugin", - "version": "3.0.30", + "version": "3.0.31", "description": "Plugin for batching and executing driver commands with Appiums", "keywords": [ "automation", diff --git a/packages/fake-plugin/CHANGELOG.md b/packages/fake-plugin/CHANGELOG.md index d884fa3a1..b3908af8e 100644 --- a/packages/fake-plugin/CHANGELOG.md +++ b/packages/fake-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.44](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.43...@appium/fake-plugin@3.1.44) (2024-06-27) + +**Note:** Version bump only for package @appium/fake-plugin + + + + + ## [3.1.43](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.42...@appium/fake-plugin@3.1.43) (2024-06-11) **Note:** Version bump only for package @appium/fake-plugin diff --git a/packages/fake-plugin/package.json b/packages/fake-plugin/package.json index be746f73a..4e616f08d 100644 --- a/packages/fake-plugin/package.json +++ b/packages/fake-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/fake-plugin", - "version": "3.1.43", + "version": "3.1.44", "description": "A fake Appium 2.0 plugin", "keywords": [ "automation", @@ -39,8 +39,8 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-plugin": "^2.2.39", - "@appium/support": "^5.0.3", + "@appium/base-plugin": "^2.2.40", + "@appium/support": "^5.1.0", "@types/bluebird": "3.5.42", "bluebird": "3.7.2", "lodash": "4.17.21", diff --git a/packages/images-plugin/CHANGELOG.md b/packages/images-plugin/CHANGELOG.md index c3e8f7dd8..b8abd13ce 100644 --- a/packages/images-plugin/CHANGELOG.md +++ b/packages/images-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.15](https://github.com/appium/appium/compare/@appium/images-plugin@3.0.14...@appium/images-plugin@3.0.15) (2024-06-27) + +**Note:** Version bump only for package @appium/images-plugin + + + + + ## [3.0.14](https://github.com/appium/appium/compare/@appium/images-plugin@3.0.13...@appium/images-plugin@3.0.14) (2024-06-11) **Note:** Version bump only for package @appium/images-plugin diff --git a/packages/images-plugin/package.json b/packages/images-plugin/package.json index 6c875a8e1..82e48655c 100644 --- a/packages/images-plugin/package.json +++ b/packages/images-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/images-plugin", - "version": "3.0.14", + "version": "3.0.15", "description": "Plugin for working with images and image elements in Appium", "keywords": [ "automation", @@ -40,7 +40,7 @@ }, "dependencies": { "@appium/opencv": "^3.0.4", - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "lodash": "4.17.21", "lru-cache": "10.2.2", "sharp": "0.33.4", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 81926a691..f29eb2ce0 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.0](https://github.com/appium/appium/compare/@appium/logger@1.4.2...@appium/logger@1.5.0) (2024-06-27) + + +### Features + +* **appium:** Improve context logging ([#20250](https://github.com/appium/appium/issues/20250)) ([f675abc](https://github.com/appium/appium/commit/f675abc27b3e6beac2431cc71afb5fc2c2f70534)) + + +### Bug Fixes + +* **logger:** Print an empty message if no arguments are provided ([#20284](https://github.com/appium/appium/issues/20284)) ([87fc50c](https://github.com/appium/appium/commit/87fc50c2aff523492a353f20fa9dc7e759be06b3)) + + + ## [1.4.2](https://github.com/appium/appium/compare/@appium/logger@1.4.1...@appium/logger@1.4.2) (2024-06-11) diff --git a/packages/logger/package.json b/packages/logger/package.json index d95c1c540..78b4bb397 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@appium/logger", - "version": "1.4.2", + "version": "1.5.0", "author": "https://github.com/appium", "description": "A Universal Logger For The Appium Ecosystem", "repository": { diff --git a/packages/plugin-test-support/CHANGELOG.md b/packages/plugin-test-support/CHANGELOG.md index d41ba733f..65eeb429b 100644 --- a/packages/plugin-test-support/CHANGELOG.md +++ b/packages/plugin-test-support/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.39](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.38...@appium/plugin-test-support@0.3.39) (2024-06-27) + + +### Bug Fixes + +* **support:** update dependency teen_process to v2.1.5 ([bc388db](https://github.com/appium/appium/commit/bc388db1116f411f4b241105f5feae30418c9a27)) +* **support:** update dependency teen_process to v2.1.6 ([5412461](https://github.com/appium/appium/commit/541246184dc7521c825ec1902775e681ea6f0db3)) + + + ## [0.3.38](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.37...@appium/plugin-test-support@0.3.38) (2024-06-11) **Note:** Version bump only for package @appium/plugin-test-support diff --git a/packages/plugin-test-support/package.json b/packages/plugin-test-support/package.json index 6c8ce1a5e..5351268a9 100644 --- a/packages/plugin-test-support/package.json +++ b/packages/plugin-test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/plugin-test-support", - "version": "0.3.38", + "version": "0.3.39", "description": "Testing utilities for Appium plugins", "keywords": [ "automation", @@ -41,7 +41,7 @@ "test:unit": "exit 0" }, "dependencies": { - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", diff --git a/packages/support/CHANGELOG.md b/packages/support/CHANGELOG.md index cff29fe18..e8877e227 100644 --- a/packages/support/CHANGELOG.md +++ b/packages/support/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.1.0](https://github.com/appium/appium/compare/@appium/support@5.0.3...@appium/support@5.1.0) (2024-06-27) + + +### Features + +* **appium:** Improve context logging ([#20250](https://github.com/appium/appium/issues/20250)) ([f675abc](https://github.com/appium/appium/commit/f675abc27b3e6beac2431cc71afb5fc2c2f70534)) + + +### Bug Fixes + +* **support:** update dependency @types/uuid to v10 ([#20280](https://github.com/appium/appium/issues/20280)) ([073447a](https://github.com/appium/appium/commit/073447ae4a69f82c284b17d122916746620d4fdf)) +* **support:** update dependency glob to v10.4.2 ([#20268](https://github.com/appium/appium/issues/20268)) ([d5e5186](https://github.com/appium/appium/commit/d5e5186cb7612b64634c98f21532f354f411bbb8)) +* **support:** update dependency teen_process to v2.1.5 ([bc388db](https://github.com/appium/appium/commit/bc388db1116f411f4b241105f5feae30418c9a27)) +* **support:** update dependency teen_process to v2.1.6 ([5412461](https://github.com/appium/appium/commit/541246184dc7521c825ec1902775e681ea6f0db3)) +* **support:** update dependency uuid to v10 ([#20236](https://github.com/appium/appium/issues/20236)) ([57bbb7f](https://github.com/appium/appium/commit/57bbb7f46db2aa0f16bce31c525286a6a94faf25)) +* **types:** update dependency type-fest to v4.20.1 ([#20255](https://github.com/appium/appium/issues/20255)) ([1984553](https://github.com/appium/appium/commit/19845531f558e2b16dfae807c768e1b9f2cab25d)) + + + ## [5.0.3](https://github.com/appium/appium/compare/@appium/support@5.0.2...@appium/support@5.0.3) (2024-06-11) **Note:** Version bump only for package @appium/support diff --git a/packages/support/package.json b/packages/support/package.json index 337f0a5d0..a11719783 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/support", - "version": "5.0.3", + "version": "5.1.0", "description": "Support libs used across appium packages", "keywords": [ "automation", @@ -41,9 +41,9 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/logger": "^1.4.2", + "@appium/logger": "^1.5.0", "@appium/tsconfig": "^0.3.3", - "@appium/types": "^0.20.3", + "@appium/types": "^0.21.0", "@colors/colors": "1.6.0", "@types/archiver": "6.0.2", "@types/base64-stream": "1.0.5", diff --git a/packages/test-support/CHANGELOG.md b/packages/test-support/CHANGELOG.md index 0307eb7ea..edf26aae8 100644 --- a/packages/test-support/CHANGELOG.md +++ b/packages/test-support/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.44](https://github.com/appium/appium/compare/@appium/test-support@3.0.43...@appium/test-support@3.0.44) (2024-06-27) + +**Note:** Version bump only for package @appium/test-support + + + + + ## [3.0.43](https://github.com/appium/appium/compare/@appium/test-support@3.0.42...@appium/test-support@3.0.43) (2024-06-11) **Note:** Version bump only for package @appium/test-support diff --git a/packages/test-support/package.json b/packages/test-support/package.json index 592186e89..bde98cf6a 100644 --- a/packages/test-support/package.json +++ b/packages/test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/test-support", - "version": "3.0.43", + "version": "3.0.44", "description": "A collection of test utilities used across Appium packages", "keywords": [ "automation", @@ -45,7 +45,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/support": "^5.0.3", + "@appium/support": "^5.1.0", "@colors/colors": "1.6.0", "bluebird": "3.7.2", "lodash": "4.17.21", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 6ff4d100f..db2d84f2b 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.21.0](https://github.com/appium/appium/compare/@appium/types@0.20.3...@appium/types@0.21.0) (2024-06-27) + + +### Features + +* **appium:** Improve context logging ([#20250](https://github.com/appium/appium/issues/20250)) ([f675abc](https://github.com/appium/appium/commit/f675abc27b3e6beac2431cc71afb5fc2c2f70534)) + + +### Bug Fixes + +* **types:** update dependency type-fest to v4.20.1 ([#20255](https://github.com/appium/appium/issues/20255)) ([1984553](https://github.com/appium/appium/commit/19845531f558e2b16dfae807c768e1b9f2cab25d)) + + + ## [0.20.3](https://github.com/appium/appium/compare/@appium/types@0.20.2...@appium/types@0.20.3) (2024-06-11) **Note:** Version bump only for package @appium/types diff --git a/packages/types/package.json b/packages/types/package.json index a9f082a19..187f4c2aa 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@appium/types", - "version": "0.20.3", + "version": "0.21.0", "description": "Various type declarations used across Appium", "keywords": [ "automation", @@ -38,7 +38,7 @@ "test:types": "tsd" }, "dependencies": { - "@appium/logger": "^1.4.2", + "@appium/logger": "^1.5.0", "@appium/schema": "^0.6.1", "@appium/tsconfig": "^0.3.3", "@types/express": "4.17.21",