Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps tar to 7.5.2 and updates ancestor dependency homebridge-config-ui-x. These dependencies need to be updated together.

Updates tar from 7.5.1 to 7.5.2

Commits

Updates homebridge-config-ui-x from 5.8.0 to 5.10.0

Release notes

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

v5.10.0

UI Changes

  • updates to the uk.json language file (#2618) (@​xrust83)
  • updates to the th.json language file (#2628) (@​tomzt)
  • fix german welcome translation typo
  • add spinners for loading data widget values
  • hide ssl settings when on hb raspbian image
  • hide accessory widget if insecure mode disabled
  • rename insecure option to accessory control
  • improve json schema for ui settings section
  • avoid refreshing after changing widget setting
  • avoid refresh after plugin install/setting change
  • shorten arrow button for same row height
  • monospace input font for relevant options
  • scheduled restart option for (child) bridges

Other Changes

  • add method to determine if running on raspbian image
  • fix node deprecation DEP0190 (shell option)
  • config editor - fix restart case of no child bridges
  • code styling chore - consistent code spacing
  • extract 'extract' string to language files
  • lift from beta - custom types, betas, terminal
  • convert repo to esm modules
  • enable nestjs logging when in dev mode
  • add api endpoint for updating a package

Homebridge Dependencies

  • @homebridge/hap-client @ v3.1.2
  • @homebridge/node-pty-prebuilt-multiarch @ v0.13.1
  • @homebridge/plugin-ui-utils @ v2.1.1

v5.9.0

UI Changes

  • updates to the th.json language file (#2592) (@​tomzt)
  • updates to the zh-cn.json language file (#2594) (@​honue)
  • consistent sizing of input fields and select fields
  • status qr code widget - show pin in monospace
  • bridges widget - show bridges as restarting on full restart
  • do not hide search button when no search results found
  • close settings restart toast if any restart button clicked
  • change session timeout from seconds to days, hours, minutes
  • updated various dependencies
  • support dynamicDefaults in config schema forms
  • use homebridge icon for child bridges
  • refactor child bridge screen with config alerts

... (truncated)

Changelog

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

v5.10.0 (2025-11-16)

UI Changes

  • updates to the uk.json language file (#2618) (@​xrust83)
  • updates to the th.json language file (#2628) (@​tomzt)
  • fix german welcome translation typo
  • add spinners for loading data widget values
  • hide ssl settings when on hb raspbian image
  • hide accessory widget if insecure mode disabled
  • rename insecure option to accessory control
  • improve json schema for ui settings section
  • avoid refreshing after changing widget setting
  • avoid refresh after plugin install/setting change
  • shorten arrow button for same row height
  • monospace input font for relevant options
  • scheduled restart option for (child) bridges

Other Changes

  • add method to determine if running on raspbian image
  • fix node deprecation DEP0190 (shell option)
  • config editor - fix restart case of no child bridges
  • code styling chore - consistent code spacing
  • extract 'extract' string to language files
  • lift from beta - custom types, betas, terminal
  • convert repo to esm modules
  • enable nestjs logging when in dev mode
  • add api endpoint for updating a package

Homebridge Dependencies

  • @homebridge/hap-client @ v3.1.2
  • @homebridge/node-pty-prebuilt-multiarch @ v0.13.1
  • @homebridge/plugin-ui-utils @ v2.1.1

v5.9.0 (2025-11-01)

UI Changes

  • updates to the th.json language file (#2592) (@​tomzt)
  • updates to the zh-cn.json language file (#2594) (@​honue)
  • consistent sizing of input fields and select fields
  • status qr code widget - show pin in monospace
  • bridges widget - show bridges as restarting on full restart
  • do not hide search button when no search results found
  • close settings restart toast if any restart button clicked
  • change session timeout from seconds to days, hours, minutes
  • updated various dependencies
  • support dynamicDefaults in config schema forms

... (truncated)

Commits
  • e71ca55 v5.10.0
  • b68945f scheduled restart option for (child) bridges
  • 7109aca add api endpoint for updating a package
  • f3f0b6b enable nestjs logging when in dev mode
  • 81a8299 convert repo to esm modules
  • 5670d13 monospace input font for relevant options
  • bef02f9 shorten arrow button for same row height
  • f53b2f8 lift from beta - custom types, betas, terminal
  • d101e25 extract 'extract' string to language files
  • 1848c02 code styling chore - consistent code spacing
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tar](https://github.com/isaacs/node-tar) to 7.5.2 and updates ancestor dependency [homebridge-config-ui-x](https://github.com/homebridge/homebridge-config-ui-x). These dependencies need to be updated together.


Updates `tar` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.1...v7.5.2)

Updates `homebridge-config-ui-x` from 5.8.0 to 5.10.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@v5.8.0...v5.10.0)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.2
  dependency-type: indirect
- dependency-name: homebridge-config-ui-x
  dependency-version: 5.10.0
  dependency-type: direct:development
...

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 Nov 21, 2025
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