Skip to content

deps: bump the interplanetary-deps group across 1 directory with 5 updates#363

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/interplanetary-deps-242ebf6298
Open

deps: bump the interplanetary-deps group across 1 directory with 5 updates#363
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/interplanetary-deps-242ebf6298

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the interplanetary-deps group with 5 updates in the / directory:

Package From To
@helia/delegated-routing-v1-http-api-server 5.2.1 6.0.1
multiformats 13.4.2 14.0.0
@helia/delegated-routing-v1-http-api-client 6.0.1 7.0.1
interface-blockstore 6.0.2 7.0.1
blockstore-core 6.1.3 7.0.1

Updates @helia/delegated-routing-v1-http-api-server from 5.2.1 to 6.0.1

Changelog

Sourced from @​helia/delegated-routing-v1-http-api-server'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 ipns@9.x.x
  • 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
  • eb62e2c chore(release): 6.0.1 [skip ci]
  • f0625fa chore(release): 7.0.1 [skip ci]
  • 3c82dfb fix: update sibling deps
  • b433e00 chore(release): 6.0.0 [skip ci]
  • 66b534d chore(release): 7.0.0 [skip ci]
  • ea2570e fix!: remove ipns dependency, upgrade multiformats (#195)
  • 3ea0206 chore(release): 6.0.1 [skip ci]
  • 2123838 fix: where routing key is not peer id or cid, use a raw CID (#189)
  • 2f9af15 chore: update sibling dep
  • 5d7fa9b chore(release): 6.0.0 [skip ci]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​helia/delegated-routing-v1-http-api-server since your current version.


Updates multiformats from 13.4.2 to 14.0.0

Release notes

Sourced from multiformats's releases.

v14.0.0

14.0.0 (2026-05-07)

⚠ BREAKING CHANGES

  • all Hashers are now MultihashHasher<Code>s
  • Returned Uint8Arrays are now Uint8Array<ArrayBuffer>

Features

  • loading via require is now supported (#337) (9b5b12b)

Bug Fixes

  • identity hash is SyncMultihashHasher<0> (#337) (9b5b12b)
  • specify type of backing buffer when Uint8Arrays are returned (#335) (bac2da5)
Changelog

Sourced from multiformats's changelog.

14.0.0 (2026-05-07)

⚠ BREAKING CHANGES

  • all Hashers are now MultihashHasher<Code>s
  • Returned Uint8Arrays are now Uint8Array<ArrayBuffer>

Bug Fixes

  • identity hash is SyncMultihashHasher<0> (#337) (9b5b12b), closes #313 #314
  • specify type of backing buffer when Uint8Arrays are returned (#335) (bac2da5)
Commits
  • 4610294 chore(release): 14.0.0 [skip ci]
  • 9b5b12b fix!: identity hash is SyncMultihashHasher<0> (#337)
  • bac2da5 fix!: specify type of backing buffer when Uint8Arrays are returned (#335)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for multiformats since your current version.


Updates @helia/delegated-routing-v1-http-api-client from 6.0.1 to 7.0.1

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​helia/delegated-routing-v1-http-api-client since your current version.


Updates interface-blockstore from 6.0.2 to 7.0.1

Release notes

Sourced from interface-blockstore's releases.

interface-blockstore-7.0.1

interface-blockstore-v7.0.1 (2026-05-11)

Bug Fixes

interface-blockstore-7.0.0

interface-blockstore-v7.0.0 (2026-05-11)

⚠ BREAKING CHANGES

  • bump multiformats from 13.4.2 to 14.0.0 (#372)

Trivial Changes

Dependencies

  • bump multiformats from 13.4.2 to 14.0.0 (#372) (5bc9912)
Changelog

Sourced from interface-blockstore's changelog.

1.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • To detect the type of error thrown, use .name instead of .code
  • s3 filenames are now all base32upper
  • the output of store.getMany is now a stream of pairs
  • open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore
  • bump multiformats from 10.0.3 to 11.0.0 (#182)
  • this module is now ESM only
  • deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages
  • the compliance tests for interface-datastore have been removed - use the interface-datastore-tests module instead

Features

Bug Fixes

... (truncated)

Commits
  • 5b29304 chore(release): 7.0.1 [skip ci]
  • 280842e fix: update sibling deps (#377)
  • d109fec chore(release): 14.0.0 [skip ci]
  • 802e6df chore(release): 13.0.0 [skip ci]
  • 3d654c1 chore(release): 5.0.0 [skip ci]
  • 95f2db4 chore(release): 12.0.0 [skip ci]
  • 156f310 chore(release): 4.0.0 [skip ci]
  • 5feb623 chore(release): 4.0.0 [skip ci]
  • 9171165 chore(release): 4.0.0 [skip ci]
  • c11afb2 chore(release): 12.0.0 [skip ci]
  • Additional commits viewable in compare view

Updates blockstore-core from 6.1.3 to 7.0.1

Release notes

Sourced from blockstore-core's releases.

blockstore-core-7.0.1

blockstore-core-v7.0.1 (2026-05-11)

Bug Fixes

blockstore-core-7.0.0

blockstore-core-v7.0.0 (2026-05-11)

⚠ BREAKING CHANGES

  • bump multiformats from 13.4.2 to 14.0.0 (#372)

Trivial Changes

Dependencies

  • bump multiformats from 13.4.2 to 14.0.0 (#372) (5bc9912)
Changelog

Sourced from blockstore-core's changelog.

1.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • To detect the type of error thrown, use .name instead of .code
  • s3 filenames are now all base32upper
  • the output of store.getMany is now a stream of pairs
  • open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore
  • bump multiformats from 10.0.3 to 11.0.0 (#182)
  • this module is now ESM only
  • deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages
  • the compliance tests for interface-datastore have been removed - use the interface-datastore-tests module instead

Features

Bug Fixes

... (truncated)

Commits
  • d01d5e1 chore(release): 7.0.1 [skip ci]
  • a21277e chore(release): 7.0.1 [skip ci]
  • 95e8079 chore(release): 9.0.1 [skip ci]
  • f2b78bd chore(release): 10.0.1 [skip ci]
  • 5b29304 chore(release): 7.0.1 [skip ci]
  • 280842e fix: update sibling deps (#377)
  • d109fec chore(release): 14.0.0 [skip ci]
  • 802e6df chore(release): 13.0.0 [skip ci]
  • 3d654c1 chore(release): 5.0.0 [skip ci]
  • 95f2db4 chore(release): 12.0.0 [skip ci]
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 25, 2026 15:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/interplanetary-deps-242ebf6298 branch from 1b02e4c to ea57f6e Compare June 2, 2026 05:47
…dates

Bumps the interplanetary-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@helia/delegated-routing-v1-http-api-server](https://github.com/ipfs/helia-delegated-routing-v1-http-api) | `5.2.1` | `6.0.1` |
| [multiformats](https://github.com/multiformats/js-multiformats) | `13.4.2` | `14.0.0` |
| [@helia/delegated-routing-v1-http-api-client](https://github.com/ipfs/helia-delegated-routing-v1-http-api) | `6.0.1` | `7.0.1` |
| [interface-blockstore](https://github.com/ipfs/js-stores) | `6.0.2` | `7.0.1` |
| [blockstore-core](https://github.com/ipfs/js-stores) | `6.1.3` | `7.0.1` |



Updates `@helia/delegated-routing-v1-http-api-server` from 5.2.1 to 6.0.1
- [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-server-5.2.1...@helia/delegated-routing-v1-http-api-server-6.0.1)

Updates `multiformats` from 13.4.2 to 14.0.0
- [Release notes](https://github.com/multiformats/js-multiformats/releases)
- [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
- [Commits](multiformats/js-multiformats@v13.4.2...v14.0.0)

Updates `@helia/delegated-routing-v1-http-api-client` from 6.0.1 to 7.0.1
- [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-6.0.1...@helia/delegated-routing-v1-http-api-client-7.0.1)

Updates `interface-blockstore` from 6.0.2 to 7.0.1
- [Release notes](https://github.com/ipfs/js-stores/releases)
- [Changelog](https://github.com/ipfs/js-stores/blob/main/CHANGELOG.md)
- [Commits](ipfs/js-stores@interface-blockstore-6.0.2...interface-blockstore-7.0.1)

Updates `blockstore-core` from 6.1.3 to 7.0.1
- [Release notes](https://github.com/ipfs/js-stores/releases)
- [Changelog](https://github.com/ipfs/js-stores/blob/main/CHANGELOG.md)
- [Commits](ipfs/js-stores@blockstore-core-6.1.3...blockstore-core-7.0.1)

---
updated-dependencies:
- dependency-name: "@helia/delegated-routing-v1-http-api-client"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: interplanetary-deps
- dependency-name: "@helia/delegated-routing-v1-http-api-server"
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: interplanetary-deps
- dependency-name: blockstore-core
  dependency-version: 7.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: interplanetary-deps
- dependency-name: interface-blockstore
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: interplanetary-deps
- dependency-name: multiformats
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: interplanetary-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/interplanetary-deps-242ebf6298 branch from ea57f6e to a77136c Compare June 8, 2026 10:10
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.

0 participants