Skip to content

chore(deps)(deps-dev): bump aedes from 0.51.3 to 1.0.0#380

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/aedes-1.0.0
Open

chore(deps)(deps-dev): bump aedes from 0.51.3 to 1.0.0#380
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/aedes-1.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps aedes from 0.51.3 to 1.0.0.

Release notes

Sourced from aedes's releases.

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.

2. Default Export Removed (Breaking Change)

The default export has been removed to prevent confusion between v0.x and v1.x behavior. You must now use named import/require.

Before (v0.x):

import aedes from 'aedes'  // ❌ No longer works

After (v1.0.0):

... (truncated)

Commits
  • 322e6a7 Release 1.0.0
  • 65d86c9 fix: ensure broker always respond with PUBCOMP to a PUBREL in QoS 2 (#1056)
  • af1ae4b feat: add drainTimeout option to protect against slow/frozen clients (#1060)
  • 2c6882e chore: remove release-it configuration from package.json and add to .release-...
  • 9b76359 chore(dev): fix incorrect automated benchmark threshold handling (#1046)
  • 9063215 chore: replace tap by node:test (#1042)
  • b5178c0 chore: update dependencies (#1041)
  • d1cc2a3 chore: migrate to ESM (#1039)
  • 8220f0a chore: replace Coveralls with Codecov for coverage reporting (#1040)
  • 86f5b45 feat: automate benchmark on PR requests using Github Actions (#1037)
  • Additional commits viewable in compare view

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 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)

Bumps [aedes](https://github.com/moscajs/aedes) from 0.51.3 to 1.0.0.
- [Release notes](https://github.com/moscajs/aedes/releases)
- [Commits](moscajs/aedes@v0.51.3...v1.0.0)

---
updated-dependencies:
- dependency-name: aedes
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm Pull requests that update npm dependencies labels Feb 16, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Manual review required

This PR updates:

  • Dependencies: aedes
  • Type: direct:development
  • Update: version-update:semver-major

Reason: Major version update

Please review the changes carefully before merging.

Checklist:

  • Check breaking changes in changelog
  • Review migration guide (if applicable)
  • Verify tests pass
  • Consider impact on production code

@github-actions github-actions bot added the dependabot-manual-review Dependabot PR requires manual review before merging label Feb 16, 2026
@github-actions github-actions bot requested a review from groupsky February 16, 2026 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot-manual-review Dependabot PR requires manual review before merging dependencies Pull requests that update a dependency file npm Pull requests that update npm dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants