Skip to content
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

npm: bump homebridge-config-ui-x from 4.62.0 to 4.69.0 #241

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps homebridge-config-ui-x from 4.62.0 to 4.69.0.

Release notes

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

v4.69.0

⚠️ Upcoming Deprecations:

  • The next major version v5 of the Homebridge UI 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.69.0

⚠️ Plugin Config Validation

This version of Homebridge UI adds validation to plugin config screens. This does not apply to manual plugin configuration (with raw JSON).

  • If your entered configuration is valid, then you will see a green tick by the save button.
  • If your configuration is not valid, then you will see an orange warning triangle by the save button. You will still be allowed to save the configuration.
  • A plugin can enforce strict validation:
    • For plugin developers: if you want to enforce a valid configuration, you can add "strictValidation": true as a root property to your config.schema.json file.
    • For users: if the plugin developer has enabled this setting and your configuration is invalid, then you will see a red warning triangle by the save button. You will not be allowed to save the configuration until it is valid.

If you have a plugin which can be configured multiple times, then an icon will be shown on each configuration block.

Plugin developers:

  • Please do not rely on this validation and assume that a user's configuration will be valid: you should still validate the user's config on plugin startup
  • Remember that some users do not use the UI at all, and other users may prefer to configure using raw JSON rather than config screens
  • For custom UI screens, the validation icon will be hidden when the save button is disabled (using homebridge.disableSaveButton() from @homebridge/plugin-ui-utils)
  • Please report any cases where the validation is not working as expected

UI Changes

  • updates to the uk.json language file (#2312) (@​xrust83)
  • updates to the cs.json language file (#2332) (@​DavidHuljak)
  • fix typos in hb/ui settings schemas (#2317) (@​dnicolson)
  • fix margins in update plugin modal
  • add plugin config validation functionality
  • refactor status and child bridge widgets
    • the existing 'status' widget has been renamed to 'update info' widget
    • the existing 'child bridges' widget has been renamed to 'bridges' widget
    • the homebridge status (from the old status widget) is now shown as a bridge in the new bridges widget
    • node update information has been added to the new update info widget
      • a widget option has been added to hide node update information: this may be useful for docker/synology users
    • homebridge and ui version information has been moved from the footer to the new update info widget
  • add 'homebridge name' setting to settings page
  • migrate bootstrap from v4 to v5
  • fix plugin config/bridge screens for certain plugins
  • add lighting mode option for terminal and log widgets
    • only available when the UI is already in light mode
  • fix long press on mobile devices
  • control fan rotation direction from the ui

... (truncated)

Changelog

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

v4.69.0 (2025-01-25)

⚠️ Upcoming Deprecations:

  • The next major version v5 of the Homebridge UI 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.69.0

⚠️ Plugin Config Validation

This version of Homebridge UI adds validation to plugin config screens. This does not apply to manual plugin configuration (with raw JSON).

  • If your entered configuration is valid, then you will see a green tick by the save button.
  • If your configuration is not valid, then you will see an orange warning triangle by the save button. You will still be allowed to save the configuration.
  • A plugin can enforce strict validation:
    • For plugin developers: if you want to enforce a valid configuration, you can add "strictValidation": true as a root property to your config.schema.json file.
    • For users: if the plugin developer has enabled this setting and your configuration is invalid, then you will see a red warning triangle by the save button. You will not be allowed to save the configuration until it is valid.

If you have a plugin which can be configured multiple times, then an icon will be shown on each configuration block.

Plugin developers:

  • Please do not rely on this validation and assume that a user's configuration will be valid: you should still validate the user's config on plugin startup
  • Remember that some users do not use the UI at all, and other users may prefer to configure using raw JSON rather than config screens
  • For custom UI screens, the validation icon will be hidden when the save button is disabled (using homebridge.disableSaveButton() from @homebridge/plugin-ui-utils)
  • Please report any cases where the validation is not working as expected

UI Changes

  • updates to the uk.json language file (#2312) (@​xrust83)
  • updates to the cs.json language file (#2332) (@​DavidHuljak)
  • fix typos in hb/ui settings schemas (#2317) (@​dnicolson)
  • fix margins in update plugin modal
  • add plugin config validation functionality
  • refactor status and child bridge widgets
    • the existing 'status' widget has been renamed to 'update info' widget
    • the existing 'child bridges' widget has been renamed to 'bridges' widget
    • the homebridge status (from the old status widget) is now shown as a bridge in the new bridges widget
    • node update information has been added to the new update info widget
      • a widget option has been added to hide node update information: this may be useful for docker/synology users
    • homebridge and ui version information has been moved from the footer to the new update info widget
  • add 'homebridge name' setting to settings page
  • migrate bootstrap from v4 to v5
  • fix plugin config/bridge screens for certain plugins
  • add lighting mode option for terminal and log widgets
    • only available when the UI is already in light mode
  • fix long press on mobile devices

... (truncated)

Commits
  • 0fe73af v4.69.0
  • 0a6c349 control fan rotation direction from the ui
  • 4e8289a fix long press on mobile devices
  • 0ce2493 add lighting mode option for terminal and log widgets
  • ced39ab fix plugin config/bridge screens for certain plugins
  • 6fb7da9 migrate bootstrap from v4 to v5
  • 4926788 add 'homebridge name' setting to settings page
  • cb770ea refactor status and child bridge widgets
  • 0e6b740 add plugin config validation functionality
  • 5f20fb8 improvements to GH actions and build processes
  • 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.62.0 to 4.69.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.62.0...v4.69.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependency Regarding dependencies, e.g. python or system packages label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Regarding dependencies, e.g. python or system packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant