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.3 #134

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps mqtt from 2.18.8 to 4.2.3.

Release notes

Sourced from mqtt's releases.

v4.2.2 (patch release)

📚 PR:

#1154: fixes #1140, detecting if webpack is used (browser) #1162: fixes #1152, reconnect bug #1165: fixes #1160, add documentation for react #1171: minor docs consistency improvements

v4.2.1

This release is a patch update to address a bug created in release v4.2.0, breaking MQTT over Websocket in the browser. This patch fixes that.

📚 PR:

fix(websocket): browser in ws (#1145)

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)
Commits
  • 2de81e6 release(4.2.3): secure connection bugfix (#1191)
  • 298dbb2 fix(secure): do not override password and username (#1190)
  • 94075d8 remove Buffer
  • 5c6aeb7 release(4.2.2): bump package version (#1187)
  • 70a247c fix: replace url.parse by WHATWG URL API (#1147)
  • b5b3814 Create syncToDevOps.yml
  • 541f201 fix: check if client connected when reconnecting (#1162)
  • 66f7de7 docs: consistency in callback and mId (#1171)
  • 09f412d fix(chromeOS testing): tls certs with longer keylength
  • 00b3183 fix created new TLS certs with longer key lengths
  • 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 3 years ago

Superseded by #136.