chore(deps): update ghcr.io/zwave-js/zwave-js-ui docker tag to v11.8.1 #20

Open
renovate-bot wants to merge 1 commit from renovate/ghcr.io-zwave-js-zwave-js-ui-11.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/zwave-js/zwave-js-ui minor 11.7.0 -> 11.8.1

Release Notes

zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui)

v11.8.1

Compare Source

Features
  • add workflow_dispatch trigger to post release notes manually (0eb70ad)
  • bump zwave-js@​15.17.1 (a5f4018)
  • migrate to Vite 7 and bump Vue/Vuetify deps (4243387)
🐛 Bug Fixes
  • add error handling for workflow_dispatch release fetch (128f281)
  • convert discord-publish workflow to use ESM imports (12d6886)
  • handle Discord webhook 2000 char limit with embeds (b5dd000)
  • resolve TypeScript build errors in backend (166f04b)
  • resolve TypeScript type errors and remove deprecated extract-zip types (0169c1e)
  • update vite.config.mjs for Vite 7 ESM compatibility (15aa85f)
🔧 Chores
  • docker: bump Node.js from 20 to 24.11.1 (e402783)
  • downgrade Node.js version to 22.20.0 in Dockerfiles and restore armv6 (2c157f5)
  • drop armv6 support on docker (6c2ac94)
  • improve warning message clarity for truncated content (1069754)
  • update .nvmrc to Node.js 24.11.1 (6db2938)
  • update release-it configuration to use conventional commits preset (eb8607b)
📚 Documentation
  • add comment explaining ESM vs CommonJS in bot scripts (06a2945)
♻️ Code Refactoring
  • always use embeds for release notes on discord (5fb0554)
  • improve readability of Discord message splitting logic (fcb4334)

v11.8.0

Compare Source

Bug Fixes
Features

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/zwave-js/zwave-js-ui](https://github.com/zwave-js/zwave-js-ui) | minor | `11.7.0` -> `11.8.1` | --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (ghcr.io/zwave-js/zwave-js-ui)</summary> ### [`v11.8.1`](https://github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1181-2025-11-25) [Compare Source](https://github.com/zwave-js/zwave-js-ui/compare/v11.8.0...v11.8.1) ##### ✨ Features - add workflow\_dispatch trigger to post release notes manually ([0eb70ad](https://github.com/zwave-js/zwave-js-ui/commit/0eb70ad81884d3682391f66beb4382c97ab644d6)) - bump zwave-js\@&#8203;15.17.1 ([a5f4018](https://github.com/zwave-js/zwave-js-ui/commit/a5f401895db29c57cc9e0d35642b299b1c11b80f)) - migrate to Vite 7 and bump Vue/Vuetify deps ([4243387](https://github.com/zwave-js/zwave-js-ui/commit/4243387924663a9633831107ce573d4b1fe9e9bd)) ##### 🐛 Bug Fixes - add error handling for workflow\_dispatch release fetch ([128f281](https://github.com/zwave-js/zwave-js-ui/commit/128f2812d9243a1c0ffc96936a0e82904e490863)) - convert discord-publish workflow to use ESM imports ([12d6886](https://github.com/zwave-js/zwave-js-ui/commit/12d6886132e0ae4651a1903942d5130ade164cfb)) - handle Discord webhook 2000 char limit with embeds ([b5dd000](https://github.com/zwave-js/zwave-js-ui/commit/b5dd00090ef6d7f1d8f0198df9569dac81abf852)) - resolve TypeScript build errors in backend ([166f04b](https://github.com/zwave-js/zwave-js-ui/commit/166f04bbdfe511db1dcd45140f51ae77dc8f7094)) - resolve TypeScript type errors and remove deprecated extract-zip types ([0169c1e](https://github.com/zwave-js/zwave-js-ui/commit/0169c1ebc625e2314fb6c71a058a3df552ea61a4)) - update vite.config.mjs for Vite 7 ESM compatibility ([15aa85f](https://github.com/zwave-js/zwave-js-ui/commit/15aa85ffa8ce420b72344bd6423397f0a9126d50)) ##### 🔧 Chores - **docker:** bump Node.js from 20 to 24.11.1 ([e402783](https://github.com/zwave-js/zwave-js-ui/commit/e402783f32b7eb41fea07a53b2bd247c6a2b2b3b)) - downgrade Node.js version to 22.20.0 in Dockerfiles and restore armv6 ([2c157f5](https://github.com/zwave-js/zwave-js-ui/commit/2c157f587c1f9761ec85135d2b897de575db1670)) - drop armv6 support on docker ([6c2ac94](https://github.com/zwave-js/zwave-js-ui/commit/6c2ac94e286c4a0627fdcd58e2f7d2fef3693193)) - improve warning message clarity for truncated content ([1069754](https://github.com/zwave-js/zwave-js-ui/commit/10697545a6cd2148a30b34839123394a39c9e955)) - update .nvmrc to Node.js 24.11.1 ([6db2938](https://github.com/zwave-js/zwave-js-ui/commit/6db293843efb811128df821adbe33d70023f7b9b)) - update release-it configuration to use conventional commits preset ([eb8607b](https://github.com/zwave-js/zwave-js-ui/commit/eb8607bdcebcf79b2d760bbae4a48e0eb8f84bae)) ##### 📚 Documentation - add comment explaining ESM vs CommonJS in bot scripts ([06a2945](https://github.com/zwave-js/zwave-js-ui/commit/06a29459e017a20545aca16cd2e1249280282363)) ##### ♻️ Code Refactoring - always use embeds for release notes on discord ([5fb0554](https://github.com/zwave-js/zwave-js-ui/commit/5fb0554085e22f0a4b0f2c84875ded9cc0230c6f)) - improve readability of Discord message splitting logic ([fcb4334](https://github.com/zwave-js/zwave-js-ui/commit/fcb4334b43a036d01d885b9acd789c5fbf0c8d6d)) ### [`v11.8.0`](https://github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1180-2025-11-22) [Compare Source](https://github.com/zwave-js/zwave-js-ui/compare/v11.7.0...v11.8.0) ##### Bug Fixes - defer firmware update check until after re-interview completes ([#&#8203;4462](https://github.com/zwave-js/zwave-js-ui/issues/4462)) ([f1cfadc](https://github.com/zwave-js/zwave-js-ui/commit/f1cfadcb38d359d0c82f5692c92c9bc2ffecbaa2)), closes [zwave-js/zwave-js-ui#4461](https://github.com/zwave-js/zwave-js-ui/issues/4461) - error `require is not defined` when calling driver function ([#&#8203;4459](https://github.com/zwave-js/zwave-js-ui/issues/4459)) ([26b67b6](https://github.com/zwave-js/zwave-js-ui/commit/26b67b66a44a6e07d461d5a51e8f85f80640cca2)) - improve automatic firmware update checks ([#&#8203;4463](https://github.com/zwave-js/zwave-js-ui/issues/4463)) ([28e5c6e](https://github.com/zwave-js/zwave-js-ui/commit/28e5c6e15ab323b3b76550100f8835827ddb71da)) - **pwa:** prevent cache mismatch errors after updates ([#&#8203;4452](https://github.com/zwave-js/zwave-js-ui/issues/4452)) ([f99ff73](https://github.com/zwave-js/zwave-js-ui/commit/f99ff737531c5db06250d2026789f46c65e9b759)), closes [#&#8203;4216](https://github.com/zwave-js/zwave-js-ui/issues/4216) [/github.com/zwave-js/zwave-js-ui/issues/4216#issuecomment-2862668953](https://github.com//github.com/zwave-js/zwave-js-ui/issues/4216/issues/issuecomment-2862668953) [/github.com/zwave-js/zwave-js-ui/issues/4216#issuecomment-2864940117](https://github.com//github.com/zwave-js/zwave-js-ui/issues/4216/issues/issuecomment-2864940117) [zwave-js/zwave-js-ui#4228](https://github.com/zwave-js/zwave-js-ui/issues/4228) - refresh firmware update availability after update completes ([#&#8203;4457](https://github.com/zwave-js/zwave-js-ui/issues/4457)) ([eb955af](https://github.com/zwave-js/zwave-js-ui/commit/eb955afe59ba73bc6960328fbdaf10087da490ef)), closes [zwave-js/zwave-js-ui#4456](https://github.com/zwave-js/zwave-js-ui/issues/4456) ##### Features - add completion status messages for task operations ([#&#8203;4465](https://github.com/zwave-js/zwave-js-ui/issues/4465)) ([8640285](https://github.com/zwave-js/zwave-js-ui/commit/8640285f50e171189e3f4f9145dac9ab3ecb18ec)), closes [zwave-js/zwave-js-ui#4464](https://github.com/zwave-js/zwave-js-ui/issues/4464) [zwave-js/zwave-js-ui#4464](https://github.com/zwave-js/zwave-js-ui/issues/4464) - add wizard to collect debug information ([#&#8203;4460](https://github.com/zwave-js/zwave-js-ui/issues/4460)) ([a2ad097](https://github.com/zwave-js/zwave-js-ui/commit/a2ad09746b5dfa595420e566900344fac7927c44)), closes [zwave-js/zwave-js-ui#4213](https://github.com/zwave-js/zwave-js-ui/issues/4213) [zwave-js/zwave-js-ui#4213](https://github.com/zwave-js/zwave-js-ui/issues/4213) - bump zwave-js\@&#8203;15.17.0 ([#&#8203;4468](https://github.com/zwave-js/zwave-js-ui/issues/4468)) ([c93c161](https://github.com/zwave-js/zwave-js-ui/commit/c93c16193a78f2bd4b4e8e3105a09f9ca3a8600c)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update ghcr.io/zwave-js/zwave-js-ui docker tag to v11.8.0
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
cc72e8507e
renovate-bot force-pushed renovate/ghcr.io-zwave-js-zwave-js-ui-11.x from cc72e8507e
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
to 5f4ddea142
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
2025-11-22 22:06:55 +01:00
Compare
renovate-bot force-pushed renovate/ghcr.io-zwave-js-zwave-js-ui-11.x from 5f4ddea142
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
to 8a0c3777bc
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
2025-11-24 19:06:58 +01:00
Compare
renovate-bot force-pushed renovate/ghcr.io-zwave-js-zwave-js-ui-11.x from 8a0c3777bc
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
to 6713ff0cd7
Some checks failed
ci/woodpecker/pr/update Pipeline failed
2025-11-25 01:08:21 +01:00
Compare
renovate-bot force-pushed renovate/ghcr.io-zwave-js-zwave-js-ui-11.x from 6713ff0cd7
Some checks failed
ci/woodpecker/pr/update Pipeline failed
to 460d4b855e
Some checks failed
ci/woodpecker/pr/update Pipeline failed
2025-11-25 10:07:03 +01:00
Compare
renovate-bot changed title from chore(deps): update ghcr.io/zwave-js/zwave-js-ui docker tag to v11.8.0 to chore(deps): update ghcr.io/zwave-js/zwave-js-ui docker tag to v11.8.1 2025-11-25 10:07:10 +01:00
renovate-bot force-pushed renovate/ghcr.io-zwave-js-zwave-js-ui-11.x from 460d4b855e
Some checks failed
ci/woodpecker/pr/update Pipeline failed
to d15cbab769
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
2025-11-25 19:08:29 +01:00
Compare
renovate-bot force-pushed renovate/ghcr.io-zwave-js-zwave-js-ui-11.x from d15cbab769
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
to 94a0da05a2
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
2025-11-25 22:07:55 +01:00
Compare
renovate-bot force-pushed renovate/ghcr.io-zwave-js-zwave-js-ui-11.x from 94a0da05a2
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
to 111a67d4b1
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
2025-11-26 01:07:40 +01:00
Compare
renovate-bot force-pushed renovate/ghcr.io-zwave-js-zwave-js-ui-11.x from 111a67d4b1
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
to 98017c97fa
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
2025-11-26 16:07:20 +01:00
Compare
All checks were successful
ci/woodpecker/pr/update Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-zwave-js-zwave-js-ui-11.x:renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git switch renovate/ghcr.io-zwave-js-zwave-js-ui-11.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git switch renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git rebase main
git switch main
git merge --ff-only renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git switch renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git rebase main
git switch main
git merge --no-ff renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git switch main
git merge --squash renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git switch main
git merge --ff-only renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git switch main
git merge renovate/ghcr.io-zwave-js-zwave-js-ui-11.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
marcus/nix-config!20
No description provided.