iobroker-community-adapters / ioBroker.hue

Control Philips Hue Bridge
http://www.iobroker.org
Apache License 2.0
43 stars 26 forks source link

chore(deps-dev): bump @iobroker/types from 5.0.17 to 5.0.19 #577

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps @iobroker/types from 5.0.17 to 5.0.19.

Release notes

Sourced from @​iobroker/types's releases.

Release v5.0.19

official release

Release v5.0.18

official release

Release v5.0.18-alpha.0-20240129-1906f86c

nightly release

Release v5.0.18-alpha.0-20240126-ae4125d6

nightly release

Release v5.0.18-alpha.0-20231224-13fc9d35

nightly release

Release v5.0.18-alpha.0-20231219-3fe17c22

nightly release

Release v5.0.18-alpha.0-20231217-91a2303a

nightly release

Release v5.0.18-alpha.0-20231211-5b429316

nightly release

Release v5.0.18-alpha.0-20231201-5b321f38

nightly release

Changelog

Sourced from @​iobroker/types's changelog.

5.0.19 (2024-01-30) - Jana

  • (foxriver76) fixed issue on getStates with aliases

5.0.18 (2024-01-30) - Jana

BREAKING CHANGES

  • Support for Node.js 12 and 14 is dropped! Supported are Node.js 16.4.0+ and 18.x
  • Backups created with the new js-controller version cannot be restored on hosts with lower js-controller version!
  • Update recommended npm version to 8
  • Deprecate binary states, Adapters will change to use Files instead!

Features

  • (foxriver76) added method sendToUserInterfaceClient to push messages to UI client
  • (foxriver76) Show npm error message on failing adapter installations and update also without debug parameter
  • (bluefox/Apollon77/foxriver76) Try to solve ENOTEMPTY errors automatically on adapter upgrades/installations
  • (foxriver76) Introduce iobroker setting (dnsResolution) to choose between verbatim and ipv4 first dns resolution order
  • (foxriver76) Add support for windows for iob fix
  • (bluefox) Added CLI option to restart/start/stop all instances of an adapter (e.g. iob stop admin now also works)
  • (foxriver76) Allow to use iob host oldname command when new host already exists but has no instances
  • (foxriver76) Added an admin notification if redis is misconfigured and info how to fix it
  • (foxriver76/buanet) Enable upgrade of js-controller via Admin UI (Linux/Docker only)
  • (foxriver76) automatically reset info.connection if adapter instance is stopped
  • (foxriver76) automatically reset instance statistics like cputime when instance is stopped

Optimizations and Fixes

  • (foxriver76) Speedup "getStates" calls with many IDs often used by visualizations: JSONL 17 times faster, Redis 23 times faster
  • (foxriver76) significantly reduce backup size
  • (foxriver76) Enhance CLI help for list command to show all possible types to list
  • (foxriver76) Also stop instances before updating from GitHub
  • (foxriver76) Conversion of big parts of the js-controller codebase to typeScript and address all found issues
  • (Apollon77) Only log error on "enable/disable via .alive" if there is an error
  • (foxriver76) Optimize adapter unload and stop handling for edge cases
  • (AlCalzone) Carefully normalize jsonlOptions
  • (bluefox) Do not show warning on a requested adapter stop/termination
  • (bluefox) Make sure that the first log line is not missing in Admin
  • (foxriver76) Fix wrong formatting of cli get binary state if no encoding is passed
  • (foxriver76) Fix restoring backups from pre js-controller 4.x which were created without config.system
  • (foxriver76) Preserve tier setting on adapter upload
  • (foxriver76) update apt sources before installing os dependencies
  • (foxriver76) Only skip erase on upload if opted out explicitly to always cleanup unneeded files
  • (foxriver76) Try to fix strange alias errors, inform us if it happens again!
  • (foxriver76) Remove windows bat files completely, installer will create them when needed
  • (AlCalzone/Apollon77) Update jsonl db to prevent locking issues
  • (foxriver76) Fixes iob file sync not working for jsonl
  • (foxriver76) Do not crash if we cannot initialize db backup directory on start
  • (foxriver76) Fixed issue with certificate validity on leap years
  • (Apollon77/foxriver76) Make sure that all relevant files are removed when eraseOnUpload is used
  • (foxriver76) fix wrong hostname after backup restore
  • (bluefox) allow CLI vendor update without explicitly specifying vendor file (default file is used)
  • (foxriver76) fix backup restore restoring to old database and using new one afterwards
  • (foxriver76) fix that memory limit of instance was not applied

... (truncated)

Commits


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 will merge this PR once it's up-to-date and CI passes on it, as requested by @Apollon77.


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)