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 ipld-git@0.6.6
Remove cids@^1.0.0 from multiaddr@8.1.2
Remove cids@^1.1.5 from is-ipfs@3.0.0
Remove cids@^1.1.6 from interface-ipld-format@1.0.1
Remove cids@^1.1.6 from ipld-raw@7.0.0
Remove interface-ipld-format@^1.0.0 from ipld-raw@7.0.0
Remove ipld-git@^0.6.6 from ipld-explorer-components@4.0.0
Remove ipld-raw@7.0.0 from ipld-explorer-components@4.0.0
Remove mafmt@^8.0.4 from is-ipfs@3.0.0
Remove multiaddr@^8.0.0 from mafmt@8.0.4
Remove multiaddr@^8.0.0 from multiaddr-to-uri@6.0.0
Remove multiaddr@^8.1.2 from is-ipfs@3.0.0

> npm explain cids
cids@1.1.9
node_modules/cids
  cids@"^1.1.6" from the root project
  cids@"^1.1.6" from interface-ipld-format@1.0.1
  node_modules/interface-ipld-format
    interface-ipld-format@"^1.0.0" from ipld-raw@7.0.0
    node_modules/ipld-raw
      ipld-raw@"7.0.0" from ipld-explorer-components@4.0.0
      node_modules/ipld-explorer-components
        ipld-explorer-components@"^4.0.0" from the root project
  cids@"^1.0.0" from ipld-git@0.6.6
  node_modules/ipld-git
    ipld-git@"^0.6.6" from ipld-explorer-components@4.0.0
    node_modules/ipld-explorer-components
      ipld-explorer-components@"^4.0.0" from the root project
  cids@"^1.1.6" from ipld-raw@7.0.0
  node_modules/ipld-raw
    ipld-raw@"7.0.0" from ipld-explorer-components@4.0.0
    node_modules/ipld-explorer-components
      ipld-explorer-components@"^4.0.0" from the root project
  cids@"^1.1.5" from is-ipfs@3.0.0
  node_modules/is-ipfs
    is-ipfs@"^3.0.0" from the root project
  cids@"^1.0.0" from multiaddr@8.1.2
  node_modules/multiaddr
    multiaddr@"^8.1.2" from the root project
    multiaddr@"^8.1.2" from is-ipfs@3.0.0
    node_modules/is-ipfs
      is-ipfs@"^3.0.0" from the root project
    multiaddr@"^8.0.0" from mafmt@8.0.4
    node_modules/is-ipfs/node_modules/mafmt
      mafmt@"^8.0.4" from is-ipfs@3.0.0
      node_modules/is-ipfs
        is-ipfs@"^3.0.0" from the root project
    multiaddr@"^8.0.0" from multiaddr-to-uri@6.0.0
    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
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