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

npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. #1586

Open
AlexKeySmith opened this issue Oct 17, 2024 · 2 comments

Comments

@AlexKeySmith
Copy link

There is a bunch of warnings for deprecated dependencies:

npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: The package has been renamed to `open`

Seeing the warnings and spotting the last release being 2020, it's a little worrying for new adopters, particularly if there were a vulnerability in a package. Is BackstopJS still activity maintained? It looks good so I'm hoping it is!

@garris
Copy link
Owner

garris commented Oct 17, 2024

Hi @AlexKeySmith, Yes, Backstop is generally maintained, but we mostly make fixes only for critical issues. You are welcome to bump/cleanup dependencies etc. I am happy to bring those in.

@AlexKeySmith
Copy link
Author

Thanks @garris that's good to know.

I'll have a play with the dependencies when I get a moment.

As a new-potential contributor do you sense that the smoke-tests will give good coverage over those dependency changes? Or are there areas I should focus on for an exploratory test as well?

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