Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please consider fixing issues detected by repository checker #741

Open
6 of 24 tasks
ioBroker-Bot opened this issue Sep 11, 2024 · 5 comments
Open
6 of 24 tasks

Please consider fixing issues detected by repository checker #741

ioBroker-Bot opened this issue Sep 11, 2024 · 5 comments

Comments

@ioBroker-Bot
Copy link

ioBroker-Bot commented Sep 11, 2024

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 ecovacs-deebot 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.ecovacs-deebot

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

ERRORS:

  • ❗ [E044] dependency must not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "@iobroker/adapter-core:3.1.6"
  • ❗ [E254] Version "1.4.16-alpha.3" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
  • ❗ [E254] Version "1.4.16-alpha.4" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
  • ❗ [E606] Current adapter version 1.4.16-alpha.3 not found in README.md
  • ❗ [E606] Current adapter version 1.4.16-alpha.4 not found in README.md
  • ❗ [E804] Please process issue [#742] "Compatibility check and testing for node.js 22"

WARNINGS:

  • 👀 [W034] @iobroker/adapter-core 3.1.6 specified. 3.2.2 is recommended. Please consider updating dependencies at package.json
  • 👀 [W040] "keywords" within package.json should contain "ioBroker"
  • 👀 [W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "axios:1.7.2"
  • 👀 [W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "axios:1.7.7"
  • 👀 [W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "ecovacs-deebot:0.9.6-beta.6"
  • 👀 [W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "ecovacs-deebot:0.9.6-beta.7"
  • 👀 [W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "node-machine-id:1.1.12"
  • 👀 [W156] js-controller 5.0.18 listed as dependency but 5.0.19 is recommended. Please consider updating dependency at io-package.json.
  • 👀 [W173] Potential sensitive data "password" not listed at "protectedNative" in io-package.json
  • 👀 [W174] Potential sensitive data "password" not listed at "encryptedNative" in io-package.json
  • 👀 [W184] "common.main" is deprecated and ignored. Please remove from io-package.json. Executable is defined by entry "main" at package.json.
  • 👀 [W184] "common.main" is deprecated and ignored. Please remove from io-package.json. Use "main" at package.json instead.
  • 👀 [W184] "common.materialize" is deprecated for admin >= 5 at io-package.json. Please use property "adminUI".
  • 👀 [W252] Version of package.json (1.4.16-alpha.3) doesn't match latest version on NPM (1.4.15)
  • 👀 [W252] Version of package.json (1.4.16-alpha.4) doesn't match latest version on NPM (1.4.15)
  • 👀 [W521] "gulp" found at devDependencies at package.json but no "gulpfile.js" found. Is this dependency really required?
  • 👀 [W953] .npmignore found - consider using package.json object "files" instead.

SUGGESTIONS:

  • 📌 [S522] Please consider migrating to admin 5 UI (jsonConfig).

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 Fri, 03 Jan 2025 02:45:19 GMT based on commit 22db1e3
ioBroker.repochecker 3.2.2

@ioBroker-Bot
Copy link
Author

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed
[E955] iob_npm.done not found in .npmignore

👍Thanks for fixing the issues.

@ioBroker-Bot
Copy link
Author

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed
[W184] "common.main" is deprecated and ignored. Please remove from io-package.json. Use "main" at package.json instead.

👍Thanks for fixing the issues.

The following issues are new and have been added
[W184] "common.main" is deprecated and ignored. Please remove from io-package.json. Executable is defined by entry "main" at package.json.

@ioBroker-Bot
Copy link
Author

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed
[E254] Version "1.4.16-alpha.3" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
[E606] Current adapter version 1.4.16-alpha.3 not found in README.md
[W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "axios:1.7.2"
[W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "ecovacs-deebot:0.9.6-beta.6"
[W184] "common.main" is deprecated and ignored. Please remove from io-package.json. Use "main" at package.json instead.
[W252] Version of package.json (1.4.16-alpha.3) doesn't match latest version on NPM (1.4.15)

👍Thanks for fixing the issues.

The following issues are new and have been added
[E254] Version "1.4.16-alpha.4" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
[E606] Current adapter version 1.4.16-alpha.4 not found in README.md
[W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "axios:1.7.7"
[W047] dependency should not require a specific version. Use "~1.2.3" or "^1.2.3" syntax. Please update "ecovacs-deebot:0.9.6-beta.7"
[W184] "common.main" is deprecated and ignored. Please remove from io-package.json. Executable is defined by entry "main" at package.json.
[W252] Version of package.json (1.4.16-alpha.4) doesn't match latest version on NPM (1.4.15)

@ioBroker-Bot
Copy link
Author

This issue has been updated by ioBroker Check and Service Bot

The following issues are new and have been added
[W034] @iobroker/adapter-core 3.1.6 specified. 3.2.2 is recommended. Please consider updating dependencies at package.json

@ioBroker-Bot
Copy link
Author

This issue has been updated by ioBroker Check and Service Bot

The following issues are new and have been added
[E804] Please process issue [#742] "Compatibility check and testing for node.js 22"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant