stakes.social icon indicating copy to clipboard operation
stakes.social copied to clipboard

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

Open renovate[bot] opened this issue 1 year ago β€’ 1 comments

This PR contains the following updates:

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

Release Notes

ipfs/js-ipfs (ipfs-http-client)

v60.0.1: ipfs-http-client ipfs-http-client-v60.0.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • ipfs-core-types bumped from ^0.14.0 to ^0.14.1
      • ipfs-core-utils bumped from ^0.18.0 to ^0.18.1

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

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Sep 01 '24 22:09 renovate[bot]

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
stakes-social ❌ Failed (Inspect) Sep 25, 2024 10:09pm

vercel[bot] avatar Sep 01 '24 22:09 vercel[bot]

This pull-request is inactive and so will be closed automatically.

github-actions[bot] avatar Nov 25 '24 02:11 github-actions[bot]

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 60.x releases. But if you manually upgrade to 60.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

renovate[bot] avatar Dec 02 '24 02:12 renovate[bot]