ioBroker.smartthings icon indicating copy to clipboard operation
ioBroker.smartthings copied to clipboard

Please consider fixing issues detected by repository checker

Open ioBroker-Bot opened this issue 3 months ago • 1 comments

Notification from ioBroker Check and Service Bot

Dear adapter developer,

I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter smartthings for common errors and appropiate suggestions to keep this adapter up to date.

This check is based on the current head revisions (master / main branch) of the adapter repository

Please see the result of the check below.

ioBroker.smartthings

Downloads Number of Installations (latest) Number of Installations (stable) - Test and Release

ERRORS:

  • [ ] :heavy_exclamation_mark: [E0026] "{'engines': {'node'>='18'}}" is required at package.json, "{'engines':{'node'>='20'}}" is recommended
  • [ ] :heavy_exclamation_mark: [E1057] admin 4.0.9 listed as dependency but 6.17.14 is required as minimum, 7.6.17 is recommended. Please update globalDependency at io-package.json.
  • [ ] :heavy_exclamation_mark: [E1057] js-controller 3.0.0 listed as dependency but 5.0.19 is required as minimum, 6.0.11 is recommended. Please update dependency at io-package.json.
  • [ ] :heavy_exclamation_mark: [E1105] io-package.json schema validation error: Missing required property "licenseInformation" in /common
  • [ ] :heavy_exclamation_mark: [E1105] io-package.json schema validation error: Missing required property "tier" in /common
  • [ ] :heavy_exclamation_mark: [E4041] Incorrect schema URL for "io-package.json" in .vscode/settings.json. Expected: "https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/schemas/io-package.json", found: "https://json.schemastore.org/io-package"
  • [ ] :heavy_exclamation_mark: [E6007] Future year (2030) found in copyright at README.md. Please use "Copyright (c) 2021-2025 TA2k [email protected]" at start of LICENSE section.
  • [ ] :heavy_exclamation_mark: [E7002] Future year (2030) found in LICENSE. Please use "Copyright (c) 2021-2025 TA2k [email protected]" at the start of LICENSE
  • [ ] :heavy_exclamation_mark: [E8004] Please process issue [#35] "Compatibility check and testing for node.js 22"
  • [ ] :heavy_exclamation_mark: [E8004] Please process issue [#36] "Compatibility check and testing for Responsive Design (materialize)"
  • [ ] :heavy_exclamation_mark: [E8004] Please process issue [#48] "Compatibility check and testing for node.js 24"

WARNINGS:

  • [ ] :eyes: [W0034] @iobroker/adapter-core 3.2.3 specified. 3.3.2 (or newer) is current. Please update dependencies at package.json
  • [ ] :eyes: [W0037] @alcalzone/release-script 3.8.0 specified. 5.0.0 (or newer) is current. Please update devDependencies at package.json
  • [ ] :eyes: [W0037] @alcalzone/release-script-plugin-iobroker 3.7.2 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json
  • [ ] :eyes: [W0037] @alcalzone/release-script-plugin-license 3.7.0 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json
  • [ ] :eyes: [W0037] @alcalzone/release-script-plugin-manual-review 3.7.0 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json
  • [X] :eyes: [W0037] @iobroker/testing 5.0.3 specified. 5.1.1 (or newer) is current. Please update devDependencies at package.json
  • [ ] :eyes: [W0037] @iobroker/testing 5.0.3 specified. 5.2.2 (or newer) is current. Please update devDependencies at package.json
  • [ ] :eyes: [W0040] "keywords" within package.json should contain "ioBroker"
  • [ ] :eyes: [W1027] Missing suggested translation into uk of "common.titleLang" in io-package.json.
  • [ ] :eyes: [W1034] Missing suggested translation into uk of "common.desc" in io-package.json.
  • [ ] :eyes: [W1035] "common.tier" is required in io-package.json. Please check https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/objectsschema.md#adapter.
  • [ ] :eyes: [W1054] Missing suggested translation into ru,pt,nl,fr,it,es,pl,uk,zh-cn of some "common.news" in io-package.json.
  • [ ] :eyes: [W1078] "common.materialize" is deprecated for admin >= 5 at io-package.json. Please use property "common.adminUI.config".
  • [ ] :eyes: [W1081] "common.license" in io-package.json is deprecated. Please define object "common.licenseInformation"
  • [ ] :eyes: [W1084] "common.main" is deprecated and ignored. Please remove from io-package.json. Executable is defined by entry "main" at package.json.
  • [ ] :eyes: [W1084] "common.title" is deprecated and replaced by "common.titleLang". Please remove from io-package.json.
  • [X] :eyes: [W1105] io-package.json schema validation error: Missing required property "licenseInformation" in /common
  • [X] :eyes: [W1105] io-package.json schema validation error: Missing required property "tier" in /common
  • [ ] :eyes: [W8004] Please process PR [#55] "[iobroker-bot] Block .commitinfo by adding to .gitignore"
  • [ ] :eyes: [W8004] Please process PR [[#56] "[iobroker-bot] Add tier information to io-package.json"](https://github.com/TA2k/ioBroker.smartthings/issues/56)
  • [ ] :eyes: [W8004] Please process PR [[#57] "[iobroker-bot] Add license information to io-package.json"](https://github.com/TA2k/ioBroker.smartthings/issues/57)
  • [ ] :eyes: [W8004] Please process issue [#38] "Migration to ESLint 9 and @iobroker/eslint-config"
  • [ ] :eyes: [W9501] .npmignore found but "files" is used at package.json. Please remove .npmignore.

SUGGESTIONS:

  • [ ] :pushpin: [S0062] Consider using "@iobroker/adapter-dev".
  • [ ] :pushpin: [S0062] Consider using "@iobroker/eslint-config".
  • [ ] :pushpin: [S5022] Please consider migrating to admin 5 UI (jsonConfig) or react based UI.
  • [ ] :pushpin: [S5032] "lib/tools.js" found in repo but not used anywhere. Consider removing file.
  • [ ] :pushpin: [S9006] .commitinfo file should be excluded by .gitignore, please add a line with text ".commitinfo" to .gitignore

Please review issues reported and consider fixing them as soon as appropiate.

Errors reported by repository checker should be fixed as soon as possible - at least with next minor release. Some of them require a new release to be considered as fixed. Please note that errors reported by checker might be considered as blocking point for future updates at stable repository. Priority bugfixes will not be blocked by existing errors as long as tests pass.

Warnings reported by repository checker should be reviewed. While some warnings can be ignored due to good reasons or a dedicated decision of the developer, most warnings should be fixed as soon as appropiate.

Suggestions reported by repository checker should be reviewed. Suggestions can be ignored due to a decision of the developer but they are reported as a hint to use a configuration which might get required in future or at least is used be most adapters. Suggestions are always optional to follow.

You may start a new check or force the creation of a new issue at any time by adding the following comment to this issue:

@iobroker-bot recheck or @iobroker-bot recreate

Please note that I (and the server at GitHub) have always plenty of work to do. So it may last up to 30 minutes until you see a reaction. I will drop a comment here as soon as I start processing.

Feel free to contact me (@iobroker-bot) if you have any questions or feel that an issue is incorrectly flagged.

And THANKS A LOT for maintaining this adapter from me and all users. Let's work together for the best user experience.

your ioBroker Check and Service Bot

@mcm1957 for evidence

Last update at Tue, 02 Dec 2025 05:01:42 GMT based on commit b055221990231cf4c8b7fbfd6bee94ff59b0fd75 ioBroker.repochecker 5.1.1

ioBroker-Bot avatar Oct 02 '25 18:10 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed [W0037] @iobroker/testing 5.0.3 specified. 5.1.1 (or newer) is current. Please update devDependencies at package.json [W1105] io-package.json schema validation error: Missing required property "licenseInformation" in /common [W1105] io-package.json schema validation error: Missing required property "tier" in /common

:thumbsup:Thanks for fixing the issues.

The following issues are new and have been added [E1105] io-package.json schema validation error: Missing required property "licenseInformation" in /common [E1105] io-package.json schema validation error: Missing required property "tier" in /common [W0037] @alcalzone/release-script 3.8.0 specified. 5.0.0 (or newer) is current. Please update devDependencies at package.json [W0037] @alcalzone/release-script-plugin-iobroker 3.7.2 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json [W0037] @alcalzone/release-script-plugin-license 3.7.0 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json [W0037] @alcalzone/release-script-plugin-manual-review 3.7.0 specified. 4.0.0 (or newer) is current. Please update devDependencies at package.json [W0037] @iobroker/testing 5.0.3 specified. 5.2.2 (or newer) is current. Please update devDependencies at package.json [W8004] Please process PR [#55] "[iobroker-bot] Block .commitinfo by adding to .gitignore" [W8004] Please process PR [[#56] "[iobroker-bot] Add tier information to io-package.json"](https://github.com/TA2k/ioBroker.smartthings/issues/56) [W8004] Please process PR [[#57] "[iobroker-bot] Add license information to io-package.json"](https://github.com/TA2k/ioBroker.smartthings/issues/57)

ioBroker-Bot avatar Nov 25 '25 19:11 ioBroker-Bot