Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Removes nanoid. It's no longer used after updating ancestor dependency aedes. These dependencies need to be updated together.

Removes nanoid

Updates aedes from 0.42.6 to 0.51.3

Release notes

Sourced from aedes's releases.

Release 0.51.3

  • fix: memory leak in connected clients counter (#979) (9b9d524)
  • chore(deps): bump uuid from 9.0.1 to 10.0.0 (#958) (1a191b0)

Release 0.51.2

  • fix: delete will from persistence on disconnect (#957) (a26b90b)
  • chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#947) (1bbff52)
  • chore(deps-dev): bump markdownlint-cli from 0.40.0 to 0.41.0 (#956) (27218ed)
  • chore(deps-dev): bump markdownlint-cli from 0.39.0 to 0.40.0 (#950) (c7abeda)
  • chore(deps): bump mqemitter from 5.0.0 to 6.0.0 (#953) (86e85f5)

Release 0.51.1

  • fix: remove console.error (#951) (#952) (ac4f2e0)
  • chore: update SECURITY.md (bba422b)
  • chore: update workflows (f98105e)
  • chore: update allowed license, add funding (dcf95f5)
  • chore(deps): bump deps (af96ae9)
  • chore: update README.md (c75240a)

Release 0.51.0

  • fix: delete already closed client on closeSameClients (#929) (f42882c)
  • feat: add opts.keepaliveLimit (#930) (e1ee60c)
  • chore(deps): bump github/codeql-action from 2 to 3 (#922) (f625f1b)

Release 0.50.1

  • fix(types): module exports for TypeScript for ES6 compliance. (#918) (6662b37)
  • chore(deps): bump mqtt-packet from 8.2.1 to 9.0.0 (3180f2a)
  • chore(deps): bump actions/setup-node from 3 to 4 (bebf8af)

Release 0.50.0

  • chore!: drop node14 support (ee1f63b)
  • chore(deps): bump deps (46af8e6)
  • chore(deps-dev): bump mqtt from 4.3.7 to 5.0.0 (#882) (d0507b6)
  • fix(types): added module declaration (#879) (f6387a8)
  • chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 (#817) (5075e0a)
  • chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 (#814) (db74fcb)
  • chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#816) (7ee823e)
  • docs: add security notice for message validity (#815) (f4198b7)
  • chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 (#813) (6ed8417)

Release 0.49.0

  • chore: bump deps (cfb4073)
  • fix: typescript types issues (#812) (a5c09b2)
  • fix(types): update username and password type definition (#806) (7c2a2b9)
  • chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 (#792) (8b14873)
  • chore(deps-dev): bump markdownlint-cli from 0.32.2 to 0.33.0 (#804) (2f0029b)
  • docs: update cluster example (c3549fe)

Release 0.48.1

  • fix: validation of null topics (#799) (58c37eb)

... (truncated)

Commits
  • d0c4414 Release 0.51.3
  • 9b9d524 fix: memory leak in connected clients counter (#979)
  • 1a191b0 chore(deps): bump uuid from 9.0.1 to 10.0.0 (#958)
  • 213d123 Release 0.51.2
  • a26b90b fix: delete will from persistence on disconnect (#957)
  • 1bbff52 chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#947)
  • 27218ed chore(deps-dev): bump markdownlint-cli from 0.40.0 to 0.41.0 (#956)
  • c7abeda chore(deps-dev): bump markdownlint-cli from 0.39.0 to 0.40.0 (#950)
  • 86e85f5 chore(deps): bump mqemitter from 5.0.0 to 6.0.0 (#953)
  • 1047619 Release 0.51.1
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [nanoid](https://github.com/ai/nanoid). It's no longer used after updating ancestor dependency [aedes](https://github.com/moscajs/aedes). These dependencies need to be updated together.


Removes `nanoid`

Updates `aedes` from 0.42.6 to 0.51.3
- [Release notes](https://github.com/moscajs/aedes/releases)
- [Commits](moscajs/aedes@v0.42.6...v0.51.3)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
- dependency-name: aedes
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 9, 2024
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.

1 participant