Skip to content

Commit

Permalink
Merge pull request #374 from Grizzelbee/rewrite
Browse files Browse the repository at this point in the history
#Version 6.5.4
  • Loading branch information
Grizzelbee committed May 3, 2023
2 parents b3772eb + 9ad39a4 commit 756d7a4
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 37 deletions.
6 changes: 6 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"upgrade": true,
"reject": [
"axios-oauth-client"
]
}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,11 @@ If you like to get a deeper understanding or need a raw-value translation please
## Changelog
### **WORK IN PROGRESS**

### 6.5.4 (2023-05-03) (Dying for an Angel)
* (grizzelbee) New: Added file `.ncurc.json` to prevent axios-oauth-client from being automatically updated by `npx npm-check-updates`

### 6.5.3 (2023-04-26) (Dying for an Angel)
* (grizzelbee) Fix: two minor bug fixes
* (grizzelbee) Fix: two minor bug fixes - including a fix that prevents objects from being updated constantly.

### 6.5.2 (2023-04-21) (Dying for an Angel)
* (grizzelbee) Fix: [367](https://github.com/Grizzelbee/ioBroker.mielecloudservice/issues/367) Fixed "oauth is not a function" error during startup by downgrading axios-oauth-client to v1.5.0
Expand Down
29 changes: 26 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
{
"common": {
"name": "mielecloudservice",
"version": "6.5.3",
"version": "6.5.4",
"news": {
"6.5.2": {
"en": "Fix: two minor bug fixes."
"6.5.4": {
"en": "New: Added file `.ncurc.json` to prevent axios-oauth-client from being automatically updated by `npx npm-check-updates`",
"de": "Neu: Datei `.ncurc.json` hinzugefügt, um zu verhindern, dass axios-oauth-client automatisch von `npx npm-check-updates` aktualisiert wird",
"ru": "Новое: добавлен файл `.ncurc.json`, чтобы предотвратить автоматическое обновление axios-oauth-client с помощью `npx npm-check-updates`",
"pt": "Novo: Adicionado arquivo `.ncurc.json` para evitar que axios-oauth-client seja atualizado automaticamente por `npx npm-check-updates`",
"nl": "Nieuw: Bestand `.ncurc.json` toegevoegd om te voorkomen dat axios-oauth-client automatisch wordt bijgewerkt door `npx npm-check-updates`",
"fr": "Nouveau : Ajout du fichier `.ncurc.json` pour empêcher axios-oauth-client d'être automatiquement mis à jour par `npx npm-check-updates`",
"it": "Novità: Aggiunto file `.ncurc.json` per impedire che axios-oauth-client venga aggiornato automaticamente da `npx npm-check-updates`",
"es": "Nuevo: Se agregó el archivo `.ncurc.json` para evitar que axios-oauth-client se actualice automáticamente mediante `npx npm-check-updates`",
"pl": "Nowość: Dodano plik `.ncurc.json`, aby zapobiec automatycznej aktualizacji klienta axios-oauth przez `npx npm-check-updates`",
"uk": "Нове: додано файл `.ncurc.json`, щоб запобігти автоматичному оновленню axios-oauth-client `npx npm-check-updates`",
"zh-cn": "新增内容:添加文件 .ncurc.json 以防止 axios-oauth-client 被 npx npm-check-updates 自动更新"
},
"6.5.3": {
"en": "Fix: two minor bug fixes - including a fix that prevents objects from being updated constantly.",
"de": "Fix: zwei kleinere Fehlerkorrekturen - einschließlich einer Korrektur, die verhindert, dass Objekte ständig aktualisiert werden.",
"ru": "Исправление: два незначительных исправления ошибок, в том числе исправление, препятствующее постоянному обновлению объектов.",
"pt": "Correção: duas pequenas correções de bugs - incluindo uma correção que impede que os objetos sejam atualizados constantemente.",
"nl": "Fix: twee kleine bugfixes - waaronder een fix die verhindert dat objecten voortdurend worden bijgewerkt.",
"fr": "Correction : deux corrections de bugs mineurs - dont un correctif qui empêche les objets d'être mis à jour en permanence.",
"it": "Correzione: due correzioni di bug minori, inclusa una correzione che impedisce agli oggetti di essere aggiornati costantemente.",
"es": "Solución: dos correcciones de errores menores, incluida una solución que evita que los objetos se actualicen constantemente.",
"pl": "Poprawka: dwie drobne poprawki błędów - w tym poprawka uniemożliwiająca ciągłą aktualizację obiektów.",
"uk": "Виправлення: два незначних виправлення помилок, включаючи виправлення, яке запобігає постійному оновленню об’єктів.",
"zh-cn": "修复:两个小错误修复 - 包括防止对象不断更新的修复。"
},
"6.5.2": {
"en": "Fix: \"oauth is not a function\" error during startup - again!",
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.mielecloudservice",
"version": "6.5.3",
"version": "6.5.4",
"description": "Get your Miele appliances (XGW3000 & WiFiConn@ct) connected",
"author": {
"name": "grizzelbee",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@iobroker/adapter-core": "^2.6.8",
"@iobroker/plugin-sentry": "^1.2.0",
"axios": "^1.3.6",
"axios": "^1.4.0",
"axios-oauth-client": "^1.5.0",
"eventsource": "^2.0.2",
"flatted": "^3.2.7"
Expand All @@ -36,11 +36,11 @@
"@alcalzone/release-script": "^3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/testing": "^4.1.0",
"@snyk/protect": "^1.1146.0",
"@types/chai": "^4.3.4",
"@snyk/protect": "^1.1150.0",
"@types/chai": "^4.3.5",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.1",
"@types/node": "^18.16.3",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.14",
"@types/sinon-chai": "^3.2.9",
Expand Down

0 comments on commit 756d7a4

Please sign in to comment.