ioBroker / ioBroker.repositories

Repositories for ioBroker project
MIT License
139 stars 286 forks source link

Update e3dc-rscp to 1.2.6 #3774

Closed git-kick closed 2 months ago

git-kick commented 3 months ago

e3dc-rscp 1.2.5 -> 1.2.6

mcm1957 commented 3 months ago

@git-kick Please fix at least:

❗ [E033] @iobroker/adapter-core 2.5.1 specified. 3.1.4 is required as minimum, 3.1.6 is recommended. Please update dependencies at package.json

Older adapter cores cause problems with js-controller 6. An workaround exists at js-controller, butt adapters should be updated. Simple accept the corresponding PR from dependabot )or update manually) an create a new release. Normally no code change would be required.

❗ [E036] @iobroker/testing 2.5.4 specified. 4.1.3 is required as minimum, 4.1.3 is recommended. Please update devDependencies at package.json

Please update too. A new release would not be required, but as adapter-core is old running npm run release must be done anyway.

❗ [E182] Please remove "common.license" from io-package.json as "common.licenseInformation" is declared.

If common.licenseinformation exists, common.license must be removed. Up to date testing should hev reported this. This must be fixed to avoid problem with repository data genereated from io-package.json. Let us know if something needs clearification. I cann provide a PR too if desired.

❗ [E026] "{'engines': {'node'>='16'}}" is required at package.json, "{'engines':{'node'>='18'}}" is recommened

For now I would accept this error. But if you do not have any real reason to do otherwise please add an node 18 requirement as you do not run node 16 tests any more.


Fell free to run the checker in between. To use the latest checks, use the commandline version (npx ...), see

https://github.com/ioBroker/ioBroker.repochecker#how-to-test-via-cli

Thanks for fixing. And please let us know if you need any help. If you do not change code I will post a new release for stable at fast line of course.

reminder 15.7.2024

github-actions[bot] commented 2 months ago

Automated adapter checker

ioBroker.e3dc-rscp

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

:thumbsup: No errors found

Adapter releases: https://www.iobroker.dev/adapter/e3dc-rscp/releases Adapter statistic: https://www.iobroker.dev/adapter/e3dc-rscp/statistics

History and usage information for release 1.2.6:

1.2.6 created 24.5.2024 (49 days old) 95 users (8.98%)

1.2.5 (stable) created 17.11.2023 (238 days old) 740 users (stable) (69.94%)

Please verify that this PR really tries to update to release 1.2.6!

Add comment "RE-CHECK!" to start check anew