chore(deps): update container image zwavejs/zwave-js-ui to v9.13.0@e44e9fd by renovate (#22643)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | minor | `9.12.0` -> `9.13.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary> ### [`v9.13.0`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9130-2024-05-30) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.12.0...v9.13.0) ##### Bug Fixes - **ui:** cleaner rebuild routes hint ([e51cf52](e51cf52bea
)) - **ui:** groups associations for LR nodes ([#​3702](https://togithub.com/zwave-js/zwave-js-ui/issues/3702)) ([3b9505b](3b9505b91d
)) - **ui:** move valueId spinner after control ([efbfe13](efbfe13864
)), closes [#​3726](https://togithub.com/zwave-js/zwave-js-ui/issues/3726) ##### Features - bump [@​zwave-js/server](https://togithub.com/zwave-js/server) to 1.35.0 ([#​3710](https://togithub.com/zwave-js/zwave-js-ui/issues/3710)) ([18b89db](18b89dbf5d
)) - bump mqtt@5.6.0 ([a18d1a5](a18d1a555d
)) - bump zwave-js@12.6.0 ([#​3704](https://togithub.com/zwave-js/zwave-js-ui/issues/3704)) ([db51955](db519556c1
)) - bump zwave-js@12.7.0 ([#​3712](https://togithub.com/zwave-js/zwave-js-ui/issues/3712)) ([68d1f6a](68d1f6a45a
)) - bump zwave-js@12.8.1 ([#​3715](https://togithub.com/zwave-js/zwave-js-ui/issues/3715)) ([3adf71a](3adf71a129
)) - bump zwave-js@12.9.1 ([#​3725](https://togithub.com/zwave-js/zwave-js-ui/issues/3725)) ([4e47111](4e471115f0
)) - zniffer ([#​3706](https://togithub.com/zwave-js/zwave-js-ui/issues/3706)) ([18ffbe2](18ffbe2d8b
)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
1cdda54f3d
commit
88595d5020
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.12.0
|
||||
appVersion: 9.13.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.10
|
||||
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/zwave-js/zwavejs2mqtt
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 20.1.4
|
||||
version: 20.2.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.12.0@sha256:1ac0290f8323e254973e228df2ba5c825d23cf879593f0457e825eb0ef39dc1a
|
||||
tag: 9.13.0@sha256:e44e9fdee90fac85fa5c98969a98550d2e6160b037a34ede9727f240cc1d180e
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue