Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

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

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.

Copy link

vercel bot commented Sep 1, 2024

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

@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 45708b3 to e437f0f Compare September 2, 2024 00:06
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from e437f0f to 260b251 Compare September 2, 2024 04:31
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 260b251 to 8e6bb0c Compare September 2, 2024 07:55
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 8e6bb0c to 12ff8be Compare September 2, 2024 10:12
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 12ff8be to 23e1309 Compare September 2, 2024 12:22
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 23e1309 to fdf83c2 Compare September 2, 2024 16:43
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from fdf83c2 to 97325da Compare September 2, 2024 19:20
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 97325da to ec62cd7 Compare September 2, 2024 21:32
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from ec62cd7 to 74fe094 Compare September 3, 2024 00:53
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 74fe094 to cf06435 Compare September 3, 2024 04:21
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from cf06435 to ee7acee Compare September 3, 2024 07:47
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from ee7acee to a6bc31c Compare September 3, 2024 09:48
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from a6bc31c to 1f1579a Compare September 3, 2024 22:53
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 1f1579a to 0c820d3 Compare September 4, 2024 00:03
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 49b6668 to 041ab30 Compare September 18, 2024 21:48
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 041ab30 to 5beea61 Compare September 19, 2024 14:13
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 5beea61 to 7dfc9e7 Compare September 19, 2024 15:36
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 7dfc9e7 to c464db1 Compare September 19, 2024 19:01
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from c464db1 to 57c2a6c Compare September 20, 2024 04:37
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 57c2a6c to d1e6632 Compare September 20, 2024 22:59
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from d1e6632 to c1a5730 Compare September 23, 2024 20:24
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from c1a5730 to 18b4438 Compare September 23, 2024 22:19
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 18b4438 to f5069b3 Compare September 24, 2024 15:16
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from f5069b3 to 2949ce7 Compare September 25, 2024 11:15
@renovate renovate bot force-pushed the renovate/ipfs-http-client-60.x branch from 2949ce7 to a68fa54 Compare September 25, 2024 15:22
Copy link

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

@github-actions github-actions bot added the Stale label Nov 25, 2024
@github-actions github-actions bot closed this Dec 2, 2024
Copy link
Contributor Author

renovate bot commented Dec 2, 2024

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 renovate bot deleted the renovate/ipfs-http-client-60.x branch December 2, 2024 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants