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

Jssha dependency is deprecated #266

Open
nicholaschiang opened this issue Mar 30, 2021 · 1 comment
Open

Jssha dependency is deprecated #266

nicholaschiang opened this issue Mar 30, 2021 · 1 comment

Comments

@nicholaschiang
Copy link

The jssha@v2 version that you're currently using is deprecated and prints a warning during installation:

➤ YN0061: │ jssha@npm:2.4.2 is deprecated: jsSHA versions < 3.0.0 will no longer receive feature updates

Consider upgrading to v3 and then updating the other Percy packages that depend on this percy-client package (namely @percy/agent):

   ├─ @percy/agent@npm:0.28.6 (via npm:^0.28.5)
   │  └─ percy-client@npm:3.8.0 (via npm:^3.2.0)
   │     └─ jssha@npm:2.4.2 (via npm:^2.1.0)
@Robdel12
Copy link
Contributor

Hey @nicholaschiang thanks for the issues! This library is essentially deprecated. Here's the new library: https://github.com/percy/cli/tree/master/packages/client

Once our SDKs are migrated over to the new CLI toolchain we'll officially mark this package as deprecated: https://docs.percy.io/docs/migrating-to-percy-cli

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

No branches or pull requests

2 participants