-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPM Warn deprecated [email protected] #1215
Comments
The latest cucumber/gherkin#252 fixes this, but has yet to be released. |
I'm also getting the same warnings, with another one added:
|
seems that a new version has been released 😄 |
Said package isn't the only source of
Tracking a bunch of transitive dependencies isn't something I'm going to spend my time on. If you have a request to update a specific dependency, then you can open up a ticket on this tracker. Before that, this is nothing but noise to me and not actionable. |
Yeah, i agree it would be time consuming and not worth the effort! would you care to use RenovateBot as it would take care of most of all these things for you? :) |
Current behavior
When installing the preprocessor I received the warning mesage
npm WARN deprecated [email protected]: This version has a critical bug in fallback handling. Please upgrade to [email protected] or newer.npm WARN deprecated [email protected]: This version has a critical bug in fallback handling. Please upgrade to [email protected] or newer.
A previously closed bug stated that this was handled in 20.0.5, but I am seeing it again in the latest version.Desired behavior
The desired behavior is that it does not show the warning message that the deprecated reflect-metadata is still being used
Test code to reproduce
Versions
Checklist
[email protected]
(package name has changed and it is no longer the most recent version, see #689).The text was updated successfully, but these errors were encountered: