Please consider fixing issues detected by repository checker
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 admin 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.admin
ERRORS:
- [X] :heavy_exclamation_mark: [E1057] js-controller 3.3.22 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: [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: Unknown property "schemas" in root
- [ ] :heavy_exclamation_mark: [E5507] missing size attributes [md,lg,xl] for certificates at admin/jsonConfig.json5/items/mainTab/_certs
- [ ] :heavy_exclamation_mark: [E5507] missing size attributes [xl] for checkbox at admin/jsonConfig.json5/items/mainTab/auth
- [ ] :heavy_exclamation_mark: [E5507] missing size attributes [xl] for checkbox at admin/jsonConfig.json5/items/mainTab/secure
- [ ] :heavy_exclamation_mark: [E5507] missing size attributes [xl] for ip at admin/jsonConfig.json5/items/mainTab/bind
- [ ] :heavy_exclamation_mark: [E5507] missing size attributes [xl] for port at admin/jsonConfig.json5/items/mainTab/port
- [ ] :heavy_exclamation_mark: [E5510] responsive check: maximum issues reached, please fix reported ones and recheck
WARNINGS:
- [ ] :eyes: [W0028] Minimum node.js version 20 recommended. Please adapt "{'engines' : { 'node' >= '18.0.0' } }" to "{'engines' : { 'node' >= '20' } }" at package.json.
- [X] :eyes: [W1084] "common.title" is deprecated and replaced by "common.titleLang". Please remove from io-package.json.
- [X] :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: Unknown property "schemas" in root
SUGGESTIONS:
- [ ] :pushpin: [S0048] At least one devDpendency at package.json requires a specific version. Consider using "~1.2.3" or "^1.2.3" syntax unless freezing dependencies is really desired.
- [ ] :pushpin: [S0062] Consider using "@alcalzone/release-script-plugin-manual-review".
- [ ] :pushpin: [S0062] Consider using "@iobroker/adapter-dev".
- [ ] :pushpin: [S4036] Consider adding .vscode/settings.json file with JSON schema definitions for better development experience with Visual Studio Code.
- [ ] :pushpin: [S5026] Consider adding plugin "@alcalzone/release-script-plugin-manual-review".
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 Thu, 04 Dec 2025 19:44:56 GMT based on commit d9a8f7a72a6b21e23f8cc841ef96c24880e80baa ioBroker.repochecker 5.1.1
[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.
should not be triggered for adapetr admin of course - see issue https://github.com/ioBroker/ioBroker.repochecker/issues/588
globalDependencies
@mcm1957 this requirement is recursive:)
see prev. comment - I already noticed it. But I think solving ist not prio 1A. Hope you can ignore without getting angry :-)
This issue has been updated by ioBroker Check and Service Bot
The following issues have been fixed [E1057] js-controller 3.3.22 listed as dependency but 5.0.19 is required as minimum, 6.0.11 is recommended. Please update dependency at io-package.json. [W1084] "common.title" is deprecated and replaced by "common.titleLang". Please remove from io-package.json. [W1087] "common.materialize" replaced by property "common.adminUI.config" at io-package.json. Please remove.
:thumbsup:Thanks for fixing the issues.
This issue has been updated by ioBroker Check and Service Bot
The following issues have been fixed [W1105] io-package.json schema validation error: Unknown property "schemas" in root
:thumbsup:Thanks for fixing the issues.
The following issues are new and have been added [E1105] io-package.json schema validation error: Unknown property "schemas" in root [S0062] Consider using "@alcalzone/release-script-plugin-manual-review".