Skip to content

deps: bump the interplanetary-deps group across 1 directory with 6 updates#1038

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/interplanetary-deps-b343879900
Closed

deps: bump the interplanetary-deps group across 1 directory with 6 updates#1038
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/interplanetary-deps-b343879900

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Package From To
interface-blockstore 6.0.2 7.0.1
multiformats 13.4.2 14.0.0
blockstore-core 6.1.3 7.0.1
datastore-core 11.0.4 12.0.1
interface-datastore 9.0.3 10.0.1
@multiformats/sha3 3.0.3 4.0.0

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

Updates datastore-core from 11.0.4 to 12.0.1

Release notes

Sourced from datastore-core's releases.

datastore-core-12.0.1

datastore-core-v12.0.1 (2026-05-11)

Bug Fixes

datastore-core-12.0.0

datastore-core-v12.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 datastore-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
  • b03562e chore(release): 12.0.1 [skip ci]
  • 1c03dac chore(release): 4.0.1 [skip ci]
  • 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]
  • Additional commits viewable in compare view

Updates interface-datastore from 9.0.3 to 10.0.1

Release notes

Sourced from interface-datastore's releases.

interface-datastore-10.0.1

interface-datastore-v10.0.1 (2026-05-11)

Bug Fixes

interface-datastore-10.0.0

interface-datastore-v10.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)
Commits
  • 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]
  • 156f310 chore(release): 4.0.0 [skip ci]
  • 5feb623 chore(release): 4.0.0 [skip ci]
  • 9171165 chore(release): 4.0.0 [skip ci]
  • Additional commits viewable in compare view

Updates @multiformats/sha3 from 3.0.3 to 4.0.0

Release notes

Sourced from @​multiformats/sha3's releases.

v4.0.0

4.0.0 (2026-05-12)

⚠ BREAKING CHANGES

  • the encoder now returns a Uint8Array<ArrayBuffer>

Dependencies

Changelog

Sourced from @​multiformats/sha3's changelog.

4.0.0 (2026-05-12)

⚠ BREAKING CHANGES

  • the encoder now returns a Uint8Array<ArrayBuffer>

Dependencies

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

…dates

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

| Package | From | To |
| --- | --- | --- |
| [interface-blockstore](https://github.com/ipfs/js-stores) | `6.0.2` | `7.0.1` |
| [multiformats](https://github.com/multiformats/js-multiformats) | `13.4.2` | `14.0.0` |
| [blockstore-core](https://github.com/ipfs/js-stores) | `6.1.3` | `7.0.1` |
| [datastore-core](https://github.com/ipfs/js-stores) | `11.0.4` | `12.0.1` |
| [interface-datastore](https://github.com/ipfs/js-stores) | `9.0.3` | `10.0.1` |
| [@multiformats/sha3](https://github.com/multiformats/js-sha3) | `3.0.3` | `4.0.0` |



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

Updates `datastore-core` from 11.0.4 to 12.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@datastore-core-11.0.4...datastore-core-12.0.1)

Updates `interface-datastore` from 9.0.3 to 10.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-datastore-9.0.3...interface-datastore-10.0.1)

Updates `@multiformats/sha3` from 3.0.3 to 4.0.0
- [Release notes](https://github.com/multiformats/js-sha3/releases)
- [Changelog](https://github.com/multiformats/js-sha3/blob/master/CHANGELOG.md)
- [Commits](multiformats/js-sha3@v3.0.3...v4.0.0)

---
updated-dependencies:
- 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
- dependency-name: blockstore-core
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: interplanetary-deps
- dependency-name: datastore-core
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: interplanetary-deps
- dependency-name: interface-datastore
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: interplanetary-deps
- dependency-name: "@multiformats/sha3"
  dependency-version: 4.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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 12, 2026 16:29
@achingbrain
Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 13, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this May 13, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/interplanetary-deps-b343879900 branch May 13, 2026 09:09
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.

1 participant