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

Please consider fixing issues detected by repository checker

Open ioBroker-Bot opened this issue 3 months ago • 2 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 vis 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.vis

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

ERRORS:

  • [ ] :heavy_exclamation_mark: [E0029] Node.js 18 is required as minimum, node.js 20 is recommended. Please change "{'engines' : { 'node' >= '16' } }" to "{'engines' : { 'node' >= '18' } }" at package.json.
  • [ ] :heavy_exclamation_mark: [E0033] @iobroker/adapter-core 3.1.6 specified. 3.2.3 is required as minimum, 3.3.2 (or newer) is current. Please update dependencies at package.json
  • [X] :heavy_exclamation_mark: [E0036] @alcalzone/release-script 3.7.0 specified. 3.8.0 is required as minimum, 3.8.0 (or newer) is current. Please update devDependencies at package.json
  • [ ] :heavy_exclamation_mark: [E0036] @alcalzone/release-script 3.7.0 specified. 3.8.0 is required as minimum, 5.0.0 (or newer) is current. Please update devDependencies at package.json
  • [ ] :heavy_exclamation_mark: [E0036] @iobroker/legacy-testing 1.0.12 specified. 2.0.2 is required as minimum, 2.0.2 (or newer) is current. Please update devDependencies at package.json
  • [ ] :heavy_exclamation_mark: [E1017] Licenses in package.json and in io-package.json are different
  • [ ] :heavy_exclamation_mark: [E1057] js-controller 2.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: [E1076] Own adapter is not allowed to be listed at "common.restartAdapters" in io-package.json
  • [ ] :heavy_exclamation_mark: [E1082] Please remove "common.license" from io-package.json as "common.licenseInformation" is declared.
  • [ ] :heavy_exclamation_mark: [E1083] "common.licenseInformation.license" is missing
  • [ ] :heavy_exclamation_mark: [E1090] admin dependency missing. admin 6.17.14 is required as minimum, 7.6.17 is recommended. Please add to globalDependencies at io-package.json.
  • [ ] :heavy_exclamation_mark: [E1105] io-package.json schema validation error: Property "/common/welcomeScreen" should be array
  • [ ] :heavy_exclamation_mark: [E1105] io-package.json schema validation error: Property "/common/welcomeScreenPro" should be array
  • [ ] :heavy_exclamation_mark: [E6006] Current adapter version 1.5.6 not found in README.md
  • [ ] :heavy_exclamation_mark: [E8004] Please process issue [#861] "Compatibility check and testing for node.js 22"
  • [ ] :heavy_exclamation_mark: [E8004] Please process issue [#884] "Compatibility check and testing for node.js 24"

WARNINGS:

  • [ ] :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: [W0040] "keywords" within package.json should contain "ioBroker"
  • [ ] :eyes: [W0057] Wildcard devDependencies should be avoided "iobroker.web":"*". Use "~1.2.3" or "^1.2.3" syntax at package.json.
  • [ ] :eyes: [W1054] Missing suggested translation into uk of some "common.news" in io-package.json.
  • [ ] :eyes: [W1081] "common.license" in io-package.json is deprecated. Please define object "common.licenseInformation"
  • [ ] :eyes: [W1084] "common.noConfig" is deprecated for admin >= 5 at io-package.json. Please use property "adminUI.config":"none".
  • [ ] :eyes: [W1084] "common.title" is deprecated and replaced by "common.titleLang". Please remove from io-package.json.
  • [ ] :eyes: [W1087] "common.materialize" replaced by property "common.adminUI.config" at io-package.json. Please remove.
  • [X] :eyes: [W1105] io-package.json schema validation error: Property "/common/welcomeScreen" should be array
  • [X] :eyes: [W1105] io-package.json schema validation error: Property "/common/welcomeScreenPro" should be array
  • [ ] :eyes: [W5013] "gulpfile.js" found in repo! Think about migrating to @iobroker/adapter-dev package
  • [ ] :eyes: [W6009] Multiple copyright lines found in README.md but line(s) 1 missing trailing spaces. Add two spaces at end of each copyright line (except last) for proper formatting.
  • [ ] :eyes: [W7003] Multiple copyright lines found in LICENSE but line(s) 1 missing trailing spaces. Add two spaces at end of each copyright line (except last) for proper formatting.
  • [ ] :eyes: [W8004] Please process issue [#886] "Migration to ESLint 9 and @iobroker/eslint-config"

SUGGESTIONS:

  • [ ] :pushpin: [S0062] Consider using "@alcalzone/release-script-plugin-manual-review".
  • [ ] :pushpin: [S0062] Consider using "@iobroker/adapter-dev".
  • [ ] :pushpin: [S0062] Consider using "@iobroker/eslint-config".
  • [ ] :pushpin: [S1084] "common.singleton" detected for non onlyWWW adapter. Is this really desired?
  • [ ] :pushpin: [S1102] Consider adding 'vis-2' to "common.restartAdapters" as 'vis' is already listed in io-package.json
  • [ ] :pushpin: [S4036] Consider adding .vscode/settings.json file with JSON schema definitions for better development experience with Visual Studio Code.
  • [ ] :pushpin: [S5023] "package-lock.json" not found in repo! Please consider to commit it to github repository.
  • [ ] :pushpin: [S5026] Consider adding plugin "@alcalzone/release-script-plugin-manual-review".
  • [X] :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 Fri, 12 Dec 2025 00:34:22 GMT based on commit 979e2a2bd6936780c25b7bb4ce97dc4f58e68019 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 [S9006] .commitinfo file should be excluded by .gitignore, please add a line with text ".commitinfo" to .gitignore

:thumbsup:Thanks for fixing the issues.

ioBroker-Bot avatar Nov 21 '25 00:11 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed [E0036] @alcalzone/release-script 3.7.0 specified. 3.8.0 is required as minimum, 3.8.0 (or newer) is current. Please update devDependencies at package.json [W1105] io-package.json schema validation error: Property "/common/welcomeScreen" should be array [W1105] io-package.json schema validation error: Property "/common/welcomeScreenPro" should be array

:thumbsup:Thanks for fixing the issues.

The following issues are new and have been added [E0036] @alcalzone/release-script 3.7.0 specified. 3.8.0 is required as minimum, 5.0.0 (or newer) is current. Please update devDependencies at package.json [E1105] io-package.json schema validation error: Property "/common/welcomeScreen" should be array [E1105] io-package.json schema validation error: Property "/common/welcomeScreenPro" should be array [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 [S0062] Consider using "@alcalzone/release-script-plugin-manual-review".

ioBroker-Bot avatar Nov 28 '25 00:11 ioBroker-Bot