stakes.social
stakes.social copied to clipboard
fix(deps): update dependency ipfs-http-client to v60
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ipfs-http-client (source) | 49.0.4 -> 60.0.1 |
Release Notes
ipfs/js-ipfs (ipfs-http-client)
v60.0.1: ipfs-http-client ipfs-http-client-v60.0.1
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
- dependencies
v60.0.0: ipfs-http-client ipfs-http-client-v60.0.0
β BREAKING CHANGES
- update multiformats to v11.x.x and related depenendcies (#β4277)
Bug Fixes
- update multiformats to v11.x.x and related depenendcies (#β4277) (521c84a)
- use aegir to publish RCs (#β4284) (6d90cbf)
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
- dependencies
v59.0.0: ipfs-http-client ipfs-http-client-v59.0.0
β BREAKING CHANGES
- ipfs is now bundled with [email protected] which has different config
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
- dependencies
v58.0.1: ipfs-http-client ipfs-http-client-v58.0.1
Bug Fixes
- update @βmultiformats/multiadd to 11.0.0 (2a830bf)
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
- dependencies
v58.0.0: ipfs-http-client ipfs-http-client-v58.0.0
β BREAKING CHANGES
- update to [email protected] (#β4151)
deps
- update to [email protected] (#β4151) (39dbf70)
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
- dependencies
v57.0.3: ipfs-http-client ipfs-http-client-v57.0.3
Bug Fixes
v57.0.2: ipfs-http-client ipfs-http-client-v57.0.2
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
- dependencies
v57.0.1: ipfs-http-client ipfs-http-client-v57.0.1
Bug Fixes
v57.0.0: ipfs-http-client ipfs-http-client-v57.0.0
β 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
- dependencies
v56.0.3: ipfs-http-client ipfs-http-client-v56.0.3
Bug Fixes
- exclude fs from bundle (#β4076) (6c3cb73)
- upgrade dep of ipfs-utils ^9.0.2->^9.0.6 (#β4086) (8f7ce23), closes #β4080
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
- dependencies
v56.0.2: ipfs-http-client ipfs-http-client-v56.0.2
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
- dependencies
v56.0.1: ipfs-http-client ipfs-http-client-v56.0.1
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
- dependencies
v56.0.0: ipfs-http-client ipfs-http-client-v56.0.0
β 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
- dependencies
v55.0.0
Bug Fixes
- pubsub: multibase in pubsub http rpc (#β3922) (6eeaca4)
- return nested value from dag.get (#β3966) (45ac973), closes #β3957
chore
- Bump @βipld/dag-cbor to v7 (#β3977) (73476f5)
Features
- dht client (#β3947) (62d8ecb)
- update DAG API to match [email protected] changes (#β3917) (38c01be)
BREAKING CHANGES
- pubsub: We had to make breaking changes to
pubsubcommands 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,
undefinedvalues will be coerced tonull ipfs.dag.putno longer accepts aformatarg, it is nowstoreCodecandinputCodec.'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
Note: Version bump only for package ipfs-http-client
v54.0.1
Note: Version bump only for package ipfs-http-client
v54.0.0
Bug Fixes
BREAKING CHANGES
- errors will now be thrown if multiple items are passed to
ipfs.addor single items toipfs.addAll(n.b. you can still pass a list of a single item toipfs.addAll)
v53.0.1
Note: Version bump only for package ipfs-http-client
v53.0.0
Features
BREAKING CHANGES
- the globSource api has changed from
globSource(dir, opts)toglobSource(dir, pattern, opts) - There are no default exports and everything is now dual published as ESM/CJS
v52.0.5
Note: Version bump only for package ipfs-http-client
v52.0.4
Note: Version bump only for package ipfs-http-client
v52.0.3
Bug Fixes
- declare types in .ts files (#β3840) (eba5fe6)
- remove client-side timeout from http rpc calls (#β3178) (f11220e), closes #β3161
- remove use of instanceof for CID class (#β3847) (ebbb12d)
v52.0.2
Note: Version bump only for package ipfs-http-client
v52.0.1
Bug Fixes
v52.0.0
Bug Fixes
Features
BREAKING CHANGES
- rateIn/rateOut are returned as numbers
- the output type of
ipfs.gethas changed and therecursiveoption has been removed fromipfs.lssince it was not supported everywhere
v51.0.1
Note: Version bump only for package ipfs-http-client
v51.0.0
Bug Fixes
- export ipfs http client type and use option extension for client (#β3763) (31bddd4), closes #β3749 #β3736
Features
- implement dag import/export (#β3728) (700765b), closes #β2953 #β2745
- upgrade to the new multiformats (#β3556) (d13d15f)
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
Note: Version bump only for package ipfs-http-client
v50.1.1
Bug Fixes
- add onError to pubsub.subscribe types (#β3706) (d910aea), closes #β3468
- stalling subscription on (node) http-client when daemon is stopped (#β3468) (0266abf), closes #β3465
v50.1.0
Features
v50.0.0
Bug Fixes
- add missing type import (#β3664) (64cc1e1)
- fix types (#β3662) (0fe8892)
- loosen input type for swarm.connect and swarm.disconnect (#β3673) (46618c7), closes #β3638
- mark ipld options as partial (#β3669) (f98af8e)
chore
- update node version in docker build (#β3603) (087fd1e)
- upgrade deps with new typedefs (#β3550) (a418a52)
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.
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 |
This pull-request is inactive and so will be closed automatically.
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.