jeff-zucker / solid-auth-cli

a node/command-line Solid client with persistent login
MIT License
10 stars 8 forks source link

Please bump @solid/oidc-rp to 0.10.0 in @solid/solid-cli and then bump @solid/solid-cli here #10

Closed CxRes closed 4 years ago

CxRes commented 4 years ago

@solid/oidc-rp 0.9.0 depends on @trust/webcrypto which is deprecated. We need to bump the entire chain of dependencies consequently.

jeff-zucker commented 4 years ago

AFAIK, this is done. Please reopen if I'm missing something

CxRes commented 4 years ago

Not for now. But I have opened an issue to replace the deprecated @solid/oidc-rp with interop-alliance/oidc-rp in @solid/cli. I'll let you know once that's done and if it needs updating!

jeff-zucker commented 4 years ago

Much appreciated, thanks. Am I correct that a lot of this headache is caused by the 0.x semver numbers? I bumped all my packages to 1.x even though many are still alpha to avoid this problem.

CxRes commented 4 years ago

Unfortunately yes!!!

For now the only other suggestion I can make is that everyone should use dependabot!