-
Notifications
You must be signed in to change notification settings - Fork 105
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
Update IPFS related dependencies to latest version #245
Comments
Is it worth hanging on until this documentation microsoft/TypeScript#52593 is ready? |
@nearlyjuly now sure how it is related exactly? I have begin by updating the |
Probably not worth it on second thoughts, was an initial reaction as I can see multiformats stopped supporting cjs since version 10, and issues such as 222 and 223 point to maybe having a strategy when this happens again for other dependencies. But I guess people will speak up and fix as and when needed. |
* deps: update all ipfs-* deps to the latest versions Co-authored-by: Diane Huxley <[email protected]>
This is done! |
Could you make these permissive toward minor versions ( Thank you! |
Related: decentralized-identity/ion-tools#53 |
Closing this issue with a targeted issue for action #385. |
Latest state of this issue:
✅ "@ipld/dag-cbor": "9.0.0",
✅ "interface-blockstore": "4.0.1"
✅ "ipfs-unixfs": "11.0.0",
✅ "ipfs-unixfs-exporter": "13.1.0",
✅ "ipfs-unixfs-importer": "14.0.1",
✅ "multiformats": "11.0.2",
Some dependencies are not backwards compatible thus will break build/compilation so will require update to code.
More annoying is that it appears some of the latest IPFS packages aren't exporting types correctly/fully which may require changes to IPFS repos. For reference, following errors are thrown when attempting to compile:
The text was updated successfully, but these errors were encountered: