From e8f1124e5449838e525cc417df9b8cea4c1ac285 Mon Sep 17 00:00:00 2001 From: simatec Date: Sat, 21 Sep 2024 22:10:48 +0200 Subject: [PATCH] (simatec) small Design fix --- README.md | 3 +++ admin/jsonConfig.json | 4 ++-- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 74a84be..b69cf29 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog +### __WORK IN PROGRESS__ +* (simatec) small Design fix + ### 0.9.10 (2024-09-17) * (simatec) small fix * (simatec) Dependencies updated diff --git a/admin/jsonConfig.json b/admin/jsonConfig.json index 04332ff..77a4b75 100644 --- a/admin/jsonConfig.json +++ b/admin/jsonConfig.json @@ -239,7 +239,7 @@ "tooltip": "PayPal.Me", "noTranslation": true, "href": "https://paypal.me/mk1676", - "src": "https://camo.githubusercontent.com/8402c5000216b140cf892ba21d3367647e0cc370ba89b3a8da1bc1b37a9e0696/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f70617970616c2d646f6e6174652532302537432532307370656e64656e2d626c75652e737667", + "src": "https://img.shields.io/badge/paypal-donate%20%7C%20spenden-blue.svg", "newLine": true }, "_githubSponsor": { @@ -247,7 +247,7 @@ "tooltip": "GitHub Sponsors", "noTranslation": true, "href": "https://github.com/sponsors/simatec", - "src": "https://camo.githubusercontent.com/6d24ad1fc18fa9d263cacee4c5d9aa8e15128bd5f3f3184f6f54d20e6a4ab63b/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d47697448756226636f6c6f723d253233666538653836" + "src": "https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86" } } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 6e9225f..60c5682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@iobroker/testing": "^5.0.0", "chai": "^4.5.0", "chai-as-promised": "^7.1.2", - "eslint": "^9.10.0", + "eslint": "^9.11.0", "mocha": "^10.7.3", "sinon": "^18.0.0", "sinon-chai": "^3.7.0" @@ -711,9 +711,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.10.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.10.0.tgz", - "integrity": "sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.0.tgz", + "integrity": "sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -729,9 +729,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.1.0.tgz", - "integrity": "sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz", + "integrity": "sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==", "dev": true, "dependencies": { "levn": "^0.4.1" @@ -2070,17 +2070,17 @@ } }, "node_modules/eslint": { - "version": "9.10.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.10.0.tgz", - "integrity": "sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.11.0.tgz", + "integrity": "sha512-yVS6XODx+tMFMDFcG4+Hlh+qG7RM6cCJXtQhCKLSsr3XkLvWggHjCqjfh0XsPPnt1c56oaT6PMgW9XWQQjdHXA==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.11.0", "@eslint/config-array": "^0.18.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.10.0", - "@eslint/plugin-kit": "^0.1.0", + "@eslint/js": "9.11.0", + "@eslint/plugin-kit": "^0.2.0", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.3.0", "@nodelib/fs.walk": "^1.2.8", diff --git a/package.json b/package.json index f307e39..1c101dd 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@iobroker/testing": "^5.0.0", "@iobroker/adapter-dev": "^1.3.0", "chai": "^4.5.0", - "eslint": "^9.10.0", + "eslint": "^9.11.0", "mocha": "^10.7.3", "sinon": "^18.0.0", "sinon-chai": "^3.7.0",