Skip to content

chore: Bump uuid and aedes#676

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-2f87be9c49
Open

chore: Bump uuid and aedes#676
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-2f87be9c49

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

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

Removes uuid

Updates aedes from 0.49.0 to 1.1.0

Release notes

Sourced from aedes's releases.

Release 1.1.0

  • chore: reduce production dependencies (#1045) (cf28701)

Release 1.0.2

  • fix: add .js extensions to .d.ts imports for node16 resolution (#1083) (fc36475)

Release 1.0.1

  • fix: add types condition to package.json exports field (#1081) (d78fec9)
  • docs: fix example (#1079) (3082ebe)

Release 1.0.0

What's changed

  • fix: ensure broker always respond with PUBCOMP to a PUBREL in QoS 2 (#1056) (65d86c9)
  • feat: add drainTimeout option to protect against slow/frozen clients (#1060) (af1ae4b)
  • chore: remove release-it configuration from package.json and add to .release-it.json (#1052) (2c6882e)
  • chore(dev): fix incorrect automated benchmark threshold handling (#1046) (9b76359)
  • chore: replace tap by node:test (#1042) (9063215)
  • chore: update dependencies (#1041) (b5178c0)
  • chore: migrate to ESM (#1039) (d1cc2a3)
  • chore: replace Coveralls with Codecov for coverage reporting (#1040) (8220f0a)
  • feat: automate benchmark on PR requests using Github Actions (#1037) (86f5b45)
  • feat!: migrate to async persistence (#1034) (f6a09bf)
  • feat: automate benchmarking (#1035) (04e391f)
  • chore: migrate to ES6 classes (#1032) (16e1886)
  • chore: update aedes-persistence to 10 (#1031) (f874bb1)
  • chore: migrate websocket-stream to ws (#1030) (ef5e1a8)
  • chore: update dependencies (#1028) (f328ee1)
  • chore: add type commonjs (#1027) (dcd1d39)

Breaking Changes in v1.0.0

1. Async/Await Broker Initialization (Breaking Change)

Aedes now requires async initialization. The old synchronous constructor has been replaced with Aedes.createBroker().

Before (v0.x):

const aedes = require('aedes')
const broker = aedes(opts)

After (v1.0.0):

const { Aedes } = require('aedes')
const broker = await Aedes.createBroker(opts)

Migration: See docs/MIGRATION.md for complete migration guide.

... (truncated)

Commits

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 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 [uuid](https://github.com/uuidjs/uuid). It's no longer used after updating ancestor dependency [aedes](https://github.com/moscajs/aedes). These dependencies need to be updated together.


Removes `uuid`

Updates `aedes` from 0.49.0 to 1.1.0
- [Release notes](https://github.com/moscajs/aedes/releases)
- [Commits](moscajs/aedes@v0.49.0...v1.1.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version:
  dependency-type: indirect
- dependency-name: aedes
  dependency-version: 1.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 29, 2026
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.

0 participants