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

Please consider fixing issues detected by repository checker

Open ioBroker-Bot opened this issue 9 months ago • 5 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 javascript 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.javascript

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

ERRORS:

  • [ ] :heavy_exclamation_mark: [E050] '@iobroker/plugin-sentry' must not be listed as any dependency at package.json as it will crash js-controller 7 systems. Please remove and create new release.
  • [ ] :heavy_exclamation_mark: [E058] Attribute "depsComment" at package.json is not supported. Please remove.
  • [X] :heavy_exclamation_mark: [E060] @types/request listed as dependency and as devDependency.
  • [X] :heavy_exclamation_mark: [E157] admin 5.1.28 listed as dependency but 6.17.14 is required as minimum, 7.4.10 is recommended. Please update globalDependency at io-package.json.
  • [ ] :heavy_exclamation_mark: [E157] js-controller 5.0.0 listed as dependency but 5.0.19 is required as minimum. Please update dependency at io-package.json.
  • [ ] :heavy_exclamation_mark: [E507] missing size attributes [lg,xl] for checkbox at admin/jsonConfig.json/items/_main/enableSetObject
  • [ ] :heavy_exclamation_mark: [E507] missing size attributes [md,lg,xl] for chips at admin/jsonConfig.json/items/_main/libraries
  • [ ] :heavy_exclamation_mark: [E507] missing size attributes [md,lg,xl] for chips at admin/jsonConfig.json/items/_main/libraryTypings
  • [ ] :heavy_exclamation_mark: [E507] missing size attributes [md,lg,xl] for instance at admin/jsonConfig.json/items/_main/mirrorInstance
  • [ ] :heavy_exclamation_mark: [E507] missing size attributes [md,lg,xl] for text at admin/jsonConfig.json/items/_main/mirrorPath
  • [X] :heavy_exclamation_mark: [E508] "admin/jsonConfig.json5" not found, but admin support is declared
  • [ ] :heavy_exclamation_mark: [E510] responsive check: maximum issues reached, please fix reported ones and recheck
  • [X] :heavy_exclamation_mark: [E518] "@alcalzone/release-script" (>=3.0.0) is used, but ".releaseconfig.json" not found. Please create.
  • [X] :heavy_exclamation_mark: [E519] "main.js" found in package.json, but not found as file
  • [X] :heavy_exclamation_mark: [E901] .gitignore not found

WARNINGS:

  • [ ] :eyes: [W028] Minimum node.js version 20 recommended. Please adapt "{'engines' : { 'node' >= '18' } }" at package.json.
  • [X] :eyes: [W050] 'request' package is deprecated and no longer maintained. Please consider migrating to package 'axios'.
  • [X] :eyes: [W252] Version of package.json (9.0.2) doesn't match latest version on NPM (8.9.2)

SUGGESTIONS:

  • [ ] :pushpin: [S047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "node-schedule:2.1.1"
  • [ ] :pushpin: [S523] "package-lock.json" not found in repo! Please consider to commit it to github repository.
  • [ ] :pushpin: [S526] 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. 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.

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, 19 Jun 2025 21:42:48 GMT based on commit 64c375ea0e0840f21a7cc12582c970022f061fa2 ioBroker.repochecker 4.0.0-alpha.5

ioBroker-Bot avatar Mar 31 '25 10:03 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed [E157] admin 5.1.28 listed as dependency but 6.17.14 is required as minimum, 7.4.10 is recommended. Please update globalDependency at io-package.json.

:thumbsup:Thanks for fixing the issues.

The following issues are new and have been added [W028] Minimum node.js version 20 recommended. Please adapt "{'engines' : { 'node' >= '18' } }" at package.json.

ioBroker-Bot avatar May 01 '25 21:05 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed [E507] missing size attributes [lg,xl] for checkbox at admin/jsonConfig.json/items/_main/enableSetObject [E507] missing size attributes [md,lg,xl] for chips at admin/jsonConfig.json/items/_main/libraries [E507] missing size attributes [md,lg,xl] for chips at admin/jsonConfig.json/items/_main/libraryTypings [E507] missing size attributes [md,lg,xl] for instance at admin/jsonConfig.json/items/_main/mirrorInstance [E507] missing size attributes [md,lg,xl] for text at admin/jsonConfig.json/items/_main/mirrorPath [E510] responsive check: maximum issues reached, please fix reported ones and recheck [S526] Consider adding plugin "@alcalzone/release-script-plugin-manual-review".

:thumbsup:Thanks for fixing the issues.

The following issues are new and have been added [E508] "admin/jsonConfig.json5" not found, but admin support is declared [E518] "@alcalzone/release-script" (>=3.0.0) is used, but ".releaseconfig.json" not found. Please create. [E519] "main.js" found in package.json, but not found as file [E901] .gitignore not found

ioBroker-Bot avatar May 31 '25 17:05 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed [E508] "admin/jsonConfig.json5" not found, but admin support is declared [E518] "@alcalzone/release-script" (>=3.0.0) is used, but ".releaseconfig.json" not found. Please create. [E519] "main.js" found in package.json, but not found as file [E901] .gitignore not found

:thumbsup:Thanks for fixing the issues.

The following issues are not fixed and have been reopened [E507] missing size attributes [lg,xl] for checkbox at admin/jsonConfig.json/items/_main/enableSetObject [E507] missing size attributes [md,lg,xl] for chips at admin/jsonConfig.json/items/_main/libraries [E507] missing size attributes [md,lg,xl] for chips at admin/jsonConfig.json/items/_main/libraryTypings [E507] missing size attributes [md,lg,xl] for instance at admin/jsonConfig.json/items/_main/mirrorInstance [E507] missing size attributes [md,lg,xl] for text at admin/jsonConfig.json/items/_main/mirrorPath [E510] responsive check: maximum issues reached, please fix reported ones and recheck [S526] Consider adding plugin "@alcalzone/release-script-plugin-manual-review".

ioBroker-Bot avatar May 31 '25 19:05 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed [E060] @types/request listed as dependency and as devDependency. [W050] 'request' package is deprecated and no longer maintained. Please consider migrating to package 'axios'.

:thumbsup:Thanks for fixing the issues.

The following issues are new and have been added [E050] '@iobroker/plugin-sentry' must not be listed as any dependency at package.json as it will crash js-controller 7 systems. Please remove and create new release. [W252] Version of package.json (9.0.2) doesn't match latest version on NPM (8.9.2)

ioBroker-Bot avatar Jun 05 '25 21:06 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed [W252] Version of package.json (9.0.2) doesn't match latest version on NPM (8.9.2)

:thumbsup:Thanks for fixing the issues.

ioBroker-Bot avatar Jun 13 '25 08:06 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues are new and have been added [E136] No "common.news" found for actual version 9.0.8 in io-package.json [E606] Current adapter version 9.0.8 not found in README.md

ioBroker-Bot avatar Jul 17 '25 21:07 ioBroker-Bot

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed [E136] No "common.news" found for actual version 9.0.8 in io-package.json [E157] js-controller 5.0.0 listed as dependency but 5.0.19 is required as minimum. Please update dependency at io-package.json. [E606] Current adapter version 9.0.8 not found in README.md

:thumbsup:Thanks for fixing the issues.

ioBroker-Bot avatar Jul 31 '25 21:07 ioBroker-Bot

Issue outdated due to RECREATE request. Follow up issue #1962 has been created.
This issue will be closed.

your
ioBroker Check and Service Bot

ioBroker-Bot avatar Aug 28 '25 21:08 ioBroker-Bot