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.78k stars 370 forks source link

Bump mqtt from 4.2.8 to 5.2.0 #850

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps mqtt from 4.2.8 to 5.2.0.

Release notes

Sourced from mqtt's releases.

Release 5.2.0

5.2.0 (2023-11-09)

Features

  • esm version dist/mqtt.esm.js and replace browserify with esbuild (#1731) (3d6c3be)

Release 5.1.4

5.1.4 (2023-10-30)

Bug Fixes

Release 5.1.3

5.1.3 (2023-10-20)

Bug Fixes

  • add all EventListener methods to TypedEventEmitter interface (#1718) (b96882a)

Release 5.1.2

5.1.2 (2023-10-10)

Bug Fixes

Release 5.1.1

5.1.1 (2023-10-09)

Bug Fixes

Release 5.1.0

5.1.0 (2023-10-04)

Bug Fixes

... (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
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 8 months ago

Superseded by #851.