node-pinus / pinus

A fast,scalable,distributed game server framework for Node.js, Powered by TypeScript. 一个TypeScript写的node.js分布式游戏/应用服务器框架(原型基于pomelo)。
https://pinus.io
MIT License
1.81k stars 375 forks source link

Bump mqtt from 4.2.8 to 5.0.4 #785

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mqtt from 4.2.8 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

4.3.7

PR

fix: regression from #1401 and allow CI test failures to break gitthub workflow (#1443)

4.3.6

PR

chore: update CI

fix(browser): require buffer (#1420)

fix(types): connect function proper overloads (#1416)

4.3.5

PR

fix(drain-leak): fix regression introduced in #1301 (#1401)

4.3.4

PR

fix(dependency): migrate LruMap from collections to lru-cache (#1396)

4.3.3

PR

fix(publish): call callback when messageId available (#1393)

fix: remove collections.js depdendency from number-allocator (#1394)

PR

fix(dependencies): update collections (#1386)

4.3.2

PR

fix(dependencies): update collections (#1386)

4.3.1

... (truncated)

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 1 year ago

Superseded by #791.