chore(container): update image zwavejs/zwave-js-ui 9.23.0 → 9.24.0 by renovate (#27891)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui) | minor | `f21a32e` -> `ed648be` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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 (zwavejs/zwave-js-ui)</summary> ### [`v9.24.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#9240-2024-10-17) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v9.23.0...v9.24.0) ##### Bug Fixes - re-use file transport instance when setup loggers ([#​3928](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3928)) ([ded941b](https://redirect.github.com/zwave-js/zwave-js-ui/commit/ded941bb6c28bc0947cf991cd72be173cb6e996e)) - remove OTA firmware update lock, allow parallel fw updates ([f929686](https://redirect.github.com/zwave-js/zwave-js-ui/commit/f9296865273497195444337f2e5772df2852c8c1)), closes [#​3936](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3936) - **ui:** scanning of small QR codes ([#​3946](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3946)) ([6420ee4](https://redirect.github.com/zwave-js/zwave-js-ui/commit/6420ee4f0ee69549a55009c704641d1e7ef10120)) - **ui:** typo on NLWR, it's "next to last working route" ([#​3951](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3951)) ([b4baf4a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/b4baf4af232db69f7017b0546cfb987355649a35)) ##### Features - add option to allow disabling controller watchdog ([5b7cf9e](https://redirect.github.com/zwave-js/zwave-js-ui/commit/5b7cf9e2d01136d3d72600894c686c40d020df86)), closes [#​3936](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3936) - allow to set `deletePriorityReturnRoutes` option when rebuilding return routes ([99f7b9a](https://redirect.github.com/zwave-js/zwave-js-ui/commit/99f7b9adf877235ef9077cf9f03ab2ac61f3894c)), closes [#​3936](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3936) - bump zwave-js@13.9.1 ([#​3955](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3955)) ([2e0b76e](https://redirect.github.com/zwave-js/zwave-js-ui/commit/2e0b76e43d26d8dc384cd5615b6997b054d324dd)) - listen for `node info received` event ([#​3954](https://redirect.github.com/zwave-js/zwave-js-ui/issues/3954)) ([8f873a2](https://redirect.github.com/zwave-js/zwave-js-ui/commit/8f873a2edf96fbe6a3b776653550012426311a18)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 9.23.0
|
||||
appVersion: 9.24.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.0.0
|
||||
@@ -36,4 +36,4 @@ sources:
|
||||
- https://github.com/zwave-js/zwave-js-ui
|
||||
- https://hub.docker.com/r/zwavejs/zwave-js-ui
|
||||
type: application
|
||||
version: 21.11.0
|
||||
version: 21.12.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.23.0@sha256:f21a32e2edd11ac5301a4cb5f68b08ee46a18b262c30f6e6b3e56be45a4cdad7
|
||||
tag: 9.24.0@sha256:ed648be6b058c6aa74abca1868c3ac48cb82b06b22ef0ef4f7ba66dd9d331bfc
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user