Skip to content

Bump the all-dependencies group across 1 directory with 5 updates#1773

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-e9d7f3a630
Open

Bump the all-dependencies group across 1 directory with 5 updates#1773
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-e9d7f3a630

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 5 updates in the / directory:

Package From To
@typescript-eslint/parser 8.60.1 8.61.0
typescript-eslint 8.60.1 8.61.0
homebridge 2.0.2 2.1.0
undici 7.27.2 8.4.1
@types/node 25.9.1 25.9.2

Updates @typescript-eslint/parser from 8.60.1 to 8.61.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.61.0 (2026-06-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates typescript-eslint from 8.60.1 to 8.61.0

Release notes

Sourced from typescript-eslint's releases.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.61.0 (2026-06-08)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates 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

Updates undici from 7.27.2 to 8.4.1

Release notes

Sourced from undici's releases.

v8.4.1

What's Changed

New Contributors

Full Changelog: nodejs/undici@v8.4.0...v8.4.1

v8.4.0

What's Changed

... (truncated)

Commits
  • 04ebc71 Bumped v8.4.1 (#5392)
  • 89017ab docs: fix remaining broken links in API documentation (#5342)
  • cae3940 docs: fix multiple inaccuracies in API documentation (#5384)
  • 01e89e9 fix(client): reject pipelined TLS altname errors (#5373)
  • d03fb24 fix: handle paused parser on socket end (issue #5360) (#5389)
  • ee59da3 docs: fix code examples that crash at runtime and other inaccuracies (#5386)
  • 8464ab7 docs: add Getting Started guide (#5371)
  • ba12bb1 fix(dns): skip requests without origin (#5376)
  • c07a438 fix: prevent race condition between onEnd and onTrailers in HTTP/2 client (#5...
  • a8ea6f2 test: avoid localhost lookup in fetch cookies tests (#5363)
  • Additional commits viewable in compare view

Updates @types/node from 25.9.1 to 25.9.2

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.60.1` | `8.61.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.60.1` | `8.61.0` |
| [homebridge](https://github.com/homebridge/homebridge) | `2.0.2` | `2.1.0` |
| [undici](https://github.com/nodejs/undici) | `7.27.2` | `8.4.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `25.9.2` |



Updates `@typescript-eslint/parser` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/parser)

Updates `typescript-eslint` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/typescript-eslint)

Updates `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)

Updates `undici` from 7.27.2 to 8.4.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.27.2...v8.4.1)

Updates `@types/node` from 25.9.1 to 25.9.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: homebridge
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: undici
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

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 12, 2026
@changeset-bot

changeset-bot Bot commented Jun 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 279cec9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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