Skip to content

Bump homebridge from 2.0.2 to 2.1.0 - #261

Merged
github-actions[bot] merged 1 commit into
latestfrom
dependabot/npm_and_yarn/homebridge-2.1.0
Jun 5, 2026
Merged

Bump homebridge from 2.0.2 to 2.1.0#261
github-actions[bot] merged 1 commit into
latestfrom
dependabot/npm_and_yarn/homebridge-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps homebridge from 2.0.2 to 2.1.0.

Release notes

Sourced from homebridge's releases.

v2.1.0

Changes

  • chore: add past release deprecation workflow (#3940)
  • fix: normalise main bridge username to uppercase before MAC validation
  • fix(matter): clean up half-started external Matter server on publish failure
  • fix: tolerate missing platforms/accessories arrays in refreshConfig
  • fix: defensively validate activePlugins is an array
  • fix(api): make isMatterEnabled() truthful during plugin initialisation
  • fix(matter): release Matter ports when external accessories unregister or fail
  • fix(matter): use a sentinel error class to detect cross-bridge routing
  • fix: stop concurrent requestMatterAccessories callers stranding each other
  • fix(matter): drop BehaviorRegistry handlers when accessories unregister
  • fix: ack stopMatterMonitoring when there are no active clients
  • fix(matter): strip invalid child bridge Matter configs instead of just logging
  • fix: send fallback error when no Matter bridge has the requested accessory
  • fix(matter): close half-built ServerNode when start() fails after creation
  • feat: persist plugin attribution for external accessories so the UI can show their QR codes
  • fix(matter): echo correlationId on accessoriesData responses
  • fix(matter): serialize fabric/node IDs as strings, not BigInt
  • feat: allow disabling both hap and matter on a bridge
  • feat(matter): support disabling matter in place without tear down
  • fix(matter): set door lock state directly
  • fix(matter): echo correlationId on monitoringStarted/Stopped acks
  • feat: nested hap/matter bridge config with externalsOnly mode
  • fix(matter): read the Matter shutdown handler via a getter
  • test: add spec-inclusive typecheck script and fix existing spec errors
  • chore: add test-file lint rules and fix existing violations
  • refactor(matter): delegate log rendering to matter.js
  • chore: dependency updates
  • docs: refresh copilot instruction file (#3949) (@​Sev7een)

Homebridge Dependencies

  • @homebridge/hap-nodejs @ v2.1.7

Matter Dependencies

  • @matter/main @ v0.17.1
Changelog

Sourced from homebridge's changelog.

v2.1.0 (2026-06-04)

Changes

  • chore: add past release deprecation workflow (#3940)
  • fix: normalise main bridge username to uppercase before MAC validation
  • fix(matter): clean up half-started external Matter server on publish failure
  • fix: tolerate missing platforms/accessories arrays in refreshConfig
  • fix: defensively validate activePlugins is an array
  • fix(api): make isMatterEnabled() truthful during plugin initialisation
  • fix(matter): release Matter ports when external accessories unregister or fail
  • fix(matter): use a sentinel error class to detect cross-bridge routing
  • fix: stop concurrent requestMatterAccessories callers stranding each other
  • fix(matter): drop BehaviorRegistry handlers when accessories unregister
  • fix: ack stopMatterMonitoring when there are no active clients
  • fix(matter): strip invalid child bridge Matter configs instead of just logging
  • fix: send fallback error when no Matter bridge has the requested accessory
  • fix(matter): close half-built ServerNode when start() fails after creation
  • feat: persist plugin attribution for external accessories so the UI can show their QR codes
  • fix(matter): echo correlationId on accessoriesData responses
  • fix(matter): serialize fabric/node IDs as strings, not BigInt
  • feat: allow disabling both hap and matter on a bridge
  • feat(matter): support disabling matter in place without tear down
  • fix(matter): set door lock state directly
  • fix(matter): echo correlationId on monitoringStarted/Stopped acks
  • feat: nested hap/matter bridge config with externalsOnly mode
  • fix(matter): read the Matter shutdown handler via a getter
  • test: add spec-inclusive typecheck script and fix existing spec errors
  • chore: add test-file lint rules and fix existing violations
  • refactor(matter): delegate log rendering to matter.js
  • chore: dependency updates
  • docs: refresh copilot instruction file (#3949) (@​Sev7een)

Homebridge Dependencies

  • @homebridge/hap-nodejs @ v2.1.7

Matter Dependencies

  • @matter/main @ v0.17.1
Commits
  • 88caf57 v2.1.0
  • c1407e0 docs: refresh copilot instruction file (#3949)
  • 9534361 chore: dependency updates
  • b5622aa refactor(matter): delegate log rendering to matter.js
  • 5907589 chore: add test-file lint rules and fix existing violations
  • f0af955 test: add spec-inclusive typecheck script and fix existing spec errors
  • 70e8616 fix(matter): read the Matter shutdown handler via a getter
  • 7a7c522 feat: nested hap/matter bridge config with externalsOnly mode
  • 3fe7210 fix(matter): echo correlationId on monitoringStarted/Stopped acks
  • ef4c5c4 fix(matter): set door lock state directly
  • 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 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](https://github.com/homebridge/homebridge) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/homebridge/homebridge/releases)
- [Changelog](https://github.com/homebridge/homebridge/blob/latest/CHANGELOG.md)
- [Commits](homebridge/homebridge@v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: homebridge
  dependency-version: 2.1.0
  dependency-type: direct:development
  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 5, 2026
@github-actions
github-actions Bot merged commit 00c1734 into latest Jun 5, 2026
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/homebridge-2.1.0 branch June 5, 2026 08:06
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.

0 participants