You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 canbus 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
❗ [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
❗ [E3022] "test-and-release.yml": job "deploy" uses node.js 22 which is below the minimum required version 24. Please update to node.js 24.
❗ [E5050] process.exit() used in (build-json-schemas.mjs). 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:
👀 [W0028] Minimum node.js version 22 recommended. The current engines.node clause ">=20" allows Node.js 20.0.0 as minimum. Please update it to require at least ">=22" at package.json.
👀 [W0034] @iobroker/adapter-core 3.3.2 specified. 3.4.1 (or newer) is current. Please update dependencies at package.json
👀 [W0066] "@types/node":"^24.6.2" at package.json allows major version greater than 20. Downgrade to node.js 20.x.x to avoid wrong typing is recommended.
👀 [W0069] The following dependencies require a node.js version incompatible with the adapter's minimum (node 20.0.0): @npmcli/agent (requires node: "^18.17.0 || >=20.5.0"), @npmcli/fs (requires node: "^18.17.0 || >=20.5.0"), abbrev (requires node: "^18.17.0 || >=20.5.0"), cacache (requires node: "^18.17.0 || >=20.5.0"), make-fetch-happen (requires node: "^18.17.0 || >=20.5.0"), minipass-fetch (requires node: "^18.17.0 || >=20.5.0"), node-gyp (requires node: "^18.17.0 || >=20.5.0"), node-gyp > which (requires node: "^18.17.0 || >=20.5.0"), nopt (requires node: "^18.17.0 || >=20.5.0"), proc-log (requires node: "^18.17.0 || >=20.5.0") and 3 more. Please increase the engines.node requirement at package.json or update/replace the incompatible dependencies.
👀 [W1056] admin 7.6.17 listed as dependency but 7.6.20 is recommended. Please consider updating globalDependency at io-package.json.
👀 [W3050] "test-and-release.yml": could not retrieve log for "check-and-lint" job in run #873.
👀 [W3052] "test-and-release.yml": could not retrieve log for job "adapter-tests (20.x, ubuntu-latest)" in run #873.
👀 [W3052] "test-and-release.yml": could not retrieve log for job "adapter-tests (22.x, ubuntu-latest)" in run #873.
👀 [W3052] "test-and-release.yml": could not retrieve log for job "adapter-tests (24.x, ubuntu-latest)" in run #873.
👀 [W5042] Package "axios" is used in source file(s) (src/lib/tools.ts) but not found in dependencies of package.json. Dependency might be missing.
👀 [W5042] Package "typescript-json-schema" is used in source file(s) (build-json-schemas.mjs) but not found in dependencies of package.json. Dependency might be missing.
👀 [W5060] Package "source-map-support" is listed in dependencies of package.json but not imported or required by any scanned source file. Dependency might be unused.
👀 [W5605] i18n "admin/src/i18n" language "es" has 1 outdated key(s) not present in English: canbus adapter settings
👀 [W5605] i18n "admin/src/i18n" language "fr" has 2 outdated key(s) not present in English: canbus adapter settings, Load configuration from file
👀 [W5605] i18n "admin/src/i18n" language "it" has 1 outdated key(s) not present in English: canbus adapter settings
👀 [W5605] i18n "admin/src/i18n" language "nl" has 1 outdated key(s) not present in English: canbus adapter settings
👀 [W5605] i18n "admin/src/i18n" language "pl" has 1 outdated key(s) not present in English: canbus adapter settings
👀 [W5605] i18n "admin/src/i18n" language "pt" has 1 outdated key(s) not present in English: canbus adapter settings
👀 [W5605] i18n "admin/src/i18n" language "ru" has 1 outdated key(s) not present in English: canbus adapter settings
👀 [W5605] i18n "admin/src/i18n" language "zh-cn" has 1 outdated key(s) not present in English: canbus adapter settings
👀 [W8916] Dependabot configuration "/.github/dependabot.yml" has no entry with "package-ecosystem: github-actions". Please add one.
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.2" is >= 9.0.0 but "@iobroker/eslint-config" is not used. Consider migrating to "@iobroker/eslint-config".
📌 [S0082] A newer version (19.2.3) for package "@types/react-dom" (devDependencies) exists. The newer version has been published for more than 200 days. Please evaluate if upgrading from 17.0.15 to 19.2.3 is possible.
📌 [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).
📌 [S3021] "test-and-release.yml": job "check-and-lint" uses node.js 22. Consider updating to the recommended version 24.
📌 [S3031] package.json "os" excludes required OS systems (windows, macos). Please verify whether adapter support can be extended.
📌 [S5004] Plain setInterval() found in source files (src/main.ts). Please use this.setInterval() or adapter.setInterval() instead.
📌 [S5043] Package "events" is a built-in Node.js module. Please use "node:events" instead.
📌 [S6022] CHANGELOG_OLD.md exists but no link to it was found in README.md. Consider adding a link to CHANGELOG_OLD.md at the end of the Changelog section.
📌 [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.
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 canbus 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.canbus
ERRORS:
WARNINGS:
SUGGESTIONS:
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 recheckor
@iobroker-bot recreatePlease 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 Sat, 11 Jul 2026 10:25:41 GMT based on commit a7319f8
ioBroker.repochecker 5.19.8