iobroker.botvac 2.0.2-alpha.0 → 2.1.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.
@@ -3,7 +3,7 @@ updates:
3
3
  - package-ecosystem: npm
4
4
  directory: "/"
5
5
  schedule:
6
- interval: weekly
6
+ interval: monthly
7
7
  time: "04:00"
8
8
  timezone: Europe/Berlin
9
9
  open-pull-requests-limit: 15
@@ -12,7 +12,7 @@ updates:
12
12
  - package-ecosystem: github-actions
13
13
  directory: "/"
14
14
  schedule:
15
- interval: weekly
15
+ interval: monthly
16
16
  time: "04:00"
17
17
  timezone: Europe/Berlin
18
18
  open-pull-requests-limit: 15
@@ -40,7 +40,7 @@ jobs:
40
40
  runs-on: ${{ matrix.os }}
41
41
  strategy:
42
42
  matrix:
43
- node-version: [16.x, 18.x, 20.x]
43
+ node-version: [18.x, 20.x]
44
44
  os: [ubuntu-latest, windows-latest, macos-latest]
45
45
 
46
46
  steps:
@@ -1,3 +1,4 @@
1
1
  {
2
- "plugins": ["iobroker", "license", "manual-review"]
2
+ "plugins": ["iobroker", "license", "manual-review"],
3
+ "numNews": 99
3
4
  }
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 iobroker-community-adapters
3
+ Copyright (c) 2023-2024 iobroker-community-adapters
4
4
  Copyright (c) 2016 Pmant
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
package/README.md CHANGED
@@ -33,8 +33,12 @@
33
33
  Placeholder for the next version (at the beginning of the line):
34
34
  ### **WORK IN PROGRESS**
35
35
  -->
