moscajs / aedes-tests

Integration/Black Box tests for Aedes MQTT Broker
MIT License
5 stars 1 forks source link

Bump aedes from 0.42.6 to 0.44.2 #25

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps aedes from 0.42.6 to 0.44.2.

Release notes

Sourced from aedes's releases.

Release 0.44.2

  • fix: emptyQueue hitting its high water mark (#583) (9b117a0)
  • chore(deps-dev): bump @sinonjs/fake-timers from 6.0.1 to 7.0.0 (#576) (3ca8a49)
  • docs: typo 'subscrption' in Aedes.md (#573) (54ec105)
  • chore(deps-dev): bump markdownlint-cli from 0.25.0 to 0.26.0 (#571) (c6a8006)

Release 0.44.1

  • chore(deps): bumped deps (#568) (b682531)
  • fix: replace shortid with hyperid #565 (#567) (831048b)
  • chore(deps-dev): bump markdownlint-cli from 0.24.0 to 0.25.0 (#562) (fd89122)
  • fix: upgrade aedes from 0.42.6 to 0.44.0 (#561) (25532b4)
  • chore(deps): bumped deps and fix standard issues (#558) (7e5a980)
  • chore(deps-dev): bump snazzy from 8.0.0 to 9.0.0 (#554) (b11bdea)

Release 0.44.0

  • feat: delegate protocol decoding in server-factory and protocol-decoder (#549) (c8b5cb0)
  • chore(deps-dev): bump standard from 14.3.4 to 15.0.0 (#552) (eaf1ac9)
  • docs: fix preConnect signature in example (#548) (08b7225)

BREAKING CHANGES

Release 0.43.0

  • feat: add packet to aedes.preConnect (#547) (b9dbd9e)
  • chore(deps-dev): bump markdownlint-cli from 0.23.2 to 0.24.0 (#546) (f8ab23e)

BREAKING CHANGES

  • aedes.preConnect signature has changed: (client, callback) --> (client, packet, callback)
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 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) - 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 #26.