Skip to content

build(deps-dev): Bump @iobroker/testing from 5.3.0 to 6.1.0 - #55

Merged
ipod86 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/iobroker/testing-6.1.0
Sep 16, 2026
Merged

ipod86 merged 2 commits into
mainfrom
dependabot/npm_and_yarn/iobroker/testing-6.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps @iobroker/testing from 5.3.0 to 6.1.0.

Release notes

Sourced from @​iobroker/testing's releases.

Release v6.1.0

  • (@​GermanBluefox) The test harness now captures the log output of the adapter under test. It can be checked with the new methods harness.getLogs(), harness.hasLog() and harness.clearLogs()
  • (@​GermanBluefox) BREAKING: harness.changeAdapterConfig() now automatically encrypts the native properties that are listed in the instance object's encryptedNative. Tests that encrypted such values themselves must pass them in plain text now
  • (@​GermanBluefox) Added harness.getAdapterConfig(), which reads the instance object and decrypts the encryptedNative properties
  • (@​GermanBluefox) Added harness.encryptValue() and harness.decryptValue() for manual encryption/decryption
  • (@​copilot) The integration test directory is now cleaned up automatically when the requested js-controller version differs from the one installed by the previous run

Release v6.0.0

  • (@​krobipd) Fixed: a command that cannot be spawned (missing executable, missing cwd) no longer terminates the whole test process with an unhandled 'error' event - executeCommand now resolves with the error instead
  • (@​mcm1957) Add validation to fail if a "prepare" script is defined in the "scripts" section of package.json
  • (@​GermanBluefox) Breaking: Dropped support for Node.js 18 and 20
Changelog

Sourced from @​iobroker/testing's changelog.

6.1.0 (2026-09-06)

  • (@​GermanBluefox) The test harness now captures the log output of the adapter under test. It can be checked with the new methods harness.getLogs(), harness.hasLog() and harness.clearLogs()
  • (@​GermanBluefox) BREAKING: harness.changeAdapterConfig() now automatically encrypts the native properties that are listed in the instance object's encryptedNative. Tests that encrypted such values themselves must pass them in plain text now
  • (@​GermanBluefox) Added harness.getAdapterConfig(), which reads the instance object and decrypts the encryptedNative properties
  • (@​GermanBluefox) Added harness.encryptValue() and harness.decryptValue() for manual encryption/decryption
  • (@​copilot) The integration test directory is now cleaned up automatically when the requested js-controller version differs from the one installed by the previous run

6.0.0 (2026-09-05)

  • (@​krobipd) Fixed: a command that cannot be spawned (missing executable, missing cwd) no longer terminates the whole test process with an unhandled 'error' event - executeCommand now resolves with the error instead
  • (@​mcm1957) Add validation to fail if a "prepare" script is defined in the "scripts" section of package.json
  • (@​GermanBluefox) Breaking: Dropped support for Node.js 18 and 20
Commits
  • dcd528c chore: release v6.1.0
  • f38d257 The test harness now captures the log output of the adapter under test. It ca...
  • 741d258 Added harness.encryptValue() and harness.decryptValue() for manual encryp...
  • 355bf24 feat: clear test directory when the js-controller version changes
  • bd2cc9e chore: release v6.0.0
  • 17cb55d Breaking: Dropped support for Node.js 18 and 20
  • 38b7b0a Updated CI
  • 977c8ed chore: release v5.3.1
  • 9fa0513 Updated packages
  • 1b7439f Merge
  • 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/testing](https://github.com/ioBroker/testing) from 5.3.0 to 6.1.0.
- [Release notes](https://github.com/ioBroker/testing/releases)
- [Changelog](https://github.com/ioBroker/testing/blob/master/CHANGELOG.md)
- [Commits](ioBroker/testing@v5.3.0...v6.1.0)

---
updated-dependencies:
- dependency-name: "@iobroker/testing"
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Sep 14, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Not Automerged

The PR does not match any automerge rules.

Details: No configuration rule matched this update

Dependabot Information:

  • Package name(s): @iobroker/testing
  • Update type: major
  • Dependency type: development
  • Previous version: 5.3.0
  • New version: 6.1.0

Modified Files:

  • package-lock.json
  • package.json

…ng 6.x

The root tsconfig.json's include spans both src/**/*.ts and test/**/*.ts
without an explicit rootDir. @iobroker/testing 6.x's ts-node/mocha setup
is stricter about this and fails with TS5011 ("the common source
directory... rootDir must be explicitly set"). Setting rootDir to the
project root resolves the ambiguity without changing the actual build
output (tsconfig.build.json, which only includes src/**/*.ts, is
unaffected).
@ipod86
ipod86 merged commit be1043e into main Sep 16, 2026
11 checks passed
@ipod86
ipod86 deleted the dependabot/npm_and_yarn/iobroker/testing-6.1.0 branch September 16, 2026 17:22
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