Skip to content

Bump the all-dependencies group across 1 directory with 14 updates#1796

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
turbo 2.9.16 2.10.4
@typescript-eslint/parser 8.60.1 8.63.0
eslint 10.4.1 10.7.0
globals 17.6.0 17.7.0
typescript-eslint 8.60.1 8.63.0
@homebridge/plugin-ui-utils 2.2.4 2.2.5
homebridge 2.0.2 2.1.1
typescript 6.0.3 7.0.2
systeminformation 5.31.7 5.31.17
undici 7.27.2 8.7.0
uuid 14.0.0 14.0.1
@types/node 25.9.1 26.1.1
msw 2.14.6 2.15.0
vitest 4.1.8 4.1.10

Updates turbo from 2.9.16 to 2.10.4

Release notes

Sourced from turbo's releases.

Turborepo v2.10.4

What's Changed

Changelog

... (truncated)

Commits
  • 1506a11 publish 2.10.4 to registry
  • 11a68c7 fix: Stop flagging relative imports that resolve into node_modules in boundar...
  • 947b478 fix: Raise the open-file soft limit at startup (#13282)
  • ddc584d feat: Make turbo prune Cargo-aware (#13281)
  • ff0d508 perf: Skip dependency-closure assembly for toolchains that derive nothing (#1...
  • 39d623e feat: Make turbo watch Cargo-aware (#13280)
  • af01fdf fix: Collapse nested package-manager fallback conditional (#13279)
  • 7e02f94 release(turborepo): 2.10.4-canary.2 (#13278)
  • 8e3a59f release(library): 0.0.1-canary.23 (#13276)
  • ce18f0a test: Add end-to-end coverage for Cargo workspaces (#13274)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.60.1 to 8.63.0

Release notes

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

v8.63.0

8.63.0 (2026-07-06)

🚀 Features

  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#12426)

🩹 Fixes

  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#12447, #12446)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#12491, #12485)
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#12492)
  • scope-manager: export ClassStaticBlockScope (#12460)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.1

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

... (truncated)

Changelog

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

8.63.0 (2026-07-06)

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.

8.62.1 (2026-06-29)

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.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

8.61.1 (2026-06-15)

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.

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 eslint from 10.4.1 to 10.7.0

Release notes

Sourced from eslint's releases.

v10.7.0

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063) (fnx)
  • 557fde8 feat: support computed Number.parseInt member access in radix rule (#21041) (Pixel)
  • 0b4a73b feat: add suggestions to no-compare-neg-zero (#21034) (den$)
  • 96cdd42 feat: report invalid signed numeric radix values in radix rule (#21030) (Pixel)

Bug Fixes

  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#21069) (Pixel)
  • 0d7d70c fix: insert cause outside wrapping parens in preserve-caught-error (#21062) (Mahin Anowar)
  • 75ec753 fix: handle static template literals in eqeqeq rule (#21058) (Pixel)
  • b717a22 fix: prevent eqeqeq null option from reporting non-equality operators (#21057) (Pixel)
  • e35b05f fix: avoid no-invalid-regexp false positive for shadowed RegExp (#21051) (Pixel)
  • a3172b6 fix: avoid no-control-regex false positive for shadowed RegExp (#21050) (Pixel)
  • d1f637e fix: parenthesize sequence expression operands in no-implicit-coercion (#21045) (spokodev)
  • 8859baf fix: avoid prefer-numeric-literals false positive for shadowed globals (#21047) (한국)
  • a9e5961 fix: use-isnan false positive on shadowed NaN/Number (#20958) (sethamus)
  • 8a240a7 fix: avoid false positives in radix rule for spread arguments (#21044) (Pixel)

Documentation

  • c30d808 docs: Update README (GitHub Actions Bot)
  • 5139800 docs: document ESLint migration codemods in v9 and v10 guides (#20980) (Alex Bit)
  • 04174cb docs: Update README (GitHub Actions Bot)
  • 026e130 docs: update semver policy for bug fixes (#21048) (Milos Djermanovic)
  • 9d42fef docs: Update README (GitHub Actions Bot)
  • b230159 docs: Update README (GitHub Actions Bot)
  • 0129972 docs: correct **/.js glob to **/*.js in config files guide (#21036) (EduardF1)

Chores

  • 9489379 chore: update dependency @​eslint/eslintrc to ^3.3.6 (#21076) (renovate[bot])
  • 81a4774 chore: updates for v9.39.5 release (Jenkins)
  • 9835414 chore: enable $ExpectType annotations in all TypeScript files (#21071) (Francesco Trotta)
  • 72adf6b chore: restrict markdownlint-cli2 updates in renovate (#21067) (lumir)
  • 833ec10 chore: update dependency prettier to v3.9.4 (#21061) (renovate[bot])
  • 7ea106d chore: update ecosystem plugins (#21059) (ESLint Bot)
  • 8fb550e chore: add prettier update commit to .git-blame-ignore-revs (#21056) (lumir)
  • e4e1166 chore: update dependency prettier to v3.9.1 (#21055) (renovate[bot])
  • 0493f53 chore: update prettier to v3.9.0 (#21054) (Pixel)
  • 1056a99 chore: update dependency prettier to v3.8.5 (#21049) (renovate[bot])
  • 4d4155d ci: run ecosystem tests on pull requests (#21027) (sethamus)
  • 993539f chore: update dependency @​eslint/json to ^2.0.1 (#21042) (renovate[bot])
  • 53f8b69 test: add error locations to no-constant-binary-expression (#21039) (lumir)
  • 5ab71d5 refactor: clean up radix rule internals (#21015) (Pixel)
  • a80a9a4 chore: update ecosystem plugins (#21035) (ESLint Bot)
  • 7c9a029 ci: add Node.js 26 to CI (#20847) (lumir)

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)

... (truncated)

Commits
  • fabd99b 10.7.0
  • 37c5e75 Build: changelog update for 10.7.0
  • 9489379 chore: update dependency @​eslint/eslintrc to ^3.3.6 (#21076)
  • 81a4774 chore: updates for v9.39.5 release
  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#21069)
  • 9835414 chore: enable $ExpectType annotations in all TypeScript files (#21071)
  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032)
  • c30d808 docs: Update README
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063)
  • 72adf6b chore: restrict markdownlint-cli2 updates in renovate (#21067)
  • Additional commits viewable in compare view

Updates globals from 17.6.0 to 17.7.0

Release notes

Sourced from globals's releases.

v17.7.0

  • Update globals (2026-06-22) (#345) 33b75f9

sindresorhus/globals@v17.6.0...v17.7.0

Commits

Updates typescript-eslint from 8.60.1 to 8.63.0

Release notes

Sourced from typescript-eslint's releases.

v8.63.0

8.63.0 (2026-07-06)

🚀 Features

  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#12426)

🩹 Fixes

  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#12447, #12446)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#12491, #12485)
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#12492)
  • scope-manager: export ClassStaticBlockScope (#12460)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.1

8.62.1 (2026-06-29)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#12328)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#12365)
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#12443, #12418)

❤️ Thank You

See GitHub Releases for more information.

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

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.63.0 (2026-07-06)

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.

8.62.1 (2026-06-29)

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.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

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

8.61.1 (2026-06-15)

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.

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/plugin-ui-utils from 2.2.4 to 2.2.5

Release notes

Sourced from @​homebridge/plugin-ui-utils's releases.

v2.2.5

Changes

  • chore: update action versions in release.yml
  • chore: dependency updates
  • chore: bump actions/checkout to v7 in release.yml
  • chore: update copyright year in LICENSE
  • fix(ui): only use the EventTarget polyfill when the native constructor is unsupported
  • chore(ui): set injected inline styles via textContent
  • fix(server): register the IPC disconnect handler in the constructor, not at import
  • fix(mock): expose ui.mock via the package exports map
  • fix(interface): make form helper buttons optional and correct i18n doc comment
  • chore(examples): update dependencies and engines
  • fix(examples): correct toast error arguments and avoid innerHTML
  • docs: update claude and copilot reference files
  • docs: revamp development guide with working import paths and logging FAQ
  • docs(readme): sync plugin metadata shape, fix typos and document server logging
  • chore: added deprecate-past-pre-releases workflow
Changelog

Sourced from @​homebridge/plugin-ui-utils's changelog.

v2.2.5 (2026-07-11)

Changes

  • chore: update action versions in release.yml
  • chore: dependency updates
  • chore: bump actions/checkout to v7 in release.yml
  • chore: update copyright year in LICENSE
  • fix(ui): only use the EventTarget polyfill when the native constructor is unsupported
  • chore(ui): set injected inline styles via textContent
  • fix(server): register the IPC disconnect handler in the constructor, not at import
  • fix(mock): expose ui.mock via the package exports map
  • fix(interface): make form helper buttons optional and correct i18n doc comment
  • chore(examples): update dependencies and engines
  • fix(examples): correct toast error arguments and avoid innerHTML
  • docs: update claude and copilot reference files
  • docs: revamp development guide with working import paths and logging FAQ
  • docs(readme): sync plugin metadata shape, fix typos and document server logging
  • chore: added deprecate-past-pre-releases workflow
Commits
  • 1ec28db v2.2.5
  • d1c8986 chore: added deprecate-past-pre-releases workflow
  • 6660262 docs(readme): sync plugin metadata shape, fix typos and document server logging
  • ff770b8 docs: revamp development guide with working import paths and logging FAQ
  • 99f9080 docs: update claude and copilot reference files
  • fb92e48 fix(examples): correct toast error arguments and avoid innerHTML
  • b4e0428 chore(examples): update dependencies and engines
  • 64a7e68 fix(interface): make form helper buttons optional and correct i18n doc comment
  • 8019dbd fix(mock): expose ui.mock via the package exports map
  • b01fa8f fix(server): register the IPC disconnect handler in the constructor, not at i...
  • Additional commits viewable in compare view

Updates homebridge from 2.0.2 to 2.1.1

Release notes

Sourced from homebridge's releases.

v2.1.1

Changes

  • chore: update actions/checkout to v7
  • chore: dependency updates
  • fix: keep api shutdown listener attached across child bridge restart
  • fix(cli): unref shutdown fallback timer so process exits promptly
  • fix: clear currentInitializingPlugin once each initializer settles
  • fix: keep npm-prefix lookup quiet when user has noisy npm env vars
  • fix: hoist QR-code error level out of printSetupInfo
  • fix: cap restart attempts on signal-based child bridge exits too
  • fix: use disconnect event instead of polling for parent connection
  • fix: also check bridged accessories for UUID collisions in registerPlatform
  • fix: surface publish errors from bridge.publish and external accessory publish
  • fix(plugin): include exported keys in initializer-not-found error
  • fix: reset child bridge restart cap after a stable run
  • docs: regenerate docs for v2.1.1

Homebridge Dependencies

  • @homebridge/hap-nodejs @ v2.1.8

Matter Dependencies

  • @matter/main @ v0.17.4

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

... (truncated)

Changelog

Sourced from homebridge's changelog.

v2.1.1 (2026-07-12)

Changes

  • chore: update actions/checkout to v7
  • chore: dependency updates
  • fix: keep api shutdown listener attached across child bridge restart
  • fix(cli): unref shutdown fallback timer so process exits promptly
  • fix: clear currentInitializingPlugin once each initializer settles
  • fix: keep npm-prefix lookup quiet when user has noisy npm env vars
  • fix: hoist QR-code error level out of printSetupInfo
  • fix: cap restart attempts on signal-based child bridge exits too
  • fix: use disconnect event instead of polling for parent connection
  • fix: also check bridged accessories for UUID collisions in registerPlatform
  • fix: surface publish errors from bridge.publish and external accessory publish
  • fix(plugin): include exported keys in initializer-not-found error
  • fix: reset child bridge restart cap after a stable run
  • docs: regenerate docs for v2.1.1

Homebridge Dependencies

  • @homebridge/hap-nodejs @ v2.1.8

Matter Dependencies

  • @matter/main @ v0.17.4

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

... (truncated)

Commits
  • 131d77d v2.1.1
  • e124772 docs: regenerate docs for v2.1.1
  • c58eff4 fix: reset child bridge restart cap after a stable run
  • a7a1d48 fix(plugin): include exported keys in initializer-not-found error
  • dc0ef09 fix: surface publish errors from bridge.publish and external accessory publish
  • 4738293 fix: also check bridged accessories for UUID collisions in registerPlatform
  • d934a47 fix: use disconnect event instead of polling for parent connection
  • adc95e2 fix: cap restart attempts on signal-based child bridge exits too
  • 8f00f8e fix: hoist QR-code error level out of printSetupInfo
  • c08b94d fix: keep npm-prefix lookup quiet when user has noisy npm env vars
  • Additional commits viewable in compare view

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates systeminformation from 5.31.7 to 5.31.17

Release notes

Sourced from systeminformation's releases.

v5.31.17

Full Changelog: sebhildebrandt/systeminformation@v5.31.16...v5.31.17

v5.31.16

Full Changelog: sebhildebrandt/systeminformation@v5.31.15...v5.31.16

v5.31.15

Full Changelog: sebhildebrandt/systeminformation@v5.31.14...v5.31.15

v5.31.14

Full Changelog: sebhildebrandt/systeminformation@v5.31.13...v5.31.14

v5.31.13

Full Changelog: sebhildebrandt/systeminformation@v5.31.12...v5.31.13

v5.31.12

Full Changelog: sebhildebrandt/systeminformation@v5.31.11...v5.31.12

v5.31.11

Full Changelog: sebhildebrandt/systeminformation@v5.31.10...v5.31.11

v5.31.10

Full Changelog: sebhildebrandt/systeminformation@v5.31.9...v5.31.10

v5.31.9

Full Changelog: sebhildebrandt/systeminformation@v5.31.8...v5.31.9

v5.31.8

Full Changelog: sebhildebrandt/systeminformation@v5.31.7...v5.31.8

Changelog

Sourced from systeminformation's changelog.

Changelog

Major Changes - Version 5

New Functions

  • audio() detailed audio information
  • bluetoothDevices() detailed information detected bluetooth devices
  • dockerImages() detailed information docker images
  • dockerVolumes() detailed information docker volumes
  • printers() detailed printer information
  • usb() detailed USB information
  • wifiInterfaces() detected Wi-Fi interfaces
  • wifiConnections() active Wi-Fi connections

Breaking Changes

Be aware, that the new version 5.x is NOT fully backward compatible to version 4.x ...

We had to make several interface changes to keep systeminformation as consistent as possible. We highly recommend to go through the complete list and adapt your own code to be again compatible to the new version 5.

Function Old New (V5) Comments
unsupported values -1 null values which are unknown orunsupported on platform
battery() hasbatterycyclecountischargingdesignedcapacitymaxcapacityacconnectedtimeremaining hasBatterycycleCountisChargingdesignedCapacitymaxCapacityacConnectedtimeRemaining pascalCase conformity
blockDevices() fstype fsType pascalCase conformity
cpu() speedminspeedmax speedMinspeedMax pascalCase conformity
cpu().speedcpu().speedMincpu().speedMax string values now returningnumerical values better value handling
cpuCurrentspeed() cpuCurrentSpeed() function name changedpascalCase conformity
currentLoad() avgloadcurrentload

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

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.9.16` | `2.10.4` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.60.1` | `8.63.0` |
| [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.7.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.60.1` | `8.63.0` |
| [@homebridge/plugin-ui-utils](https://github.com/homebridge/plugin-ui-utils) | `2.2.4` | `2.2.5` |
| [homebridge](https://github.com/homebridge/homebridge) | `2.0.2` | `2.1.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [systeminformation](https://github.com/sebhildebrandt/systeminformation) | `5.31.7` | `5.31.17` |
| [undici](https://github.com/nodejs/undici) | `7.27.2` | `8.7.0` |
| [uuid](https://github.com/uuidjs/uuid) | `14.0.0` | `14.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `26.1.1` |
| [msw](https://github.com/mswjs/msw) | `2.14.6` | `2.15.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.8` | `4.1.10` |



Updates `turbo` from 2.9.16 to 2.10.4
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.9.16...v2.10.4)

Updates `@typescript-eslint/parser` from 8.60.1 to 8.63.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.63.0/packages/parser)

Updates `eslint` from 10.4.1 to 10.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.7.0)

Updates `globals` from 17.6.0 to 17.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.6.0...v17.7.0)

Updates `typescript-eslint` from 8.60.1 to 8.63.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.63.0/packages/typescript-eslint)

Updates `@homebridge/plugin-ui-utils` from 2.2.4 to 2.2.5
- [Release notes](https://github.com/homebridge/plugin-ui-utils/releases)
- [Changelog](https://github.com/homebridge/plugin-ui-utils/blob/latest/CHANGELOG.md)
- [Commits](homebridge/plugin-ui-utils@v2.2.4...v2.2.5)

Updates `homebridge` from 2.0.2 to 2.1.1
- [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.1)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `systeminformation` from 5.31.7 to 5.31.17
- [Release notes](https://github.com/sebhildebrandt/systeminformation/releases)
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](sebhildebrandt/systeminformation@v5.31.7...v5.31.17)

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

Updates `uuid` from 14.0.0 to 14.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v14.0.0...v14.0.1)

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

Updates `msw` from 2.14.6 to 2.15.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.14.6...v2.15.0)

Updates `vitest` from 4.1.8 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.10.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@homebridge/plugin-ui-utils"
  dependency-version: 2.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: homebridge
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: systeminformation
  dependency-version: 5.31.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: undici
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: msw
  dependency-version: 2.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: vitest
  dependency-version: 4.1.10
  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 Jul 16, 2026
@changeset-bot

changeset-bot Bot commented Jul 16, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5c059be

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