iobroker.teslafi 2.0.7 → 3.0.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/README.md CHANGED
@@ -79,6 +79,11 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
79
79
  Placeholder for the next version (at the beginning of the line):
80
80
  ### **WORK IN PROGRESS**
81
81
  -->
82
+ ### 3.0.0 (2026-05-05)
83
+
84
+ - (copilot) BREAKING: adapter requires node.js >= 22 now
85
+ - (hombach) update dependencies
86
+
82
87
  ### 2.0.7 (2026-04-12)
83
88
 
84
89
  - (hombach) switch to ES2023 code
@@ -103,13 +108,6 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
103
108
  - (hombach) upgrade NPM deployment system
104
109
  - (hombach) bump dependencies
105
110
 
106
- ### 2.0.3 (2025-09-27)
107
-
108
- - (hombach) remove allowInit (#181)
109
- - (hombach) fix schema URL for jsonConfig (#181)
110
- - (hombach) update chai system
111
- - (hombach) bump dependencies
112
-
113
111
  ### Old Changes see [CHANGELOG OLD](CHANGELOG_OLD.md)
114
112
 
115
113
  ## License
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "teslafi",
4
- "version": "2.0.7",
4
+ "version": "3.0.0",
5
5
  "news": {
6
+ "3.0.0": {
7
+ "en": "BREAKING: adapter requires node.js >= 22 now\nupdate dependencies",
8
+ "de": "BREAKING: Adapter erfordert jetzt node.js >= 22\naktualisierung der abhängigkeiten",
9
+ "ru": "Адаптер требует node.js >= 22 сейчас\nобновление зависимостей",
10
+ "pt": "BREAKING: adaptador requer nod.js >= 22 agora\natualizar dependências",
11
+ "nl": "BREAKING: adapter vereist node.js < 22 nu\nafhankelijkheden bijwerken",
12
+ "fr": "BREAKING: adaptateur nécessite node.js >= 22 maintenant\nmettre à jour les dépendances",
13
+ "it": "BREAKING: l'adattatore richiede node.js >= 22 ora\naggiornamento dipendenze",
14
+ "es": "BREAKING: adaptador requiere node.js >= 22 ahora\ndependencias de actualización",
15
+ "pl": "BREAKING: adapter wymaga node.js > = 22\naktualizacji zależności",
16
+ "uk": "BREAKING: адаптер вимагає node.js >= 22 тепер\nоновлення залежності",
17
+ "zh-cn": "适配器需要节点 Js 22 现在\n更新依赖关系"
18
+ },
6
19
  "2.0.7": {
7
20
  "en": "switch to ES2023 code\nfix vulnerability in axios\nupdate dependencies",
8
21
  "de": "eS2023-Code wechseln\nschwachstelle in axios beheben\naktualisierung der abhängigkeiten",
@@ -80,19 +93,6 @@
80
93
  "pl": "administrator 7.6.17 polecany przez joBroker (# 166)\nadapter trzpienia - rdzeń do 3.3.2 (# 166)\nnaprawić podatność\nuzależnienia od guza",
81
94
  "uk": "admin 7.6.17 Рекомендований ioBroker (#166)\nenglish, українська, français..\nвиправити вразливість\nbump залежності",
82
95
  "zh-cn": "ioBroker建议的admin 7.6.17 (# 166)\nburb 适配器核心为 3.3.2 (# 166)\n消除脆弱性\n意外依赖"
83
- },
84
- "2.0.1": {
85
- "en": "add node.js 24 tests (#144)\nbump dependencies",
86
- "de": "node.js 24 tests hinzufügen (#144)\nbump-abhängigkeit",
87
- "ru": "добавить node.js 24 тестов (#144)\nбамп зависимости",
88
- "pt": "add node.js 24 tests (#144)\ndependências de colisão",
89
- "nl": "node.js 24 testen toevoegen (#144)\nbump afhankelijkheden",
90
- "fr": "ajouter les tests node.js 24 (#144)\ndépendances des bosses",
91
- "it": "aggiungere node.js 24 test (#144)\nindipendenza urto",
92
- "es": "añadir node.js 24 pruebas (#144)\ndependencia de los gastos",
93
- "pl": "dodaj node.js 24 testy (# 144)\nuzależnienia od guza",
94
- "uk": "add node.js 24 тести (#144)\nbump залежності",
95
- "zh-cn": "添加节点.js 24个测试(# 144)\n意外依赖"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.teslafi",
3
- "version": "2.0.7",
3
+ "version": "3.0.0",
4
4
  "description": "Adapter to poll TeslaFi data of your car",
5
5
  "author": {
6
6
  "name": "Hombach",
@@ -20,11 +20,11 @@
20
20
  "url": "https://github.com/hombach/ioBroker.teslafi.git"
21
21
  },
22
22
  "engines": {
23
- "node": ">= 20.9.0"
23
+ "node": ">= 22.18.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "@iobroker/adapter-core": "^3.3.2",
27
- "axios": "^1.15.0",
27
+ "axios": "^1.15.2",
28
28
  "date-fns": "^4.1.0"
29
29
  },
30
30
  "devDependencies": {
@@ -35,17 +35,17 @@
35
35
  "@iobroker/adapter-dev": "^1.5.0",
36
36
  "@iobroker/eslint-config": "^2.2.0",
37
37
  "@iobroker/testing": "^5.2.2",
38
- "@iobroker/types": "^7.1.0",
38
+ "@iobroker/types": "^7.1.1",
39
39
  "@types/chai": "^5.2.3",
40
40
  "@types/chai-as-promised": "^8.0.2",
41
- "@types/node": "^25.5.2",
41
+ "@types/node": "^25.6.0",
42
42
  "@types/proxyquire": "^1.3.31",
43
43
  "@types/sinon": "^21.0.1",
44
44
  "@types/sinon-chai": "^4.0.0",
45
45
  "chai": "^6.2.2",
46
46
  "chai-as-promised": "^8.0.2",
47
47
  "proxyquire": "^2.1.3",
48
- "sinon": "^21.0.3",
48
+ "sinon": "^21.1.2",
49
49
  "sinon-chai": "^4.0.1",
50
50
  "source-map-support": "^0.5.21",
51
51
  "ts-node": "^10.9.2",