graph-tooling icon indicating copy to clipboard operation
graph-tooling copied to clipboard

fix(deps): update dependency ipfs-http-client to v60

Open renovate[bot] opened this issue 2 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ipfs-http-client (source) 34.0.0 -> 60.0.0 age adoption passing confidence

Release Notes

ipfs/js-ipfs

v60.0.0: ipfs-http-client ipfs-http-client-v60.0.0

Compare Source

⚠ BREAKING CHANGES
  • update multiformats to v11.x.x and related depenendcies (#​4277)
Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.13.0 to ^0.14.0
      • ipfs-core-utils bumped from ^0.17.0 to ^0.18.0

v59.0.0: ipfs-http-client ipfs-http-client-v59.0.0

Compare Source

⚠ BREAKING CHANGES
Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.12.1 to ^0.13.0
      • ipfs-core-utils bumped from ^0.16.1 to ^0.17.0

v58.0.1: ipfs-http-client ipfs-http-client-v58.0.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.12.0 to ^0.12.1
      • ipfs-core-utils bumped from ^0.16.0 to ^0.16.1

v58.0.0: ipfs-http-client ipfs-http-client-v58.0.0

Compare Source

⚠ BREAKING CHANGES
deps
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.11.0 to ^0.12.0
      • ipfs-core-utils bumped from ^0.15.0 to ^0.16.0

v57.0.3: ipfs-http-client ipfs-http-client-v57.0.3

Compare Source

Bug Fixes

v57.0.2: ipfs-http-client ipfs-http-client-v57.0.2

Compare Source

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.11.0 to ^0.11.1
      • ipfs-core-utils bumped from ^0.15.0 to ^0.15.1

v57.0.1: ipfs-http-client ipfs-http-client-v57.0.1

Compare Source

Bug Fixes

v57.0.0: ipfs-http-client ipfs-http-client-v57.0.0

Compare Source

⚠ BREAKING CHANGES
  • This module is now ESM only and there return types of some methods have changed
Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.3 to ^0.11.0
      • ipfs-core-utils bumped from ^0.14.3 to ^0.15.0

v56.0.3: ipfs-http-client ipfs-http-client-v56.0.3

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.2 to ^0.10.3
      • ipfs-core-utils bumped from ^0.14.2 to ^0.14.3

v56.0.2: ipfs-http-client ipfs-http-client-v56.0.2

Compare Source

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.1 to ^0.10.2
      • ipfs-core-utils bumped from ^0.14.1 to ^0.14.2

v56.0.1: ipfs-http-client ipfs-http-client-v56.0.1

Compare Source

Bug Fixes
  • dag: replace custom dag walk with multiformats/traversal (#​3950) (596b1f4)
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.10.0 to ^0.10.1
      • ipfs-core-utils bumped from ^0.14.0 to ^0.14.1

v56.0.0: ipfs-http-client ipfs-http-client-v56.0.0

Compare Source

⚠ BREAKING CHANGES
  • peerstore methods are now all async, the repo is migrated to v12
  • node 15+ is required
Features
Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.9.0 to ^0.10.0
      • ipfs-core-utils bumped from ^0.13.0 to ^0.14.0

v55.0.0

Compare Source

Bug Fixes
chore
Features
BREAKING CHANGES
  • pubsub: We had to make breaking changes to pubsub commands sent over HTTP RPC to fix data corruption caused by topic names and payload bytes that included \n. More details in https://github.com/ipfs/go-ipfs/issues/7939 and https://github.com/ipfs/go-ipfs/pull/8183
  • On decode of CBOR blocks, undefined values will be coerced to null
  • ipfs.dag.put no longer accepts a format arg, it is now storeCodec and inputCodec. 'json' has become 'dag-json', 'cbor' has become 'dag-cbor' and so on
  • The DHT API has been refactored to return async iterators of query events

v54.0.2

Compare Source

Note: Version bump only for package ipfs-http-client

v54.0.1

Compare Source

Note: Version bump only for package ipfs-http-client

v54.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • errors will now be thrown if multiple items are passed to ipfs.add or single items to ipfs.addAll (n.b. you can still pass a list of a single item to ipfs.addAll)

v53.0.1

Compare Source

Note: Version bump only for package ipfs-http-client

v53.0.0

Compare Source

Features
BREAKING CHANGES
  • the globSource api has changed from globSource(dir, opts) to globSource(dir, pattern, opts)
  • There are no default exports and everything is now dual published as ESM/CJS

v52.0.5

Compare Source

Note: Version bump only for package ipfs-http-client

v52.0.4

Compare Source

Note: Version bump only for package ipfs-http-client

v52.0.3

Compare Source

Bug Fixes

v52.0.2

Compare Source

Note: Version bump only for package ipfs-http-client

v52.0.1

Compare Source

Bug Fixes

v52.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • rateIn/rateOut are returned as numbers
  • the output type of ipfs.get has changed and the recursive option has been removed from ipfs.ls since it was not supported everywhere

v51.0.1

Compare Source

Note: Version bump only for package ipfs-http-client

v51.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • ipld-formats no longer supported, use multiformat BlockCodecs instead

Co-authored-by: Rod Vagg [email protected] Co-authored-by: achingbrain [email protected]

v50.1.2

Compare Source

Note: Version bump only for package ipfs-http-client

v50.1.1

Compare Source

Bug Fixes

v50.1.0

Compare Source

Features

v50.0.0

Compare Source

Bug Fixes
chore
BREAKING CHANGES
  • Minimum supported node version is 14
  • all core api methods now have types, some method signatures have changed, named exports are now used by the http, grpc and ipfs client modules

v49.0.4

Compare Source

Note: Version bump only for package ipfs-http-client

v49.0.3

Compare Source

Bug Fixes

v49.0.2

Compare Source

Note: Version bump only for package ipfs-http-client

v49.0.1

Compare Source

Note: Version bump only for package ipfs-http-client

v49.0.0

Compare Source

chore
Features
BREAKING CHANGES
  • ipfs-repo upgrade requires repo migration to v10

v48.2.2

Compare Source

Note: Version bump only for package ipfs-http-client

v48.2.1

Compare Source

Bug Fixes

v48.2.0

Compare Source

Features

v48.1.3

Compare Source

Bug Fixes

v48.1.2

Compare Source

Note: Version bump only for package ipfs-http-client

v48.1.1

Compare Source

Bug Fixes

v48.1.0

Compare Source

Bug Fixes
Features

v48.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • types returned by ipfs.files.ls are now strings, in line with the docs but different to previous behaviour

Co-authored-by: Geoffrey Cohler [email protected]

v47.0.1

Compare Source

Note: Version bump only for package ipfs-http-client

v47.0.0

Compare Source

  • feat: all uses of node Buffers have been replaced with Uint8Arrays
  • feat: all dependencies now use Uint8Arrays in place of node Buffers

BREAKING CHANGES:

  • Where node Buffers were returned, Uint8Arrays are now returned

v46.1.2

Compare Source

fix: revert Uint8Arrays in pre-47.x.x version

v46.1.1

Compare Source

fix: Downgrade merge-options to restore node 12 compat when engine-strict is true #​3271

v46.1.0

Compare Source

Bug Fixes
Features

v46.0.1

Compare Source

Bug Fixes

v46.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • remove support for key.export over the http api

v45.0.0

Compare Source

Bug Fixes
Features
Breaking Changes
  • ipfs.add only works on single items - a Uint8Array, a String, an AsyncIterable<Uint8Array> etc
  • ipfs.addAll works on multiple items
  • ipfs.dag.resolve returns Promise<{ cid, remainderPath } instead of AsyncIterator<{ value, remainderPath }>
    • Previously the core api returned an async iterator and the http client returned a simple promise
  • ipfs.bitswap.wantlist([peer], [options]) is split into:
    • ipfs.bitswap.wantlist([options])
    • ipfs.bitswap.wantlistForPeer(peer, [options])
  • ipfs.bootstrap.add([addr], [options]) is split into:
    • ipfs.bootstrap.add(addr, [options]) - add a bootstrap node
    • ipfs.bootstrap.reset() - restore the default list of bootstrap nodes
  • ipfs.bootstrap.rm([addr], [options]) is split into:
    • ipfs.bootstrap.rm(addr, [options]) - remove a bootstrap node
    • ipfs.bootstrap.clear([options]) - empty the bootstrap list
  • ipfs.dag.get(cid, [path], [options]) becomes ipfs.dag.get(cid, [options])
    • path is moved into the options object
  • ipfs.dag.tree(cid, [path], [options]) becomes ipfs.dag.tree(cid, [options])
    • path is moved into the options object
  • ipfs.dag.resolve(cid, [path], [options]) becomes ipfs.dag.resolve(cid, [options])
    • path is moved into the options object
  • ipfs.files.flush([path], [options]) becomes ipfs.files.flush(path, [options])
  • ipfs.files.ls([path], [options]) becomes ipfs.files.ls(path, [options])
  • ipfs.object.new([template], [options]) becomes ipfs.object.new([options])
    • template is moved into the options object
  • ipfs.pin.ls([paths], [options]) becomes ipfs.pin.ls([options])
    • paths is moved into the options object
  • ipfs.refs.local now returns a v1 CID with the raw codec for every block and not the original CID by which it was added to the blockstore

v44.3.0

Compare Source

Features

v44.2.1

Compare Source

Note: Version bump only for package ipfs-http-client

v44.2.0

Compare Source

Features

v44.1.1

Compare Source

Note: Version bump only for package ipfs-http-client

v44.1.0

Compare Source

Bug Fixes
Features

v44.0.3

Compare Source

Note: Version bump only for package ipfs-http-client

v44.0.2

Compare Source

Bug Fixes

v44.0.1

Compare Source

Bug Fixes

v44.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Where we used to accept all and any HTTP methods, now only POST is accepted. The API client will now only send POST requests too.

  • test: add tests to make sure we are post-only

  • chore: upgrade ipfs-utils

  • fix: return 405 instead of 404 for bad methods

  • fix: reject browsers that do not send an origin

Also fixes running interface tests over http in browsers against js-ipfs

v43.0.1

Compare Source

Bug Fixes

v43.0.0

Compare Source

43.0.0 (2020-03-31)

Bug Fixes
chore
Features
BREAKING CHANGES
  • When the path passed to ipfs.files.stat(path) was a hamt sharded dir, the resovled value returned by js-ipfs previously had a type property of with a value of 'hamt-sharded-directory'. To bring it in line with go-ipfs this value is now 'directory'.
  • Files that fit into one block imported with either --cid-version=1 or --raw-leaves=true previously returned a CID that resolved to a raw node (e.g. a buffer). Returned CIDs now resolve to a dag-pb node that contains a UnixFS entry. This is to allow setting metadata on small files with CIDv1.

v42.0.0

Compare Source

v41.0.1

Compare Source

v41.0.0

Compare Source

v40.2.1

Compare Source

v40.2.0

Compare Source

v40.1.0

Compare Source

v40.0.1

Compare Source

v40.0.0

Compare Source

v39.0.2

Compare Source

v39.0.1

Compare Source

v39.0.0

Compare Source

v38.2.1

Compare Source

v38.2.0

Compare Source

v38.1.0

Compare Source

v38.0.1

Compare Source

v38.0.0

Compare Source

v37.0.3

Compare Source

v37.0.2

Compare Source

v37.0.1

Compare Source

v37.0.0

Compare Source

v36.1.0

Compare Source

v36.0.0

Compare Source

v35.1.1

Compare Source

v35.1.0

Compare Source

v35.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Apr 03 '23 20:04 renovate[bot]

🦋 Changeset detected

Latest commit: 98a50855428490cbe7ef5a88f2bedfec825055e6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphprotocol/graph-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Apr 03 '23 20:04 changeset-bot[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Apr 03 '23 20:04 renovate[bot]

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

renovate[bot] avatar Dec 09 '24 15:12 renovate[bot]