36
- ### 2.0.2-alpha.0 (2023-12-23) [#29]
37
- - (ar7bd) SpotWidth and spotHeight are now allowed to be zero.
36
+ ### 2.1.0 (2024-03-21)
37
+ - (mcm1957) Adapter requires node 18 or newer now.
38
+ - (mcm1957) Dependencies have been updated.
39
+
40
+ ### 2.0.2 (2023-12-23)
41
+ - (ar7bd) SpotWidth and spotHeight are now allowed to be zero. [#29]
38
42
  - (mcm1957) Dependencies have been updated.
39
43
 
40
44
  ### 2.0.1 (2023-09-20)
@@ -72,7 +76,7 @@
72
76
 
73
77
  MIT License
74
78
 
75
- Copyright (c) 2023 iobroker-community-adapters <mcm57@gmx.at>
79
+ Copyright (c) 2023-2024 iobroker-community-adapters <mcm57@gmx.at>
76
80
 
77
81
  Permission is hereby granted, free of charge, to any person obtaining a copy
78
82
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,20 +1,33 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "botvac",
4
- "version": "2.0.2-alpha.0",
4
+ "version": "2.1.0",
5
5
  "news": {
6
- "2.0.2-alpha.0": {
7
- "en": "SpotWidth and spotHeight are now allowed to be zero.\nDependencies have been updated.",
8
- "de": "SpotWidth und SpotHeight darf nun Null sein.\nAbhängigkeiten wurden aktualisiert.",
9
- "ru": "SpotWidth и место Высота теперь разрешена быть нулевым.\nОбновлены зависимости.",
10
- "pt": "SpotWidth e spot A altura agora pode ser zero.\nAs dependências foram atualizadas.",
11
- "nl": "SpotWidth De lengte is nu toegestaan om nul te zijn.\nAfhankelijkheid is geüpdateerd.",
12
- "fr": "SpotWidth et spot La hauteur est maintenant permise à zéro.\nLes dépendances ont été mises à jour.",
13
- "it": "SpotWidth e spot Ora l'altezza è zero.\nLe dipendenze sono state aggiornate.",
14
- "es": "SpotWidth y spot Se permite que la altura sea cero.\nSe han actualizado las dependencias.",
15
- "pl": "SpotWidth i miejsce Teraz dozwolone jest zera.\nW zależności zostały zaktualizowane.",
16
- "uk": "SpotWidth і плями Висота тепер дозволено бути нуль.\nОновлено залежність.",
17
- "zh-cn": "SpotWidth和点 现在有人允许他零。.\n情况已经更新。."
6
+ "2.1.0": {
7
+ "en": "Adapter requires node 18 or newer now.\nDependencies have been updated.",
8
+ "de": "Adapter benötigt jetzt Node 18 oder neuer.\nAbhängigkeiten wurden aktualisiert.",
9
+ "ru": "Адаптер теперь требует узла 18 или более нового.\nЗависимость была обновлена.",
10
+ "pt": "Adaptador requer 18 ou mais recente agora.\nAs dependências foram atualizadas.",
11
+ "nl": "Adapter vereist node 18 of nieuwer nu.\nAfhankelijkheden zijn bijgewerkt.",
12
+ "fr": "Adaptateur nécessite un noeud 18 ou plus récent maintenant.\nLes dépendances ont été actualisées.",
13
+ "it": "L'adattatore richiede ora il nodo 18 o più nuovo.\nLe dipendenze sono state aggiornate.",
14
+ "es": "Adaptador requiere nodo 18 o más nuevo ahora.\nSe han actualizado las dependencias.",
15
+ "pl": "Adapter wymaga węzła 18 lub nowszego.\nZaktualizowano zależność.",
16
+ "uk": "Адаптер вимагає вузла 18 або новіше зараз.\nОновлено залежність.",
17
+ "zh-cn": "适配器需要节点18或现在更新.\n附属关系已经更新."
18
+ },
19
+ "2.0.2": {
20
+ "en": "SpotWidth and spotHeight are now allowed to be zero. [#29]\nDependencies have been updated.",
21
+ "de": "SpotWidth und SpotHeight darf nun Null sein. (#29)\nAbhängigkeiten wurden aktualisiert.",
22
+ "ru": "SpotWidth и место Высота теперь разрешена быть нулевым. [#29]\nОбновлены зависимости.",
23
+ "pt": "SpotWidth e spot A altura agora pode ser zero. [#29]\nAs dependências foram atualizadas.",
24
+ "nl": "SpotWidth De lengte is nu toegestaan om nul te zijn. _\nAfhankelijkheid is geüpdateerd.",
25
+ "fr": "SpotWidth et spot La hauteur est maintenant permise à zéro. [#29]\nLes dépendances ont été mises à jour.",
26
+ "it": "SpotWidth e spot Ora l'altezza è zero. [#29]\nLe dipendenze sono state aggiornate.",
27
+ "es": "SpotWidth y spot Se permite que la altura sea cero. [#29]\nSe han actualizado las dependencias.",
28
+ "pl": "SpotWidth i miejsce Teraz dozwolone jest zera. (#29)\nW zależności zostały zaktualizowane.",
29
+ "uk": "SpotWidth і плями Висота тепер дозволено бути нуль. [#29]\nОновлено залежність.",
30
+ "zh-cn": "SpotWidth和点 现在有人允许他零。 [第29条]\n情况已经更新。."
18
31
  },
19
32
  "2.0.1": {
20
33
  "en": "A problem causing crashes if some devices are unreachable has been fixed [#46]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.botvac",
3
- "version": "2.0.2-alpha.0",
3
+ "version": "2.1.0",
4
4
  "description": "ioBroker botvac Adapter",
5
5
  "author": {
6
6
  "name": "Pmant",
@@ -39,27 +39,27 @@
39
39
  "@alcalzone/release-script-plugin-iobroker": "^3.7.0",
40
40
  "@alcalzone/release-script-plugin-license": "^3.7.0",
41
41
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
42
- "@iobroker/adapter-dev": "^1.2.0",
43
- "@iobroker/testing": "^4.1.0",
42
+ "@iobroker/adapter-dev": "^1.3.0",
43
+ "@iobroker/testing": "^4.1.1",
44
44
  "@tsconfig/node14": "^14.1.0",
45
45
  "@types/chai": "^4.3.11",
46
46
  "@types/chai-as-promised": "^7.1.8",
47
47
  "@types/mocha": "^10.0.6",
48
- "@types/node": "^20.10.5",
48
+ "@types/node": "^20.11.30",
49
49
  "@types/proxyquire": "^1.3.31",
50
- "@types/sinon": "^17.0.2",
50
+ "@types/sinon": "^17.0.3",
51
51
  "@types/sinon-chai": "^3.2.12",
52
- "chai": "^4.3.10",
52
+ "chai": "^4.4.1",
53
53
  "chai-as-promised": "^7.1.1",
54
- "eslint": "^8.56.0",
54
+ "eslint": "^8.57.0",
55
55
  "eslint-config-prettier": "^9.1.0",
56
- "eslint-plugin-prettier": "^5.0.1",
57
- "mocha": "^10.2.0",
58
- "prettier": "^3.1.1",
56
+ "eslint-plugin-prettier": "^5.1.3",
57
+ "mocha": "^10.3.0",
58
+ "prettier": "^3.2.5",
59
59
  "proxyquire": "^2.1.3",
60
60
  "sinon": "^17.0.1",
61
61
  "sinon-chai": "^3.7.0",
62
- "typescript": "~5.3.3"
62
+ "typescript": "~5.4.3"
63
63
  },
64
64
  "bugs": {
65
65
  "url": "https://github.com/iobroker-community-adapters/ioBroker.botvac/issues"