iobroker.ical 1.17.0 → 1.18.0

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
@@ -31,6 +31,9 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
31
31
  Placeholder for the next version (at the beginning of the line):
32
32
  ### **WORK IN PROGRESS**
33
33
  -->
34
+ ### 1.18.0 (2025-10-19)
35
+ * (jens-maus) update node-ical to latest 0.22.0 which reduces dependency load.
36
+
34
37
  ### 1.17.0 (2025-09-15)
35
38
  * (jens-maus) fixed adapter warnings and responsive design suggestions.
36
39
  * (jens-maus) updated dependencies.
@@ -51,10 +54,6 @@ Sentry reporting, starting with js-controller 3.0, means that this adapter can u
51
54
  * (klein0r) Breaking change: Removed trigger state (subscribe is deprecated in js-controller 6.x)
52
55
  * (simatec) Responsive design added
53
56
 
54
- ### 1.15.0 (2024-04-30)
55
- * (mcm1957) Adapter requires node.js >= 18 and js-controller >= 5 now
56
- * (mcm1957) Dependencies have been updated
57
-
58
57
  ## License
59
58
 
60
59
  The MIT License (MIT)
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ical",
4
- "version": "1.17.0",
4
+ "version": "1.18.0",
5
5
  "news": {
6
+ "1.18.0": {
7
+ "en": "update node-ical to latest 0.22.0 which reduces dependency load.",
8
+ "de": "update node-ical auf neueste 0.22.0, was die abhängigkeitslast reduziert.",
9
+ "ru": "обновить узел до последнего 0.22.0, что снижает нагрузку на зависимость.",
10
+ "pt": "atualizar nó-ical para o último 0.22.0 o que reduz a carga de dependência.",
11
+ "nl": "update node-ical naar de laatste 0,22.0 die de afhankelijkheid belasting vermindert.",
12
+ "fr": "mettre à jour noeud-ical à la dernière 0.22, ce qui réduit la charge de dépendance.",
13
+ "it": "aggiornamento nodo-ical al più recente 0.22.0 che riduce il carico di dipendenza.",
14
+ "es": "actualizar node-ical a la última 0.22.0 que reduce la carga de dependencia.",
15
+ "pl": "aktualizacja nodeical do najnowszej wersji 0.22.0, która zmniejsza obciążenie zależne.",
16
+ "uk": "update node-ical to last 0.22.0 який зменшує навантаження залежностей.",
17
+ "zh-cn": "将节点更新到最新的0.220,以减少依赖性负载."
18
+ },
6
19
  "1.17.0": {
7
20
  "en": "fixed adapter warnings and responsive design suggestions.\nupdated dependencies.\nupdate node-ical to latest 0.21.0.",
8
21
  "de": "Behobene Adapter-Warnungen und Vorschläge für responsives Design.\nAbhängigkeiten aktualisiert.\nAktualisiere node-ical auf die neueste Version 0.21.0.",
@@ -80,19 +93,6 @@
80
93
  "pl": "aktualizacja nodeical do najnowszej wersji 0.18.0",
81
94
  "uk": "оновлення вершини-ical до останньої 0.18.0",
82
95
  "zh-cn": "将节点更新为最新0.1.8"
83
- },
84
- "1.14.2": {
85
- "en": "update node-ical to latest 0.17.2",
86
- "de": "update node-ical bis neueste 0,17.2",
87
- "ru": "обновление узла к последней 0.17.2",
88
- "pt": "atualizar node-ical para mais recente 0,17.2",
89
- "nl": "update node-ical naar nieuwste 0,17,2",
90
- "fr": "mettre à jour noeud-ical à la dernière 0.17.2",
91
- "it": "aggiornamento nodo-ical a più tardi 0.17.2",
92
- "es": "actualización node-ical a última 0.17.2",
93
- "pl": "aktualizacja node- ical do najnowszej 0, 17, 2",
94
- "uk": "оновлення вершини-ical до останнього 0.17.2 км",
95
- "zh-cn": "将节点更新为最新的 0.17.2 (中文(简体) )"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.ical",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "Allows read information from google calender and from iCal.",
5
5
  "author": {
6
6
  "name": "bluefox",
@@ -42,7 +42,7 @@
42
42
  "axios": "^1.12.2",
43
43
  "cloneextend": "^0.0.3",
44
44
  "json-schema": "^0.4.0",
45
- "node-ical": "^0.21.0",
45
+ "node-ical": "^0.22.0",
46
46
  "rrule": "2.8.1"
47
47
  },
48
48
  "devDependencies": {
@@ -50,25 +50,25 @@
50
50
  "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
51
51
  "@alcalzone/release-script-plugin-license": "^3.7.0",
52
52
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
53
- "@iobroker/adapter-dev": "^1.4.0",
54
- "@iobroker/eslint-config": "^2.1.0",
53
+ "@iobroker/adapter-dev": "^1.5.0",
54
+ "@iobroker/eslint-config": "^2.2.0",
55
55
  "@iobroker/testing": "^5.1.1",
56
56
  "@types/chai": "^4.3.20",
57
57
  "@types/chai-as-promised": "^7.1.8",
58
58
  "@types/mocha": "^10.0.10",
59
- "@types/node": "^24.4.0",
59
+ "@types/node": "^24.6.1",
60
60
  "@types/proxyquire": "^1.3.31",
61
61
  "@types/sinon": "^17.0.4",
62
62
  "@types/sinon-chai": "^3.2.12",
63
63
  "chai": "^4.5.0",
64
64
  "chai-as-promised": "^7.1.2",
65
65
  "chai-string": "^1.6.0",
66
- "luxon": "^3.7.1",
67
- "mocha": "^11.7.2",
66
+ "luxon": "^3.7.2",
67
+ "mocha": "^11.7.3",
68
68
  "proxyquire": "^2.1.3",
69
69
  "sinon": "^21.0.0",
70
70
  "sinon-chai": "^3.7.0",
71
- "typescript": "~5.9.2"
71
+ "typescript": "~5.9.3"
72
72
  },
73
73
  "bugs": {
74
74
  "url": "https://github.com/iobroker-community-adapters/ioBroker.ical/issues"