iobroker.flowers 0.3.6 → 0.3.7

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
@@ -83,6 +83,12 @@ Only one watering cycle runs at a time per plant. Configure the duration in Sett
83
83
 
84
84
  ## Changelog
85
85
 
86
+ ### 0.3.7 (2026-04-30)
87
+ - (sadam6752-tech) Fix E8915: add dependabot cooldown (`default-days: 7`) for npm ecosystem
88
+ - (sadam6752-tech) Update CI/CD: `check-and-lint` and `deploy` steps to Node.js 24.x
89
+ - (sadam6752-tech) Remove redundant `eslint` devDependency (included via `@iobroker/eslint-config`)
90
+ - (sadam6752-tech) Add CHANGELOG_OLD.md for older changelog entries
91
+
86
92
  ### 0.3.6 (2026-03-31)
87
93
  - (sadam6752-tech) Fix dependabot config to track all package.json in subdirectories (W8905)
88
94
  - (sadam6752-tech) Add .github/auto-merge.yml for dependabot automerge configuration (S8914)
@@ -104,45 +110,7 @@ Only one watering cycle runs at a time per plant. Configure the duration in Sett
104
110
  - (sadam6752-tech) Custom profiles: users can create own plant profiles in Profiles tab
105
111
  - (sadam6752-tech) Custom profile field in Plants table for direct profile name entry
106
112
 
107
- ### 0.3.1 (2026-03-30)
108
- - (sadam6752-tech) Fixed all lint warnings: complete JSDoc descriptions for all methods
109
-
110
- ### 0.3.0 (2026-03-30)
111
- - (sadam6752-tech) Standard CI/CD workflow using ioBroker testing actions
112
- - (sadam6752-tech) Added dependabot and automerge workflow
113
- - (sadam6752-tech) Added release-script and standard test structure
114
- - (sadam6752-tech) Added .releaseconfig.json
115
-
116
- ### 0.2.9 (2026-03-22)
117
- - (sadam6752-tech) Automatic watering support: sensorWatering column, wateringDuration setting
118
- - (sadam6752-tech) Fixed checkbox column width; increased battery sensor column width
119
-
120
- ### 0.2.8 (2026-03-21)
121
- * (sadam6752-tech) Added sendWeeklyReport button for manual weekly report trigger
122
- * (sadam6752-tech) Fixed repochecker issues: grid values, dependencies
123
-
124
- ### 0.2.7 (2026-03-21)
125
- * (sadam6752-tech) Fixed weekly report header; separated daily/weekly report logic
126
-
127
- ### 0.2.6 (2026-03-21)
128
- * (sadam6752-tech) Added dividers to daily/weekly report format
129
-
130
- ### 0.2.5 (2026-03-21)
131
- * (sadam6752-tech) Added sendDailyReport button for manual report trigger
132
-
133
- ### 0.2.4 (2026-03-21)
134
- * (sadam6752-tech) Fixed Profiles tab causing dirty state on open
135
-
136
- ### 0.2.3 (2026-03-21)
137
- * (sadam6752-tech) Increased Bat Min column width; allow empty threshold fields
138
-
139
- ### 0.2.2 (2026-03-21)
140
- * (sadam6752-tech) Allow empty threshold fields - profile values used as fallback
141
-
142
- ### 0.2.0 (2026-03-21)
143
- * (sadam6752-tech) Added 4 new plant profiles; translations for all 11 languages
144
- ### 0.1.0 (2026-03-21)
145
- - Initial release: plant monitoring with Telegram notifications, configurable thresholds, night mode and periodic reports
113
+ For older changelog entries see [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
146
114
 
147
115
  ## License
148
116
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "flowers",
4
- "version": "0.3.6",
4
+ "version": "0.3.7",
5
5
  "news": {
6
+ "0.3.7": {
7
+ "en": "Fix E8915: add dependabot cooldown (default-days: 7); update CI/CD to Node.js 24; remove redundant eslint devDependency; add CHANGELOG_OLD.md",
8
+ "de": "E8915 behoben: Dependabot-Cooldown hinzugefügt; CI/CD auf Node.js 24 aktualisiert; redundante eslint devDependency entfernt; CHANGELOG_OLD.md hinzugefügt",
9
+ "ru": "Исправление E8915: добавлен cooldown для dependabot; CI/CD обновлён до Node.js 24; удалена лишняя devDependency eslint; добавлен CHANGELOG_OLD.md",
10
+ "fr": "Fix E8915: cooldown dependabot ajouté; CI/CD mis à jour vers Node.js 24; devDependency eslint redondante supprimée; CHANGELOG_OLD.md ajouté",
11
+ "it": "Fix E8915: aggiunto cooldown dependabot; CI/CD aggiornato a Node.js 24; devDependency eslint ridondante rimossa; aggiunto CHANGELOG_OLD.md",
12
+ "es": "Fix E8915: añadido cooldown dependabot; CI/CD actualizado a Node.js 24; devDependency eslint redundante eliminada; añadido CHANGELOG_OLD.md",
13
+ "pl": "Naprawa E8915: dodano cooldown dependabot; CI/CD zaktualizowano do Node.js 24; usunięto zbędną devDependency eslint; dodano CHANGELOG_OLD.md",
14
+ "pt": "Fix E8915: cooldown dependabot adicionado; CI/CD atualizado para Node.js 24; devDependency eslint redundante removida; CHANGELOG_OLD.md adicionado",
15
+ "nl": "Fix E8915: dependabot cooldown toegevoegd; CI/CD bijgewerkt naar Node.js 24; overbodige eslint devDependency verwijderd; CHANGELOG_OLD.md toegevoegd",
16
+ "uk": "Виправлення E8915: додано cooldown для dependabot; CI/CD оновлено до Node.js 24; видалено зайву devDependency eslint; додано CHANGELOG_OLD.md",
17
+ "zh-cn": "修复E8915:添加dependabot冷却时间;CI/CD更新至Node.js 24;删除多余的eslint devDependency;添加CHANGELOG_OLD.md"
18
+ },
6
19
  "0.3.6": {
7
20
  "en": "Fix dependabot config for subdirectories (W8905); add auto-merge.yml for dependabot (S8914)",
8
21
  "de": "Dependabot-Konfiguration für Unterverzeichnisse korrigiert; auto-merge.yml hinzugefügt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.flowers",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "ioBroker adapter for monitoring indoor plants via soil moisture, temperature and battery sensors with Telegram notifications",
5
5
  "author": {
6
6
  "name": "sadam6752-tech",
@@ -34,8 +34,7 @@
34
34
  "@iobroker/adapter-dev": "^1.5.0",
35
35
  "@iobroker/dev-server": "^0.8.0",
36
36
  "@iobroker/eslint-config": "^2.2.0",
37
- "@iobroker/testing": "^5.2.2",
38
- "eslint": "^9.17.0"
37
+ "@iobroker/testing": "^5.2.2"
39
38
  },
40
39
  "main": "main.js",
41
40
  "files": [