Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(dev): bump the libp2p-deps group across 1 directory with 13 updates #617

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps the libp2p-deps group with 11 updates in the /transport-interop/impl/js/v2.x directory:

Package From To
@chainsafe/libp2p-noise 16.0.0 16.0.3
@libp2p/circuit-relay-v2 2.1.1 3.2.0
@libp2p/identify 3.0.6 3.0.20
@libp2p/mplex 11.0.6 11.0.24
@libp2p/ping 2.0.6 2.0.20
@libp2p/tcp 10.0.6 10.1.0
@libp2p/webrtc 5.0.8 5.2.0
@libp2p/websockets 9.0.6 9.2.0
@libp2p/webtransport 5.0.8 5.0.29
aegir 44.1.1 45.0.9
libp2p 2.1.4 2.7.0

Updates @chainsafe/libp2p-noise from 16.0.0 to 16.0.3

Release notes

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

v16.0.3

16.0.3 (2025-02-21)

Bug Fixes

  • bump @​chainsafe/as-sha256 from 0.4.2 to 1.0.0 (#439) (50e080c)

v16.0.2

16.0.2 (2025-02-20)

Dependencies

  • bump @​noble/ciphers from 0.6.0 to 1.1.3 (#461) (0b9ce35)
  • dev: bump aegir from 44.1.4 to 45.0.8 (#462) (2f07e64)
  • dev: bump sinon from 18.0.1 to 19.0.2 (#454) (0b9c7bc)

v16.0.1

16.0.1 (2025-01-21)

Bug Fixes

Changelog

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

16.0.3 (2025-02-21)

Bug Fixes

  • bump @​chainsafe/as-sha256 from 0.4.2 to 1.0.0 (#439) (50e080c)

16.0.2 (2025-02-20)

Dependencies

  • bump @​noble/ciphers from 0.6.0 to 1.1.3 (#461) (0b9ce35)
  • dev: bump aegir from 44.1.4 to 45.0.8 (#462) (2f07e64)
  • dev: bump sinon from 18.0.1 to 19.0.2 (#454) (0b9c7bc)

16.0.1 (2025-01-21)

Bug Fixes

Commits
  • 0029324 chore(release): 16.0.3 [skip ci]
  • 50e080c fix: bump @​chainsafe/as-sha256 from 0.4.2 to 1.0.0 (#439)
  • e7c4d1c chore(release): 16.0.2 [skip ci]
  • 0b9c7bc deps(dev): bump sinon from 18.0.1 to 19.0.2 (#454)
  • 0b9ce35 deps: bump @​noble/ciphers from 0.6.0 to 1.1.3 (#461)
  • 2f07e64 deps(dev): bump aegir from 44.1.4 to 45.0.8 (#462)
  • e0cce36 chore(release): 16.0.1 [skip ci]
  • 107fd3e fix: update as-sha256 (#463)
  • See full diff in compare view

Updates @libp2p/circuit-relay-v2 from 2.1.1 to 3.2.0

Release notes

Sourced from @​libp2p/circuit-relay-v2's releases.

upnp-nat: v3.1.4

3.1.4 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/interface-internal bumped from ^2.3.1 to ^2.3.2
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13

identify: v3.0.20

3.0.20 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/interface-internal bumped from ^2.3.1 to ^2.3.2
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13
      • @​libp2p/peer-record bumped from ^8.0.17 to ^8.0.18
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

fetch: v3.0.5

3.0.5 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/interface-internal bumped from ^2.3.1 to ^2.3.2
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13

echo: v2.1.11

2.1.11 (2025-02-20)

... (truncated)

Commits
  • f64416c chore: release master (#2062)
  • 6cb80f7 feat: collect dial/listen metrics in webrtc and webtransport (#2061)
  • 7f029e8 chore: release master (#2045)
  • 122f1e6 fix(@​libp2p/webrtc): set max message size in alignment with spec (#2050)
  • d9159dd fix(@​libp2p/crypto): improve unsupported key type message (#2051)
  • 20d5f22 fix(@​libp2p/webtransport): handle dialing circuit addresses (#2054)
  • 0ce318e fix(@​libp2p/webrtc): use correct udp port in remote address (#2055)
  • 4db2f5f deps: bump sinon from 15.2.0 to 16.0.0 (#2052)
  • 0ee4f78 docs: Update CHANGELOG.md (#2046)
  • 88c47f5 fix(@​libp2p/webrtc): use stream logger instead of global logger (#2042)
  • Additional commits viewable in compare view

Updates @libp2p/identify from 3.0.6 to 3.0.20

Release notes

Sourced from @​libp2p/identify's releases.

identify: v3.0.20

3.0.20 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/interface-internal bumped from ^2.3.1 to ^2.3.2
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13
      • @​libp2p/peer-record bumped from ^8.0.17 to ^8.0.18
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

identify: v3.0.19

3.0.19 (2025-02-18)

Dependencies

  • bump it-length-prefixed from 9.1.1 to 10.0.1 (#2962) (1fc0e26)
  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^2.3.0 to ^2.3.1
Commits

Updates @libp2p/interface from 2.1.2 to 2.6.0

Release notes

Sourced from @​libp2p/interface's releases.

interface: v2.6.0

2.6.0 (2025-02-20)

Features

  • allow transports to modify announce addresses (#2978) (8331c8e)

echo: v2.1.10

2.1.10 (2025-02-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^2.3.0 to ^2.3.1

interface-internal: v2.3.1

2.3.1 (2025-02-18)

Documentation

  • add TSDoc comments interface-internal module (#2949) (d222968)
Commits

Updates @libp2p/mplex from 11.0.6 to 11.0.24

Release notes

Sourced from @​libp2p/mplex's releases.

mplex: v11.0.24

11.0.24 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/interface-compliance-tests bumped from ^6.3.1 to ^6.3.2
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

peer-store: v11.0.18

11.0.18 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13
      • @​libp2p/peer-record bumped from ^8.0.17 to ^8.0.18
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

mdns: v11.0.24

11.0.24 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/interface-internal bumped from ^2.3.1 to ^2.3.2
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface-compliance-tests bumped from ^6.3.1 to ^6.3.2
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

bootstrap: v11.0.24

11.0.24 (2025-02-20)

... (truncated)

Commits

Updates @libp2p/ping from 2.0.6 to 2.0.20

Release notes

Sourced from @​libp2p/ping's releases.

ping: v2.0.20

2.0.20 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/interface-internal bumped from ^2.3.1 to ^2.3.2
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13

dcutr: v2.0.20

2.0.20 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/interface-internal bumped from ^2.3.1 to ^2.3.2
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2

tls: v2.0.16

2.0.16 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

plaintext: v2.0.16

2.0.16 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12

... (truncated)

Commits

Updates @libp2p/tcp from 10.0.6 to 10.1.0

Release notes

Sourced from @​libp2p/tcp's releases.

tcp: v10.1.0

10.1.0 (2025-02-20)

Features

  • allow transports to modify announce addresses (#2978) (8331c8e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

tcp: v10.0.20

10.0.20 (2025-02-18)

Bug Fixes

pubsub: v10.1.0

10.1.0 (2025-02-18)

Features

  • expose maxDataLength for outgoing messages in PeerStreams (#2954) (e7e2802)

Dependencies

  • bump it-length-prefixed from 9.1.1 to 10.0.1 (#2962) (1fc0e26)
  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^2.3.0 to ^2.3.1

tcp: v10.0.19

10.0.19 (2025-02-13)

Bug Fixes

  • remove unused fields from browser polyfill (#2958) (c4e8627)

... (truncated)

Commits

Updates @libp2p/webrtc from 5.0.8 to 5.2.0

Release notes

Sourced from @​libp2p/webrtc's releases.

webrtc: v5.2.0

5.2.0 (2025-02-20)

Features

  • allow transports to modify announce addresses (#2978) (8331c8e)

Bug Fixes

  • support multiple udp mux listeners on the same port (#2976) (ff951f1)
  • support multiple wildcard ports (20e8844)

Documentation

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/interface-internal bumped from ^2.3.1 to ^2.3.2
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface-compliance-tests bumped from ^6.3.1 to ^6.3.2
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

peer-id: v5.0.13

5.0.13 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0

logger: v5.1.9

5.1.9 (2025-02-20)

Dependencies

... (truncated)

Commits
  • 8b8ce90 chore: release main (#2343)
  • 444d837 fix: perform find peer during dial if peer has no multiaddrs (#2345)
  • 53e83ee fix: remove extra deps (#2340)
  • d011f61 fix: do not find peer when DHT yields peers without multiaddrs (#2344)
  • 528d737 fix: replace p-queue with less restrictive queue (#2339)
  • 581574d feat: add tracked list to utils (#2338)
  • 388d02b fix: ensure dht query is aborted on early exit (#2341)
  • ba70899 chore: fix MockMetrics eslint warning (#2342)
  • 6f97261 chore: Update .github/pull_request_template.md [skip ci]
  • 598fed0 chore: Update .github/workflows/semantic-pull-request.yml [skip ci]
  • Additional commits viewable in compare view

Updates @libp2p/websockets from 9.0.6 to 9.2.0

Release notes

Sourced from @​libp2p/websockets's releases.

websockets: v9.2.0

9.2.0 (2025-02-20)

Features

  • allow transports to modify announce addresses (#2978) (8331c8e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9

websockets: v9.1.5

9.1.5 (2025-02-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.4.1 to ^2.5.0
      • @​libp2p/utils bumped from ^6.5.0 to ^6.5.1
    • devDependencies
      • @​libp2p/logger bumped from ^5.1.7 to ^5.1.8
Commits

Updates @libp2p/webtransport from 5.0.8 to 5.0.29

Release notes

Sourced from @​libp2p/webtransport's releases.

webtransport: v5.0.29

5.0.29 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0
      • @​libp2p/peer-id bumped from ^5.0.12 to ^5.0.13
      • @​libp2p/utils bumped from ^6.5.1 to ^6.5.2
    • devDependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/logger bumped from ^5.1.8 to ^5.1.9
      • @​libp2p/ping bumped from ^2.0.19 to ^2.0.20
      • libp2p bumped from ^2.6.3 to ^2.7.0

peer-id: v5.0.13

5.0.13 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.0.11 to ^5.0.12
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0

crypto: v5.0.12

5.0.12 (2025-02-20)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^2.5.0 to ^2.6.0

webtransport: v5.0.28

5.0.28 (2025-02-18)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​libp2p/ping bumped from ^2.0.18 to ^2.0.19
      • libp2p bumped from ^2.6.2 to ^2.6.3

webtransport: v5.0.27

... (truncated)

Commits

Updates @multiformats/multiaddr from 12.3.1 to 12.4.0

Release notes

Sourced from @​multiformats/multiaddr's releases.

v12.4.0

12.4.0 (2025-02-20)

Features

  • add fromTuples and fromStringTuples methods (#397) (c9058ab)

v12.3.5

12.3.5 (2025-02-05)

Bug Fixes

  • constrain options transport to tcp or udp (#396) (8d5b325)
  • use named error when parsing multiaddrs (#395) (5a9d33c)

Dependencies

  • dev: bump sinon from 18.0.1 to 19.0.2 (#387) (e1747b7)

v12.3.4

12.3.4 (2024-12-03)

Bug Fixes

  • handle valid CIDR ranges for IPv4 and IPv6 (#394) (1513768)

v12.3.3

12.3.3 (2024-11-21)

Dependencies

  • dev: bump aegir from 44.1.4 to 45.0.2 (#390) (d0d8db4)

v12.3.2

12.3.2 (2024-11-21)

Bug Fixes

Documentation

Changelog

Sourced from @​multiformats/multiaddr's changelog.

12.4.0 (2025-02-20)

Features

  • add fromTuples and fromStringTuples methods (#397) (c9058ab)

12.3.5 (2025-02-05)

Bug Fixes

  • constrain options transport to tcp or udp (#396) (8d5b325)
  • use named error when parsing multiaddrs (#395) (5a9d33c)

Dependencies

  • dev: bump sinon from 18.0.1 to 19.0.2 (#387) (e1747b7)

12.3.4 (2024-12-03)

Bug Fixes

  • handle valid CIDR ranges for IPv4 and IPv6 (#394) (1513768)

12.3.3 (2024-11-21)

Dependencies

  • dev: bump aegir from 44.1.4 to 45.0.2 (#390) (d0d8db4)

12.3.2 (2024-11-21)

Bug Fixes

Documentation

Commits
  • 744e07a chore(release): 12.4.0 [skip ci]
  • c9058ab feat: add fromTuples and fromStringTuples methods (#397)
  • 58d442f chore(release): 12.3.5 [skip ci]
  • e1747b7 deps(dev): bump sinon from 18.0.1 to 19.0.2 (#387)
  • 8d5b325 fix: constrain options transport to tcp or udp (#396)
  • 5a9d33c fix: use named error when parsing multiaddrs (#395)
  • a379624 chore(release): 12.3.4 [skip ci]
  • 1513768 fix: handle valid CIDR ranges for IPv4 and IPv6 (#394)
  • 02579d6 chore(release): 12.3.3 [skip ci]
  • d0d8db4 deps(dev): bump aegir from 44.1.4 to 45.0.2 (#390)
  • Additional commits viewable in compare view

Updates aegir from 44.1.1 to 45.0.9

Release notes

Sourced from aegir's releases.

v45.0.9

45.0.9 (2025-01-20)

Trivial Changes

Dependencies

v45.0.8

45.0.8 (2024-12-05)

Bug Fixes

  • ignore module-not-found errors in doc-check (#1701) (41726f8)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (9bb06f9)

v45.0.7

45.0.7 (2024-11-28)

Bug Fixes

Trivial Changes

v45.0.6

45.0.6 (2024-11-28)

Bug Fixes

  • delete file using full path (ebf332c)

v45.0.5

45.0.5 (2024-11-28)

Bug Fixes

... (truncated)

Changelog

Sourced from aegir's changelog.

45.0.9 (2025-01-20)

Trivial Changes

Dependencies

45.0.8 (2024-12-05)

Bug Fixes

  • ignore module-not-found errors in doc-check (#1701) (41726f8)

Trivial Changes

  • Update .github/workflows/stale.yml [skip ci] (9bb06f9)

45.0.7 (2024-11-28)

Bug Fixes

Trivial Changes

45.0.6 (2024-11-28)

Bug Fixes

  • delete file using full path (ebf332c)

45.0.5 (2024-11-28)

Bug Fixes

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.0` |
| [@libp2p/identify](https://github.com/libp2p/js-libp2p) | `3.0.6` | `3.0.20` |
| [@libp2p/mplex](https://github.com/libp2p/js-libp2p) | `11.0.6` | `11.0.24` |
| [@libp2p/ping](https://github.com/libp2p/js-libp2p) | `2.0.6` | `2.0.20` |
| [@libp2p/tcp](https://github.com/libp2p/js-libp2p) | `10.0.6` | `10.1.0` |
| [@libp2p/webrtc](https://github.com/libp2p/js-libp2p) | `5.0.8` | `5.2.0` |
| [@libp2p/websockets](https://github.com/libp2p/js-libp2p) | `9.0.6` | `9.2.0` |
| [@libp2p/webtransport](https://github.com/libp2p/js-libp2p) | `5.0.8` | `5.0.29` |
| [aegir](https://github.com/ipfs/aegir) | `44.1.1` | `45.0.9` |
| [libp2p](https://github.com/libp2p/js-libp2p) | `2.1.4` | `2.7.0` |



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.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.1...webrtc-v3.2.0)

Updates `@libp2p/identify` from 3.0.6 to 3.0.20
- [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.20)

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.24
- [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.24)

Updates `@libp2p/ping` from 2.0.6 to 2.0.20
- [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.20)

Updates `@libp2p/tcp` from 10.0.6 to 10.1.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@tcp-v10.0.6...tcp-v10.1.0)

Updates `@libp2p/webrtc` from 5.0.8 to 5.2.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@crypto-v5.0.8...utils-v5.2.0)

Updates `@libp2p/websockets` from 9.0.6 to 9.2.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@tcp-v9.0.6...websockets-v9.2.0)

Updates `@libp2p/webtransport` from 5.0.8 to 5.0.29
- [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.29)

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.0.9
- [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.0.9)

Updates `libp2p` from 2.1.4 to 2.7.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@libp2p-v2.1.4...libp2p-v2.7.0)

---
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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2025
Copy link
Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #618.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/transport-interop/impl/js/v2.x/libp2p-deps-5c8647f84f branch February 24, 2025 11:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants