feat(zwavejs2mqtt): update image docker.io/zwavejs/zwave-js-ui 11.18.0 → 11.19.0 (#48568)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui) | minor | `7490fde` → `0a363b3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (docker.io/zwavejs/zwave-js-ui)</summary> ### [`v11.19.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#11190-2026-05-27) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.18.0...v11.19.0) ##### ✨ Features - **ui:** add Last Awake column for battery-powered nodes ([#​4643](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4643)) ([d417154](https://redirect.github.com/zwave-js/zwave-js-ui/commit/d417154cada86bc877dd1267a2e341888546d002)) ##### 🐛 Bug Fixes - **ui:** reduce nodes-table re-render pressure and clear inclusion ghosts ([#​4649](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4649)) ([037d400](https://redirect.github.com/zwave-js/zwave-js-ui/commit/037d40023438e27bcbe151a2cea371fd6aa0e1eb)), closes [#​4639](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4639) [#​4639](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4639) ##### ♻️ Code Refactoring - **build:** improve Docker layer and GHA cache reuse ([#​4648](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4648)) ([de9acf1](https://redirect.github.com/zwave-js/zwave-js-ui/commit/de9acf1d2c6244251a697ffa4295ca0bcad6595e)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC96d2F2ZWpzMm1xdHQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 11.18.0
|
||||
appVersion: 11.19.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.3.4
|
||||
@@ -39,5 +39,5 @@ sources:
|
||||
- https://github.com/zwave-js/zwave-js-ui
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 25.7.0
|
||||
version: 25.8.0
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
repository: docker.io/zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 11.18.0@sha256:7490fde184be1c55bf4d7d06a29616a4996b711a57b2d01a8660571925b1b1b1
|
||||
tag: 11.19.0@sha256:0a363b3aa06f76c3c2d24fbc4ac5aeafdd993ee3f63a4031c207c07f15cd46aa
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user