Skip to content

Bump mqtt from 2.18.8 to 3.0.0#62

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mqtt-3.0.0
Closed

Bump mqtt from 2.18.8 to 3.0.0#62
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mqtt-3.0.0

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 28, 2019

Bumps mqtt from 2.18.8 to 3.0.0.

Release notes

Sourced from mqtt's releases.

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
  • Merge pull request #866 from ogis-fujiwara/msg-order-at-restore
  • update branch
  • Merge branch 'master' into feature-mqtt-5
  • Merge pull request #827 from flespi-software/feature-mqtt-5
  • Add new callback called when message is put into outgoingStore.
  • Pass callback cbStorePut to publish method as one of options.
  • Merge pull request #869 from ogis-fujiwara/cb-store-put
  • Update TypeScript declaration files for cbStorePut.
  • fix properties mqtt 5 in subscribe
  • Merge pull request #881 from mqttjs/mqtt-5-subscribe-fix
  • Merge pull request #872 from ogis-fujiwara/cb-store-put-ts
  • fix bug in weixin min program and add support to ali min program (#898)
  • fix: delete completed incoming QOS 2 messages (#893)
  • Update deps fix ci fix 9errors (#903)
  • Fix publish interrupt during stored packets processing. (#902)
  • fix bug in weapp (#913)
  • Did you mean 'Support'? (#915)
  • fix (#917)
  • server side disconnect handling (#926)
  • perform nextTick work only if work needs to be done (#931)
  • resubscribe mqtt5 fix (#946)
  • process disconnect packet w/o full destroy the connection (#937)
  • Fixed #952. (#953)
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


Dependabot has been acquired by GitHub  🎉

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mqtt-3.0.0 branch from eba5aea to 27b48cb Compare October 2, 2019 17:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mqtt-3.0.0 branch from 27b48cb to 4888b98 Compare November 8, 2019 20:17
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/mqtt-3.0.0 branch from 4888b98 to c0fb7a7 Compare March 3, 2020 19:23
@dependabot-preview
Copy link
Contributor Author

Superseded by #102.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mqtt-3.0.0 branch April 28, 2020 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants