[iobroker-bot] Remove deprecated common.materialize from io-package.json#1177
Open
ioBroker-Bot wants to merge 1 commit into
Conversation
31 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
German description can be found below
Deutsche Beschreibung befindet sich weiter unten
General information
This PR has been created by iobroker-bot. Please review the changes carefully and merge the PR if the review is ok.
Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that a PR is faulty. Please open an issue at repository https://github.com/ioBroker/ioBroker.repochecker to report a faulty PR.
And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.
your
ioBroker Check and Service Bot
@mcm1957 for evidence
Changes provided by this PR
This PR fixes the issue [W1078] "common.materialize" is deprecated for admin >= 5 in io-package.json. Please use property "common.adminUI.config" reported by the repository checker.
The
common.materializeattribute inio-package.jsonhas been deprecated sincejs-controller5 and has been replaced by thecommon.adminUIconfiguration.The
common.materializeattribute has been removed.The
common.adminUI.configsetting did not exist and has been added with valuematerialize.The existing
js-controllerdependency already requires at least5.0.0, so no dependency update was needed.Please plan the next release as at least a minor version update if the dependency requirement has been changed.
Deutsche Beschreibung
Allgemeine Informationen
Dieser PR wurde von iobroker-bot erstellt. Bitte die Änderungen sorgfältig prüfen und den PR bei erfolgreicher Prüfung mergen.
Bei Fragen oder falls ein PR fehlerhaft erscheint, gerne Kontakt mit mir (@ioBroker-Bot) aufnehmen. Bitte ein Issue im Repository https://github.com/ioBroker/ioBroker.repochecker öffnen, um einen fehlerhaften PR zu melden.
Und VIELEN DANK für die Wartung dieses Adapters von mir und allen Nutzenden.
Gemeinsam für das beste Nutzererlebnis arbeiten.
Euer
ioBroker Check and Service Bot
@mcm1957 zum Nachweis
Durch diesen PR bereitgestellte Änderungen
Dieser PR behebt das vom Repository Checker gemeldete Problem [W1078] "common.materialize" is deprecated for admin >= 5 in io-package.json. Please use property "common.adminUI.config".
Das Attribut
common.materializein derio-package.jsonist seitjs-controller5 veraltet und wurde durch die Konfigurationcommon.adminUIersetzt.Das Attribut
common.materializewurde entfernt.Die Einstellung
common.adminUI.configwar nicht vorhanden und wurde mit dem Wertmaterializeergänzt.Die vorhandene
js-controller-Abhängigkeit verlangt bereits mindestens5.0.0, daher war keine Anpassung erforderlich.Bitte den nächsten Release mindestens als Minor-Update planen, falls sich die Abhängigkeitsanforderung geändert hat.
You my recreate this PR by adding the following comment:
@ioBroker-Bot recreate
Template: W1078-removeCommonMaterialize