diff --git a/package-lock.json b/package-lock.json index df46eac573d..dfb3cc03338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19236,13 +19236,13 @@ } }, "packages/appium": { - "version": "2.11.4", + "version": "2.11.5", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.11.4", - "@appium/base-plugin": "^2.2.44", - "@appium/docutils": "^1.0.20", + "@appium/base-driver": "^9.11.5", + "@appium/base-plugin": "^2.2.45", + "@appium/docutils": "^1.0.21", "@appium/logger": "^1.6.1", "@appium/schema": "^0.6.1", "@appium/support": "^5.1.4", @@ -19345,7 +19345,7 @@ }, "packages/base-driver": { "name": "@appium/base-driver", - "version": "9.11.4", + "version": "9.11.5", "license": "Apache-2.0", "dependencies": { "@appium/support": "^5.1.4", @@ -19411,10 +19411,10 @@ }, "packages/base-plugin": { "name": "@appium/base-plugin", - "version": "2.2.44", + "version": "2.2.45", "license": "Apache-2.0", "dependencies": { - "@appium/base-driver": "^9.11.4", + "@appium/base-driver": "^9.11.5", "@appium/support": "^5.1.4" }, "engines": { @@ -19640,7 +19640,7 @@ }, "packages/docutils": { "name": "@appium/docutils", - "version": "1.0.20", + "version": "1.0.21", "license": "Apache-2.0", "dependencies": { "@appium/support": "^5.1.4", @@ -19784,7 +19784,7 @@ }, "packages/driver-test-support": { "name": "@appium/driver-test-support", - "version": "0.6.8", + "version": "0.6.9", "license": "Apache-2.0", "dependencies": { "@appium/types": "^0.21.3", @@ -19869,7 +19869,7 @@ }, "packages/execute-driver-plugin": { "name": "@appium/execute-driver-plugin", - "version": "3.0.34", + "version": "3.0.35", "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.42", @@ -19888,7 +19888,7 @@ }, "packages/fake-driver": { "name": "@appium/fake-driver", - "version": "5.5.3", + "version": "5.5.4", "license": "Apache-2.0", "dependencies": { "@types/bluebird": "3.5.42", @@ -19909,10 +19909,10 @@ }, "packages/fake-plugin": { "name": "@appium/fake-plugin", - "version": "3.1.48", + "version": "3.1.49", "license": "Apache-2.0", "dependencies": { - "@appium/base-plugin": "^2.2.44", + "@appium/base-plugin": "^2.2.45", "@appium/support": "^5.1.4", "@types/bluebird": "3.5.42", "bluebird": "3.7.2", @@ -20472,7 +20472,7 @@ }, "packages/test-support": { "name": "@appium/test-support", - "version": "3.0.48", + "version": "3.0.49", "license": "Apache-2.0", "dependencies": { "@appium/support": "^5.1.4", @@ -20535,7 +20535,7 @@ }, "packages/universal-xml-plugin": { "name": "@appium/universal-xml-plugin", - "version": "1.0.22", + "version": "1.0.23", "license": "Apache-2.0", "dependencies": { "@types/xmldom": "0.1.34", @@ -20625,7 +20625,7 @@ "@appium/base-plugin": { "version": "file:packages/base-plugin", "requires": { - "@appium/base-driver": "^9.11.4", + "@appium/base-driver": "^9.11.5", "@appium/support": "^5.1.4" } }, @@ -20929,7 +20929,7 @@ "@appium/fake-plugin": { "version": "file:packages/fake-plugin", "requires": { - "@appium/base-plugin": "^2.2.44", + "@appium/base-plugin": "^2.2.45", "@appium/support": "^5.1.4", "@types/bluebird": "3.5.42", "bluebird": "3.7.2", @@ -23998,9 +23998,9 @@ "appium": { "version": "file:packages/appium", "requires": { - "@appium/base-driver": "^9.11.4", - "@appium/base-plugin": "^2.2.44", - "@appium/docutils": "^1.0.20", + "@appium/base-driver": "^9.11.5", + "@appium/base-plugin": "^2.2.45", + "@appium/docutils": "^1.0.21", "@appium/logger": "^1.6.1", "@appium/schema": "^0.6.1", "@appium/support": "^5.1.4", diff --git a/packages/appium/CHANGELOG.md b/packages/appium/CHANGELOG.md index 3064e904bfc..5db544aaea7 100644 --- a/packages/appium/CHANGELOG.md +++ b/packages/appium/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. +## [2.11.5](https://github.com/appium/appium/compare/appium@2.11.4...appium@2.11.5) (2024-09-26) + + +### Bug Fixes + +* **appium:** Return hostname as web socket url for BiDi if a broadcast address is assigned to the server ([#20603](https://github.com/appium/appium/issues/20603)) ([f0de55d](https://github.com/appium/appium/commit/f0de55da0da2fc0305876a948704c1f0a2a5990f)) + + + ## [2.11.4](https://github.com/appium/appium/compare/appium@2.11.3...appium@2.11.4) (2024-09-16) diff --git a/packages/appium/README.md b/packages/appium/README.md index 467b7d5e04f..911d67a3e43 100644 --- a/packages/appium/README.md +++ b/packages/appium/README.md @@ -9,11 +9,15 @@ Cross-platform test automation for native, hybrid, mobile web and desktop apps.
+@@ -21,7 +25,7 @@ Get Started | Ecosystem | Changelog | - Roadmap | + Contributing Guide | Discussion Forum
diff --git a/packages/appium/package.json b/packages/appium/package.json index a73d0674d26..3b2e761da15 100644 --- a/packages/appium/package.json +++ b/packages/appium/package.json @@ -1,6 +1,6 @@ { "name": "appium", - "version": "2.11.4", + "version": "2.11.5", "description": "Automation for Apps.", "keywords": [ "automation", @@ -60,9 +60,9 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-driver": "^9.11.4", - "@appium/base-plugin": "^2.2.44", - "@appium/docutils": "^1.0.20", + "@appium/base-driver": "^9.11.5", + "@appium/base-plugin": "^2.2.45", + "@appium/docutils": "^1.0.21", "@appium/logger": "^1.6.1", "@appium/schema": "^0.6.1", "@appium/support": "^5.1.4", diff --git a/packages/base-driver/CHANGELOG.md b/packages/base-driver/CHANGELOG.md index 0b93a5f95d8..05b86822bba 100644 --- a/packages/base-driver/CHANGELOG.md +++ b/packages/base-driver/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. +## [9.11.5](https://github.com/appium/appium/compare/@appium/base-driver@9.11.4...@appium/base-driver@9.11.5) (2024-09-26) + + +### Bug Fixes + +* **appium:** Return hostname as web socket url for BiDi if a broadcast address is assigned to the server ([#20603](https://github.com/appium/appium/issues/20603)) ([f0de55d](https://github.com/appium/appium/commit/f0de55da0da2fc0305876a948704c1f0a2a5990f)) +* **driver-test-support:** update definitelytyped ([#20605](https://github.com/appium/appium/issues/20605)) ([da7a4fd](https://github.com/appium/appium/commit/da7a4fdce8790bc59370bfe4b912c7c0c403c713)) + + + ## [9.11.4](https://github.com/appium/appium/compare/@appium/base-driver@9.11.3...@appium/base-driver@9.11.4) (2024-09-16) diff --git a/packages/base-driver/package.json b/packages/base-driver/package.json index 8355fd9c7bd..8872f2f950f 100644 --- a/packages/base-driver/package.json +++ b/packages/base-driver/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-driver", - "version": "9.11.4", + "version": "9.11.5", "description": "Base driver class for Appium drivers", "keywords": [ "automation", diff --git a/packages/base-plugin/CHANGELOG.md b/packages/base-plugin/CHANGELOG.md index 7cda30d7679..de655a198d2 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.45](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.44...@appium/base-plugin@2.2.45) (2024-09-26) + +**Note:** Version bump only for package @appium/base-plugin + + + + + ## [2.2.44](https://github.com/appium/appium/compare/@appium/base-plugin@2.2.43...@appium/base-plugin@2.2.44) (2024-09-16) **Note:** Version bump only for package @appium/base-plugin diff --git a/packages/base-plugin/package.json b/packages/base-plugin/package.json index 67e8100bd80..454c11b1ada 100644 --- a/packages/base-plugin/package.json +++ b/packages/base-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/base-plugin", - "version": "2.2.44", + "version": "2.2.45", "description": "The base plugin used to create Appium 2.0 plugins", "keywords": [ "automation", @@ -40,7 +40,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-driver": "^9.11.4", + "@appium/base-driver": "^9.11.5", "@appium/support": "^5.1.4" }, "engines": { diff --git a/packages/docutils/CHANGELOG.md b/packages/docutils/CHANGELOG.md index d888098df7e..8a0dfd248d5 100644 --- a/packages/docutils/CHANGELOG.md +++ b/packages/docutils/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. +## [1.0.21](https://github.com/appium/appium/compare/@appium/docutils@1.0.20...@appium/docutils@1.0.21) (2024-09-26) + + +### Bug Fixes + +* **docutils:** update dependency typescript to v5.6.2 ([#20556](https://github.com/appium/appium/issues/20556)) ([e65c1cd](https://github.com/appium/appium/commit/e65c1cdaeddfc427d76bf522aa8a3f69c18a8f8c)) + + + ## [1.0.20](https://github.com/appium/appium/compare/@appium/docutils@1.0.19...@appium/docutils@1.0.20) (2024-09-16) diff --git a/packages/docutils/package.json b/packages/docutils/package.json index 9b248531cbe..887811be450 100644 --- a/packages/docutils/package.json +++ b/packages/docutils/package.json @@ -1,6 +1,6 @@ { "name": "@appium/docutils", - "version": "1.0.20", + "version": "1.0.21", "description": "Documentation generation utilities for Appium and related projects", "keywords": [ "automation", diff --git a/packages/driver-test-support/CHANGELOG.md b/packages/driver-test-support/CHANGELOG.md index 2dfc6e7b7a9..4e481d2c95f 100644 --- a/packages/driver-test-support/CHANGELOG.md +++ b/packages/driver-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.6.9](https://github.com/appium/appium/compare/@appium/driver-test-support@0.6.8...@appium/driver-test-support@0.6.9) (2024-09-26) + + +### Bug Fixes + +* **driver-test-support:** update definitelytyped ([#20605](https://github.com/appium/appium/issues/20605)) ([da7a4fd](https://github.com/appium/appium/commit/da7a4fdce8790bc59370bfe4b912c7c0c403c713)) +* **test-support:** update dependency sinon to v19 ([#20576](https://github.com/appium/appium/issues/20576)) ([6a8f26a](https://github.com/appium/appium/commit/6a8f26a9cbf01a7c9181c90bb999d332a343d94d)) + + + ## [0.6.8](https://github.com/appium/appium/compare/@appium/driver-test-support@0.6.7...@appium/driver-test-support@0.6.8) (2024-09-16) diff --git a/packages/driver-test-support/package.json b/packages/driver-test-support/package.json index fc05a1801eb..48ed1284503 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.8", + "version": "0.6.9", "description": "Test utilities for Appium drivers", "keywords": [ "automation", diff --git a/packages/execute-driver-plugin/CHANGELOG.md b/packages/execute-driver-plugin/CHANGELOG.md index c5c61cfa353..18d48fc30b1 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.35](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@3.0.34...@appium/execute-driver-plugin@3.0.35) (2024-09-26) + + +### Bug Fixes + +* **execute-driver-plugin:** replace vm2 with Node's built-in vm ([#20594](https://github.com/appium/appium/issues/20594)) ([5553016](https://github.com/appium/appium/commit/5553016582225de1a1166172d83e2fd2864c138d)) + + + ## [3.0.34](https://github.com/appium/appium/compare/@appium/execute-driver-plugin@3.0.33...@appium/execute-driver-plugin@3.0.34) (2024-09-16) diff --git a/packages/execute-driver-plugin/package.json b/packages/execute-driver-plugin/package.json index 3b3372d17a7..5d5cd031f2a 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.34", + "version": "3.0.35", "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 b2cb6cad0e1..428eac34576 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.5.4](https://github.com/appium/appium/compare/@appium/fake-driver@5.5.3...@appium/fake-driver@5.5.4) (2024-09-26) + + +### Bug Fixes + +* **universal-xml-plugin:** update dependency @xmldom/xmldom to v0.9.3 ([#20599](https://github.com/appium/appium/issues/20599)) ([f344504](https://github.com/appium/appium/commit/f344504f15a08eb1f92f2d742f32d3f48f494e02)) + + + ## [5.5.3](https://github.com/appium/appium/compare/@appium/fake-driver@5.5.2...@appium/fake-driver@5.5.3) (2024-09-16) diff --git a/packages/fake-driver/package.json b/packages/fake-driver/package.json index f784b30925a..da6dbb2b05d 100644 --- a/packages/fake-driver/package.json +++ b/packages/fake-driver/package.json @@ -1,6 +1,6 @@ { "name": "@appium/fake-driver", - "version": "5.5.3", + "version": "5.5.4", "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 a002d9e4559..cc295577fab 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.49](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.48...@appium/fake-plugin@3.1.49) (2024-09-26) + +**Note:** Version bump only for package @appium/fake-plugin + + + + + ## [3.1.48](https://github.com/appium/appium/compare/@appium/fake-plugin@3.1.47...@appium/fake-plugin@3.1.48) (2024-09-16) **Note:** Version bump only for package @appium/fake-plugin diff --git a/packages/fake-plugin/package.json b/packages/fake-plugin/package.json index 68cf6742b5d..0fe94156c9e 100644 --- a/packages/fake-plugin/package.json +++ b/packages/fake-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@appium/fake-plugin", - "version": "3.1.48", + "version": "3.1.49", "description": "A fake Appium 2.0 plugin", "keywords": [ "automation", @@ -39,7 +39,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@appium/base-plugin": "^2.2.44", + "@appium/base-plugin": "^2.2.45", "@appium/support": "^5.1.4", "@types/bluebird": "3.5.42", "bluebird": "3.7.2", diff --git a/packages/test-support/CHANGELOG.md b/packages/test-support/CHANGELOG.md index 2afb0f05502..7079c9237a9 100644 --- a/packages/test-support/CHANGELOG.md +++ b/packages/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. +## [3.0.49](https://github.com/appium/appium/compare/@appium/test-support@3.0.48...@appium/test-support@3.0.49) (2024-09-26) + + +### Bug Fixes + +* **test-support:** update dependency sinon to v19 ([#20576](https://github.com/appium/appium/issues/20576)) ([6a8f26a](https://github.com/appium/appium/commit/6a8f26a9cbf01a7c9181c90bb999d332a343d94d)) + + + ## [3.0.48](https://github.com/appium/appium/compare/@appium/test-support@3.0.47...@appium/test-support@3.0.48) (2024-09-16) diff --git a/packages/test-support/package.json b/packages/test-support/package.json index c3535c354b2..ae41431e786 100644 --- a/packages/test-support/package.json +++ b/packages/test-support/package.json @@ -1,6 +1,6 @@ { "name": "@appium/test-support", - "version": "3.0.48", + "version": "3.0.49", "description": "A collection of test utilities used across Appium packages", "keywords": [ "automation", diff --git a/packages/universal-xml-plugin/CHANGELOG.md b/packages/universal-xml-plugin/CHANGELOG.md index 25cc7e5b040..99dcfcf99d4 100644 --- a/packages/universal-xml-plugin/CHANGELOG.md +++ b/packages/universal-xml-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. +## [1.0.23](https://github.com/appium/appium-plugins/compare/@appium/universal-xml-plugin@1.0.22...@appium/universal-xml-plugin@1.0.23) (2024-09-26) + + +### Bug Fixes + +* **universal-xml-plugin:** update dependency @xmldom/xmldom to v0.9.3 ([#20599](https://github.com/appium/appium-plugins/issues/20599)) ([f344504](https://github.com/appium/appium-plugins/commit/f344504f15a08eb1f92f2d742f32d3f48f494e02)) + + + ## [1.0.22](https://github.com/appium/appium-plugins/compare/@appium/universal-xml-plugin@1.0.21...@appium/universal-xml-plugin@1.0.22) (2024-09-16) diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index aac0b05b19f..99d4a75f09b 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.22", + "version": "1.0.23", "description": "Appium plugin for making XML source and XPath queries the same across iOS and Android", "keywords": [ "automation",