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

Bump homebridge-config-ui-x from 4.56.2 to 4.57.1 #221

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps homebridge-config-ui-x from 4.56.2 to 4.57.1.

Release notes

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

v4.57.1

UI Changes

  • hide and show config editor action buttons based on current action

UI Fixes

  • fix edge case of hiding child bridge setup (when plugin update is available)
  • fix pkg engines, take from installed version not npm

Other Changes

  • remove useless angular OnInits
  • created shared global defaults pattern to allow sharing defaults between server and ui (@​NorthernMan54)

v4.57.0

UI Changes

  • show UI messages when node 22 updates available
    • note that Homebridge, the UI, and plugins do not yet need to support Node.js 22
    • update notifications for Node.js 22 will only be shown if you are already running Node.js 22
  • add a Homebridge v2.0 readiness badge to each installed plugin card with a modal explaining what it means
    • a tick will show if you are running Homebridge v1 and the plugin has been marked as supported v2
    • a cross will show if you are running Homebridge v1 and the plugin has not been marked as supported v2
    • no icon will be shown if you are already running a Homebridge v2 beta version

Other Changes

  • run improved linter on non-typescript files
  • remove unused .prettierrc file
  • updated dependencies
  • obtain verified plugin tarballs from homebridge/verified repo
  • ignore .cache folder when creating backup files
  • add xterm-addon-web-links to angular allowed cjs
  • fixes for angular build, fix for readiness icon

v4.56.4

Other Changes

v4.56.3

Other Changes

Changelog

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

v4.57.1 (2024-08-26)

UI Changes

  • hide and show config editor action buttons based on current action

UI Fixes

  • fix edge case of hiding child bridge setup (when plugin update is available)
  • fix pkg engines, take from installed version not npm

Other Changes

  • remove useless angular OnInits
  • created shared global defaults pattern to allow sharing defaults between server and ui (@​NorthernMan54)

v4.57.0 (2024-08-26)

UI Changes

  • show UI messages when node 22 updates available
    • note that Homebridge, the UI, and plugins do not yet need to support Node.js 22
    • update notifications for Node.js 22 will only be shown if you are already running Node.js 22
  • add a Homebridge v2.0 readiness badge to each installed plugin card with a modal explaining what it means
    • a tick will show if you are running Homebridge v1 and the plugin has been marked as supported v2
    • a cross will show if you are running Homebridge v1 and the plugin has not been marked as supported v2
    • no icon will be shown if you are already running a Homebridge v2 beta version

Other Changes

  • EventEmitter memory leak warnings when you have a significant number of child bridges. (#2087) (@​hjdhjd)
  • run improved linter on non-typescript files
  • remove unused .prettierrc file
  • updated dependencies
  • obtain verified plugin tarballs from homebridge/verified repo
  • ignore .cache folder when creating backup files (@​paulk4633)
  • add xterm-addon-web-links to angular allowed cjs
  • fixes for angular build, fix for readiness icon

Homebridge Dependencies

  • @homebridge/hap-client @ v1.10.2
  • @homebridge/node-pty-prebuilt-multiarch @ v0.11.14
  • @homebridge/plugin-ui-utils @ v1.0.3

v4.56.4 (2024-06-25)

Other Changes

... (truncated)

Commits
  • e3bf0b9 v4.57.1
  • 8ec4c66 fix pkg engines, take from installed version not npm
  • 528b9ce hide and show config editor action buttons based on current action
  • 28a5088 created shared global defaults pattern to allow sharing defaults between serv...
  • 846fe92 remove useless angular OnInits
  • 32026f2 fix edge case of hiding child bridge setup
  • 9f1d92b fixes for angular build, fix for readiness icon
  • 1dceff5 add a Homebridge v2.0 readiness badge to each plugin card
  • d7ce6f5 show UI messages when node 22 updates available
  • b9bc854 add xterm-addon-web-links to angular allowed cjs
  • 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.56.2 to 4.57.1.
- [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@4.56.2...v4.57.1)

---
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 dependencies Pull requests that update a dependency file label Sep 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 24, 2024

Looks like homebridge-config-ui-x is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/homebridge-config-ui-x-4.57.1 branch September 24, 2024 06:53
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant