diff --git a/package-lock.json b/package-lock.json index 993121c3b..c380b0fcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20937,17 +20937,17 @@ } }, "packages/appium": { - "version": "2.15.0", + "version": "2.16.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.15.0", - "@appium/base-plugin": "^2.3.0", - "@appium/docutils": "^1.0.29", + "@appium/base-driver": "^9.16.0", + "@appium/base-plugin": "^2.3.1", + "@appium/docutils": "^1.0.30", "@appium/logger": "^1.6.1", - "@appium/schema": "^0.7.1", - "@appium/support": "^6.0.3", - "@appium/types": "^0.24.0", + "@appium/schema": "^0.8.0", + "@appium/support": "^6.0.4", + "@appium/types": "^0.25.0", "@sidvind/better-ajv-errors": "3.0.1", "ajv": "8.17.1", "ajv-formats": "3.0.1", @@ -21040,11 +21040,11 @@ }, "packages/base-driver": { "name": "@appium/base-driver", - "version": "9.15.0", + "version": "9.16.0", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^6.0.3", - "@appium/types": "^0.24.0", + "@appium/support": "^6.0.4", + "@appium/types": "^0.25.0", "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", @@ -21101,11 +21101,11 @@ }, "packages/base-plugin": { "name": "@appium/base-plugin", - "version": "2.3.0", + "version": "2.3.1", "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.15.0", - "@appium/support": "^6.0.3" + "@appium/base-driver": "^9.16.0", + "@appium/support": "^6.0.4" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -21114,10 +21114,10 @@ }, "packages/docutils": { "name": "@appium/docutils", - "version": "1.0.29", + "version": "1.0.30", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^6.0.3", + "@appium/support": "^6.0.4", "@appium/tsconfig": "^0.3.3", "@sliphua/lilconfig-ts-loader": "3.2.2", "chalk": "4.1.2", @@ -21251,10 +21251,10 @@ }, "packages/driver-test-support": { "name": "@appium/driver-test-support", - "version": "0.7.4", + "version": "0.7.5", "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "axios": "1.7.9", "bluebird": "3.7.2", "chai": "5.2.0", @@ -21314,7 +21314,7 @@ }, "packages/eslint-config-appium-ts": { "name": "@appium/eslint-config-appium-ts", - "version": "1.0.2", + "version": "1.0.3", "license": "Apache-2.0", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -21334,7 +21334,7 @@ }, "packages/execute-driver-plugin": { "name": "@appium/execute-driver-plugin", - "version": "4.0.1", + "version": "4.0.2", "license": "Apache-2.0", "dependencies": { "bluebird": "3.7.2", @@ -21898,7 +21898,7 @@ }, "packages/fake-driver": { "name": "@appium/fake-driver", - "version": "5.7.0", + "version": "5.7.1", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.7", @@ -21918,11 +21918,11 @@ }, "packages/fake-plugin": { "name": "@appium/fake-plugin", - "version": "3.2.0", + "version": "3.2.1", "license": "Apache-2.0", "dependencies": { - "@appium/base-plugin": "^2.3.0", - "@appium/support": "^6.0.3", + "@appium/base-plugin": "^2.3.1", + "@appium/support": "^6.0.4", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21" @@ -21937,11 +21937,11 @@ }, "packages/images-plugin": { "name": "@appium/images-plugin", - "version": "3.0.27", + "version": "3.0.28", "license": "Apache-2.0", "dependencies": { - "@appium/opencv": "^3.0.7", - "@appium/support": "^6.0.3", + "@appium/opencv": "^3.0.8", + "@appium/support": "^6.0.4", "lodash": "4.17.21", "lru-cache": "10.4.3", "sharp": "0.33.5", @@ -22051,7 +22051,7 @@ }, "packages/opencv": { "name": "@appium/opencv", - "version": "3.0.7", + "version": "3.0.8", "license": "Apache-2.0", "dependencies": { "bluebird": "3.7.2", @@ -22134,10 +22134,10 @@ }, "packages/plugin-test-support": { "name": "@appium/plugin-test-support", - "version": "0.3.49", + "version": "0.3.50", "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", @@ -22170,7 +22170,7 @@ }, "packages/schema": { "name": "@appium/schema", - "version": "0.7.1", + "version": "0.8.0", "license": "Apache-2.0", "dependencies": { "json-schema": "0.4.0", @@ -22196,12 +22196,12 @@ }, "packages/support": { "name": "@appium/support", - "version": "6.0.3", + "version": "6.0.4", "license": "Apache-2.0", "dependencies": { "@appium/logger": "^1.6.1", "@appium/tsconfig": "^0.3.3", - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "@colors/colors": "1.6.0", "archiver": "7.0.1", "axios": "1.7.9", @@ -22457,10 +22457,10 @@ }, "packages/test-support": { "name": "@appium/test-support", - "version": "3.1.3", + "version": "3.1.4", "license": "Apache-2.0", "dependencies": { - "@appium/support": "^6.0.3", + "@appium/support": "^6.0.4", "@colors/colors": "1.6.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -22491,11 +22491,11 @@ }, "packages/types": { "name": "@appium/types", - "version": "0.24.0", + "version": "0.25.0", "license": "Apache-2.0", "dependencies": { "@appium/logger": "^1.6.1", - "@appium/schema": "^0.7.1", + "@appium/schema": "^0.8.0", "@appium/tsconfig": "^0.3.3", "type-fest": "4.35.0" }, @@ -22518,7 +22518,7 @@ }, "packages/universal-xml-plugin": { "name": "@appium/universal-xml-plugin", - "version": "1.0.27", + "version": "1.0.28", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.7", @@ -22591,8 +22591,8 @@ "@appium/base-driver": { "version": "file:packages/base-driver", "requires": { - "@appium/support": "^6.0.3", - "@appium/types": "^0.24.0", + "@appium/support": "^6.0.4", + "@appium/types": "^0.25.0", "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", @@ -22637,14 +22637,14 @@ "@appium/base-plugin": { "version": "file:packages/base-plugin", "requires": { - "@appium/base-driver": "^9.15.0", - "@appium/support": "^6.0.3" + "@appium/base-driver": "^9.16.0", + "@appium/support": "^6.0.4" } }, "@appium/docutils": { "version": "file:packages/docutils", "requires": { - "@appium/support": "^6.0.3", + "@appium/support": "^6.0.4", "@appium/tsconfig": "^0.3.3", "@sliphua/lilconfig-ts-loader": "3.2.2", "chalk": "4.1.2", @@ -22721,7 +22721,7 @@ "@appium/driver-test-support": { "version": "file:packages/driver-test-support", "requires": { - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "axios": "1.7.9", "bluebird": "3.7.2", "chai": "5.2.0", @@ -23140,8 +23140,8 @@ "@appium/fake-plugin": { "version": "file:packages/fake-plugin", "requires": { - "@appium/base-plugin": "^2.3.0", - "@appium/support": "^6.0.3", + "@appium/base-plugin": "^2.3.1", + "@appium/support": "^6.0.4", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21" @@ -23150,8 +23150,8 @@ "@appium/images-plugin": { "version": "file:packages/images-plugin", "requires": { - "@appium/opencv": "^3.0.7", - "@appium/support": "^6.0.3", + "@appium/opencv": "^3.0.8", + "@appium/support": "^6.0.4", "lodash": "4.17.21", "lru-cache": "10.4.3", "sharp": "0.33.5", @@ -23296,7 +23296,7 @@ "@appium/plugin-test-support": { "version": "file:packages/plugin-test-support", "requires": { - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", @@ -23329,7 +23329,7 @@ "requires": { "@appium/logger": "^1.6.1", "@appium/tsconfig": "^0.3.3", - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "@colors/colors": "1.6.0", "archiver": "7.0.1", "axios": "1.7.9", @@ -23507,7 +23507,7 @@ "@appium/test-support": { "version": "file:packages/test-support", "requires": { - "@appium/support": "^6.0.3", + "@appium/support": "^6.0.4", "@colors/colors": "1.6.0", "bluebird": "3.7.2", "lodash": "4.17.21", @@ -23526,7 +23526,7 @@ "version": "file:packages/types", "requires": { "@appium/logger": "^1.6.1", - "@appium/schema": "^0.7.1", + "@appium/schema": "^0.8.0", "@appium/tsconfig": "^0.3.3", "type-fest": "4.35.0" }, @@ -27412,13 +27412,13 @@ "appium": { "version": "file:packages/appium", "requires": { - "@appium/base-driver": "^9.15.0", - "@appium/base-plugin": "^2.3.0", - "@appium/docutils": "^1.0.29", + "@appium/base-driver": "^9.16.0", + "@appium/base-plugin": "^2.3.1", + "@appium/docutils": "^1.0.30", "@appium/logger": "^1.6.1", - "@appium/schema": "^0.7.1", - "@appium/support": "^6.0.3", - "@appium/types": "^0.24.0", + "@appium/schema": "^0.8.0", + "@appium/support": "^6.0.4", + "@appium/types": "^0.25.0", "@sidvind/better-ajv-errors": "3.0.1", "ajv": "8.17.1", "ajv-formats": "3.0.1", diff --git a/packages/appium/CHANGELOG.md b/packages/appium/CHANGELOG.md index e26af4f35..ff31c80b6 100644 --- a/packages/appium/CHANGELOG.md +++ b/packages/appium/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.16.0](https://github.com/appium/appium/compare/appium@2.15.0...appium@2.16.0) (2025-02-19) + + +### Features + +* Add /appium/extensions API to list available extensions ([#20931](https://github.com/appium/appium/issues/20931)) ([a6b6077](https://github.com/appium/appium/commit/a6b6077ecd0749598f52d9f29b3220f47d7ad636)) +* add /appium/sessions, /session/:sessionId/appium/capabilities and deprecated marks will be removed in the future ([#20936](https://github.com/appium/appium/issues/20936)) ([eeb59ca](https://github.com/appium/appium/commit/eeb59cab071fdafa44f091e9d0e2676414c85c5d)) +* Add BiDi commands to the listCommands API output ([#20925](https://github.com/appium/appium/issues/20925)) ([2635dcb](https://github.com/appium/appium/commit/2635dcb457be2dc02dfbee5ad4c6ab132f5af8de)) +* **appium:** Add a command line parameter to configure HTTP server request timeout ([#21003](https://github.com/appium/appium/issues/21003)) ([eb1b156](https://github.com/appium/appium/commit/eb1b156146bc338da9c6ded5a2c5beab22ac0ed8)) +* **base-driver:** Add an API to list commands ([#20914](https://github.com/appium/appium/issues/20914)) ([059f1cb](https://github.com/appium/appium/commit/059f1cb698ccdbc58494af9303c5bf264a1893d9)) + + +### Bug Fixes + +* **appium:** add await for async function ([#20974](https://github.com/appium/appium/issues/20974)) ([21e2aab](https://github.com/appium/appium/commit/21e2aabc391fefe0dff8e29fe1cd6be908d5b3d0)) +* **appium:** Wait for upstream web socket to open before sending data to it ([#20953](https://github.com/appium/appium/issues/20953)) ([3cfe3af](https://github.com/appium/appium/commit/3cfe3af1c8d88c8ec79d2d89c7e76d697205c86b)) +* **execute-driver-plugin:** update dependency webdriverio to v9.5.3 ([#20895](https://github.com/appium/appium/issues/20895)) ([8741474](https://github.com/appium/appium/commit/874147449a26bbec03b08e7e95fb9e4c6b5881af)) +* **execute-driver-plugin:** update dependency webdriverio to v9.5.4 ([#20898](https://github.com/appium/appium/issues/20898)) ([7f91d5c](https://github.com/appium/appium/commit/7f91d5cba850100124088d774ba8704e3765863f)) +* **execute-driver-plugin:** update dependency webdriverio to v9.5.7 ([#20903](https://github.com/appium/appium/issues/20903)) ([c60fdc8](https://github.com/appium/appium/commit/c60fdc8d847b4aeed2d8b8307180194ee32e5ca9)) +* **execute-driver-plugin:** update dependency webdriverio to v9.7.0 ([#20930](https://github.com/appium/appium/issues/20930)) ([5780982](https://github.com/appium/appium/commit/57809826a410b71dca155f59e081f77dcaf671ed)) +* **execute-driver-plugin:** update dependency webdriverio to v9.7.1 ([#20934](https://github.com/appium/appium/issues/20934)) ([50fa5d6](https://github.com/appium/appium/commit/50fa5d670bd967200a78e5b4b8a54d5c9b85901b)) +* **execute-driver-plugin:** update dependency webdriverio to v9.7.2 ([#20944](https://github.com/appium/appium/issues/20944)) ([f5e0819](https://github.com/appium/appium/commit/f5e0819f505b55421b7d260f69a41ae980390a91)) +* **execute-driver-plugin:** update dependency webdriverio to v9.8.0 ([#20964](https://github.com/appium/appium/issues/20964)) ([ce32226](https://github.com/appium/appium/commit/ce32226cb57fb3f07bf4862dbbfcba227ff1230c)) +* **execute-driver-plugin:** update dependency webdriverio to v9.9.0 ([#20994](https://github.com/appium/appium/issues/20994)) ([b3c877f](https://github.com/appium/appium/commit/b3c877f66ddf3ccf7a25ca1f7a3952c660bd7dda)) +* **execute-driver-plugin:** update dependency webdriverio to v9.9.1 ([#20996](https://github.com/appium/appium/issues/20996)) ([c6a080f](https://github.com/appium/appium/commit/c6a080f7ade03a49a274ce6fbc84629406fdc2a7)) +* **execute-driver-plugin:** update dependency webdriverio to v9.9.3 ([#21005](https://github.com/appium/appium/issues/21005)) ([686a630](https://github.com/appium/appium/commit/686a630fbdf525db16b42fdfc1bbdaf6426b41d0)) +* **support:** update dependency semver to v7.7.0 ([#20948](https://github.com/appium/appium/issues/20948)) ([81ebd75](https://github.com/appium/appium/commit/81ebd758cb8a87d388124036e5158207041a6b2f)) +* **support:** update dependency semver to v7.7.1 ([#20961](https://github.com/appium/appium/issues/20961)) ([4c08944](https://github.com/appium/appium/commit/4c089440e655fbe3c8da919f8f625b7d7179f00a)) +* **types:** update dependency type-fest to v4.32.0 ([#20900](https://github.com/appium/appium/issues/20900)) ([fbc8530](https://github.com/appium/appium/commit/fbc85308a5398e7c9966792da713e60e47ed7f00)) +* **types:** update dependency type-fest to v4.33.0 ([#20923](https://github.com/appium/appium/issues/20923)) ([2409d32](https://github.com/appium/appium/commit/2409d3223a77aa7e84e0cb05a70be3bfa0c69157)) +* **types:** update dependency type-fest to v4.34.1 ([#20971](https://github.com/appium/appium/issues/20971)) ([0a7490e](https://github.com/appium/appium/commit/0a7490ed53ccfa9243df779e74bafadfc8415c87)) +* **types:** update dependency type-fest to v4.35.0 ([#20999](https://github.com/appium/appium/issues/20999)) ([3dc7336](https://github.com/appium/appium/commit/3dc7336b5fce10b9c1b095cd7a8a1841dbc3de12)) + + + ## [2.15.0](https://github.com/appium/appium/compare/appium@2.14.1...appium@2.15.0) (2025-01-08) diff --git a/packages/appium/package.json b/packages/appium/package.json index d19dc5365..f4e1456df 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -1,6 +1,6 @@ { "name": "appium", - "version": "2.15.0", + "version": "2.16.0", "description": "Automation for Apps.", "keywords": [ "automation", @@ -60,13 +60,13 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-driver": "^9.15.0", - "@appium/base-plugin": "^2.3.0", - "@appium/docutils": "^1.0.29", + "@appium/base-driver": "^9.16.0", + "@appium/base-plugin": "^2.3.1", + "@appium/docutils": "^1.0.30", "@appium/logger": "^1.6.1", - "@appium/schema": "^0.7.1", - "@appium/support": "^6.0.3", - "@appium/types": "^0.24.0", + "@appium/schema": "^0.8.0", + "@appium/support": "^6.0.4", + "@appium/types": "^0.25.0", "@sidvind/better-ajv-errors": "3.0.1", "ajv": "8.17.1", "ajv-formats": "3.0.1", diff --git a/packages/base-driver/CHANGELOG.md b/packages/base-driver/CHANGELOG.md index a5f6db278..ebb3a54d7 100644 --- a/packages/base-driver/CHANGELOG.md +++ b/packages/base-driver/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.16.0](https://github.com/appium/appium/compare/@appium/base-driver@9.15.0...@appium/base-driver@9.16.0) (2025-02-19) + + +### Features + +* Add /appium/extensions API to list available extensions ([#20931](https://github.com/appium/appium/issues/20931)) ([a6b6077](https://github.com/appium/appium/commit/a6b6077ecd0749598f52d9f29b3220f47d7ad636)) +* add /appium/sessions, /session/:sessionId/appium/capabilities and deprecated marks will be removed in the future ([#20936](https://github.com/appium/appium/issues/20936)) ([eeb59ca](https://github.com/appium/appium/commit/eeb59cab071fdafa44f091e9d0e2676414c85c5d)) +* Add BiDi commands to the listCommands API output ([#20925](https://github.com/appium/appium/issues/20925)) ([2635dcb](https://github.com/appium/appium/commit/2635dcb457be2dc02dfbee5ad4c6ab132f5af8de)) +* **appium:** Add a command line parameter to configure HTTP server request timeout ([#21003](https://github.com/appium/appium/issues/21003)) ([eb1b156](https://github.com/appium/appium/commit/eb1b156146bc338da9c6ded5a2c5beab22ac0ed8)) +* **base-driver:** Add an API to list commands ([#20914](https://github.com/appium/appium/issues/20914)) ([059f1cb](https://github.com/appium/appium/commit/059f1cb698ccdbc58494af9303c5bf264a1893d9)) +* **base-driver:** Print the closest match if the given script did not match ([#20956](https://github.com/appium/appium/issues/20956)) ([f8b5799](https://github.com/appium/appium/commit/f8b57999e5a4a13a089cff12954de5d99c8a35fc)) + + +### Bug Fixes + +* **driver-test-support:** update definitelytyped ([#20942](https://github.com/appium/appium/issues/20942)) ([f7c63ee](https://github.com/appium/appium/commit/f7c63ee5d87be21eba577a4cfd0b0a08a050afeb)) +* **types:** update dependency type-fest to v4.32.0 ([#20900](https://github.com/appium/appium/issues/20900)) ([fbc8530](https://github.com/appium/appium/commit/fbc85308a5398e7c9966792da713e60e47ed7f00)) +* **types:** update dependency type-fest to v4.33.0 ([#20923](https://github.com/appium/appium/issues/20923)) ([2409d32](https://github.com/appium/appium/commit/2409d3223a77aa7e84e0cb05a70be3bfa0c69157)) +* **types:** update dependency type-fest to v4.34.1 ([#20971](https://github.com/appium/appium/issues/20971)) ([0a7490e](https://github.com/appium/appium/commit/0a7490ed53ccfa9243df779e74bafadfc8415c87)) +* **types:** update dependency type-fest to v4.35.0 ([#20999](https://github.com/appium/appium/issues/20999)) ([3dc7336](https://github.com/appium/appium/commit/3dc7336b5fce10b9c1b095cd7a8a1841dbc3de12)) + + + ## [9.15.0](https://github.com/appium/appium/compare/@appium/base-driver@9.14.1...@appium/base-driver@9.15.0) (2025-01-08) diff --git a/packages/base-driver/package.json b/packages/base-driver/package.json index 0e064ac49..6e8274f49 100644 --- a/packages/base-driver/package.json +++ b/packages/base-driver/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-driver", - "version": "9.15.0", + "version": "9.16.0", "description": "Base driver class for Appium drivers", "keywords": [ "automation", @@ -44,8 +44,8 @@ "test:types": "tsd" }, "dependencies": { - "@appium/support": "^6.0.3", - "@appium/types": "^0.24.0", + "@appium/support": "^6.0.4", + "@appium/types": "^0.25.0", "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", diff --git a/packages/base-plugin/CHANGELOG.md b/packages/base-plugin/CHANGELOG.md index 2dfd72e4d..d2ebad8fe 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.3.1](https://github.com/appium/appium/compare/@appium/base-plugin@2.3.0...@appium/base-plugin@2.3.1) (2025-02-19) + +**Note:** Version bump only for package @appium/base-plugin + + + + + ## [2.3.0](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.52...@appium/base-plugin@2.3.0) (2025-01-08) diff --git a/packages/base-plugin/package.json b/packages/base-plugin/package.json index 43b930afc..0f8c27c6d 100644 --- a/packages/base-plugin/package.json +++ b/packages/base-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-plugin", - "version": "2.3.0", + "version": "2.3.1", "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.15.0", - "@appium/support": "^6.0.3" + "@appium/base-driver": "^9.16.0", + "@appium/support": "^6.0.4" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", diff --git a/packages/docutils/CHANGELOG.md b/packages/docutils/CHANGELOG.md index 86e5805d1..285c2e6d4 100644 --- a/packages/docutils/CHANGELOG.md +++ b/packages/docutils/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. +## [1.0.30](https://github.com/appium/appium/compare/@appium/docutils@1.0.29...@appium/docutils@1.0.30) (2025-02-19) + + +### Bug Fixes + +* **docutils:** update dependency consola to v3.4.0 ([#20908](https://github.com/appium/appium/issues/20908)) ([8fb0da3](https://github.com/appium/appium/commit/8fb0da34bb58c44c30ac8900a62510f1fcb663bc)) +* **docutils:** update dependency typescript to v5.7.3 ([#20893](https://github.com/appium/appium/issues/20893)) ([6706a00](https://github.com/appium/appium/commit/6706a0037eda5f7eb9eb2a4b0fb49888618c12c2)) +* **support:** update dependency semver to v7.7.0 ([#20948](https://github.com/appium/appium/issues/20948)) ([81ebd75](https://github.com/appium/appium/commit/81ebd758cb8a87d388124036e5158207041a6b2f)) +* **support:** update dependency semver to v7.7.1 ([#20961](https://github.com/appium/appium/issues/20961)) ([4c08944](https://github.com/appium/appium/commit/4c089440e655fbe3c8da919f8f625b7d7179f00a)) +* **types:** update dependency type-fest to v4.32.0 ([#20900](https://github.com/appium/appium/issues/20900)) ([fbc8530](https://github.com/appium/appium/commit/fbc85308a5398e7c9966792da713e60e47ed7f00)) +* **types:** update dependency type-fest to v4.33.0 ([#20923](https://github.com/appium/appium/issues/20923)) ([2409d32](https://github.com/appium/appium/commit/2409d3223a77aa7e84e0cb05a70be3bfa0c69157)) +* **types:** update dependency type-fest to v4.34.1 ([#20971](https://github.com/appium/appium/issues/20971)) ([0a7490e](https://github.com/appium/appium/commit/0a7490ed53ccfa9243df779e74bafadfc8415c87)) +* **types:** update dependency type-fest to v4.35.0 ([#20999](https://github.com/appium/appium/issues/20999)) ([3dc7336](https://github.com/appium/appium/commit/3dc7336b5fce10b9c1b095cd7a8a1841dbc3de12)) + + + ## [1.0.29](https://github.com/appium/appium/compare/@appium/docutils@1.0.28...@appium/docutils@1.0.29) (2025-01-08) **Note:** Version bump only for package @appium/docutils diff --git a/packages/docutils/package.json b/packages/docutils/package.json index 6d400aa5e..2bb570f4a 100644 --- a/packages/docutils/package.json +++ b/packages/docutils/package.json @@ -1,6 +1,6 @@ { "name": "@appium/docutils", - "version": "1.0.29", + "version": "1.0.30", "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": "^6.0.3", + "@appium/support": "^6.0.4", "@appium/tsconfig": "^0.3.3", "@sliphua/lilconfig-ts-loader": "3.2.2", "chalk": "4.1.2", diff --git a/packages/driver-test-support/CHANGELOG.md b/packages/driver-test-support/CHANGELOG.md index 7b0bf3d38..e2bb2a8e4 100644 --- a/packages/driver-test-support/CHANGELOG.md +++ b/packages/driver-test-support/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.7.5](https://github.com/appium/appium/compare/@appium/driver-test-support@0.7.4...@appium/driver-test-support@0.7.5) (2025-02-19) + + +### Bug Fixes + +* **driver-test-support:** update definitelytyped ([#20942](https://github.com/appium/appium/issues/20942)) ([f7c63ee](https://github.com/appium/appium/commit/f7c63ee5d87be21eba577a4cfd0b0a08a050afeb)) +* **driver-test-support:** update dependency chai to v5.2.0 ([#20998](https://github.com/appium/appium/issues/20998)) ([ca456e5](https://github.com/appium/appium/commit/ca456e52365a9e621b4473263cc78bb2a3a855e2)) +* **types:** update dependency type-fest to v4.32.0 ([#20900](https://github.com/appium/appium/issues/20900)) ([fbc8530](https://github.com/appium/appium/commit/fbc85308a5398e7c9966792da713e60e47ed7f00)) +* **types:** update dependency type-fest to v4.33.0 ([#20923](https://github.com/appium/appium/issues/20923)) ([2409d32](https://github.com/appium/appium/commit/2409d3223a77aa7e84e0cb05a70be3bfa0c69157)) +* **types:** update dependency type-fest to v4.34.1 ([#20971](https://github.com/appium/appium/issues/20971)) ([0a7490e](https://github.com/appium/appium/commit/0a7490ed53ccfa9243df779e74bafadfc8415c87)) +* **types:** update dependency type-fest to v4.35.0 ([#20999](https://github.com/appium/appium/issues/20999)) ([3dc7336](https://github.com/appium/appium/commit/3dc7336b5fce10b9c1b095cd7a8a1841dbc3de12)) + + + ## [0.7.4](https://github.com/appium/appium/compare/@appium/driver-test-support@0.7.3...@appium/driver-test-support@0.7.4) (2025-01-08) **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 0f4d68807..0e754f7a1 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.7.4", + "version": "0.7.5", "description": "Test utilities for Appium drivers", "keywords": [ "automation", @@ -41,7 +41,7 @@ }, "types": "./build/lib/index.d.ts", "dependencies": { - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "axios": "1.7.9", "bluebird": "3.7.2", "chai": "5.2.0", diff --git a/packages/eslint-config-appium-ts/CHANGELOG.md b/packages/eslint-config-appium-ts/CHANGELOG.md index b9f8e5546..ebe70af8b 100644 --- a/packages/eslint-config-appium-ts/CHANGELOG.md +++ b/packages/eslint-config-appium-ts/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. +## [1.0.3](https://github.com/appium/appium/compare/@appium/eslint-config-appium-ts@1.0.2...@appium/eslint-config-appium-ts@1.0.3) (2025-02-19) + +**Note:** Version bump only for package @appium/eslint-config-appium-ts + + + + + ## [1.0.2](https://github.com/appium/appium/compare/@appium/eslint-config-appium-ts@1.0.1...@appium/eslint-config-appium-ts@1.0.2) (2025-01-08) diff --git a/packages/eslint-config-appium-ts/package.json b/packages/eslint-config-appium-ts/package.json index ae23bcb4d..c82d0190f 100644 --- a/packages/eslint-config-appium-ts/package.json +++ b/packages/eslint-config-appium-ts/package.json @@ -1,7 +1,7 @@ { "name": "@appium/eslint-config-appium-ts", "type": "module", - "version": "1.0.2", + "version": "1.0.3", "description": "Shared ESLint config for Appium projects (TypeScript version)", "keywords": [ "eslint", diff --git a/packages/execute-driver-plugin/CHANGELOG.md b/packages/execute-driver-plugin/CHANGELOG.md index c636a3c0a..4c7703bbf 100644 --- a/packages/execute-driver-plugin/CHANGELOG.md +++ b/packages/execute-driver-plugin/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.2](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@4.0.1...@appium/execute-driver-plugin@4.0.2) (2025-02-19) + + +### Bug Fixes + +* **execute-driver-plugin:** update dependency webdriverio to v9.5.3 ([#20895](https://github.com/appium/appium/issues/20895)) ([8741474](https://github.com/appium/appium/commit/874147449a26bbec03b08e7e95fb9e4c6b5881af)) +* **execute-driver-plugin:** update dependency webdriverio to v9.5.4 ([#20898](https://github.com/appium/appium/issues/20898)) ([7f91d5c](https://github.com/appium/appium/commit/7f91d5cba850100124088d774ba8704e3765863f)) +* **execute-driver-plugin:** update dependency webdriverio to v9.5.7 ([#20903](https://github.com/appium/appium/issues/20903)) ([c60fdc8](https://github.com/appium/appium/commit/c60fdc8d847b4aeed2d8b8307180194ee32e5ca9)) +* **execute-driver-plugin:** update dependency webdriverio to v9.7.0 ([#20930](https://github.com/appium/appium/issues/20930)) ([5780982](https://github.com/appium/appium/commit/57809826a410b71dca155f59e081f77dcaf671ed)) +* **execute-driver-plugin:** update dependency webdriverio to v9.7.1 ([#20934](https://github.com/appium/appium/issues/20934)) ([50fa5d6](https://github.com/appium/appium/commit/50fa5d670bd967200a78e5b4b8a54d5c9b85901b)) +* **execute-driver-plugin:** update dependency webdriverio to v9.7.2 ([#20944](https://github.com/appium/appium/issues/20944)) ([f5e0819](https://github.com/appium/appium/commit/f5e0819f505b55421b7d260f69a41ae980390a91)) +* **execute-driver-plugin:** update dependency webdriverio to v9.8.0 ([#20964](https://github.com/appium/appium/issues/20964)) ([ce32226](https://github.com/appium/appium/commit/ce32226cb57fb3f07bf4862dbbfcba227ff1230c)) +* **execute-driver-plugin:** update dependency webdriverio to v9.9.0 ([#20994](https://github.com/appium/appium/issues/20994)) ([b3c877f](https://github.com/appium/appium/commit/b3c877f66ddf3ccf7a25ca1f7a3952c660bd7dda)) +* **execute-driver-plugin:** update dependency webdriverio to v9.9.1 ([#20996](https://github.com/appium/appium/issues/20996)) ([c6a080f](https://github.com/appium/appium/commit/c6a080f7ade03a49a274ce6fbc84629406fdc2a7)) +* **execute-driver-plugin:** update dependency webdriverio to v9.9.3 ([#21005](https://github.com/appium/appium/issues/21005)) ([686a630](https://github.com/appium/appium/commit/686a630fbdf525db16b42fdfc1bbdaf6426b41d0)) + + + ## [4.0.1](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@4.0.0...@appium/execute-driver-plugin@4.0.1) (2025-01-06) diff --git a/packages/execute-driver-plugin/package.json b/packages/execute-driver-plugin/package.json index fb4d71500..f95c9736c 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": "4.0.1", + "version": "4.0.2", "description": "Plugin for batching and executing driver commands with Appiums", "keywords": [ "automation", diff --git a/packages/fake-driver/CHANGELOG.md b/packages/fake-driver/CHANGELOG.md index 74103ef77..df7b1c7f9 100644 --- a/packages/fake-driver/CHANGELOG.md +++ b/packages/fake-driver/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. +## [5.7.1](https://github.com/appium/appium/compare/@appium/fake-driver@5.7.0...@appium/fake-driver@5.7.1) (2025-02-19) + + +### Bug Fixes + +* **universal-xml-plugin:** update dependency @xmldom/xmldom to v0.9.7 ([#20918](https://github.com/appium/appium/issues/20918)) ([7e1f1e5](https://github.com/appium/appium/commit/7e1f1e5aad19d709a48cd4d06196fa4db792400f)) + + + ## [5.7.0](https://github.com/appium/appium/compare/@appium/fake-driver@5.6.0...@appium/fake-driver@5.7.0) (2025-01-08) diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index 2263ee3d4..f709ed8c1 100644 --- a/packages/fake-driver/package.json +++ b/packages/fake-driver/package.json @@ -1,6 +1,6 @@ { "name": "@appium/fake-driver", - "version": "5.7.0", + "version": "5.7.1", "description": "Mock driver used internally by Appium for testing. Ignore", "keywords": [ "automation", diff --git a/packages/fake-plugin/CHANGELOG.md b/packages/fake-plugin/CHANGELOG.md index 950a53f42..7753081f2 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.2.1](https://github.com/appium/appium/compare/@appium/fake-plugin@3.2.0...@appium/fake-plugin@3.2.1) (2025-02-19) + +**Note:** Version bump only for package @appium/fake-plugin + + + + + ## [3.2.0](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.56...@appium/fake-plugin@3.2.0) (2025-01-08) diff --git a/packages/fake-plugin/package.json b/packages/fake-plugin/package.json index d2992a204..eb7926c48 100644 --- a/packages/fake-plugin/package.json +++ b/packages/fake-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/fake-plugin", - "version": "3.2.0", + "version": "3.2.1", "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.3.0", - "@appium/support": "^6.0.3", + "@appium/base-plugin": "^2.3.1", + "@appium/support": "^6.0.4", "bluebird": "3.7.2", "lodash": "4.17.21", "source-map-support": "0.5.21" diff --git a/packages/images-plugin/CHANGELOG.md b/packages/images-plugin/CHANGELOG.md index a7928dfe9..94b0eb273 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.28](https://github.com/appium/appium/compare/@appium/images-plugin@3.0.27...@appium/images-plugin@3.0.28) (2025-02-19) + +**Note:** Version bump only for package @appium/images-plugin + + + + + ## [3.0.27](https://github.com/appium/appium/compare/@appium/images-plugin@3.0.26...@appium/images-plugin@3.0.27) (2025-01-08) **Note:** Version bump only for package @appium/images-plugin diff --git a/packages/images-plugin/package.json b/packages/images-plugin/package.json index 7f5db170e..46a0457f3 100644 --- a/packages/images-plugin/package.json +++ b/packages/images-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/images-plugin", - "version": "3.0.27", + "version": "3.0.28", "description": "Plugin for working with images and image elements in Appium", "keywords": [ "automation", @@ -39,8 +39,8 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/opencv": "^3.0.7", - "@appium/support": "^6.0.3", + "@appium/opencv": "^3.0.8", + "@appium/support": "^6.0.4", "lodash": "4.17.21", "lru-cache": "10.4.3", "sharp": "0.33.5", diff --git a/packages/opencv/CHANGELOG.md b/packages/opencv/CHANGELOG.md index 9381c75af..2d7d5d118 100644 --- a/packages/opencv/CHANGELOG.md +++ b/packages/opencv/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.8](https://github.com/appium/appium/compare/@appium/opencv@3.0.7...@appium/opencv@3.0.8) (2025-02-19) + +**Note:** Version bump only for package @appium/opencv + + + + + ## [3.0.7](https://github.com/appium/appium/compare/@appium/opencv@3.0.6...@appium/opencv@3.0.7) (2025-01-02) diff --git a/packages/opencv/package.json b/packages/opencv/package.json index 54531935a..56b439e83 100644 --- a/packages/opencv/package.json +++ b/packages/opencv/package.json @@ -1,6 +1,6 @@ { "name": "@appium/opencv", - "version": "3.0.7", + "version": "3.0.8", "description": "OpenCV-related helper library", "keywords": [ "automation", diff --git a/packages/plugin-test-support/CHANGELOG.md b/packages/plugin-test-support/CHANGELOG.md index 2eaa194f9..dc5aa3c9f 100644 --- a/packages/plugin-test-support/CHANGELOG.md +++ b/packages/plugin-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. +## [0.3.50](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.49...@appium/plugin-test-support@0.3.50) (2025-02-19) + +**Note:** Version bump only for package @appium/plugin-test-support + + + + + ## [0.3.49](https://github.com/appium/appium/compare/@appium/plugin-test-support@0.3.48...@appium/plugin-test-support@0.3.49) (2025-01-08) **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 682e69120..89e161281 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.49", + "version": "0.3.50", "description": "Testing utilities for Appium plugins", "keywords": [ "automation", @@ -41,7 +41,7 @@ "test:unit": "exit 0" }, "dependencies": { - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 9ff663968..89e5fd36b 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/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.8.0](https://github.com/appium/appium/compare/@appium/schema@0.7.1...@appium/schema@0.8.0) (2025-02-19) + + +### Features + +* **appium:** Add a command line parameter to configure HTTP server request timeout ([#21003](https://github.com/appium/appium/issues/21003)) ([eb1b156](https://github.com/appium/appium/commit/eb1b156146bc338da9c6ded5a2c5beab22ac0ed8)) + + + ## [0.7.1](https://github.com/appium/appium/compare/@appium/schema@0.7.0...@appium/schema@0.7.1) (2025-01-02) diff --git a/packages/schema/package.json b/packages/schema/package.json index 00f81c73b..dd23a3e83 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@appium/schema", - "version": "0.7.1", + "version": "0.8.0", "description": "Appium Configuration Schema", "keywords": [ "automation", diff --git a/packages/support/CHANGELOG.md b/packages/support/CHANGELOG.md index 2b4fd8d4b..bbf68204e 100644 --- a/packages/support/CHANGELOG.md +++ b/packages/support/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.4](https://github.com/appium/appium/compare/@appium/support@6.0.3...@appium/support@6.0.4) (2025-02-19) + + +### Bug Fixes + +* Avoid "Unhandled rejection" error on mjpeg connection failure ([#20909](https://github.com/appium/appium/issues/20909)) ([3c58054](https://github.com/appium/appium/commit/3c58054a476fbb92927ffa54732d1995e1b956c3)) +* **support:** update dependency form-data to v4.0.2 ([#20997](https://github.com/appium/appium/issues/20997)) ([224f524](https://github.com/appium/appium/commit/224f5247b0cd4b7dcc392567b90d53b9b57a8b88)) +* **support:** update dependency semver to v7.7.0 ([#20948](https://github.com/appium/appium/issues/20948)) ([81ebd75](https://github.com/appium/appium/commit/81ebd758cb8a87d388124036e5158207041a6b2f)) +* **support:** update dependency semver to v7.7.1 ([#20961](https://github.com/appium/appium/issues/20961)) ([4c08944](https://github.com/appium/appium/commit/4c089440e655fbe3c8da919f8f625b7d7179f00a)) +* **support:** update dependency uuid to v11.0.5 ([#20896](https://github.com/appium/appium/issues/20896)) ([561aff6](https://github.com/appium/appium/commit/561aff641a4f62c82865ea036b6e1ca1bb89fb44)) +* **types:** update dependency type-fest to v4.32.0 ([#20900](https://github.com/appium/appium/issues/20900)) ([fbc8530](https://github.com/appium/appium/commit/fbc85308a5398e7c9966792da713e60e47ed7f00)) +* **types:** update dependency type-fest to v4.33.0 ([#20923](https://github.com/appium/appium/issues/20923)) ([2409d32](https://github.com/appium/appium/commit/2409d3223a77aa7e84e0cb05a70be3bfa0c69157)) +* **types:** update dependency type-fest to v4.34.1 ([#20971](https://github.com/appium/appium/issues/20971)) ([0a7490e](https://github.com/appium/appium/commit/0a7490ed53ccfa9243df779e74bafadfc8415c87)) +* **types:** update dependency type-fest to v4.35.0 ([#20999](https://github.com/appium/appium/issues/20999)) ([3dc7336](https://github.com/appium/appium/commit/3dc7336b5fce10b9c1b095cd7a8a1841dbc3de12)) + + + ## [6.0.3](https://github.com/appium/appium/compare/@appium/support@6.0.2...@appium/support@6.0.3) (2025-01-08) **Note:** Version bump only for package @appium/support diff --git a/packages/support/package.json b/packages/support/package.json index 26cf4ac1d..f55437ae2 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/support", - "version": "6.0.3", + "version": "6.0.4", "description": "Support libs used across appium packages", "keywords": [ "automation", @@ -43,7 +43,7 @@ "dependencies": { "@appium/logger": "^1.6.1", "@appium/tsconfig": "^0.3.3", - "@appium/types": "^0.24.0", + "@appium/types": "^0.25.0", "@colors/colors": "1.6.0", "archiver": "7.0.1", "axios": "1.7.9", diff --git a/packages/test-support/CHANGELOG.md b/packages/test-support/CHANGELOG.md index ed05d04b6..6a8f70e3a 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.1.4](https://github.com/appium/appium/compare/@appium/test-support@3.1.3...@appium/test-support@3.1.4) (2025-02-19) + +**Note:** Version bump only for package @appium/test-support + + + + + ## [3.1.3](https://github.com/appium/appium/compare/@appium/test-support@3.1.2...@appium/test-support@3.1.3) (2025-01-08) **Note:** Version bump only for package @appium/test-support diff --git a/packages/test-support/package.json b/packages/test-support/package.json index d9988d3bc..22d753a99 100644 --- a/packages/test-support/package.json +++ b/packages/test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/test-support", - "version": "3.1.3", + "version": "3.1.4", "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": "^6.0.3", + "@appium/support": "^6.0.4", "@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 267df435c..19ca2be68 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.25.0](https://github.com/appium/appium/compare/@appium/types@0.24.0...@appium/types@0.25.0) (2025-02-19) + + +### Features + +* Add /appium/extensions API to list available extensions ([#20931](https://github.com/appium/appium/issues/20931)) ([a6b6077](https://github.com/appium/appium/commit/a6b6077ecd0749598f52d9f29b3220f47d7ad636)) +* Add BiDi commands to the listCommands API output ([#20925](https://github.com/appium/appium/issues/20925)) ([2635dcb](https://github.com/appium/appium/commit/2635dcb457be2dc02dfbee5ad4c6ab132f5af8de)) +* **appium:** Add a command line parameter to configure HTTP server request timeout ([#21003](https://github.com/appium/appium/issues/21003)) ([eb1b156](https://github.com/appium/appium/commit/eb1b156146bc338da9c6ded5a2c5beab22ac0ed8)) +* **base-driver:** Add an API to list commands ([#20914](https://github.com/appium/appium/issues/20914)) ([059f1cb](https://github.com/appium/appium/commit/059f1cb698ccdbc58494af9303c5bf264a1893d9)) +* **types:** Add an optional `info` field to base method type definitions ([#20917](https://github.com/appium/appium/issues/20917)) ([fe4ffc1](https://github.com/appium/appium/commit/fe4ffc159a87cb7566775203efe4659d1508b5b0)) + + +### Bug Fixes + +* **deps:** update definitelytyped ([#20928](https://github.com/appium/appium/issues/20928)) ([1f65cf6](https://github.com/appium/appium/commit/1f65cf6555a18d3ba02b4506942b4217839618ff)) +* **types:** update dependency type-fest to v4.32.0 ([#20900](https://github.com/appium/appium/issues/20900)) ([fbc8530](https://github.com/appium/appium/commit/fbc85308a5398e7c9966792da713e60e47ed7f00)) +* **types:** update dependency type-fest to v4.33.0 ([#20923](https://github.com/appium/appium/issues/20923)) ([2409d32](https://github.com/appium/appium/commit/2409d3223a77aa7e84e0cb05a70be3bfa0c69157)) +* **types:** update dependency type-fest to v4.34.1 ([#20971](https://github.com/appium/appium/issues/20971)) ([0a7490e](https://github.com/appium/appium/commit/0a7490ed53ccfa9243df779e74bafadfc8415c87)) +* **types:** update dependency type-fest to v4.35.0 ([#20999](https://github.com/appium/appium/issues/20999)) ([3dc7336](https://github.com/appium/appium/commit/3dc7336b5fce10b9c1b095cd7a8a1841dbc3de12)) + + + ## [0.24.0](https://github.com/appium/appium/compare/@appium/types@0.23.0...@appium/types@0.24.0) (2025-01-08) diff --git a/packages/types/package.json b/packages/types/package.json index 655450799..ca460f31d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@appium/types", - "version": "0.24.0", + "version": "0.25.0", "description": "Various type declarations used across Appium", "keywords": [ "automation", @@ -39,7 +39,7 @@ }, "dependencies": { "@appium/logger": "^1.6.1", - "@appium/schema": "^0.7.1", + "@appium/schema": "^0.8.0", "@appium/tsconfig": "^0.3.3", "type-fest": "4.35.0" }, diff --git a/packages/universal-xml-plugin/CHANGELOG.md b/packages/universal-xml-plugin/CHANGELOG.md index 499d1c7ad..e328ba6af 100644 --- a/packages/universal-xml-plugin/CHANGELOG.md +++ b/packages/universal-xml-plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.28](https://github.com/appium/appium-plugins/compare/@appium/universal-xml-plugin@1.0.27...@appium/universal-xml-plugin@1.0.28) (2025-02-19) + + +### Bug Fixes + +* **universal-xml-plugin:** update dependency @xmldom/xmldom to v0.9.7 ([#20918](https://github.com/appium/appium-plugins/issues/20918)) ([7e1f1e5](https://github.com/appium/appium-plugins/commit/7e1f1e5aad19d709a48cd4d06196fa4db792400f)) +* **universal-xml-plugin:** update dependency fast-xml-parser to v4.5.2 ([#21002](https://github.com/appium/appium-plugins/issues/21002)) ([c7900f4](https://github.com/appium/appium-plugins/commit/c7900f4a164aea9b3e654119522925973fcb727e)) +* **universal-xml-plugin:** update dependency fast-xml-parser to v5 ([#21006](https://github.com/appium/appium-plugins/issues/21006)) ([c8ac9c4](https://github.com/appium/appium-plugins/commit/c8ac9c40bb09d0ecc3990c9948a4683c2d413ebd)) + + + ## [1.0.27](https://github.com/appium/appium-plugins/compare/@appium/universal-xml-plugin@1.0.26...@appium/universal-xml-plugin@1.0.27) (2025-01-02) diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index 75874399f..a38b39316 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/universal-xml-plugin", - "version": "1.0.27", + "version": "1.0.28", "description": "Appium plugin for making XML source and XPath queries the same across iOS and Android", "keywords": [ "automation",