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
Install code-suggester as a dependency in a project
Receive warning from npm: npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
I found PR #359 in which any further updates to glob were silenced. The reason was that at that time, glob v8 (also deprecated by now) required at least Node 12.
However, in this project, there is no mention of glob outside the package*.json files.
Therefore, it should be removed.
Environment details
code-suggesterversion: 5.0.1Steps to reproduce
code-suggesteras a dependency in a projectnpm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supportedI found PR #359 in which any further updates to glob were silenced. The reason was that at that time, glob v8 (also deprecated by now) required at least Node 12.
However, in this project, there is no mention of
globoutside thepackage*.jsonfiles.Therefore, it should be removed.