You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an empty repository and use npm init to initialize package.json.
Install cypress-mochawesome-reporter
Observe that there's npm warning about deprecated inflight and glob.
If you install the cypress-mochawesome-reporter version 3.8.2, you will get npm warning as such:
_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_
Upon further investigation, it comes from mochawesome-merge package which utilize old glob package. Now, mochawesome-merge has update the version to latest v5.0.0. This package should update the dependencies too so that the warning will no longer appear.
Environment
What happened?
Steps to Reproduce:
If you install the cypress-mochawesome-reporter version 3.8.2, you will get npm warning as such:
Upon further investigation, it comes from mochawesome-merge package which utilize old glob package. Now, mochawesome-merge has update the version to latest v5.0.0. This package should update the dependencies too so that the warning will no longer appear.
Config file
Relevant log output
Anything else?
Example warning:
The text was updated successfully, but these errors were encountered: