Skip to content

chore(deps-dev): bump mqtt from 4.3.7 to 5.0.0#12149

Merged
kamilmysliwiec merged 1 commit intomasterfrom
dependabot/npm_and_yarn/mqtt-5.0.0
Jul 31, 2023
Merged

chore(deps-dev): bump mqtt from 4.3.7 to 5.0.0#12149
kamilmysliwiec merged 1 commit intomasterfrom
dependabot/npm_and_yarn/mqtt-5.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 26, 2023

Bumps mqtt from 4.3.7 to 5.0.0.

Release notes

Sourced from mqtt's releases.

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)
  • types: subscribe definition (#1527) (debb7d9)
  • chore!: remove unused deps, convert to ES2015 class (#1633) (d71b000), closes #1633
  • browser tests not working (#1628) (8775fcd)
  • setImmediate polyfill (#1626) (0ed0754)
  • _storeProcessing staying true after outStore got emptied (#1492) (f3f7be7)
  • consistency, used this instead of that (#1618) (800825b)
  • prevent store message on store when it's restored (#1255) (8d68c8c)
  • add missing export of UniqueMessageIdProvider and DefaultMessageIdProvider (#1572) (aa2e0ad)
  • IS_BROWSER check is now safer and more agnostic about the bundler (#1571) (b48b4b4)
  • test: topicAliasMaximum tests (#1612) (f1e5518)
  • topicAliasMaximum under must be under Connect properties (#1519) (3b2e1cb)
  • types: missing null declaration for error in subscription callback (#1589) (afc067b)
  • types: topic alias controls and password (#1509) (85c9341)
  • chore!: drop support for node 12-14 (#1615) (a2cbf61), closes #1615

Features

BREAKING CHANGES

  • When creating an MqttClient instance new is now required
  • Dropped support for NodeJS 12-14
  • Completely rewritten in Typescript

Release 5.0.0-beta.4

5.0.0-beta.4 (2023-07-21)

  • Project completely rewritten ion Typescript 🚀

5.0.0-beta.3 (2023-07-19)

Bug Fixes

... (truncated)

Changelog

Sourced from mqtt's changelog.

Release History

Commits
  • 80a1418 chore(release): 5.0.0
  • d3019ce style: remove unused imports
  • 247e187 fix(types): better streamBuilder types
  • d02e176 feat: promises support (#1644)
  • 8521888 fix: help message for client ID param for sub command is incorrect (#1643)
  • 2a49ed3 fix: use explicit connect packet and infer types from mqtt-packet (#1646)
  • 0f29bff fix(types): better types (#1645)
  • b7aafa9 chore(release): 5.0.0-beta.4
  • df7881f chore!: convert project to typescript (#1641)
  • f4f0550 docs: fix typo on readme and remove standardjs badge
  • 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 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)

Bumps [mqtt](https://github.com/mqttjs/MQTT.js) from 4.3.7 to 5.0.0.
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.OLD.md)
- [Commits](mqttjs/MQTT.js@v4.3.7...v5.0.0)

---
updated-dependencies:
- dependency-name: mqtt
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 26, 2023
@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build caf26f60-8363-4a55-91d0-59523bc53067

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.813%

Totals Coverage Status
Change from base Build a509af9b-ae97-4e29-a2b3-5c945f0c9791: 0.0%
Covered Lines: 6392
Relevant Lines: 6887

💛 - Coveralls

@kamilmysliwiec kamilmysliwiec merged commit b72072e into master Jul 31, 2023
@delete-merged-branch delete-merged-branch Bot deleted the dependabot/npm_and_yarn/mqtt-5.0.0 branch July 31, 2023 08:04
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants