NorthernMan54 / homebridge-alexa

Expose your homebridge controlled devices to Amazon Alexa.
https://www.homebridge.ca
442 stars 77 forks source link

Bump mqtt from 4.3.7 to 5.0.4 #580

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps mqtt from 4.3.7 to 5.0.4.

Release notes

Sourced from mqtt's releases.

Release 5.0.4

5.0.4 (2023-08-31)

Bug Fixes

Release 5.0.3

5.0.3 (2023-08-16)

Bug Fixes

  • browser detection (183b35a), closes #1671
  • close and end callbacks not executed in the WeChat mini program (#1664) (15ff607)

Release 5.0.2

5.0.2 (2023-08-03)

Bug Fixes

  • cli: cli commands not working (#1660) (1bea132)
  • import mqtt correctly in test (8f15557)
  • tests: abstract store test types (0ddd097)

Release 5.0.1

5.0.1 (2023-07-31)

Bug Fixes

  • resubscribe when no session present (#895) (#1650) (37acda6)
  • types: wrong incomingStore and outgoingStore (8133eba)

Release 5.0.0

5.0.0 (2023-07-25)

Bug Fixes

  • help message for client ID param for sub command is incorrect (#1643) (8521888)
  • types: better streamBuilder types (247e187)
  • types: better types (#1645) (0f29bff)
  • use explicit connect packet and infer types from mqtt-packet (#1646) (2a49ed3)
  • make tests more reliable (#1534) (1076143)
  • problem with publish callback invoked twice (#1635) (79b23a8)

... (truncated)

Changelog

Sourced from mqtt's changelog.

Release History

Commits
  • 42818de chore(release): 5.0.4
  • 312b57b fix: set default value false for reconnecting in constructor (#1674) (#1678)
  • 1d351b8 docs: improve punctuation in README.md (#1682)
  • cbe0dc6 fix: export js file in dist folder (#1596) (#1677)
  • 78e8c08 docs(readme): update with ALPNProtocols for supporting multiple TLS protocols...
  • 57f4595 docs(readme): specify the Client as an event emitter to improve understandabi...
  • 844e4ff fix: move exported types out of dev dependencies (#1676)
  • 3aaacff chore(release): 5.0.3
  • 183b35a fix: browser detection
  • 94ab684 style: fix lint
  • Additional commits viewable in compare view
Maintainer changes

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


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 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)
dependabot[bot] commented 9 months ago

Superseded by #581.