-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Depends on deprecated package "flatten" #86
Comments
Thanks for raising the issue. postcss-values-parser/package.json Lines 35 to 41 in dc43c80
|
flatten is/was a dependency of this package up until v 2.0.1. it looks like it was removed in v 3.0 but until downstream packages (about a dozen in my repo) update to use ^3.0, this error will show |
v3.0.4 went up the other day, and should resolve that downstream issue. If it doesn't, please contact the offending package's project. |
Can this fix easily be backported to the v2 series? Thanks! |
Bumping up!!! |
I'm sorry but I don't have the bandwidth to backport features to old major versions. Please use the newer version. Thanks! |
Expected Behavior / Situation
Installation does not install a deprecated package.
Actual Behavior / Situation
Installation installs deprecated package "flatten."
warning postcss-values-parser > flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
Modification Proposal
Remove dependency on flatten.
The text was updated successfully, but these errors were encountered: