Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@libp2p/interface 2.11.0 3.0.2
@libp2p/logger 5.2.0 6.0.5
@libp2p/peer-id 5.1.9 6.0.3
@multiformats/multiaddr 12.5.1 13.0.1
@helia/ipns 8.2.4 9.0.0
@libp2p/identify 3.0.39 4.0.5
@libp2p/kad-dht 15.1.11 16.0.5
@libp2p/ping 2.0.37 3.0.5
helia 5.5.1 6.0.1
@helia/interface 5.4.0 6.0.0

Updates @libp2p/interface from 2.11.0 to 3.0.2

Release notes

Sourced from @​libp2p/interface's releases.

interface: v3.0.2

3.0.2 (2025-10-02)

Bug Fixes

  • allow aborting drain waiting (72a7ea1)
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/peer-id from 5.1.9 to 6.0.3

Release notes

Sourced from @​libp2p/peer-id's releases.

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

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 @multiformats/multiaddr from 12.5.1 to 13.0.1

Release notes

Sourced from @​multiformats/multiaddr's releases.

v13.0.1

13.0.1 (2025-09-04)

Bug Fixes

v13.0.0

13.0.0 (2025-09-02)

⚠ BREAKING CHANGES

  • .resolve, .isThinWaist, .protos, .fromNodeAddress, etc have been removed

Bug Fixes

Trivial Changes

  • add or force update .github/workflows/stale.yml (#428) (3685574)
Changelog

Sourced from @​multiformats/multiaddr's changelog.

13.0.1 (2025-09-04)

Bug Fixes

13.0.0 (2025-09-02)

⚠ BREAKING CHANGES

  • .resolve, .isThinWaist, .protos, .fromNodeAddress, etc have been removed

Bug Fixes

Trivial Changes

  • add or force update .github/workflows/stale.yml (#428) (3685574)
Commits

Updates @helia/ipns from 8.2.4 to 9.0.0

Release notes

Sourced from @​helia/ipns's releases.

interop: v9.0.0

9.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', ...).
  • car.stream has been renamed car.export
  • uses libp2p v3 and updated block/data stores

Features

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​helia/block-brokers bumped from ^4.2.4 to ^5.0.0
      • @​helia/dnslink bumped from ^0.0.0 to ^1.0.0
      • @​helia/car bumped from ^4.2.0 to ^5.0.0
      • @​helia/dag-cbor bumped from ^4.1.0 to ^5.0.0
      • @​helia/dag-json bumped from ^4.1.0 to ^5.0.0
      • @​helia/http bumped from ^2.2.1 to ^3.0.0
      • @​helia/interface bumped from ^5.4.0 to ^6.0.0
      • @​helia/ipns bumped from ^8.2.4 to ^9.0.0
      • @​helia/json bumped from ^4.0.7 to ^5.0.0
      • @​helia/mfs bumped from ^5.1.0 to ^6.0.0
      • @​helia/routers bumped from ^3.1.3 to ^4.0.0
      • @​helia/strings bumped from ^4.1.0 to ^5.0.0
      • @​helia/unixfs bumped from ^5.1.0 to ^6.0.0
      • helia bumped from ^5.5.1 to ^6.0.0

ipns: v9.0.0

9.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

... (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/kad-dht from 15.1.11 to 16.0.5

Release notes

Sourced from @​libp2p/kad-dht's releases.

kad-dht: v16.0.5

16.0.5 (2025-10-03)

Dependencies

  • update datastore (#3326) (a0f9da2)
  • 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/ping 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
      • @​libp2p/peer-store bumped from ^12.0.4 to ^12.0.5

kad-dht: v16.0.4

16.0.4 (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/peer-collections bumped from ^7.0.3 to ^7.0.4
      • @​libp2p/peer-id bumped from ^6.0.2 to ^6.0.3
      • @​libp2p/ping bumped from ^3.0.3 to ^3.0.4
      • @​libp2p/utils bumped from ^7.0.3 to ^7.0.4
    • devDependencies
      • @​libp2p/logger bumped from ^6.0.3 to ^6.0.4
      • @​libp2p/peer-store bumped from ^12.0.3 to ^12.0.4
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 helia from 5.5.1 to 6.0.1

Release notes

Sourced from helia's releases.

helia: v6.0.1

6.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

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
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

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [@libp2p/interface](https://github.com/libp2p/js-libp2p) | `2.11.0` | `3.0.2` |
| [@libp2p/logger](https://github.com/libp2p/js-libp2p) | `5.2.0` | `6.0.5` |
| [@libp2p/peer-id](https://github.com/libp2p/js-libp2p) | `5.1.9` | `6.0.3` |
| [@multiformats/multiaddr](https://github.com/multiformats/js-multiaddr) | `12.5.1` | `13.0.1` |
| [@helia/ipns](https://github.com/ipfs/helia) | `8.2.4` | `9.0.0` |
| [@libp2p/identify](https://github.com/libp2p/js-libp2p) | `3.0.39` | `4.0.5` |
| [@libp2p/kad-dht](https://github.com/libp2p/js-libp2p) | `15.1.11` | `16.0.5` |
| [@libp2p/ping](https://github.com/libp2p/js-libp2p) | `2.0.37` | `3.0.5` |
| [helia](https://github.com/ipfs/helia) | `5.5.1` | `6.0.1` |
| [@helia/interface](https://github.com/ipfs/helia) | `5.4.0` | `6.0.0` |



Updates `@libp2p/interface` from 2.11.0 to 3.0.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@interface-v2.11.0...tls-v3.0.2)

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/peer-id` from 5.1.9 to 6.0.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.1.9...utils-v6.0.3)

Updates `@multiformats/multiaddr` from 12.5.1 to 13.0.1
- [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.5.1...v13.0.1)

Updates `@helia/ipns` from 8.2.4 to 9.0.0
- [Release notes](https://github.com/ipfs/helia/releases)
- [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
- [Commits](ipfs/helia@ipns-v8.2.4...ipns-v9.0.0)

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/kad-dht` from 15.1.11 to 16.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@kad-dht-v15.1.11...kad-dht-v16.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 `helia` from 5.5.1 to 6.0.1
- [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.1)

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)

---
updated-dependencies:
- dependency-name: "@libp2p/interface"
  dependency-version: 3.0.2
  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/peer-id"
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@multiformats/multiaddr"
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@helia/ipns"
  dependency-version: 9.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/identify"
  dependency-version: 4.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/kad-dht"
  dependency-version: 16.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: "@libp2p/ping"
  dependency-version: 3.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: helia-deps
- dependency-name: helia
  dependency-version: 6.0.1
  dependency-type: direct:development
  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
...

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 9, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 9, 2025 10:27
@achingbrain achingbrain changed the title deps: bump the helia-deps group across 1 directory with 10 updates deps!: update helia to 6.x.x Oct 13, 2025
@achingbrain achingbrain merged commit ae6f2c6 into main Oct 13, 2025
21 checks passed
@achingbrain achingbrain deleted the dependabot/npm_and_yarn/helia-deps-2f53ed711a branch October 13, 2025 05:56
github-actions bot pushed a commit that referenced this pull request Oct 13, 2025
## [@helia/delegated-routing-v1-http-api-client-v5.0.0](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) (2025-10-13)

### ⚠ BREAKING CHANGES

* update helia to 6.x.x (#177)

### Dependencies

* **dev:** bump aegir from 46.0.5 to 47.0.10 ([#171](#171)) ([cfb0ef3](cfb0ef3))
* update helia to 6.x.x ([#177](#177)) ([ae6f2c6](ae6f2c6))
Copy link

🎉 This PR is included in version @helia/delegated-routing-v1-http-api-client-v5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Oct 13, 2025
## [@helia/delegated-routing-v1-http-api-server-v5.0.0](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-server-4.0.6...@helia/delegated-routing-v1-http-api-server-5.0.0) (2025-10-13)

### ⚠ BREAKING CHANGES

* update helia to 6.x.x (#177)

### Trivial Changes

* bump sinon from 20.0.0 to 21.0.0 ([#172](#172)) ([00aceb9](00aceb9))

### Dependencies

* **dev:** bump aegir from 46.0.5 to 47.0.10 ([#171](#171)) ([cfb0ef3](cfb0ef3))
* update helia to 6.x.x ([#177](#177)) ([ae6f2c6](ae6f2c6))
Copy link

🎉 This PR is included in version @helia/delegated-routing-v1-http-api-server-v5.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant