Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @iobroker/types and @iobroker/adapter-core #614

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps @iobroker/types and @iobroker/adapter-core. These dependencies needed to be updated together.
Updates @iobroker/types from 5.0.19 to 6.0.0

Release notes

Sourced from @​iobroker/types's releases.

Release v6.0.0

official release

Release v5.0.20-alpha.0-20240522-9b71d3242

nightly release

Release v5.0.20-alpha.0-20240510-819f1976e

nightly release

Release v5.0.20-alpha.0-20240508-d36cddc8d

nightly release

Release v5.0.20-alpha.0-20240504-31d1cb492

nightly release

Release v5.0.20-alpha.0-20240502-e03492751

nightly release

Release v5.0.20-alpha.0-20240501-63fb6f8b0

nightly release

Release v5.0.20-alpha.0-20240429-12b5c7f4

nightly release

Release v5.0.20-alpha.0-20240427-b50c5197

nightly release

Release v5.0.20-alpha.0-20240426-289fdff3

nightly release

Release v5.0.20-alpha.0-20240425-20b08f31

nightly release

Release v5.0.20-alpha.0-20240424-e4f9cfa5

nightly release

Release v5.0.20-alpha.0-20240423-4020943e

nightly release

Release v5.0.20-alpha.0-20240422-732ebe66

nightly release

Release v5.0.20-alpha.0-20240421-2e8a4aa0

nightly release

Release v5.0.20-alpha.0-20240420-30d8305f

nightly release

Release v5.0.20-alpha.0-20240419-d343afbb

nightly release

... (truncated)

Changelog

Sourced from @​iobroker/types's changelog.

6.0.0 (2024-05-22) - Kiera

Breaking changes

  • Support for Node.js 16 is dropped!
  • Binary states have been removed
  • Let's encrypt has been removed

Features

Optimizations and fixes

  • (foxriver76) we now send SIGKILL instead of SIGTERM if adapter does not stop in normal time to prevent ghost processes
  • (foxriver76) prevent crash case if an invalid pattern is scanned in the database
  • (foxriver76) we now log the pid if a adapter process is stopped
  • (foxriver76/Apollon77) fixed crash case on file rotation
  • (foxriver76) optimized error messages and help text for cli commands url and install
  • (foxriver76) if users want to install non existing adapters we now hint to the url command instead of recommending the use of npm
  • (foxriver76) when interacting with aliases we no longer check permissions of the alias and the original object, we now only check the alias
  • (foxriver76) host object is now already created during setup first run, allowing eg to disable sentry globally before first start of ioBroker
  • (foxriver76) if the user sets a custom title for instances this is now preserved during upload
  • (foxriver76) on reinstallation of adapters we uninstall the package manually first to ensure a correct reinstall
  • (foxriver76) fixed problem on multihost discover
  • (foxriver76) if getState is called on a non existing or non linked alias we return null like for all other non existing states
  • (foxriver76) optimize alias subscribe performance for non-redis dbs
  • (foxriver76/bluefox/Apollon77) updated dependencies
  • (foxriver76/bluefox/Apollon77) minor fixes and stability improvements

Developer relevant DEPRECATIONS/WARNINGS

  • (foxriver76) adapters need to specify adapter-core version 3.1.4 or higher or allow an upgrade to this version by specifying e.g. ^3.x.x
  • (foxriver76) it is now validated that obj.native is of type Record<string, unknown>
  • (foxriver76) Let's encrypt has been removed (@iobroker/webeserver should be used instead)
  • (foxriver76) deprecated delete/createState/channel/device methods
  • (foxriver76) deprecated ioPack common.license which is replaced by the new object common.licenseInfo
  • (foxriver76) ioPack mode subscribe has been removed as you can achieve the same with mode once and setting system.adapter.xy.alive state (also removed common.wakeup and common.subscribe because of this)

Developer relevant new features

  • (foxriver76) js-controller (and thus the whole ioBroker) is now running as an ESM module internally while staying a 100 % backward compatible to adapters written in cjs
  • (foxriver76) adapters can now be written as ESM modules having full support (including compact mode)
  • (foxriver76) we provide all exports as ESM and as CJS to allow adapter developers to choose what to use
  • (foxriver76) added convenient methods to manage node modules (see https://github.com/ioBroker/ioBroker.js-controller?tab=readme-ov-file#managing-node-modules)
  • (foxriver76) allow to specify reason and exit code on adapter.stop
  • (foxriver76) if you blocklist a version in your io-package.json the controller won't start it anymore and will generate a notification
  • (foxriver76) for adapters of type schedule and connectionType set to cloud the schedule will be automatically delayed by up to 60 seconds randomly per user if the CRON does not contain a seconds argument, this is to prevent DDoS attacks

Developer relevant optimizations and fixes

... (truncated)

Commits

Updates @iobroker/adapter-core from 3.1.4 to 3.1.6

Release notes

Sourced from @​iobroker/adapter-core's releases.

Release v3.1.6

  • (foxriver76) improve exported types

Release v3.1.5

  • (foxriver76) provide up-to-date types
Commits

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 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 <dependency name> 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)

Bumps [@iobroker/types](https://github.com/ioBroker/ioBroker.js-controller) and [@iobroker/adapter-core](https://github.com/ioBroker/adapter-core). These dependencies needed to be updated together.

Updates `@iobroker/types` from 5.0.19 to 6.0.0
- [Release notes](https://github.com/ioBroker/ioBroker.js-controller/releases)
- [Changelog](https://github.com/ioBroker/ioBroker.js-controller/blob/master/CHANGELOG.md)
- [Commits](ioBroker/ioBroker.js-controller@v5.0.19...v6.0.0)

Updates `@iobroker/adapter-core` from 3.1.4 to 3.1.6
- [Release notes](https://github.com/ioBroker/adapter-core/releases)
- [Commits](ioBroker/adapter-core@v3.1.4...v3.1.6)

---
updated-dependencies:
- dependency-name: "@iobroker/types"
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@iobroker/adapter-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #615.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-a2c63eabf5 branch June 10, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant