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

chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps the npm_and_yarn group with 4 updates in the / directory: braces, cross-spawn, xml2js and homebridge.

Updates braces from 3.0.2 to 3.0.3

Commits

Updates cross-spawn from 7.0.3 to 7.0.6

Changelog

Sourced from cross-spawn's changelog.

7.0.6 (2024-11-18)

Bug Fixes

  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)

7.0.5 (2024-11-07)

Bug Fixes

  • fix escaping bug introduced by backtracking (640d391)

7.0.4 (2024-11-07)

Bug Fixes

Commits
  • 77cd97f chore(release): 7.0.6
  • 6717de4 chore: upgrade standard-version
  • f700743 fix: update cross-spawn version to 7.0.5 in package-lock.json
  • 9a7e3b2 chore: fix build status badge
  • 0852683 chore(release): 7.0.5
  • 640d391 fix: fix escaping bug introduced by backtracking
  • bff0c87 chore: remove codecov
  • a7c6abc chore: replace travis with github workflows
  • 9b9246e chore(release): 7.0.4
  • 5ff3a07 fix: disable regexp backtracking (#160)
  • Additional commits viewable in compare view

Updates xml2js from 0.4.23 to 0.6.2

Commits

Updates homebridge from 1.5.1 to 1.8.5

Release notes

Sourced from homebridge's releases.

v1.8.5

Changed

  • support plugins with dots in their npm scope (#3687) (@​gtalusan)
  • mark compatible with node v22
  • minor dependency updates

Homebridge Dependencies

  • hap-nodejs @ v0.12.3

v1.8.4

Fixed

Changed

  • Detect config interface on registerPlatform (#3609) (@​duddu)
  • Updated dependencies, fix typedoc generation
  • Added log messaging about upcoming Homebridge v2.0.0 update
    • NOTICE TO USERS AND PLUGIN DEVELOPERS
      • Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
      • Please visit the following link to learn more about the changes and how to prepare:

v1.8.3

Other Changes

v1.8.2

Reminder: Homebridge (including the UI) does not officially support Node.js 22 until later this year (around October/November).

Changed

  • Updated dependencies (hap-nodejs)
  • correct comment for automatically added 'alpha' labels in labeler.yml (#3608) (@​techm4te)

v1.8.1

Fixed

  • shared use of commander between homebridge and the UI repo

Other Changes

  • Update Discord Webhook

v1.8.0

Added

... (truncated)

Changelog

Sourced from homebridge's changelog.

v1.8.5 (2024-10-25)

Changed

  • support plugins with dots in their npm scope (#3687) (@​gtalusan)
  • mark compatible with node v22
  • minor dependency updates

Homebridge Dependencies

  • hap-nodejs @ v0.12.3

v1.8.4 (2024-07-19)

Fixed

Changed

  • Detect config interface on registerPlatform (#3609) (@​duddu)
  • Updated dependencies, fix typedoc generation
  • Added log messaging about upcoming Homebridge v2.0.0 update
    • NOTICE TO USERS AND PLUGIN DEVELOPERS
      • Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
      • Please visit the following link to learn more about the changes and how to prepare:

Homebridge Dependencies

  • hap-nodejs @ v0.12.2

v1.8.3 (2024-06-19)

Changed

  • Updated dependencies (hap-nodejs)

Homebridge Dependencies

  • hap-nodejs @ v0.12.2

v1.8.2 (2024-05-16)

Changed

  • Updated dependencies (hap-nodejs)
  • correct comment for automatically added 'alpha' labels in labeler.yml (#3608) (@​techm4te)

Homebridge Dependencies

... (truncated)

Commits
Maintainer changes

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


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

…dates

Bumps the npm_and_yarn group with 4 updates in the / directory: [braces](https://github.com/micromatch/braces), [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) and [homebridge](https://github.com/homebridge/homebridge).


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `xml2js` from 0.4.23 to 0.6.2
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.6.2)

Updates `homebridge` from 1.5.1 to 1.8.5
- [Release notes](https://github.com/homebridge/homebridge/releases)
- [Changelog](https://github.com/homebridge/homebridge/blob/latest/CHANGELOG.md)
- [Commits](homebridge/homebridge@v1.5.1...v1.8.5)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: xml2js
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: homebridge
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2024
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.

0 participants