-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Replace dep @types/blob-util (it's deprecated) #6001
Comments
After some research, I learned that updating In
For now, we should use |
The code for this is done in cypress-io/cypress#7795, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
We include
@types/blob-util
as a dep in the cli here: https://github.com/cypress-io/cypress/blob/v4.0-release/cli/package.json#L64:L64As mentioned in this PR #5684 (review), this dep has been deprecated since blob-util provides it's own types in their package as mentioned here: https://www.npmjs.com/package/%40types/blob-util
Desired behavior:
Replace use of
@types/blob-util
to include the types correctly.Versions
3.8.0
The text was updated successfully, but these errors were encountered: