iobroker.al-ko 0.2.13 → 0.2.14

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,24 @@ Es handelt sich um ein Community-Projekt, und AL-KO bietet **keinen Support** da
54
54
 
55
55
  ## Changelog
56
56
 
57
+ ### 0.2.14 (2025-11-01)
58
+
59
+ **Deutsch:**
60
+ - Entwicklungs-Tooling aktualisiert:
61
+ - `@alcalzone/release-script` auf ^5.0.0 (Releases nur vom Default-Branch; Node.js ≥ 18 erforderlich)
62
+ - `@alcalzone/release-script-plugin-iobroker` auf ^4.0.0 (ESM, Node.js ≥ 18)
63
+ - `@alcalzone/release-script-plugin-license` auf ^4.0.0 (ESM, Node.js ≥ 18)
64
+ - ESLint 9, TypeScript auf ^5.9.3, Prettier 3
65
+ - Keine funktionalen Änderungen am Adaptercode
66
+
67
+ **English:**
68
+ - Development tooling updated:
69
+ - `@alcalzone/release-script` to ^5.0.0 (releases only from default branch; requires Node.js ≥ 18)
70
+ - `@alcalzone/release-script-plugin-iobroker` to ^4.0.0 (ESM, Node.js ≥ 18)
71
+ - `@alcalzone/release-script-plugin-license` to ^4.0.0 (ESM, Node.js ≥ 18)
72
+ - ESLint 9, TypeScript bumped to ^5.9.3, Prettier 3
73
+ - No functional changes to adapter code
74
+
57
75
  ### 0.2.13 (2025-10-29)
58
76
 
59
77
  **Deutsch:**
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "al-ko",
4
- "version": "0.2.13",
4
+ "version": "0.2.14",
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.14": {
37
+ "en": "Development tooling updates only: release-script to ^5.0.0 (releases from default branch; Node.js ≥ 18), iobroker and license plugins to ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. No functional changes.",
38
+ "de": "Nur Entwicklungs-Tooling aktualisiert: release-script auf ^5.0.0 (Releases vom Default-Branch; Node.js ≥ 18), iobroker- und license-Plugins auf ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Keine funktionalen Änderungen.",
39
+ "ru": "Обновлено только окружение разработки: release-script до ^5.0.0 (релизы из ветки по умолчанию; требуется Node.js ≥ 18), плагины iobroker и license до ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Без функциональных изменений.",
40
+ "pt": "Apenas atualizações de ferramentas de desenvolvimento: release-script para ^5.0.0 (releases a partir da branch padrão; Node.js ≥ 18), plugins iobroker e license para ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Sem alterações funcionais.",
41
+ "nl": "Alleen updates aan development tooling: release-script naar ^5.0.0 (releases vanaf standaardbranch; Node.js ≥ 18), iobroker- en license-plugins naar ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Geen functionele wijzigingen.",
42
+ "fr": "Mises à jour des outils de développement uniquement : release-script vers ^5.0.0 (publications depuis la branche par défaut ; Node.js ≥ 18), plugins iobroker et license vers ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Aucune modification fonctionnelle.",
43
+ "it": "Aggiornati solo gli strumenti di sviluppo: release-script a ^5.0.0 (rilasci dal branch predefinito; Node.js ≥ 18), plugin iobroker e license a ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Nessuna modifica funzionale.",
44
+ "es": "Solo actualizaciones de herramientas de desarrollo: release-script a ^5.0.0 (lanzamientos desde la rama predeterminada; Node.js ≥ 18), plugins iobroker y license a ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Sin cambios funcionales.",
45
+ "pl": "Tylko aktualizacje narzędzi deweloperskich: release-script do ^5.0.0 (wydania z gałęzi domyślnej; Node.js ≥ 18), wtyczki iobroker i license do ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Brak zmian funkcjonalnych.",
46
+ "uk": "Оновлено лише інструменти розробки: release-script до ^5.0.0 (релізи з гілки за замовчуванням; Node.js ≥ 18), плагіни iobroker і license до ^4.0.0 (ESM, Node.js ≥ 18), ESLint 9, TypeScript ^5.9.3, Prettier 3. Без функціональних змін.",
47
+ "zh-cn": "仅更新开发工具:release-script 升级至 ^5.0.0(仅允许从默认分支发布;需要 Node.js ≥ 18),iobroker 和 license 插件至 ^4.0.0(ESM,Node.js ≥ 18),ESLint 9,TypeScript ^5.9.3,Prettier 3。无功能性变更。"
48
+ },
36
49
  "0.2.13": {
37
50
  "en": "Fixed a JSON syntax error in io-package.json that broke adapter-check parsing (and caused 'adminUI' follow-up errors). Updated the JSON schema hint in VS Code and re-validated jsonConfig sizes. No functional changes.",
38
51
  "de": "Einen JSON-Syntaxfehler in der io-package.json behoben, der das Parsing im Adapter-Check (und Folgefehler bei 'adminUI') verhindert hat. JSON-Schema-Hinweis in VS Code aktualisiert und jsonConfig-Sizes erneut validiert. Keine funktionalen Änderungen.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.al-ko",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Adapter for communication with Al-Ko garden tools",
5
5
  "author": {
6
6
  "name": "Hubert Zechner",
@@ -60,9 +60,9 @@
60
60
  "ws": "^8.18.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@alcalzone/release-script": "^3.8.0",
63
+ "@alcalzone/release-script": "^5.0.0",
64
64
  "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
65
- "@alcalzone/release-script-plugin-license": "^3.7.0",
65
+ "@alcalzone/release-script-plugin-license": "^4.0.0",
66
66
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
67
67
  "@eslint/js": "^9.14.0",
68
68
  "@iobroker/adapter-dev": "^1.5.0",
@@ -71,10 +71,10 @@
71
71
  "@tsconfig/node20": "^20.1.6",
72
72
  "@types/node": "^24.6.1",
73
73
  "@types/proxyquire": "^1.3.31",
74
- "eslint": "^9.14.0",
74
+ "eslint": "^9.39.0",
75
75
  "prettier": "^3.3.3",
76
76
  "proxyquire": "^2.1.3",
77
- "typescript": "~5.0.4",
77
+ "typescript": "^5.9.3",
78
78
  "typescript-eslint": "^8.8.1"
79
79
  },
80
80
  "readmeFilename": "README.md"