libp2p / js-libp2p-amino-dht-bootstrapper

A CLI for starting an Amino DHT bootstrapper
Other
1 stars 2 forks source link

deps: bump @chainsafe/libp2p-yamux from 5.0.0 to 6.0.1 #89

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 7 months ago

Bumps @chainsafe/libp2p-yamux from 5.0.0 to 6.0.1.

Release notes

Sourced from @​chainsafe/libp2p-yamux's releases.

v6.0.1

6.0.1 (2023-11-30)

Bug Fixes

v6.0.0

6.0.0 (2023-11-29)

⚠ BREAKING CHANGES

  • yield uint8arraylists (#65)

Features

v5.0.4

5.0.4 (2023-11-29)

Dependencies

v5.0.3

5.0.3 (2023-11-14)

Bug Fixes

  • establish RTT at start of connection (#64) (672523b)

v5.0.2

5.0.2 (2023-11-12)

Bug Fixes

  • remove abortable iterator from muxer (#63) (064bf1c)

v5.0.1

5.0.1 (2023-11-12)

Bug Fixes

... (truncated)

Changelog

Sourced from @​chainsafe/libp2p-yamux's changelog.

6.0.1 (2023-11-30)

Bug Fixes

6.0.0 (2023-11-29)

⚠ BREAKING CHANGES

  • yield uint8arraylists (#65)

Features

5.0.4 (2023-11-29)

Dependencies

5.0.3 (2023-11-14)

Bug Fixes

  • establish RTT at start of connection (#64) (672523b)

5.0.2 (2023-11-12)

Bug Fixes

  • remove abortable iterator from muxer (#63) (064bf1c)

5.0.1 (2023-11-12)

Bug Fixes

  • do not stringify headers for logging (#61) (59e73d8)
  • silence max listeners exceeded warning (#62) (cce9446)
Commits
  • 1f9173b chore(release): 6.0.1 [skip ci]
  • bfad61c fix: update interface import path (#68)
  • dafe5ae chore(release): 6.0.0 [skip ci]
  • 9ffc44d feat!: yield uint8arraylists (#65)
  • 7e9aba6 chore(release): 5.0.4 [skip ci]
  • f2492e9 deps(dev): update aegir to 41.x.x (#67)
  • 018257f chore(release): 5.0.3 [skip ci]
  • 672523b fix: establish RTT at start of connection (#64)
  • 1ea0b6a chore(release): 5.0.2 [skip ci]
  • 064bf1c fix: remove abortable iterator from muxer (#63)
  • 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 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 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)
dependabot[bot] commented 5 months ago

Superseded by #108.