Compare commits

..
Author SHA1 Message Date
dependabot[bot]andGitHub 6b43065620 chore(deps): bump ws from 8.20.1 to 8.21.0
Bumps [ws](https://github.com/websockets/ws) from 8.20.1 to 8.21.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 21:04:18 +00:00
github-actions[bot]andGitHub 77f0eb282b Merge pull request #189 from ioBroker/dependabot/npm_and_yarn/js-yaml-4.2.0
chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0
2026-06-16 21:01:47 +00:00
dependabot[bot]andGitHub 58c63fcf1a chore(deps-dev): bump js-yaml from 4.1.1 to 4.2.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/commits)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.2.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 20:59:34 +00:00
github-actions[bot]andGitHub 4eb196c7c2 Merge pull request #188 from ioBroker/dependabot/npm_and_yarn/alcalzone/release-script-5.2.1
chore(deps-dev): bump @alcalzone/release-script from 5.2.0 to 5.2.1
2026-06-16 20:56:09 +00:00
dependabot[bot]andGitHub c1a354803c chore(deps-dev): bump @alcalzone/release-script from 5.2.0 to 5.2.1
Bumps [@alcalzone/release-script](https://github.com/AlCalzone/release-script) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/AlCalzone/release-script/releases)
- [Changelog](https://github.com/AlCalzone/release-script/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AlCalzone/release-script/compare/v5.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: "@alcalzone/release-script"
  dependency-version: 5.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-16 20:53:16 +00:00
3 changed files with 327 additions and 55 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: ioBroker/testing-action-check@v2
- uses: ioBroker/testing-action-check@v1
with:
node-version: '24.x'
lint: true
+324 -52
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -28,11 +28,11 @@
"url": "https://github.com/ioBroker/ioBroker.hass"
},
"dependencies": {
"ws": "^8.20.1",
"ws": "^8.21.0",
"@iobroker/adapter-core": "^3.3.2"
},
"devDependencies": {
"@alcalzone/release-script": "^5.2.0",
"@alcalzone/release-script": "^5.2.1",
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
"@alcalzone/release-script-plugin-license": "^5.2.0",
"@iobroker/adapter-dev": "^1.5.0",