Open
Description
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:
$ pnpm i
WARN 2 deprecated subdependencies found: [email protected], [email protected]
Using pnpm why
, the glob
one seems to come from @redocly/cli
:
$ pnpm why [email protected]
...
devDependencies:
@redocly/cli 1.25.11
└── glob 7.2.3
And notably, the other deprecated subdependency ([email protected]
) itself comes through the deprecated glob
version (which is potentially why the glob version was deprecated)
$ pnpm why [email protected]
...
devDependencies:
@redocly/cli 1.25.11
└─┬ glob 7.2.3
└── inflight 1.0.6
Desired Fix
Bump the used version of glob
to a non-deprecated version.
Versions
@redocly/[email protected]
, latest at time of issue submission- M2 Mac, likely irrelevant
Metadata
Assignees
Labels
No labels
Activity