appium-chromedriver 8.0.25 → 8.0.26

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
+ ## [8.0.26](https://github.com/appium/appium-chromedriver/compare/v8.0.25...v8.0.26) (2025-12-11)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump @types/node from 24.10.3 to 25.0.0 ([#524](https://github.com/appium/appium-chromedriver/issues/524)) ([9b601a6](https://github.com/appium/appium-chromedriver/commit/9b601a66c21738ef5eeb76bd65d2b532e57c8c54))
6
+
1
7
  ## [8.0.25](https://github.com/appium/appium-chromedriver/compare/v8.0.24...v8.0.25) (2025-12-11)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,4 +1,4 @@
1
- export class Chromedriver extends events<[never]> {
1
+ export class Chromedriver extends events<any> {
2
2
  /**
3
3
  *
4
4
  * @param {import('./types').ChromedriverOpts} args
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "chrome",
7
7
  "android"
8
8
  ],
9
- "version": "8.0.25",
9
+ "version": "8.0.26",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -75,7 +75,7 @@
75
75
  "@types/bluebird": "^3.5.38",
76
76
  "@types/lodash": "^4.14.191",
77
77
  "@types/mocha": "^10.0.1",
78
- "@types/node": "^24.0.0",
78
+ "@types/node": "^25.0.0",
79
79
  "@types/semver": "^7.0.0",
80
80
  "@types/teen_process": "^2.0.0",
81
81
  "chai": "^6.0.0",