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
And notably, the other deprecated subdependency ([email protected]) itself comes through the deprecated glob version (which is potentially why the glob version was deprecated)
I would like to adress this warning about inflight
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.
Overview
I use
@redocly/cli
as a linting step against the OpenAPI spec in my project.pnpm
warns me of deprecated subdependencies in my project:Using
pnpm why
, theglob
one seems to come from@redocly/cli
:And notably, the other deprecated subdependency (
[email protected]
) itself comes through the deprecatedglob
version (which is potentially why the glob version was deprecated)Desired Fix
Bump the used version of
glob
to a non-deprecated version.Versions
@redocly/[email protected]
, latest at time of issue submissionThe text was updated successfully, but these errors were encountered: