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
BluefoxandGitHub a3e29e0580 Merge pull request #182 from ioBroker-Bot/update-from-template-W8917-dependabot-addIgnoreTypesNode-1780171547
[iobroker-bot] Add Dependabot Ignore Rule for @types/node Major Version Updates
2026-06-16 22:52:05 +02:00
github-actions[bot] 85b4f519e1 Update from template: W8917-dependabot-addIgnoreTypesNode 2026-05-30 20:06:17 +00:00
3 changed files with 330 additions and 54 deletions
+4
View File
@@ -23,3 +23,7 @@ updates:
versioning-strategy: 'increase' versioning-strategy: 'increase'
cooldown: cooldown:
default-days: 7 default-days: 7
ignore:
- dependency-name: '@types/node'
update-types:
- 'version-update:semver-major'
+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" "url": "https://github.com/ioBroker/ioBroker.hass"
}, },
"dependencies": { "dependencies": {
"ws": "^8.20.1", "ws": "^8.21.0",
"@iobroker/adapter-core": "^3.3.2" "@iobroker/adapter-core": "^3.3.2"
}, },
"devDependencies": { "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-iobroker": "^5.2.0",
"@alcalzone/release-script-plugin-license": "^5.2.0", "@alcalzone/release-script-plugin-license": "^5.2.0",
"@iobroker/adapter-dev": "^1.5.0", "@iobroker/adapter-dev": "^1.5.0",