iobroker.teslafi 2.0.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,11 @@ 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
+
78
83
  ### 2.0.0 (2025-05-04)
79
84
 
80
85
  - (hombach) BREAKING: Dropped support for Node.js 18 (#135)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "teslafi",
4
- "version": "2.0.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
+ },
6
19
  "2.0.0": {
7
20
  "en": "BREAKING: Dropped support for Node.js 18 (#135)\nBREAKING: Dropped support for js-controller 5 (#135)\nbump dependencies",
8
21
  "de": "BREAKING: Unterlassene Unterstützung für Node.js 18 (#135)\nBREAKING: Dropped-Unterstützung für js-controller 5 (#135)\nbumpabhängigkeiten",
@@ -80,19 +93,6 @@
80
93
  "pl": "uzależnienia od guza",
81
94
  "uk": "bump залежності",
82
95
  "zh-cn": "意外依赖"
83
- },
84
- "1.2.0": {
85
- "en": "change to admin 7.4.10 as recommended by ioBroker (#102)",
86
- "de": "änderung von admin 7.4.10 wie von ioBroker empfohlen (#102)",
87
- "ru": "изменить на админ 7.4.10 в соответствии с рекомендациями ioBroker (#102)",
88
- "pt": "mudar para admin 7.4.10 como recomendado por ioBroker (#102)",
89
- "nl": "overstappen op admin 7.4.10 zoals aanbevolen door ioBroker (#102)",
90
- "fr": "changement à admin 7.4.10 comme recommandé par ioBroker (#102)",
91
- "it": "cambiamento a admin 7.4.10 come raccomandato da ioBroker (#102)",
92
- "es": "cambio a admin 7.4.10 según lo recomendado por ioBroker (#102)",
93
- "pl": "zmiana na admin 7.4.10 zgodnie z zaleceniami joBrokera (# 102)",
94
- "uk": "зміни в admin 7.4.10 як рекомендується ioBroker (#102)",
95
- "zh-cn": "根据ioBroker的建议改为admin 7.4.10 (# 102)"
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.0",
3
+ "version": "2.0.1",
4
4
  "description": "Adapter to poll TeslaFi data of your car",
5
5
  "author": {
6
6
  "name": "Hombach",
@@ -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
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.15.3",
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.2.2",
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",