Skip to content

Bump @iobroker/testing from 2.6.0 to 5.3.0 - #533

Closed
dependabot[bot] wants to merge 1 commit into
dependencyAutoUpdatefrom
dependabot/npm_and_yarn/dependencyAutoUpdate/iobroker/testing-5.3.0
Closed

Bump @iobroker/testing from 2.6.0 to 5.3.0#533
dependabot[bot] wants to merge 1 commit into
dependencyAutoUpdatefrom
dependabot/npm_and_yarn/dependencyAutoUpdate/iobroker/testing-5.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps @iobroker/testing from 2.6.0 to 5.3.0.

Release notes

Sourced from @​iobroker/testing's releases.

Release v5.3.0

  • (@​GermanBluefox) Pin js-controller to 7.2.2 on Node.js <= 20, as 7.2.3 dropped support for Node.js 18 and 20 (only applies when no explicit controllerVersion is set)
  • (@​GermanBluefox) Migrated to TypeScript 6: removed the unused paths mapping that is no longer allowed without baseUrl under TS6

Release v5.2.2

  • (@Apollon77/@​copilot) Exclude admin/tsconfig.json from strict JSON validation as it may contain JSON5 syntax
  • (@Apollon77/@​copilot) Add JSON validation for package.json and io-package.json in base directory
Changelog

Sourced from @​iobroker/testing's changelog.

5.3.0 (2026-07-11)

  • (@​GermanBluefox) Pin js-controller to 7.2.2 on Node.js <= 20, as 7.2.3 dropped support for Node.js 18 and 20 (only applies when no explicit controllerVersion is set)
  • (@​GermanBluefox) Migrated to TypeScript 6: removed the unused paths mapping that is no longer allowed without baseUrl under TS6

5.2.2 (2025-11-08)

  • (@Apollon77/@​copilot) Exclude admin/tsconfig.json from strict JSON validation as it may contain JSON5 syntax
  • (@Apollon77/@​copilot) Add JSON validation for package.json and io-package.json in base directory

5.2.1 (2025-11-08)

  • (@Apollon77/@​copilot) Add validation for JSON files in admin/ and admin/i18n/ directories
  • (@Apollon77/@​copilot) Logs npm and installation errors to console for easier debugging
  • (@Apollon77/@​copilot) Add validation to fail if iobroker.js-controller is listed as a package.json dependency
  • (@Apollon77/@​copilot) Add support for TypeScript-only adapters that use .ts files as main entry point without transpilation
  • (@Apollon77/@​copilot) Re-enabled validation checks for README.md and LICENSE files in packageFiles tests

5.1.1 (2025-08-31)

  • (@​Apollon77) Downgrades chai-as-promised type dependency to same major as main dependency

5.1.0 (2025-08-24)

  • (mcm1957) type definitions for chai, mocha and sinon have been moved to dependencies to deliver them to adapter repositories
  • NOTE: above change allows removal of chai / mocha / sinon dependencies from adapter package.jsons

5.0.4 (2025-03-24)

  • Corrected the delState method in the adapter mock

5.0.3 (2025-01-23)

  • Packages were updated

5.0.0 (2024-09-14)

  • Types were migrated to '@​iobroker/types' from '@​types/iobroker'

4.1.3 (2024-04-17)

  • Allow (deprecated) HTML as admin UI in package tests, so old adapters using HTML UI can still utilize the rest of the package tests

4.1.2 (2024-04-17)

  • Fix: Use shell to spawn npm on Windows to prevent hanging
  • Fix: Duplicate logging of => false when testing if JS controller is running

4.1.1 (2024-03-05)

  • Add support for the new licenseInformation field in io-package.json
  • Add test for the tier field in io-package.json
  • Honor onlyWWW flag in io-package.json

4.1.0 (2022-08-30)

  • Support for specifying the JS-Controller version in integration tests

4.0.0 (2022-08-28)

  • BREAKING: Dropped support for Node.js 12
  • Allow skipping test suites (suite.skip()) and running single test suites (suite.only())

... (truncated)

Commits
  • 9ff75fb chore: release v5.3.0
  • 401854a * (@​GermanBluefox) Pin js-controller to 7.2.2 on Node.js <= 20, as 7.2.3 drop...
  • a11900b chore(deps): bump fs-extra from 11.3.2 to 11.3.3 (#711)
  • dd4aed6 chore(deps): bump mocha from 11.7.3 to 11.7.5 (#712)
  • 2415115 chore(deps-dev): bump @​types/node from 24.6.1 to 24.10.1 (#705)
  • dae788c chore(deps-dev): bump rimraf from 6.1.0 to 6.1.2 (#707)
  • 45529d8 chore(deps-dev): bump @​tsconfig/node16 from 16.1.6 to 16.1.8 (#706)
  • d7087af chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#702)
  • 05f1fd4 chore: release v5.2.2
  • 9bb7fab Exclude admin/tsconfig.json from strict JSON validation and add base director...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​iobroker/testing since your current version.


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 2.6.0 to 5.3.0.
- [Release notes](https://github.com/ioBroker/testing/releases)
- [Changelog](https://github.com/ioBroker/testing/blob/master/CHANGELOG.md)
- [Commits](ioBroker/testing@v2.6.0...v5.3.0)

---
updated-dependencies:
- dependency-name: "@iobroker/testing"
  dependency-version: 5.3.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 Aug 24, 2026
@DutchmanNL

Copy link
Copy Markdown
Collaborator

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: 2.6.0
  • New version: 5.3.0

Modified Files:

  • package-lock.json
  • package.json

DutchmanNL added a commit that referenced this pull request Aug 24, 2026
Brings all dependencies to their current versions in one branch, so the
stale dependabot PRs on the dependencyAutoUpdate branch are obsolete.

Updated (manifest floors raised to the current releases):
* @iobroker/adapter-core  ^3.4.1  -> ^3.4.3
* @iobroker/eslint-config ^2.2.0  -> ^2.3.4
* @iobroker/testing       ^5.2.2  -> ^5.3.0
* @tsconfig/node22        ^22.0.2 -> ^22.0.6
* @types/node             ^22.10.0 -> ^22.20.1
* @types/proxyquire       ^1.3.28 -> ^1.3.31
* typescript              ^5.1.6  -> ^5.9.3

Deliberately not taken:
* typescript 7.x - @iobroker/eslint-config v2 pins typescript ~5.9, and
  .github/dependabot.yml already ignores typescript minor/major bumps.
* @types/node 26.x - engines.node is ">= 22", so @types/node stays on the
  matching 22.x line (also ignored for majors in dependabot.yml).

No chai/mocha/sinon/@types/* to remove (repo-checker E0063 already
satisfied - they resolve transitively via @iobroker/testing v5).
GitHub Actions in the workflows are already on their latest majors.

Supersedes dependabot PRs #533, #534, #537, #538.

Verified locally: npm run lint, npm run test:package, npm run test:js and
npm run test:integration all pass.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@DutchmanNL

Copy link
Copy Markdown
Collaborator

Superseded by the consolidated dependency update in #540 (merged).

@DutchmanNL DutchmanNL closed this Aug 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dependencyAutoUpdate/iobroker/testing-5.3.0 branch August 24, 2026 12:47
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