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 #266

Open
7 of 15 tasks
ioBroker-Bot opened this issue Oct 11, 2024 · 5 comments
Open
7 of 15 tasks

Please consider fixing issues detected by repository checker #266

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

Comments

@ioBroker-Bot
Copy link

ioBroker-Bot commented Oct 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 go-e for common errors and appropiate suggestions to keep this adapter up to date.

This check is based the current head revisions (master / main branch) of the adapter repository

Please see the result of the check below.

ioBroker.go-e

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

ERRORS:

  • ❗ [E145] Missing mandatory translation into de of some "common.news" in io-package.json.
  • ❗ [E254] Version "1.0.42" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
  • ❗ [E605] No actual year found in copyright. Please add "Copyright (c) 2024 MK-2001 [email protected]" at the end of README.md

WARNINGS:

  • 👀 [W034] @iobroker/adapter-core 3.1.4 specified. 3.1.6 is recommended. Please consider updating dependencies at package.json
  • 👀 [W034] @iobroker/adapter-core 3.1.4 specified. 3.2.2 is recommended. Please consider updating dependencies at package.json
  • 👀 [W040] "keywords" within package.json should contain "ioBroker"
  • 👀 [W132] Many "common.news" found in io-package.json. Repository builder will truncate at 7 news. Please remove old news.
  • 👀 [W135] "common.tier" is required in io-package.json. Please check https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/objectsschema.md#adapter.
  • 👀 [W154] Missing suggested translation into ru,pt,nl,fr,it,es,pl,uk,zh-cn of some "common.news" in io-package.json.
  • 👀 [W156] js-controller 4.0.24 listed as dependency but 5.0.19 is recommended. Please consider updating dependency at io-package.json.
  • 👀 [W181] "common.license" in io-package.json is deprecated. Please define object "common.licenseInformation"
  • 👀 [W184] "common.materialize" is deprecated for admin >= 5 at io-package.json. Please use property "adminUI".
  • 👀 [W252] Version of package.json (1.0.42) doesn't match latest version on NPM (1.0.41)
  • 👀 [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, 15 Nov 2024 03:16:09 GMT based on commit 55d96c1
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
[W034] @iobroker/adapter-core 3.1.4 specified. 3.1.6 is recommended. Please consider updating dependencies at package.json

👍Thanks for fixing the issues.

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

MK-2001 added a commit that referenced this issue Oct 30, 2024
@MK-2001
Copy link
Owner

MK-2001 commented Oct 30, 2024

@ioBroker-Bot recheck

@ioBroker-Bot
Copy link
Author

This issue has been updated by ioBroker Check and Service Bot

RECHECK has been performed as requested.
No changes detected.

@MK-2001
Copy link
Owner

MK-2001 commented Oct 30, 2024

@ioBroker-Bot recheck

@ioBroker-Bot
Copy link
Author

This issue has been updated by ioBroker Check and Service Bot

The following issues have been fixed
[W034] @iobroker/adapter-core 3.1.4 specified. 3.2.2 is recommended. Please consider updating dependencies at package.json
[W040] "keywords" within package.json should contain "ioBroker"
[W132] Many "common.news" found in io-package.json. Repository builder will truncate at 7 news. Please remove old news.
[W135] "common.tier" is required in io-package.json. Please check https://github.com/ioBroker/ioBroker.docs/blob/master/docs/en/dev/objectsschema.md#adapter.
[W156] js-controller 4.0.24 listed as dependency but 5.0.19 is recommended. Please consider updating dependency at io-package.json.
[W181] "common.license" in io-package.json is deprecated. Please define object "common.licenseInformation"

👍Thanks for fixing the issues.

The following issues are new and have been added
[E145] Missing mandatory translation into de of some "common.news" in io-package.json.
[E254] Version "1.0.42" listed at common.news at io-package.json does not exist at NPM. Please remove from news section.
[W154] Missing suggested translation into ru,pt,nl,fr,it,es,pl,uk,zh-cn of some "common.news" in io-package.json.
[W252] Version of package.json (1.0.42) doesn't match latest version on NPM (1.0.41)

RECHECK has been performed as requested.

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

2 participants