Skip to content

Commit

Permalink
deps(dev): bump the libp2p-deps group across 1 directory with 13 updates
Browse files Browse the repository at this point in the history
Bumps the libp2p-deps group with 11 updates in the /transport-interop/impl/js/v2.x directory:

| Package | From | To |
| --- | --- | --- |
| [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) | `16.0.0` | `16.0.3` |
| [@libp2p/circuit-relay-v2](https://github.com/libp2p/js-libp2p) | `2.1.1` | `3.2.2` |
| [@libp2p/identify](https://github.com/libp2p/js-libp2p) | `3.0.6` | `3.0.22` |
| [@libp2p/mplex](https://github.com/libp2p/js-libp2p) | `11.0.6` | `11.0.26` |
| [@libp2p/ping](https://github.com/libp2p/js-libp2p) | `2.0.6` | `2.0.22` |
| [@libp2p/tcp](https://github.com/libp2p/js-libp2p) | `10.0.6` | `10.1.2` |
| [@libp2p/webrtc](https://github.com/libp2p/js-libp2p) | `5.0.8` | `5.2.3` |
| [@libp2p/websockets](https://github.com/libp2p/js-libp2p) | `9.0.6` | `9.2.2` |
| [@libp2p/webtransport](https://github.com/libp2p/js-libp2p) | `5.0.8` | `5.0.31` |
| [aegir](https://github.com/ipfs/aegir) | `44.1.1` | `45.1.2` |
| [libp2p](https://github.com/libp2p/js-libp2p) | `2.1.4` | `2.7.2` |



Updates `@chainsafe/libp2p-noise` from 16.0.0 to 16.0.3
- [Release notes](https://github.com/ChainSafe/js-libp2p-noise/releases)
- [Changelog](https://github.com/ChainSafe/js-libp2p-noise/blob/master/CHANGELOG.md)
- [Commits](ChainSafe/js-libp2p-noise@v16.0.0...v16.0.3)

Updates `@libp2p/circuit-relay-v2` from 2.1.1 to 3.2.2
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@echo-v2.1.1...webrtc-v3.2.2)

Updates `@libp2p/identify` from 3.0.6 to 3.0.22
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@perf-v3.0.6...perf-v3.0.22)

Updates `@libp2p/interface` from 2.1.2 to 2.6.0
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@echo-v2.1.2...libp2p-v2.6.0)

Updates `@libp2p/mplex` from 11.0.6 to 11.0.26
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@mdns-v11.0.6...mdns-v11.0.26)

Updates `@libp2p/ping` from 2.0.6 to 2.0.22
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@tls-v2.0.6...ping-v2.0.22)

Updates `@libp2p/tcp` from 10.0.6 to 10.1.2
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@tcp-v10.0.6...tcp-v10.1.2)

Updates `@libp2p/webrtc` from 5.0.8 to 5.2.3
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@crypto-v5.0.8...utils-v5.2.3)

Updates `@libp2p/websockets` from 9.0.6 to 9.2.2
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@tcp-v9.0.6...websockets-v9.2.2)

Updates `@libp2p/webtransport` from 5.0.8 to 5.0.31
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@crypto-v5.0.8...webtransport-v5.0.31)

Updates `@multiformats/multiaddr` from 12.3.1 to 12.4.0
- [Release notes](https://github.com/multiformats/js-multiaddr/releases)
- [Changelog](https://github.com/multiformats/js-multiaddr/blob/main/CHANGELOG.md)
- [Commits](multiformats/js-multiaddr@v12.3.1...v12.4.0)

Updates `aegir` from 44.1.1 to 45.1.2
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/main/CHANGELOG.md)
- [Commits](ipfs/aegir@v44.1.1...v45.1.2)

Updates `libp2p` from 2.1.4 to 2.7.2
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/main/.release-please.json)
- [Commits](libp2p/js-libp2p@libp2p-v2.1.4...libp2p-v2.7.2)

---
updated-dependencies:
- dependency-name: "@chainsafe/libp2p-noise"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/circuit-relay-v2"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/identify"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/interface"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/mplex"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/ping"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/tcp"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/webrtc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/websockets"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: libp2p-deps
- dependency-name: "@libp2p/webtransport"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: libp2p-deps
- dependency-name: "@multiformats/multiaddr"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: libp2p-deps
- dependency-name: aegir
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: libp2p-deps
- dependency-name: libp2p
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: libp2p-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 7caae9e commit d3f357f
Show file tree
Hide file tree
Showing 2 changed files with 2,506 additions and 748 deletions.
Loading

0 comments on commit d3f357f

Please sign in to comment.