Do you want to request a feature or report a bug?
Deprecation warning
What is the current behavior?
warning webpack-cli > jscodeshift > [email protected]: Package no longer supported. Contact [email protected] for more info.
If the current behavior is a bug, please provide the steps to reproduce.
Install the cli
What is the expected behavior?
No deprecation notices
Just noticed the deprecation of the package nomnom which is a dependency of the package jscodeshift which is heavily used by the cli. Should we take action and check with the facebook guys if they plan or want help to finding an alternative?
I've made a PR to jscodeshift to replace the deprecated package with an active fork.
Thanks @dhruvdutt ! Let's hope it's going to get merged soon
Why not simply move jscodeshift to devDependencies instead. Is it really needed for production use?
Yeah we use to manipulate the AST! It's at the core of the migration feature :)
This warnings are really scary, especially the last ones:

Would be really great to get rid of them 馃檹
@vladshcherbin this is on jscodeshift, they're delaying, hopefully it will be gone soon.
Nothing more we can do. We're removing some redundancies when new version is published, but ultimately this is on jscodeshift.
Nothing more we can do. We're removing some redundancies when new version is published, but ultimately this is on jscodeshift.
To save others looking for it too - the relevant PR is:
facebook/jscodeshift/pull/247
Most helpful comment
This warnings are really scary, especially the last ones:
Would be really great to get rid of them 馃檹