Skip to content

dependabot npm(deps): bump mqtt from 5.4.0 to 5.5.0

Depen d'Abot requested to merge dependabot-npm_and_yarn-mqtt-5.5.0 into master

Bumps mqtt from 5.4.0 to 5.5.0.

Release notes

Sourced from mqtt's releases.

Release 5.5.0

5.5.0 (2024-03-18)

Bug Fixes

  • browser: force closing client doesn't destroy websocket correctly (#1820) (f9b1204), closes #1817
  • expose mqttjs version on MqttClient.VERSION (#1821) (50776a7)

Features

  • timerVariant option to choose between native and worker timers (#1818) (547519d)
Changelog

Sourced from mqtt's changelog.

5.5.0 (2024-03-18)

Bug Fixes

  • browser: force closing client doesn't destroy websocket correctly (#1820) (f9b1204), closes #1817
  • expose mqttjs version on MqttClient.VERSION (#1821) (50776a7)

Features

  • timerVariant option to choose between native and worker timers (#1818) (547519d)
Commits
  • 9a18610 chore(release): 5.5.0
  • 547519d feat: timerVariant option to choose between native and worker timers (#1818)
  • 50776a7 fix: expose mqttjs version on MqttClient.VERSION (#1821)
  • f9b1204 fix(browser): force closing client doesn't destroy websocket correctly (#1820)
  • 78e9213 chore: ignore coverage of browser related stuff (#1819)
  • See full diff in compare view

Merge request reports