appium-chromedriver 7.0.35 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## [8.0.1](https://github.com/appium/appium-chromedriver/compare/v8.0.0...v8.0.1) (2025-08-17)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * remove no reference dev deps rimraf ([#497](https://github.com/appium/appium-chromedriver/issues/497)) ([77a6da1](https://github.com/appium/appium-chromedriver/commit/77a6da18c268d21497cd3f29e2d9713f9d838e52))
6
+
7
+ ## [8.0.0](https://github.com/appium/appium-chromedriver/compare/v7.0.35...v8.0.0) (2025-08-16)
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
12
+ * Required npm version has been bumped to >=10
13
+
14
+ ### Features
15
+
16
+ * Bump Node.js version ([#496](https://github.com/appium/appium-chromedriver/issues/496)) ([4c9e717](https://github.com/appium/appium-chromedriver/commit/4c9e717914bd88b2d02452f6257340ef850d666c))
17
+
1
18
  ## [7.0.35](https://github.com/appium/appium-chromedriver/compare/v7.0.34...v7.0.35) (2025-08-13)
2
19
 
3
20
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "chrome",
7
7
  "android"
8
8
  ],
9
- "version": "7.0.35",
9
+ "version": "8.0.1",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -17,8 +17,8 @@
17
17
  "url": "https://github.com/appium/appium/issues"
18
18
  },
19
19
  "engines": {
20
- "node": ">=14",
21
- "npm": ">=8"
20
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
21
+ "npm": ">=10"
22
22
  },
23
23
  "prettier": {
24
24
  "bracketSpacing": false,
@@ -41,10 +41,10 @@
41
41
  ],
42
42
  "types": "./build/lib/index.d.ts",
43
43
  "dependencies": {
44
- "@appium/base-driver": "^9.1.0",
45
- "@appium/support": "^6.0.0",
44
+ "@appium/base-driver": "^10.0.0-rc.2",
45
+ "@appium/support": "^7.0.0-rc.1",
46
46
  "@xmldom/xmldom": "^0.x",
47
- "appium-adb": "^12.0.0",
47
+ "appium-adb": "^13.0.0",
48
48
  "asyncbox": "^3.0.0",
49
49
  "axios": "^1.6.5",
50
50
  "bluebird": "^3.5.1",
@@ -52,7 +52,7 @@
52
52
  "lodash": "^4.17.4",
53
53
  "semver": "^7.0.0",
54
54
  "source-map-support": "^0.x",
55
- "teen_process": "^2.2.0",
55
+ "teen_process": "^3.0.0",
56
56
  "xpath": "^0.x"
57
57
  },
58
58
  "scripts": {
@@ -67,9 +67,9 @@
67
67
  "e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\""
68
68
  },
69
69
  "devDependencies": {
70
- "@appium/eslint-config-appium-ts": "^1.x",
71
- "@appium/test-support": "^3.0.0",
72
- "@appium/tsconfig": "^0.x",
70
+ "@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
71
+ "@appium/test-support": "^4.0.0-rc.1",
72
+ "@appium/tsconfig": "^1.0.0-rc.1",
73
73
  "@semantic-release/changelog": "^6.0.1",
74
74
  "@semantic-release/git": "^10.0.1",
75
75
  "@types/bluebird": "^3.5.38",
@@ -83,7 +83,6 @@
83
83
  "conventional-changelog-conventionalcommits": "^9.0.0",
84
84
  "mocha": "^11.0.1",
85
85
  "prettier": "^3.0.0",
86
- "rimraf": "^5.0.0",
87
86
  "semantic-release": "^24.0.0",
88
87
  "sinon": "^21.0.0",
89
88
  "ts-node": "^10.9.1",