Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps the helia-deps group with 17 updates in the / directory:

Package From To
@chainsafe/libp2p-noise 16.1.4 17.0.0
@chainsafe/libp2p-yamux 7.0.4 8.0.1
@helia/block-brokers 4.2.4 5.0.1
@helia/delegated-routing-v1-http-api-client 4.2.5 5.0.0
@helia/http 2.2.1 3.0.2
@helia/interface 5.4.0 6.0.0
@helia/routers 3.1.3 4.0.1
@libp2p/dcutr 2.0.38 3.0.5
@libp2p/identify 3.0.39 4.0.5
@libp2p/keychain 5.2.9 6.0.5
@libp2p/logger 5.2.0 6.0.5
@libp2p/ping 2.0.37 3.0.5
@libp2p/websockets 9.2.19 10.0.6
@libp2p/webtransport 5.0.51 6.0.7
@multiformats/dns 1.0.9 1.0.10
helia 5.5.1 6.0.2
libp2p 2.10.0 3.0.6

Updates @chainsafe/libp2p-noise from 16.1.4 to 17.0.0

Release notes

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

v17.0.0

17.0.0 (2025-09-25)

⚠ BREAKING CHANGES

Features

Bug Fixes

Trivial Changes

  • release: 17.0.0 [skip ci] (3c628a2)
Changelog

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

17.0.0 (2025-09-25)

⚠ BREAKING CHANGES

Features

Bug Fixes

Trivial Changes

  • release: 17.0.0 [skip ci] (3c628a2)

17.0.0 (2025-09-25)

⚠ BREAKING CHANGES

Features

16.1.5 (2025-09-22)

Bug Fixes

Commits

Updates @chainsafe/libp2p-yamux from 7.0.4 to 8.0.1

Release notes

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

v8.0.1

8.0.1 (2025-10-15)

Bug Fixes

  • make sendReset synchronous to avoid unhandled rejections (#113) (232fb1b)

v8.0.0

8.0.0 (2025-09-25)

⚠ BREAKING CHANGES

Features

Changelog

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

8.0.1 (2025-10-15)

Bug Fixes

  • make sendReset synchronous to avoid unhandled rejections (#113) (232fb1b)

8.0.0 (2025-09-25)

⚠ BREAKING CHANGES

Features

Commits

Updates @helia/block-brokers from 4.2.4 to 5.0.1

Release notes

Sourced from @​helia/block-brokers's releases.

unixfs: v5.0.1

5.0.1 (2025-05-13)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​helia/interface bumped from ^5.2.1 to ^5.3.0

block-brokers: v5.0.1

5.0.1 (2025-10-09)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​helia/bitswap bumped from ^3.0.0 to ^3.0.1
      • @​helia/utils bumped from ^2.0.0 to ^2.0.1

car: v5.0.1

5.0.1 (2025-10-09)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​helia/mfs bumped from ^6.0.0 to ^6.0.1
      • @​helia/unixfs bumped from ^6.0.0 to ^6.0.1

dag-cbor: v5.0.1

5.0.1 (2025-10-09)

Bug Fixes

dag-json: v5.0.1

5.0.1 (2025-10-09)

Bug Fixes

... (truncated)

Commits

Updates @helia/delegated-routing-v1-http-api-client from 4.2.5 to 5.0.0

Changelog

Sourced from @​helia/delegated-routing-v1-http-api-client's changelog.

1.0.2 (2024-08-12)

Dependencies

  • dev: bump sinon from 17.0.2 to 18.0.0 (#114) (e306161)

1.0.1 (2024-08-12)

Dependencies

1.0.0 (2024-06-20)

⚠ BREAKING CHANGES

  • returns IPNS objects are from [email protected]
  • bump multiformats from 12.1.3 to 13.0.0 (#75)
  • method signatures have changed to be closer to the delegated http routing v1 API spec

Features

  • add support for libp2p ContentRouting and PeerRouting (#44) (ddfff1b)
  • allow skipping IPNS record validation (#101) (ec0ba89)
  • initial import (d49fff6)

Bug Fixes

  • add CORS plugin (5913f9d)
  • conform to Delegated Routing V1 HTTP spec (#41) (41e7902)
  • conform to peer schema (35f47da)
  • handle unparsable peer ids (#118) (9bdbe46)
  • increase listeners to silence node warnings (#112) (13f4084)
  • increase shutdown controller signal listeners (#62) (ab7afa7)
  • mark package as side-effect free (551e0f2)
  • PeerRecord Addrs and Protocols do not need to be optional (#43) (ec62768)
  • remove @​helia/interface dep (#59) (aa8ffb8)

Trivial Changes

... (truncated)

Commits

Updates @helia/http from 2.2.1 to 3.0.2

Release notes

Sourced from @​helia/http's releases.

http: v3.0.2

3.0.2 (2025-10-14)

Dependencies

  • bump @​helia/delegated-routing-v1-http-api-client to 5.0.0 (#866) (354db66)
  • The following workspace dependencies were updated
    • dependencies
      • @​helia/routers bumped from ^4.0.0 to ^4.0.1

bitswap: v3.0.1

3.0.1 (2025-10-09)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​helia/utils bumped from ^2.0.0 to ^2.0.1

http: v3.0.1

3.0.1 (2025-10-09)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​helia/block-brokers bumped from ^5.0.0 to ^5.0.1
      • @​helia/utils bumped from ^2.0.0 to ^2.0.1

bitswap: v3.0.0

3.0.0 (2025-10-09)

⚠ BREAKING CHANGES

  • uses libp2p v3 and updated block/data stores

... (truncated)

Commits

Updates @helia/interface from 5.4.0 to 6.0.0

Release notes

Sourced from @​helia/interface's releases.

helia: v6.0.0

6.0.0 (2025-10-09)

⚠ BREAKING CHANGES

  • use Helia interface instead of HeliaLibp2p
  • uses libp2p v3 and updated block/data stores

Features

  • update to libp2p@v3 and latest data/block stores (#856) (34d3ecd)

Bug Fixes

  • remove deprecated HeliaLibp2p interace (#862) (061f3cd)

Documentation

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​helia/block-brokers bumped from ^4.2.4 to ^5.0.0
      • @​helia/interface bumped from ^5.4.0 to ^6.0.0
      • @​helia/routers bumped from ^3.1.3 to ^4.0.0
      • @​helia/utils bumped from ^1.4.0 to ^2.0.0

interface: v6.0.0

6.0.0 (2025-10-09)

⚠ BREAKING CHANGES

  • ipns.publish now accepts key name strings rather than private keys Names previously publishing using an user controlled private key, will need to be explicitly published again by first importing the key into the keychain (await libp2p.keychain.importKey('my-key', key) and then published with ipns.publish('my-key', ...).
  • uses libp2p v3 and updated block/data stores

Features

  • add ipns reproviding/republishing (#764) (008747b)
  • update to libp2p@v3 and latest data/block stores (#856) (34d3ecd)

Bug Fixes

... (truncated)

Commits

Updates @helia/routers from 3.1.3 to 4.0.1

Release notes

Sourced from @​helia/routers's releases.

routers: v4.0.1

4.0.1 (2025-10-14)

Dependencies

  • bump @​helia/delegated-routing-v1-http-api-client to 5.0.0 (#866) (354db66)

routers: v4.0.0

4.0.0 (2025-10-09)

⚠ BREAKING CHANGES

  • uses libp2p v3 and updated block/data stores

Features

  • update to libp2p@v3 and latest data/block stores (#856) (34d3ecd)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​helia/interface bumped from ^5.4.0 to ^6.0.0
Commits
  • 3423750 chore: release main (#673)
  • 1aa6c8d fix: remove webtransport from default transports (#674)
  • f7b5d3f chore: fix interop tests
  • ccfcc9d ci: bump codecov/codecov-action from 4.6.0 to 5.0.2 (#680)
  • dc13525 feat: add cancelReprovide function to routing (#672)
  • 74f392c deps: bump @​multiformats/multiaddr-to-uri from 10.1.2 to 11.0.0 (#676)
  • c09fef2 deps: bump kubo from 0.31.0 to 0.32.0 (#679)
  • aecac3d fix: add tls to default delegated routing filters (#670)
  • e58e49c deps: bump aegir from 44.1.4 to 45.0.1 (#669)
  • dff82ec fix: remove helia.io cname (#666)
  • Additional commits viewable in compare view

Updates @libp2p/crypto from 5.1.8 to 5.1.12

Release notes

Sourced from @​libp2p/crypto's releases.

crypto: v5.1.12

5.1.12 (2025-10-02)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^3.0.1 to ^3.0.2
Commits

Updates @libp2p/dcutr from 2.0.38 to 3.0.5

Release notes

Sourced from @​libp2p/dcutr's releases.

ping: v3.0.5

3.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
    • devDependencies
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5

dcutr: v3.0.5

3.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5

autonat: v3.0.5

3.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
      • @​libp2p/peer-collections bumped from ^7.0.4 to ^7.0.5
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.4 to ^6.0.5

interface-internal: v3.0.5

3.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/peer-collections bumped from ^7.0.4 to ^7.0.5

tls: v3.0.5

3.0.5 (2025-10-03)

... (truncated)

Commits

Updates @libp2p/identify from 3.0.39 to 4.0.5

Release notes

Sourced from @​libp2p/identify's releases.

upnp-nat: v4.0.5

4.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.4 to ^6.0.5

identify: v4.0.5

4.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.4 to ^6.0.5

fetch: v4.0.5

4.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5

upnp-nat: v4.0.4

4.0.4 (2025-10-02)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^3.0.1 to ^3.0.2
      • @​libp2p/interface-internal bumped from ^3.0.3 to ^3.0.4
      • @​libp2p/utils bumped from ^7.0.3 to ^7.0.4
    • devDependencies
      • @​libp2p/crypto bumped from ^5.1.11 to ^5.1.12

... (truncated)

Commits

Updates @libp2p/keychain from 5.2.9 to 6.0.5

Release notes

Sourced from @​libp2p/keychain's releases.

logger: v6.0.5

6.0.5 (2025-10-03)

Dependencies

keychain: v6.0.5

6.0.5 (2025-10-03)

Dependencies

  • update datastore (#3326) (a0f9da2)
  • The following workspace dependencies were updated
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.4 to ^6.0.5

webrtc: v6.0.5

6.0.5 (2025-10-02)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.1.11 to ^5.1.12
      • @​libp2p/interface bumped from ^3.0.1 to ^3.0.2
      • @​libp2p/interface-internal bumped from ^3.0.3 to ^3.0.4
      • @​libp2p/keychain bumped from ^6.0.3 to ^6.0.4
      • @​libp2p/peer-id bumped from ^6.0.2 to ^6.0.3
      • @​libp2p/utils bumped from ^7.0.3 to ^7.0.4
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.3 to ^6.0.4

peer-id: v6.0.3

6.0.3 (2025-10-02)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.1.11 to ^5.1.12
      • @​libp2p/interface bumped from ^3.0.1 to ^3.0.2

logger: v6.0.4

6.0.4 (2025-10-02)

... (truncated)

Commits

Updates @libp2p/logger from 5.2.0 to 6.0.5

Release notes

Sourced from @​libp2p/logger's releases.

logger: v6.0.5

6.0.5 (2025-10-03)

Dependencies

keychain: v6.0.5

6.0.5 (2025-10-03)

Dependencies

  • update datastore (#3326) (a0f9da2)
  • The following workspace dependencies were updated
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.4 to ^6.0.5

webrtc: v6.0.5

6.0.5 (2025-10-02)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.1.11 to ^5.1.12
      • @​libp2p/interface bumped from ^3.0.1 to ^3.0.2
      • @​libp2p/interface-internal bumped from ^3.0.3 to ^3.0.4
      • @​libp2p/keychain bumped from ^6.0.3 to ^6.0.4
      • @​libp2p/peer-id bumped from ^6.0.2 to ^6.0.3
      • @​libp2p/utils bumped from ^7.0.3 to ^7.0.4
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.3 to ^6.0.4

peer-id: v6.0.3

6.0.3 (2025-10-02)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/crypto bumped from ^5.1.11 to ^5.1.12
      • @​libp2p/interface bumped from ^3.0.1 to ^3.0.2

logger: v6.0.4

6.0.4 (2025-10-02)

... (truncated)

Commits

Updates @libp2p/ping from 2.0.37 to 3.0.5

Release notes

Sourced from @​libp2p/ping's releases.

ping: v3.0.5

3.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
    • devDependencies
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5

dcutr: v3.0.5

3.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5

autonat: v3.0.5

3.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface-internal bumped from ^3.0.4 to ^3.0.5
      • @​libp2p/peer-collections bumped from ^7.0.4 to ^7.0.5
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.4 to ^6.0.5

interface-internal: v3.0.5

3.0.5 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/peer-collections bumped from ^7.0.4 to ^7.0.5

tls: v3.0.5

3.0.5 (2025-10-03)

... (truncated)

Commits

Updates @libp2p/websockets from 9.2.19 to 10.0.6

Release notes

Sourced from @​libp2p/websockets's releases.

websockets: v10.0.6

10.0.6 (2025-10-03)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/utils bumped from ^7.0.4 to ^7.0.5
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.4 to ^6.0.5

websockets: v10.0.5

10.0.5 (2025-10-02)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​libp2p/interface bumped from ^3.0.1 to ^3.0.2
      • @​libp2p/utils bumped from ^7.0.3 to ^7.0.4
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.3 to ^6.0.4

daemon-client: v10.0.6

Bumps the helia-deps group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@chainsafe/libp2p-noise](https://github.com/ChainSafe/js-libp2p-noise) | `16.1.4` | `17.0.0` |
| [@chainsafe/libp2p-yamux](https://github.com/ChainSafe/js-libp2p-yamux) | `7.0.4` | `8.0.1` |
| [@helia/block-brokers](https://github.com/ipfs/helia) | `4.2.4` | `5.0.1` |
| [@helia/delegated-routing-v1-http-api-client](https://github.com/ipfs/helia-delegated-routing-v1-http-api) | `4.2.5` | `5.0.0` |
| [@helia/http](https://github.com/ipfs/helia) | `2.2.1` | `3.0.2` |
| [@helia/interface](https://github.com/ipfs/helia) | `5.4.0` | `6.0.0` |
| [@helia/routers](https://github.com/ipfs/helia) | `3.1.3` | `4.0.1` |
| [@libp2p/dcutr](https://github.com/libp2p/js-libp2p) | `2.0.38` | `3.0.5` |
| [@libp2p/identify](https://github.com/libp2p/js-libp2p) | `3.0.39` | `4.0.5` |
| [@libp2p/keychain](https://github.com/libp2p/js-libp2p) | `5.2.9` | `6.0.5` |
| [@libp2p/logger](https://github.com/libp2p/js-libp2p) | `5.2.0` | `6.0.5` |
| [@libp2p/ping](https://github.com/libp2p/js-libp2p) | `2.0.37` | `3.0.5` |
| [@libp2p/websockets](https://github.com/libp2p/js-libp2p) | `9.2.19` | `10.0.6` |
| [@libp2p/webtransport](https://github.com/libp2p/js-libp2p) | `5.0.51` | `6.0.7` |
| [@multiformats/dns](https://github.com/multiformats/js-dns) | `1.0.9` | `1.0.10` |
| [helia](https://github.com/ipfs/helia) | `5.5.1` | `6.0.2` |
| [libp2p](https://github.com/libp2p/js-libp2p) | `2.10.0` | `3.0.6` |



Updates `@chainsafe/libp2p-noise` from 16.1.4 to 17.0.0
- [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.1.4...v17.0.0)

Updates `@chainsafe/libp2p-yamux` from 7.0.4 to 8.0.1
- [Release notes](https://github.com/ChainSafe/js-libp2p-yamux/releases)
- [Changelog](https://github.com/ChainSafe/js-libp2p-yamux/blob/master/CHANGELOG.md)
- [Commits](ChainSafe/js-libp2p-yamux@v7.0.4...v8.0.1)

Updates `@helia/block-brokers` from 4.2.4 to 5.0.1
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@helia-v4.2.4...car-v5.0.1)

Updates `@helia/delegated-routing-v1-http-api-client` from 4.2.5 to 5.0.0
- [Release notes](https://github.com/ipfs/helia-delegated-routing-v1-http-api/releases)
- [Changelog](https://github.com/ipfs/helia-delegated-routing-v1-http-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-client-4.2.5...@helia/delegated-routing-v1-http-api-client-5.0.0)

Updates `@helia/http` from 2.2.1 to 3.0.2
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@http-v2.2.1...mfs-v3.0.2)

Updates `@helia/interface` from 5.4.0 to 6.0.0
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@helia-v5.4.0...mfs-v6.0.0)

Updates `@helia/routers` from 3.1.3 to 4.0.1
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@car-v3.1.3...car-v4.0.1)

Updates `@libp2p/crypto` from 5.1.8 to 5.1.12
- [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.1.8...crypto-v5.1.12)

Updates `@libp2p/dcutr` from 2.0.38 to 3.0.5
- [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@pnet-v2.0.38...tls-v3.0.5)

Updates `@libp2p/identify` from 3.0.39 to 4.0.5
- [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@identify-v3.0.39...perf-v4.0.5)

Updates `@libp2p/keychain` from 5.2.9 to 6.0.5
- [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@webrtc-v5.2.9...utils-v6.0.5)

Updates `@libp2p/logger` from 5.2.0 to 6.0.5
- [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@utils-v5.2.0...utils-v6.0.5)

Updates `@libp2p/ping` from 2.0.37 to 3.0.5
- [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@ping-v2.0.37...tls-v3.0.5)

Updates `@libp2p/websockets` from 9.2.19 to 10.0.6
- [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@websockets-v9.2.19...tcp-v10.0.6)

Updates `@libp2p/webtransport` from 5.0.51 to 6.0.7
- [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@webtransport-v5.0.51...daemon-v6.0.7)

Updates `@multiformats/dns` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/multiformats/js-dns/releases)
- [Changelog](https://github.com/multiformats/js-dns/blob/main/CHANGELOG.md)
- [Commits](multiformats/js-dns@v1.0.9...v1.0.10)

Updates `helia` from 5.5.1 to 6.0.2
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@helia-v5.5.1...helia-v6.0.2)

Updates `libp2p` from 2.10.0 to 3.0.6
- [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.10.0...libp2p-v3.0.6)

---
updated-dependencies:
- dependency-name: "@chainsafe/libp2p-noise"
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@chainsafe/libp2p-yamux"
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@helia/block-brokers"
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@helia/delegated-routing-v1-http-api-client"
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@helia/http"
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@helia/interface"
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@helia/routers"
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/crypto"
  dependency-version: 5.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: "@libp2p/dcutr"
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/identify"
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/keychain"
  dependency-version: 6.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/logger"
  dependency-version: 6.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/ping"
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/websockets"
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/webtransport"
  dependency-version: 6.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@multiformats/dns"
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: helia-deps
- dependency-name: helia
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: libp2p
  dependency-version: 3.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 15, 2025
@achingbrain
Copy link
Member

@dependabot recreate

@achingbrain achingbrain changed the title deps: bump the helia-deps group across 1 directory with 18 updates deps!: upgrade helia to v6, verified fetch to v4 and libp2p to v3 Oct 20, 2025
@achingbrain achingbrain merged commit b28ab8f into main Oct 20, 2025
18 checks passed
@achingbrain achingbrain deleted the dependabot/npm_and_yarn/helia-deps-efcfdfcb35 branch October 20, 2025 13:22
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants