Skip to content

Bump homebridge-config-ui-x from 4.75.0 to 4.76.0 #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps homebridge-config-ui-x from 4.75.0 to 4.76.0.

Release notes

Sourced from homebridge-config-ui-x's releases.

v4.76.0

⚠️ Upcoming Deprecations:

  • A new version of Homebridge UI (v5) will be released around mid-June 2025. This will be compatible with both Homebridge v1 and v2 (in beta).
  • Initially, there will be no significant differences between Homebridge UI v4 and v5. The major version increment primarily reflects the removal of support for outdated technologies and hardware. UI v5 will:
    • Be compatible with Homebridge v1 and v2
    • Drop support for Node.js v18 and earlier, so please update to v20 or v22 - more info on updating
    • Drop support for Raspberry Pi devices running on the armv6 architecture (like the Pi 1 and Pi Zero) - please update your hardware
    • Drop support for instances using pnpm as the package manager - consider updating your Homebridge instance to use npm instead - more info on updating
  • Note that these are not requirements for UI v4.76.0

UI Changes

  • updates to the th.json language file (#2443) (@​tomzt)
  • improvements to various accessory tiles and modals
  • fix occasional issue in backup/restore, revert recent change
  • improvements to plugin config validation
    • use ajv-keywords to allow validation of unique properties in arrays
  • fix form field error state font colour (make it red)
  • redesigned login page
  • improve wallpaper selection with new modal to upload a file
  • refactor HBv2 and UIv5 readiness modals
  • move backup settings from ui advanced settings to backup/restore modal

Other Changes

  • upgrade to angular v20
  • bump plugin-ui-utils for new theme method

Homebridge Dependencies

  • @homebridge/hap-client @ v2.2.0
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.1.0
Changelog

Sourced from homebridge-config-ui-x's changelog.

v4.76.0 (2025-06-07)

⚠️ Upcoming Deprecations:

  • A new version of Homebridge UI (v5) will be released around mid-June 2025. This will be compatible with both Homebridge v1 and v2 (in beta).
  • Initially, there will be no significant differences between Homebridge UI v4 and v5. The major version increment primarily reflects the removal of support for outdated technologies and hardware. UI v5 will:
    • Be compatible with Homebridge v1 and v2
    • Drop support for Node.js v18 and earlier, so please update to v20 or v22 - more info on updating
    • Drop support for Raspberry Pi devices running on the armv6 architecture (like the Pi 1 and Pi Zero) - please update your hardware
    • Drop support for instances using pnpm as the package manager - consider updating your Homebridge instance to use npm instead - more info on updating
  • Note that these are not requirements for UI v4.76.0

UI Changes

  • updates to the th.json language file (#2443) (@​tomzt)
  • improvements to various accessory tiles and modals
  • fix occasional issue in backup/restore, revert recent change
  • improvements to plugin config validation
    • use ajv-keywords to allow validation of unique properties in arrays
  • fix form field error state font colour (make it red)
  • redesigned login page
  • improve wallpaper selection with new modal to upload a file
  • refactor HBv2 and UIv5 readiness modals
  • move backup settings from ui advanced settings to backup/restore modal

Other Changes

  • upgrade to angular v20
  • bump plugin-ui-utils for new theme method

Homebridge Dependencies

  • @homebridge/hap-client @ v2.2.0
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v2.1.0
Commits
  • 991c44e v4.76.0
  • 559c647 move backup settings from ui advanced settings to backup/restore modal
  • 3a27dca refactor HBv2 and UIv5 readiness modals
  • a892538 improve wallpaper selection with new modal to upload a file
  • 89e0f41 bump plugin-ui-utils for new theme method
  • 4a84f33 redesigned login page
  • f41a43c fix form field error state font colour (make it red)
  • 8b9d340 upgrade to angular v20
  • 0e8ee28 improvements to plugin config validation
  • 969a01e fix occasional issue in backup/restore, revert recent change
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [homebridge-config-ui-x](https://github.com/homebridge/homebridge-config-ui-x) from 4.75.0 to 4.76.0.
- [Release notes](https://github.com/homebridge/homebridge-config-ui-x/releases)
- [Changelog](https://github.com/homebridge/homebridge-config-ui-x/blob/latest/CHANGELOG.md)
- [Commits](homebridge/homebridge-config-ui-x@v4.75.0...v4.76.0)

---
updated-dependencies:
- dependency-name: homebridge-config-ui-x
  dependency-version: 4.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 9, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 9, 2025
@NorthernMan54 NorthernMan54 merged commit 0863919 into latest Jun 9, 2025
2 checks passed
@NorthernMan54 NorthernMan54 deleted the dependabot/npm_and_yarn/homebridge-config-ui-x-4.76.0 branch June 9, 2025 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant