Skip to content

Please consider fixing issues detected by repository checker #172

Description

@ioBroker-Bot

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 odl 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.odl

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

ERRORS:

  • ❗ [E0036] @alcalzone/release-script 5.0.0 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
  • ❗ [E0036] @alcalzone/release-script 5.0.0 specified. 5.2.1 is required as minimum, 5.2.1 (or newer) is current. Please update devDependencies at package.json
  • ❗ [E0036] @alcalzone/release-script-plugin-iobroker 4.0.0 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
  • ❗ [E0036] @alcalzone/release-script-plugin-license 4.0.0 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
  • ❗ [E0036] @alcalzone/release-script-plugin-manual-review 4.0.0 specified. 5.2.0 is required as minimum, 5.2.0 (or newer) is current. Please update devDependencies at package.json
  • ❗ [E0036] @iobroker/testing 5.1.1 specified. 5.2.2 is required as minimum, 5.2.2 (or newer) is current. Please update devDependencies at package.json
  • ❗ [E3022] Workflow "test-and-release.yml": job "deploy" uses node.js 22 which is below the minimum required version 24. Please update to node.js 24.
  • ❗ [E3031] Latest workflow run of "test-and-release.yml" failed run #323.
  • ❗ [E3031] Latest workflow run of "test-and-release.yml" failed run #324.
  • ❗ [E3031] Latest workflow run of "test-and-release.yml" on branch "master" failed run #319.
  • ❗ [E5050] process.exit() used in (src/main.ts). This is incompatible with compact mode as it terminates the entire host process. Remove process.exit() or set common.compact to false at io-package.json.

WARNINGS:

SUGGESTIONS:

  • 📌 [S0062] Consider adding and using package "@iobroker/eslint-config".
  • 📌 [S0071] No devDependency for "@iobroker/eslint-config" found. Consider migrating to the shared ESLint config.
  • 📌 [S0073] "eslint":"^9.39.0" is >= 9.0.0 but "@iobroker/eslint-config" is not used. Consider migrating to "@iobroker/eslint-config".
  • 📌 [S0082] A newer version (5.2.2) for package "@iobroker/testing" (devDependencies) exists for 208 days. Please evaluate if upgrading from 5.1.1 to 5.2.2 is possible.
  • 📌 [S0082] A newer version (5.2.2) for package "@iobroker/testing" (devDependencies) exists. The newer version has been published for more than 200 days. Please evaluate if upgrading from 5.1.1 to 5.2.2 is possible.
  • 📌 [S0082] Package "@crycode/eslint-config" (devDependencies) can be updated from 2.2.1 to 3.1.0. The newer version has been published for 95 days. Please evaluate updating package.json.
  • 📌 [S0082] Package "@iobroker/testing" (devDependencies) can be updated from 5.1.1 to 5.2.2. The newer version has been published for 199 days. Please evaluate updating package.json.
  • 📌 [S0082] Package "@iobroker/testing" (devDependencies) can be updated from 5.1.1 to 5.2.2. The newer version has been published for 200 days. Please evaluate updating package.json.
  • 📌 [S0082] Package "@iobroker/testing" (devDependencies) can be updated from 5.1.1 to 5.2.2. The newer version has been published for 201 days. Please evaluate updating package.json.
  • 📌 [S0082] Package "rimraf" (devDependencies) can be updated from 6.1.0 to 6.1.3. The newer version has been published for 99 days. Please evaluate updating package.json.
  • 📌 [S0085] No devDependency "@tsconfig/nodeXX" found. Consider adding one for proper type checking (see ioBroker.examples for examples).
  • 📌 [S0088] "/tsconfig.json" should contain an extends clause like "extends": "@tsconfig/node20/tsconfig.json" (see ioBroker.examples).
  • 📌 [S2008] Version 5.1.1 tagged as "latest" at npm is not signed with provenance. Trusted publishing is recommended.
  • 📌 [S3021] Workflow "test-and-release.yml": job "check-and-lint" uses node.js 22. Consider updating to the recommended version 24.
  • 📌 [S3032] No workflow run for "test-and-release.yml" triggered by tag "v5.1.1" was found for current release 5.1.1. Workflow logs might be deleted already.
  • 📌 [S5005] Plain setTimeout() found in source files (src/main.ts). Please use this.setTimeout() or adapter.setTimeout() instead.
  • 📌 [S5054] method "setObject()" should be avoided. Please use "setObjectNotExists()" or "extendObject()" instead.
  • 📌 [S8910] File "/.github/workflows/dependabot-auto-merge.yml.OLD" was found. If it is no longer needed, consider deleting it.

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, 26 Jun 2026 00:30:47 GMT based on commit 28a95c5
ioBroker.repochecker 5.18.11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions