appium-geckodriver 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [3.0.8](https://github.com/appium/appium-geckodriver/compare/v3.0.7...v3.0.8) (2026-07-01)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * downgrade conventional-changelog-conventionalcommits to v9 ([#181](https://github.com/appium/appium-geckodriver/issues/181)) ([255fde0](https://github.com/appium/appium-geckodriver/commit/255fde03994d2b49a5dddb16009383ed34e834c4))
6
+
1
7
  ## [3.0.7](https://github.com/appium/appium-geckodriver/compare/v3.0.6...v3.0.7) (2026-06-29)
2
8
 
3
9
  ## [3.0.6](https://github.com/appium/appium-geckodriver/compare/v3.0.5...v3.0.6) (2026-06-25)
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-geckodriver",
9
- "version": "3.0.7",
9
+ "version": "3.0.8",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^15.0.0",
@@ -28,7 +28,7 @@
28
28
  "@types/node": "^26.0.0",
29
29
  "@types/portscanner": "^2.1.4",
30
30
  "@types/tar-stream": "^3.1.4",
31
- "conventional-changelog-conventionalcommits": "^10.2.0",
31
+ "conventional-changelog-conventionalcommits": "^9.3.1",
32
32
  "prettier": "^3.0.0",
33
33
  "semantic-release": "^25.0.2",
34
34
  "typescript": "^6.0.2",
@@ -315,9 +315,9 @@
315
315
  }
316
316
  },
317
317
  "node_modules/appium-adb": {
318
- "version": "15.0.4",
319
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.4.tgz",
320
- "integrity": "sha512-TgdHAZxbMBRNAgl+4NftsnetHtRxe+qdwDWGhjYbYXAGocxnThKnLx9rZdQYG9DRJAmcaPB/DCZ2sbT0odmpaA==",
318
+ "version": "15.0.5",
319
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.5.tgz",
320
+ "integrity": "sha512-nXNpPL6ai0BoRQPnNHukdG3el4uQxr6WBahnhs2IyrJLw/6yyRo9YQJ6s2rVHy1OoULNFgVQjmldFgdhsvrbWg==",
321
321
  "license": "Apache-2.0",
322
322
  "dependencies": {
323
323
  "@appium/support": "^7.2.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "Appium driver for Gecko-based browsers and web views",
5
5
  "keywords": [
6
6
  "appium",
@@ -107,7 +107,7 @@
107
107
  "@types/node": "^26.0.0",
108
108
  "@types/portscanner": "^2.1.4",
109
109
  "@types/tar-stream": "^3.1.4",
110
- "conventional-changelog-conventionalcommits": "^10.2.0",
110
+ "conventional-changelog-conventionalcommits": "^9.3.1",
111
111
  "prettier": "^3.0.0",
112
112
  "semantic-release": "^25.0.2",
113
113
  "typescript": "^6.0.2",