From 0f929b630e0310382a388f56625369e6e781f390 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Wed, 17 Nov 2021 23:29:40 +0100 Subject: [PATCH] * update deps and release-script config --- .releaseconfig.json | 3 +++ package-lock.json | 30 +++++++++++++++++++++++++++++- package.json | 10 +++++----- 3 files changed, 37 insertions(+), 6 deletions(-) create mode 100644 .releaseconfig.json diff --git a/.releaseconfig.json b/.releaseconfig.json new file mode 100644 index 00000000..bb9bf402 --- /dev/null +++ b/.releaseconfig.json @@ -0,0 +1,3 @@ +{ + "plugins": ["iobroker", "license"] +} diff --git a/package-lock.json b/package-lock.json index adc32a7a..62a1114e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -780,6 +780,16 @@ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", "dev": true }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "dev": true, + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, "binrpc": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/binrpc/-/binrpc-3.3.1.tgz", @@ -2018,6 +2028,13 @@ "flat-cache": "^3.0.4" } }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "dev": true, + "optional": true + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -2434,7 +2451,11 @@ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", "dev": true, - "optional": true + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } }, "glob-parent": { "version": "3.1.0", @@ -3791,6 +3812,13 @@ "integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==", "dev": true }, + "nan": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", + "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", + "dev": true, + "optional": true + }, "nanoid": { "version": "3.1.25", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.25.tgz", diff --git a/package.json b/package.json index 65c0c368..4246f1bf 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "url": "https://github.com/ioBroker/ioBroker.hm-rpc" }, "dependencies": { - "@iobroker/adapter-core": "^2.5.0", + "@iobroker/adapter-core": "^2.5.1", "binrpc": "^3.3.1", "homematic-xmlrpc": "^1.0.2" }, @@ -45,20 +45,20 @@ "@alcalzone/release-script": "^3.4.1", "@alcalzone/release-script-plugin-iobroker": "^3.4.1", "@alcalzone/release-script-plugin-license": "^3.4.1", - "@iobroker/testing": "^2.4.4", + "@iobroker/testing": "^2.5.2", "axios": "^0.24.0", "chai": "^4.3.4", - "eslint": "^8.0.1", + "eslint": "^8.2.0", "gulp": "^4.0.2", "hm-simulator": "^0.1.1", - "mocha": "^9.0.2" + "mocha": "^9.1.3" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.hm-rpc/issues" }, "main": "main.js", "scripts": { - "release": "release-script -p iobroker", + "release": "release-script", "test:package": "mocha test/packageFiles --exit", "test:integration": "mocha test/integrationAdapter --exit", "test": "mocha --exit"