@homebridge-plugins/homebridge-ecovacs 7.2.5-beta.0 → 7.3.1-beta.0

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to `@homebridge-plugins/homebridge-ecovacs` will be documented in this file.
4
4
 
5
+ ## v7.3.1 (Pending Release)
6
+
7
+ ### Changes
8
+
9
+ - dependency updates
10
+ - remove support for node v20
11
+
5
12
  ## v7.3.0 (2026-02-16)
6
13
 
7
14
  ### Changes
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  </p>
4
4
  <span align="center">
5
5
 
6
- # homebridge-ecovacs
6
+ ## homebridge-ecovacs
7
7
 
8
8
  Homebridge plugin to integrate Ecovacs Deebot or Yeedi devices into HomeKit
9
9
 
@@ -27,7 +27,7 @@ Homebridge plugin to integrate Ecovacs Deebot or Yeedi devices into HomeKit
27
27
  ### Prerequisites
28
28
 
29
29
  - To use this plugin, you will need to already have:
30
- - [Node](https://nodejs.org): latest version of `v20`, `v22` or `v24` - any other major version is not supported.
30
+ - [Node](https://nodejs.org): latest version of `v22` or `v24` - any other major version is not supported.
31
31
  - [Homebridge](https://homebridge.io): `v1.6` - refer to link for more information and installation instructions.
32
32
 
33
33
  ### Setup
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Homebridge Ecovacs",
4
4
  "alias": "Deebot",
5
5
  "type": "module",
6
- "version": "7.2.5-beta.0",
6
+ "version": "7.3.1-beta.0",
7
7
  "description": "Homebridge plugin to integrate Ecovacs Deebot/Yeedi devices into HomeKit.",
8
8
  "author": {
9
9
  "name": "bwp91",
@@ -54,7 +54,7 @@
54
54
  "main": "lib/index.js",
55
55
  "engines": {
56
56
  "homebridge": "^1.6.0 || ^2.0.0-beta.0",
57
- "node": "^20 || ^22 || ^24"
57
+ "node": "^22 || ^24"
58
58
  },
59
59
  "scripts": {
60
60
  "lint": "eslint . --max-warnings=0",
@@ -62,20 +62,21 @@
62
62
  "postinstall": "patch-package"
63
63
  },
64
64
  "dependencies": {
65
- "@homebridge/plugin-ui-utils": "^2.2.0",
65
+ "@homebridge/plugin-ui-utils": "^2.2.3",
66
66
  "ecovacs-deebot": "^0.9.6-beta.12",
67
67
  "patch-package": "^8.0.1"
68
68
  },
69
69
  "devDependencies": {
70
- "@antfu/eslint-config": "^7.4.3"
70
+ "@antfu/eslint-config": "^8.0.0"
71
71
  },
72
72
  "overrides": {
73
73
  "ecovacs-deebot": {
74
- "axios": "^1.13.5",
74
+ "@xmldom/xmldom": "^0.9.9",
75
+ "axios": "^1.14.0",
75
76
  "canvas": {
76
77
  ".": "^2.11.1",
77
78
  "@mapbox/node-pre-gyp": {
78
- "tar": "^7.5.9"
79
+ "tar": "^7.5.13"
79
80
  }
80
81
  },
81
82
  "simple-xmpp": {