iobroker.al-ko 0.2.8 → 0.2.9

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
@@ -54,6 +54,20 @@ Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** da
54
54
 
55
55
  ## Changelog
56
56
 
57
+ ### 0.2.9 (2025-10-28)
58
+
59
+ **Deutsch:**
60
+ - Wartungsupdate: npm-Abhängigkeitskonflikte (`sinon-chai` vs. `chai`) behoben
61
+ - ESLint-Konfiguration auf Version 9 mit `@iobroker/eslint-config` v2.2.0 aktualisiert
62
+ - CI-Stabilität auf GitHub Actions verbessert
63
+ - Keine funktionalen Änderungen für Anwender
64
+
65
+ **English:**
66
+ - Maintenance update: resolved npm dependency conflicts (`sinon-chai` vs `chai`)
67
+ - Updated ESLint setup to v9 + `@iobroker/eslint-config` v2.2.0
68
+ - Improved GitHub Actions CI stability
69
+ - No functional changes for end users
70
+
57
71
  ### 0.2.8 (2025-10-26)
58
72
 
59
73
  **Deutsch:**
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "al-ko",
4
- "version": "0.2.8",
4
+ "version": "0.2.9",
5
5
  "tier": 3,
6
6
  "titleLang": {
7
7
  "en": "AL-KO",
@@ -33,6 +33,19 @@
33
33
  "Hubert Zechner <hubertiob@posteo.at>"
34
34
  ],
35
35
  "news": {
36
+ "0.2.9": {
37
+ "en": "Maintenance update: resolved npm dependency conflicts (`sinon-chai` vs `chai`), updated ESLint configuration to version 9 with @iobroker/eslint-config v2.2.0 for full compatibility. Improved CI stability on GitHub Actions. No functional changes.",
38
+ "de": "Wartungsupdate: npm-Abhängigkeitskonflikte (`sinon-chai` vs. `chai`) behoben, ESLint-Konfiguration auf Version 9 mit @iobroker/eslint-config v2.2.0 aktualisiert. Verbesserte CI-Stabilität auf GitHub Actions. Keine funktionalen Änderungen.",
39
+ "ru": "Обновление обслуживания: устранены конфликты зависимостей npm (`sinon-chai` против `chai`), обновлена конфигурация ESLint до версии 9 с @iobroker/eslint-config v2.2.0. Улучшена стабильность CI в GitHub Actions. Без функциональных изменений.",
40
+ "pt": "Atualização de manutenção: resolvidos conflitos de dependência npm (`sinon-chai` vs `chai`), configuração do ESLint atualizada para a versão 9 com @iobroker/eslint-config v2.2.0. Estabilidade do CI aprimorada no GitHub Actions. Sem alterações funcionais.",
41
+ "nl": "Onderhoudsupdate: npm-afhankelijkheidsconflicten (`sinon-chai` vs `chai`) opgelost, ESLint-configuratie bijgewerkt naar versie 9 met @iobroker/eslint-config v2.2.0. Verbeterde CI-stabiliteit op GitHub Actions. Geen functionele wijzigingen.",
42
+ "fr": "Mise à jour de maintenance : résolution des conflits de dépendances npm (`sinon-chai` vs `chai`), configuration ESLint mise à jour vers la version 9 avec @iobroker/eslint-config v2.2.0. Stabilité CI améliorée sur GitHub Actions. Aucune modification fonctionnelle.",
43
+ "it": "Aggiornamento di manutenzione: risolti i conflitti di dipendenza npm (`sinon-chai` vs `chai`), aggiornata la configurazione ESLint alla versione 9 con @iobroker/eslint-config v2.2.0. Migliorata la stabilità del CI su GitHub Actions. Nessuna modifica funzionale.",
44
+ "es": "Actualización de mantenimiento: resueltos los conflictos de dependencias npm (`sinon-chai` vs `chai`), configuración de ESLint actualizada a la versión 9 con @iobroker/eslint-config v2.2.0. Estabilidad de CI mejorada en GitHub Actions. Sin cambios funcionales.",
45
+ "pl": "Aktualizacja konserwacyjna: rozwiązano konflikty zależności npm (`sinon-chai` vs `chai`), zaktualizowano konfigurację ESLint do wersji 9 z @iobroker/eslint-config v2.2.0. Poprawiono stabilność CI w GitHub Actions. Brak zmian funkcjonalnych.",
46
+ "uk": "Технічне оновлення: усунуто конфлікти залежностей npm (`sinon-chai` проти `chai`), оновлено конфігурацію ESLint до версії 9 із @iobroker/eslint-config v2.2.0. Покращено стабільність CI у GitHub Actions. Без функціональних змін.",
47
+ "zh-cn": "维护更新:解决 npm 依赖冲突(`sinon-chai` 与 `chai`),将 ESLint 配置更新到版本 9 并使用 @iobroker/eslint-config v2.2.0。改进了 GitHub Actions 上的 CI 稳定性。无功能更改。"
48
+ },
36
49
  "0.2.8": {
37
50
  "en": "Replaced external icon with optimized 128×128 version for correct npm and ioBroker Admin display. Fixed repository path (master branch) for proper package resolution. No functional changes.",
38
51
  "de": "Externes Icon durch optimierte 128×128-Version ersetzt, um die Anzeige in npm und ioBroker Admin zu korrigieren. Repository-Pfad (master-Branch) für korrekte Paketauflösung angepasst. Keine funktionalen Änderungen.",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "iobroker.al-ko",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Adapter for communication with Al-Ko garden tools",
5
- "author": {
6
- "name": "Hubert Zechner",
7
- "email": "hubertiob@posteo.at"
5
+ "author": {
6
+ "name": "Hubert Zechner",
7
+ "email": "hubertiob@posteo.at"
8
8
  },
9
9
  "contributors": [
10
10
  {
@@ -64,7 +64,9 @@
64
64
  "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
65
65
  "@alcalzone/release-script-plugin-license": "^3.7.0",
66
66
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
67
+ "@eslint/js": "^9.14.0",
67
68
  "@iobroker/adapter-dev": "^1.5.0",
69
+ "@iobroker/eslint-config": "^2.2.0",
68
70
  "@iobroker/testing": "^5.1.1",
69
71
  "@tsconfig/node20": "^20.1.6",
70
72
  "@types/chai": "^4.3.20",
@@ -73,9 +75,6 @@
73
75
  "@types/node": "^24.6.1",
74
76
  "@types/proxyquire": "^1.3.31",
75
77
  "@types/sinon": "^17.0.4",
76
- "@types/sinon-chai": "^4.0.0",
77
- "@eslint/js": "^9.14.0",
78
- "@iobroker/eslint-config": "^1.5.0",
79
78
  "chai": "^4.5.0",
80
79
  "chai-as-promised": "^7.1.2",
81
80
  "eslint": "^9.14.0",
@@ -83,9 +82,8 @@
83
82
  "prettier": "^3.3.3",
84
83
  "proxyquire": "^2.1.3",
85
84
  "sinon": "^21.0.0",
86
- "sinon-chai": "^4.0.1",
87
85
  "typescript": "~5.0.4",
88
- "typescript-eslint": "^8.8.0"
86
+ "typescript-eslint": "^8.8.1"
89
87
  },
90
- "readmeFilename": "README.md"
88
+ "readmeFilename": "README.md"
91
89
  }