Skip to content

Commit

Permalink
[W034] @iobroker/adapter-core 3.2.2 specified. 3.2.3 is recommended. …
Browse files Browse the repository at this point in the history
…Please consider updating dependencies
  • Loading branch information
Klaus Weber committed Jan 20, 2025
1 parent 0fa8d56 commit e9f168e
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 89 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ The installation can be done via:
<!--
Placeholder for next version: ### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**

- [W034] @iobroker/adapter-core 3.2.2 specified. 3.2.3 is recommended. Dependency updated
- merge dependabot pull requests on several libs

### 1.0.36 (2025-01-04)

- added CMI support to adapters summary description
Expand Down
178 changes: 89 additions & 89 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,91 +1,91 @@
{
"name": "iobroker.ta-blnet",
"version": "1.0.36",
"description": "An ioBroker adapter for reading inputs and outputs of the climate controller from Technische Alternative using BL-NET.",
"author": {
"name": "Klaus Weber",
"email": "[email protected]"
},
"homepage": "https://github.com/weberk/ioBroker.ta-blnet",
"license": "MIT",
"keywords": [
"ioBroker",
"BL-NET",
"UVR1611",
"UVR16x2",
"solar",
"BUSO",
"Technische",
"Alternative"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weberk/ioBroker.ta-blnet.git"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@google-cloud/translate": "^8.5.0",
"@iobroker/adapter-core": "^3.2.2",
"google-gax": "^4.4.1",
"protobufjs": "^7.4.0"
},
"resolutions": {
"protobufjs": "^7.4.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/testing": "^5.0.0",
"@iobroker/adapter-dev": "^1.3.0",
"@tsconfig/node20": "^20.1.4",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.10.3",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.5.0",
"chai-as-promised": "^8.0.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^11.0.1",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"typescript": "~5.7.2"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"admin/build/",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint -c eslint.config.mjs .",
"translate": "translate-adapter",
"release": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"bugs": {
"url": "https://github.com/weberk/ioBroker.ta-blnet/issues"
},
"readmeFilename": "README.md"
"name": "iobroker.ta-blnet",
"version": "1.0.36",
"description": "An ioBroker adapter for reading inputs and outputs of the climate controller from Technische Alternative using BL-NET.",
"author": {
"name": "Klaus Weber",
"email": "[email protected]"
},
"homepage": "https://github.com/weberk/ioBroker.ta-blnet",
"license": "MIT",
"keywords": [
"ioBroker",
"BL-NET",
"UVR1611",
"UVR16x2",
"solar",
"BUSO",
"Technische",
"Alternative"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weberk/ioBroker.ta-blnet.git"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@google-cloud/translate": "^8.5.0",
"@iobroker/adapter-core": "^3.2.3",
"google-gax": "^4.4.1",
"protobufjs": "^7.4.0"
},
"resolutions": {
"protobufjs": "^7.4.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/eslint-config": "^1.0.0",
"@iobroker/testing": "^5.0.0",
"@iobroker/adapter-dev": "^1.3.0",
"@tsconfig/node20": "^20.1.4",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.9",
"@types/node": "^22.10.3",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.5.0",
"chai-as-promised": "^8.0.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"mocha": "^11.0.1",
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"typescript": "~5.7.2"
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"admin/build/",
"lib/",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint -c eslint.config.mjs .",
"translate": "translate-adapter",
"release": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
},
"bugs": {
"url": "https://github.com/weberk/ioBroker.ta-blnet/issues"
},
"readmeFilename": "README.md"
}

0 comments on commit e9f168e

Please sign in to comment.