iobroker.teslafi 1.5.0 → 2.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.
package/README.md CHANGED
@@ -75,6 +75,17 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
75
75
 
76
76
  ## Changelog
77
77
 
78
+ ### 2.0.1 (2025-06-08)
79
+
80
+ - (hombach) add node.js 24 tests (#144)
81
+ - (hombach) bump dependencies
82
+
83
+ ### 2.0.0 (2025-05-04)
84
+
85
+ - (hombach) BREAKING: Dropped support for Node.js 18 (#135)
86
+ - (hombach) BREAKING: Dropped support for js-controller 5 (#135)
87
+ - (hombach) bump dependencies
88
+
78
89
  ### 1.5.0 (2025-04-14)
79
90
 
80
91
  - (hombach) add set HVAC temperature (#121)
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "teslafi",
4
- "version": "1.5.0",
4
+ "version": "2.0.1",
5
5
  "news": {
6
+ "2.0.1": {
7
+ "en": "add node.js 24 tests (#144)\nbump dependencies",
8
+ "de": "node.js 24 tests hinzufügen (#144)\nbump-abhängigkeit",
9
+ "ru": "добавить node.js 24 тестов (#144)\nбамп зависимости",
10
+ "pt": "add node.js 24 tests (#144)\ndependências de colisão",
11
+ "nl": "node.js 24 testen toevoegen (#144)\nbump afhankelijkheden",
12
+ "fr": "ajouter les tests node.js 24 (#144)\ndépendances des bosses",
13
+ "it": "aggiungere node.js 24 test (#144)\nindipendenza urto",
14
+ "es": "añadir node.js 24 pruebas (#144)\ndependencia de los gastos",
15
+ "pl": "dodaj node.js 24 testy (# 144)\nuzależnienia od guza",
16
+ "uk": "add node.js 24 тести (#144)\nbump залежності",
17
+ "zh-cn": "添加节点.js 24个测试(# 144)\n意外依赖"
18
+ },
19
+ "2.0.0": {
20
+ "en": "BREAKING: Dropped support for Node.js 18 (#135)\nBREAKING: Dropped support for js-controller 5 (#135)\nbump dependencies",
21
+ "de": "BREAKING: Unterlassene Unterstützung für Node.js 18 (#135)\nBREAKING: Dropped-Unterstützung für js-controller 5 (#135)\nbumpabhängigkeiten",
22
+ "ru": "Отказ от поддержки Node.js 18 (#135)\nОтказ от поддержки js-контроллера 5 (#135)\nбамп зависимости",
23
+ "pt": "BREAKING: Suporte para o Node.js 18 (#135)\nBREAKING: Suporte para js-controller 5 (#135)\ndependências de choque",
24
+ "nl": "BREAKING: Dropped support for Node.js 18 (#135)\nBreaking: Dropped support for js-controller 5 (#135)\nbump afhankelijkheden",
25
+ "fr": "Soutien abandonné pour Node.js 18 (#135)\nSupport abandonné pour le contrôleur de js 5 (#135)\ndépendances des bosses",
26
+ "it": "BREAKING: Supporto a goccia per Node.js 18 (#135)\nBREAKING: Supporto a goccia per js-controller 5 (#135)\nindipendenza urto",
27
+ "es": "BREAKING: Soporte abandonado para Node.js 18 (#135)\nBREAKING: Soporte desechado para js-controller 5 (#135)\ndependencia de los gastos",
28
+ "pl": "BREAKING: Upuszczone wsparcie dla Node.js 18 (# 135)\nBREAKING: Upuszczone wsparcie sterownika js- 5 (# 135)\nuzależnienia od guza",
29
+ "uk": "BREAKING: Dropped підтримка для Node.js 18 (#135)\nBREAKING: Dropped підтримка для js-controller 5 (#135)\nbump залежності",
30
+ "zh-cn": "BREEAKING:已放弃对Node.js 18(# 135)的支持\n中断 : js 控制器 5 (# 135) 已放弃支持\n意外依赖"
31
+ },
6
32
  "1.5.0": {
7
33
  "en": "add set HVAC temperature (#121)\nacknowledge commands after sending to TeslaFi\nadd commands count state (#127)\nadd set seat heater commands (#121)",
8
34
  "de": "hVAC-Temperatur hinzufügen (#121)\nbefehle nach dem Senden an TeslaFi anerkennen\nbefehle hinzufügen zählzustand (#127)\nset sitzheizungsbefehle hinzufügen (#121)",
@@ -67,32 +93,6 @@
67
93
  "pl": "uzależnienia od guza",
68
94
  "uk": "bump залежності",
69
95
  "zh-cn": "意外依赖"
70
- },
71
- "1.2.0": {
72
- "en": "change to admin 7.4.10 as recommended by ioBroker (#102)",
73
- "de": "änderung von admin 7.4.10 wie von ioBroker empfohlen (#102)",
74
- "ru": "изменить на админ 7.4.10 в соответствии с рекомендациями ioBroker (#102)",
75
- "pt": "mudar para admin 7.4.10 como recomendado por ioBroker (#102)",
76
- "nl": "overstappen op admin 7.4.10 zoals aanbevolen door ioBroker (#102)",
77
- "fr": "changement à admin 7.4.10 comme recommandé par ioBroker (#102)",
78
- "it": "cambiamento a admin 7.4.10 come raccomandato da ioBroker (#102)",
79
- "es": "cambio a admin 7.4.10 según lo recomendado por ioBroker (#102)",
80
- "pl": "zmiana na admin 7.4.10 zgodnie z zaleceniami joBrokera (# 102)",
81
- "uk": "зміни в admin 7.4.10 як рекомендується ioBroker (#102)",
82
- "zh-cn": "根据ioBroker的建议改为admin 7.4.10 (# 102)"
83
- },
84
- "1.1.2": {
85
- "en": "added @alcalzone/release-script (#97)\nbump @iobroker/adapter-dev to 1.4.0 (#104)\nbump dependencies\nfix error in config (#106)",
86
- "de": "@alcalzone/release-script (#97) hinzugefügt\nBUPP @IOBROKER/ADAPTER-DEV bis 1.4.0 (#104)\nBeuleabhängigkeiten\nFehler in der Konfiguration beheben (#106)",
87
- "ru": "Добавлен @alcalzone/release-script (#97)\nbump @iobroker/adapter-dev до 1.4.0 (#104)\nУдар зависимости\nИсправление ошибки в конфигурации (#106)",
88
- "pt": "Adicionado @alcalzone/release-script (#97)\nBump @iobroker/adaptador-dev para 1.4.0 (#104)\nBump dependências\nCorrija o erro na configuração (#106)",
89
- "nl": "Toegevoegd @alcalzone/release-script (#97)\nbump @iOBRoker/Adapter-Dev tot 1.4.0 (#104)\nBump -afhankelijkheden\nFout repareren in config (#106)",
90
- "fr": "ajouté @ alcalzone / scénite de version (# 97)\nbosse @ iobroker / adaptateur-DEV à 1.4.0 (# 104)\ndépendances\nCorrection d'une erreur dans la configuration (# 106)",
91
- "it": "Aggiunto @alcalzone/rilascio-script (#97)\nBump @Iobroker/Adapter-Dev a 1.4.0 (#104)\ndipendenze bump\nCorreggi l'errore in config (#106)",
92
- "es": "Se agregó @Alcalzone/Release-Script (#97)\nBump @Iobroker/Adapter-Dev a 1.4.0 (#104)\ndependencias de la protuberancia\ncorrige el error en la configuración (#106)",
93
- "pl": "Dodano @alcalzone/release-script (#97)\nBump @iobrocer/adapter-dev do 1.4.0 (#104)\nzależności od wypukłości\nNapraw błąd w konfiguracji (#106)",
94
- "uk": "Додано @alcalzone/випуск-Script (#97)\nbump @iobroker/адаптер-dev до 1.4.0 (#104)\nзалежності від удару\nВиправити помилку в конфігурації (#106)",
95
- "zh-cn": "添加 @Alcalzone/Release-Script(#97)\nbump @iobroker/adapter-dev至1.4.0(#104)\n凸起依赖性\n修复配置中的错误(#106)"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -153,7 +153,7 @@
153
153
  },
154
154
  "dependencies": [
155
155
  {
156
- "js-controller": ">=5.0.19"
156
+ "js-controller": ">=6.0.11"
157
157
  }
158
158
  ],
159
159
  "globalDependencies": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.teslafi",
3
- "version": "1.5.0",
3
+ "version": "2.0.1",
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": ">= 18.18"
23
+ "node": ">= 20.9.0"
24
24
  },
25
25
  "dependencies": {
26
26
  "@iobroker/adapter-core": "^3.2.3",
27
- "axios": "^1.8.4",
27
+ "axios": "^1.9.0",
28
28
  "date-fns": "^4.1.0"
29
29
  },
30
30
  "devDependencies": {
@@ -33,19 +33,19 @@
33
33
  "@alcalzone/release-script-plugin-license": "^3.7.0",
34
34
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
35
35
  "@iobroker/adapter-dev": "^1.4.0",
36
- "@iobroker/eslint-config": "^2.0.1",
36
+ "@iobroker/eslint-config": "^2.0.2",
37
37
  "@iobroker/testing": "^5.0.4",
38
- "@iobroker/types": "^7.0.6",
38
+ "@iobroker/types": "^7.0.7",
39
39
  "@types/chai": "^4.3.11",
40
40
  "@types/chai-as-promised": "^8.0.2",
41
41
  "@types/mocha": "^10.0.10",
42
- "@types/node": "^22.14.1",
42
+ "@types/node": "^22.15.30",
43
43
  "@types/proxyquire": "^1.3.31",
44
44
  "@types/sinon": "^17.0.4",
45
45
  "@types/sinon-chai": "^3.2.12",
46
46
  "chai": "^4.5.0",
47
47
  "chai-as-promised": "^8.0.1",
48
- "mocha": "^11.1.0",
48
+ "mocha": "^11.5.0",
49
49
  "proxyquire": "^2.1.3",
50
50
  "sinon": "^20.0.0",
51
51
  "sinon-chai": "^3.7.0",
@@ -71,7 +71,7 @@
71
71
  "test:package": "mocha test/package --exit",
72
72
  "test:integration": "mocha test/integration --exit",
73
73
  "clean-loc-temp": "clean-dir %temp%/test-iobroker.teslafi",
74
- "test": "npm run clean-loc-temp && npm run test:ts && npm run test:package && npm run test:integration",
74
+ "test": "npm run test:ts && npm run test:package && npm run test:integration",
75
75
  "check": "tsc --noEmit",
76
76
  "lint": "eslint -c eslint.config.mjs .",
77
77
  "lintdebug": "eslint --debug -c eslint.config.mjs . | more",