andersonshatch / soma-ctrl

Node util for controlling SOMA smart shade via MQTT or HTTP
MIT License
21 stars 6 forks source link

Bump mqtt from 2.18.8 to 4.2.0 #117

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps mqtt from 2.18.8 to 4.2.0.

Release notes

Sourced from mqtt's releases.

v4.2.0

📚 PR:

feat(websockets): websocket-streams to ws (#1108) fix(browser support): do not use process.nextTick without check that it exists (#1136) fix(browser support): correct browser detection for webpack (#1135) fix(mqtt stores): improve error handling and tests (#1133)
feat(mqtt5): add properties object to publish options (#1103) fix(typescript): fix payloadFormatIndicator to boolean type (#1115) fix: path for bin files (#1107)

v4.1.0

📚 PR:

  • ci: add debug logs to tests (#1091)
  • chore: move cli to bin directory (#1096)
  • chore: remove bloat from package (#1097)
  • types: add on('connect') (#963)
  • The protocols parameter of wx.connectSocket should be Array. (#969)
  • [FIXED] Unsubscribe while topics are in array. (#958)
  • Add missing "debug" dependency (#1104)

v4.0.1

📚 PR:

  • refactor: better debugging (#1085)
  • docs: knick knacks here and there (#1087)
  • docs: better explain reconnection in readme (#1088)

v4.0.0

  • refactor: callbacks on end() (#1080)
  • chore: change workflow to v10-14 and doc fixes (#1079)
  • feat(client): error handling and test resilience (#1076)
  • chore: add master branch action (#1062)
  • chore: istanbul to nyc and uglify-js to uglify-es (#1061)
  • chore: github actions (#1059)
  • feat: connection error handler (#1053)
  • fix: remove only (#1058)
  • feat: support SNI on TLS (#1055)
  • chore: tidy up debug logs (#1052)
  • fix various options definition for ts usage (#1043)
  • refactor: zuul to airtap for browser testing (#1045)

v3.0.0

  • mqtt 5 support
  • Notice about MQTT 5.0 added to README
  • Delayed emit timing of connect event. Emit connect event after processing of outgoingStore is completed.
  • Modified _onConnect() as top level function. Called this._setupPingTimer() from _onConnect(). Modified on('connect') handler for resubscribe as top level function. The function is called from _onConnect().
  • Passed packet to _onConnect().
  • Change this.firstConnection to private member.
  • Added Node 10 to .travis.yml
  • Merge pull request #867 from mqttjs/add-node-ten
Commits
  • abc7339 release(4.2.0): bump package version
  • b2c1215 feat(websockets): websocket-streams to ws (#1108)
  • 963e554 fix(browser support): do not use process.nextTick without check that it exist...
  • eedc2b2 fix(browser support): correct browser detection for webpack (#1135)
  • 9c61419 fix(mqtt stores): improve error handling and tests (#1133)
  • e8326ce feat(mqtt5): add properties object to publish options
  • 5adb12a fix(typescript): fix payloadFormatIndicator to boolean type (#1115)
  • 43cc1d1 fix: path for bin files (#1107)
  • 2980e96 Bumped v4.1.0
  • 139997c Add missing "debug" dependency (#1104)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by yodama, 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #120.