Skip to content

Commit dd2b167

Browse files
authored
Update deps and type detector (#586)
1 parent 364868e commit dd2b167

File tree

5 files changed

+108
-83
lines changed

5 files changed

+108
-83
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ Tests are located in the `test/` directory and use ts-node for direct TypeScript
9898
-->
9999

100100
## Changelog
101+
102+
### __WORK IN PROGRESS__
103+
* (@Apollon77) Type detector update, should detect single states in non-device structures better
104+
101105
### 0.5.5 (2025-10-16)
102106
* (@Apollon77) Optimizes Battery drain information
103107
* (@Apollon77) Correctly shows "in progress changes" in UI when adjusting devices to ovoid overlapping actions

package-lock.json

Lines changed: 36 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"@iobroker/adapter-core": "^3.3.2",
3030
"@iobroker/dm-utils": "^1.0.10",
3131
"@iobroker/i18n": "^1.0.0",
32-
"@iobroker/type-detector": "^4.5.1",
32+
"@iobroker/type-detector": "^4.6.0",
3333
"@matter/main": "0.15.6",
3434
"@matter/nodejs": "0.15.6",
3535
"@project-chip/matter.js": "0.15.6",
3636
"axios": "^1.12.2",
3737
"jsonwebtoken": "^9.0.2"
3838
},
3939
"devDependencies": {
40-
"@alcalzone/release-script": "^4.0.0",
40+
"@alcalzone/release-script": "^5.0.0",
4141
"@alcalzone/release-script-plugin-iobroker": "^4.0.0",
4242
"@alcalzone/release-script-plugin-license": "^4.0.0",
4343
"@iobroker/build-tools": "^2.0.15",
@@ -47,9 +47,9 @@
4747
"@iobroker/testing": "^5.1.1",
4848
"@iobroker/types": "^7.0.7",
4949
"@types/jsonwebtoken": "^9.0.10",
50-
"@types/node": "^24.7.2",
50+
"@types/node": "^24.9.1",
5151
"colorette": "^2.0.20",
52-
"cross-env": "^7.0.3",
52+
"cross-env": "^10.1.0",
5353
"esbuild": "^0.25.11",
5454
"eslint-plugin-import": "^2.32.0",
5555
"puppeteer": "^24.25.0",

src-admin/package-lock.json

Lines changed: 59 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)