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

Remove dependency on cids package #2051

Closed
Tracked by #2048
SgtPooki opened this issue Oct 10, 2022 · 1 comment
Closed
Tracked by #2048

Remove dependency on cids package #2051

SgtPooki opened this issue Oct 10, 2022 · 1 comment
Labels
topic/dependencies Topic dependencies

Comments

@SgtPooki
Copy link
Member

SgtPooki commented Oct 10, 2022

Work to do

> npm explain cids | perl -ne 'print if /from the root project/' | xargs -I% sh -c 'echo "Remove %"' | sort | uniq
Remove cids@^1.1.6 from the root project
Remove ipld-explorer-components@^4.0.0 from the root project
Remove is-ipfs@^3.0.0 from the root project
Remove multiaddr-to-uri@^6.0.0 from the root project
Remove multiaddr@^8.1.2 from the root project
> npm explain cids | perl -ne 'print if /from/' | perl -ne 'print if not /from the root project/' | xargs -I% sh -c 'echo "Remove %"' | sort | uniq
Remove cids@^1.0.0 from [email protected]
Remove cids@^1.0.0 from [email protected]
Remove cids@^1.1.5 from [email protected]
Remove cids@^1.1.6 from [email protected]
Remove cids@^1.1.6 from [email protected]
Remove interface-ipld-format@^1.0.0 from [email protected]
Remove ipld-git@^0.6.6 from [email protected]
Remove [email protected] from [email protected]
Remove mafmt@^8.0.4 from [email protected]
Remove multiaddr@^8.0.0 from [email protected]
Remove multiaddr@^8.0.0 from [email protected]
Remove multiaddr@^8.1.2 from [email protected]

> npm explain cids
[email protected]
node_modules/cids
  cids@"^1.1.6" from the root project
  cids@"^1.1.6" from [email protected]
  node_modules/interface-ipld-format
    interface-ipld-format@"^1.0.0" from [email protected]
    node_modules/ipld-raw
      ipld-raw@"7.0.0" from [email protected]
      node_modules/ipld-explorer-components
        ipld-explorer-components@"^4.0.0" from the root project
  cids@"^1.0.0" from [email protected]
  node_modules/ipld-git
    ipld-git@"^0.6.6" from [email protected]
    node_modules/ipld-explorer-components
      ipld-explorer-components@"^4.0.0" from the root project
  cids@"^1.1.6" from [email protected]
  node_modules/ipld-raw
    ipld-raw@"7.0.0" from [email protected]
    node_modules/ipld-explorer-components
      ipld-explorer-components@"^4.0.0" from the root project
  cids@"^1.1.5" from [email protected]
  node_modules/is-ipfs
    is-ipfs@"^3.0.0" from the root project
  cids@"^1.0.0" from [email protected]
  node_modules/multiaddr
    multiaddr@"^8.1.2" from the root project
    multiaddr@"^8.1.2" from [email protected]
    node_modules/is-ipfs
      is-ipfs@"^3.0.0" from the root project
    multiaddr@"^8.0.0" from [email protected]
    node_modules/is-ipfs/node_modules/mafmt
      mafmt@"^8.0.4" from [email protected]
      node_modules/is-ipfs
        is-ipfs@"^3.0.0" from the root project
    multiaddr@"^8.0.0" from [email protected]
    node_modules/multiaddr-to-uri
      multiaddr-to-uri@"^6.0.0" from the root project
@SgtPooki
Copy link
Member Author

SgtPooki commented Jun 14, 2023

#2117 put a significant dent in the work needed here. Updated the npm explain output in the description after the changes from #2117

@SgtPooki SgtPooki closed this as completed Feb 2, 2024
@github-project-automation github-project-automation bot moved this from Needs Grooming to Done in IPFS-GUI (PL EngRes) Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/dependencies Topic dependencies
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants