From 920a39a3f9f5fdd5378bc39109e5298b9e8462c2 Mon Sep 17 00:00:00 2001 From: DutchmanNL Date: Mon, 24 Aug 2026 14:24:18 +0200 Subject: [PATCH] chore(deps): consolidated dependency update 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 --- README.md | 1 + package-lock.json | 14 +++++++------- package.json | 14 +++++++------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b83da82..75683e7 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ The adapter is build to send up to 5-times a retry to ensure all state changes a --> ### __WORK IN PROGRESS__ +* (DutchmanNL) Dependencies updated to current versions * (DutchmanNL) Resolved remaining repository checker findings ### 0.2.0-ALpha.1 diff --git a/package-lock.json b/package-lock.json index 0261f2e..85219be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.2.0-ALpha.1", "license": "MIT", "dependencies": { - "@iobroker/adapter-core": "^3.4.1", + "@iobroker/adapter-core": "^3.4.3", "random-token": "^0.0.8" }, "devDependencies": { @@ -18,13 +18,13 @@ "@alcalzone/release-script-plugin-license": "^5.2.2", "@alcalzone/release-script-plugin-manual-review": "^5.2.0", "@iobroker/adapter-dev": "^1.5.0", - "@iobroker/eslint-config": "^2.2.0", - "@iobroker/testing": "^5.2.2", - "@tsconfig/node22": "^22.0.2", - "@types/node": "^22.10.0", - "@types/proxyquire": "^1.3.28", + "@iobroker/eslint-config": "^2.3.4", + "@iobroker/testing": "^5.3.0", + "@tsconfig/node22": "^22.0.6", + "@types/node": "^22.20.1", + "@types/proxyquire": "^1.3.31", "proxyquire": "^2.1.3", - "typescript": "^5.1.6" + "typescript": "^5.9.3" }, "engines": { "node": ">= 22" diff --git a/package.json b/package.json index f92db23..4421ab1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/DrozmotiX/ioBroker.multicast" }, "dependencies": { - "@iobroker/adapter-core": "^3.4.1", + "@iobroker/adapter-core": "^3.4.3", "random-token": "^0.0.8" }, "devDependencies": { @@ -34,13 +34,13 @@ "@alcalzone/release-script-plugin-license": "^5.2.2", "@alcalzone/release-script-plugin-manual-review": "^5.2.0", "@iobroker/adapter-dev": "^1.5.0", - "@iobroker/eslint-config": "^2.2.0", - "@iobroker/testing": "^5.2.2", - "@tsconfig/node22": "^22.0.2", - "@types/node": "^22.10.0", - "@types/proxyquire": "^1.3.28", + "@iobroker/eslint-config": "^2.3.4", + "@iobroker/testing": "^5.3.0", + "@tsconfig/node22": "^22.0.6", + "@types/node": "^22.20.1", + "@types/proxyquire": "^1.3.31", "proxyquire": "^2.1.3", - "typescript": "^5.1.6" + "typescript": "^5.9.3" }, "main": "main.js", "files": [