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

chore: upgrade all the deps #319

Merged
merged 2 commits into from
Feb 2, 2023
Merged

chore: upgrade all the deps #319

merged 2 commits into from
Feb 2, 2023

Conversation

Gozala
Copy link
Contributor

@Gozala Gozala commented Feb 1, 2023

Updates all the deps and aligns versions so we don't have various version of the multiformat and @ipld/car

Most updates have been generate with a help of pnpm upgrade --interactive -r command, however for some reason it was failing to update deps in examples directory resulting in multiple versions of multiformats and @ipld/car. I end up working around this by manually changing package.json-s of packages that were referencing old versions.

@Gozala Gozala requested a review from olizilla February 1, 2023 03:25
@codesandbox-ci
Copy link

codesandbox-ci bot commented Feb 1, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 1234d9e:

Sandbox Source
@w3ui/example-react-file-upload Configuration
@w3ui/example-react-sign-up-in Configuration
@w3ui/example-react-uploads-list Configuration
@w3ui/example-solid-file-upload Configuration
@w3ui/example-solid-sign-up-in Configuration
@w3ui/example-solid-uploads-list Configuration
@w3ui/example-vue-file-upload Configuration
@w3ui/example-vue-sign-up-in Configuration
@w3ui/example-vue-uploads-list Configuration

@@ -32,10 +32,10 @@
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@ucanto/interface": "^4.0.3",
"@ucanto/interface": "^4.2.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be a good idea for @w3ui/react and perhaps others from the family to re-export same basics like @ucanto/interaface and perhaps some things from multiformats so that they don't need to be imported by the users and deal with dependency problems.

@@ -1,5 +1,5 @@
import React from 'react'
import { CID } from 'multiformats/cid'
import * as Link from 'multiformats/link'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: CID still exists but Link is designed to be more abstract and less prone to becoming out of date.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 1, 2023

Copy link
Member

@travis travis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@travis travis merged commit c62e8cf into main Feb 2, 2023
@travis travis deleted the chore/dep-updates branch February 2, 2023 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants