ipfs / js-ipfs

IPFS implementation in JavaScript
https://js.ipfs.tech
Other
7.43k stars 1.25k forks source link

deps: bump @libp2p/tcp from 5.0.2 to 6.0.5 #4263

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @libp2p/tcp from 5.0.2 to 6.0.5.

Release notes

Sourced from @​libp2p/tcp's releases.

v6.0.5

6.0.5 (2022-12-06)

Dependencies

  • dev: bump sinon from 14.0.2 to 15.0.0 (#233) (72a79ab)

v6.0.4

6.0.4 (2022-11-22)

Bug Fixes

  • use labels to differentiate interfaces for metrics (#230) (6c4c316)

v6.0.3

6.0.3 (2022-11-22)

Bug Fixes

  • make metrics interface a dep instead of a dev dep (#231) (876ca13)

v6.0.2

6.0.2 (2022-11-17)

Bug Fixes

  • update metric names to follow prometheus naming guide (#228) (24c5b37)

Trivial Changes

v6.0.1

6.0.1 (2022-11-16)

Trivial Changes

  • deps-dev: bump @​libp2p/interface-mocks from 7.1.0 to 8.0.1 (#225) (a271056)

v6.0.0

6.0.0 (2022-11-05)

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from @​libp2p/tcp's changelog.

6.0.5 (2022-12-06)

Dependencies

  • dev: bump sinon from 14.0.2 to 15.0.0 (#233) (72a79ab)

6.0.4 (2022-11-22)

Bug Fixes

  • use labels to differentiate interfaces for metrics (#230) (6c4c316)

6.0.3 (2022-11-22)

Bug Fixes

  • make metrics interface a dep instead of a dev dep (#231) (876ca13)

6.0.2 (2022-11-17)

Bug Fixes

  • update metric names to follow prometheus naming guide (#228) (24c5b37)

Trivial Changes

6.0.1 (2022-11-16)

Trivial Changes

  • deps-dev: bump @​libp2p/interface-mocks from 7.1.0 to 8.0.1 (#225) (a271056)

6.0.0 (2022-11-05)

⚠ BREAKING CHANGES

  • requires metrics interface v4

Features

Commits
  • 1bfc601 chore(release): 6.0.5 [skip ci]
  • 72a79ab deps(dev): bump sinon from 14.0.2 to 15.0.0 (#233)
  • 34f688f sync: update CI config files (#232)
  • 609c9b8 chore(release): 6.0.4 [skip ci]
  • 6c4c316 fix: use labels to differentiate interfaces for metrics (#230)
  • 6568f81 chore(release): 6.0.3 [skip ci]
  • 876ca13 fix: make metrics interface a dep instead of a dev dep (#231)
  • de04ef4 chore(release): 6.0.2 [skip ci]
  • efcfbb2 chore: add test for filtering unix socket address (#229)
  • 24c5b37 fix: update metric names to follow prometheus naming guide (#228)
  • 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 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 1 year ago

Superseded by #4270.