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
Actually glob is in Version 7.2.3 and throws deprecation warnings in my build pipeline.
[email protected]: Glob versions prior to v9 are no longer supported
Furthermore glob dependencies also cause further deprecation warnings e.g. inflight which has reported memory leaks.
[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.
Is it on the roadmap for this repo to take care for deprecation warnings?
Thanks :-)
The text was updated successfully, but these errors were encountered:
Actually glob is in Version 7.2.3 and throws deprecation warnings in my build pipeline.
Furthermore glob dependencies also cause further deprecation warnings e.g. inflight which has reported memory leaks.
Is it on the roadmap for this repo to take care for deprecation warnings?
Thanks :-)
The text was updated successfully, but these errors were encountered: