Skip to content

Bump @iobroker/repochecker from 5.4.1 to 5.5.2 in /express/backend#146

Merged
UncleSamSwiss merged 1 commit intomainfrom
dependabot/npm_and_yarn/express/backend/iobroker/repochecker-5.5.2
Mar 18, 2026
Merged

Bump @iobroker/repochecker from 5.4.1 to 5.5.2 in /express/backend#146
UncleSamSwiss merged 1 commit intomainfrom
dependabot/npm_and_yarn/express/backend/iobroker/repochecker-5.5.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps @iobroker/repochecker from 5.4.1 to 5.5.2.

Release notes

Sourced from @​iobroker/repochecker's releases.

Release v5.5.2

  • (@​copilot) E5040 and W5041 messages now include the specific detected key(s) (e.g. option1, option2, or both) instead of the generic option1/option2 placeholder. Only one issue is raised even when multiple keys are detected.
  • (@​copilot) Fixed E1111/W1111 checks: E1111 and W1111 are now renamed to E5040 and W5041 (correct numbering range for M5000_Code module). Both checks now correctly exempt adapters where option1/option2 keys are genuinely used in admin/index.html, admin/index_m.html, or as keys in admin/jsonConfig.json/admin/jsonConfig.json5. Related to #746.

Release v5.5.1

  • (@​copilot) Added W5039 check: warns when admin/words.js exists but is not referenced anywhere in the codebase for adapters using jsonConfig. The file seems to be outdated and should be removed #745.
  • (@​copilot) Added W3018 and W3019 checks: when deploy job uses ioBroker/testing-action-deploy@v1, warns if job-level permissions (contents: write, id-token: write) are missing (W3018) or if the npm-token parameter is specified (W3019), as trusted publishing will not work in either case. Related to #742.
  • (@​copilot) Added W1113 check: warns when native config object contains properties but common.adminUI.config is set to "none", as the native config will not be used without an admin UI config.
  • (@​copilot) Added E1112 check: error when notifications in io-package.json are not translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn) #734.
  • (@​copilot) Fixed E3016 false positive: no longer requires deploy job to declare needs for check-and-lint/adapter-tests when those jobs do not exist in the workflow (e.g. onlyWWW adapters). Related to #733.
  • (@​copilot) Added E6015 check: error when README.md contains German language words. Added W6016 check: warning when README.md does not appear to be written in English.
  • (@​copilot) Multiple S8906 suggestions for dependabot entries using schedule: interval: monthly are now combined into a single suggestion. #696
  • (@​copilot) Added W1111 check: warns when example configuration keys option1/option2 are found in io-package.json native section or i18n translation files. Only one warning is issued even if both locations contain example config.
  • (@​copilot) Added E6012 check: error when README.md contains direct npm install instructions (npm install iobroker.*, npm i iobroker.*, cd /opt/iobroker). Related to #722.
  • (@​copilot) Added E6013 check: error when README.md instructs users to install from GitHub using iobroker url. Related to #722.
  • (@​copilot) Added S6014 suggestion: when README.md contains an ## Installation section. Related to #722.
  • (@​copilot) Extended E6013 check: now also triggers on "Install the adapter via ioBroker Admin as a ZIP file" and "Install from own URL" phrases (case-insensitive). Related to #727.

Release v5.5.0

  • (@​copilot) Added W5039 check: warns when admin/words.js exists but is not referenced anywhere in the codebase for adapters using jsonConfig. The file seems to be outdated and should be removed #745.
  • (@​copilot) Added W3018 and W3019 checks: when deploy job uses ioBroker/testing-action-deploy@v1, warns if job-level permissions (contents: write, id-token: write) are missing (W3018) or if the npm-token parameter is specified (W3019), as trusted publishing will not work in either case. Related to #742.
  • (@​copilot) Added W1113 check: warns when native config object contains properties but common.adminUI.config is set to "none", as the native config will not be used without an admin UI config.
  • (@​copilot) Added E1112 check: error when notifications in io-package.json are not translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn) #734.
  • (@​copilot) Fixed E3016 false positive: no longer requires deploy job to declare needs for check-and-lint/adapter-tests when those jobs do not exist in the workflow (e.g. onlyWWW adapters). Related to #733.
  • (@​copilot) Added E6015 check: error when README.md contains German language words. Added W6016 check: warning when README.md does not appear to be written in English.
  • (@​copilot) Multiple S8906 suggestions for dependabot entries using schedule: interval: monthly are now combined into a single suggestion. #696
  • (@​copilot) Added W1111 check: warns when example configuration keys option1/option2 are found in io-package.json native section or i18n translation files. Only one warning is issued even if both locations contain example config.
  • (@​copilot) Added E6012 check: error when README.md contains direct npm install instructions (npm install iobroker.*, npm i iobroker.*, cd /opt/iobroker). Related to #722.
  • (@​copilot) Added E6013 check: error when README.md instructs users to install from GitHub using iobroker url. Related to #722.
  • (@​copilot) Added S6014 suggestion: when README.md contains an ## Installation section. Related to #722.
  • (@​copilot) Extended E6013 check: now also triggers on "Install the adapter via ioBroker Admin as a ZIP file" and "Install from own URL" phrases (case-insensitive). Related to #727.
Commits
  • 185578a chore: release v5.5.2
  • 1aaa85d Merge pull request #741 from ioBroker/copilot/copilot-adapt-e5040
  • 7e82d56 feat: include detected key(s) in E5040 and W5041 messages
  • 1e3170c Initial plan
  • 3edb505 Update M5000_Code.js
  • eda7b7b Merge pull request #739 from ioBroker/copilot/fix-e1111-numbering-check
  • 0dd7e90 Update log message range in checkCode function
  • 4e24c1c Fix E1111/W1111: rename to E5040/W5041 and add admin file exemption logic
  • 0d33a4a Initial plan
  • cd46fd7 chore: release v5.5.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@iobroker/repochecker](https://github.com/ioBroker/ioBroker.repochecker) from 5.4.1 to 5.5.2.
- [Release notes](https://github.com/ioBroker/ioBroker.repochecker/releases)
- [Commits](ioBroker/ioBroker.repochecker@v5.4.1...v5.5.2)

---
updated-dependencies:
- dependency-name: "@iobroker/repochecker"
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 18, 2026
@UncleSamSwiss UncleSamSwiss merged commit d429305 into main Mar 18, 2026
1 check passed
@UncleSamSwiss UncleSamSwiss deleted the dependabot/npm_and_yarn/express/backend/iobroker/repochecker-5.5.2 branch March 18, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant