Skip to content
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

Closed
austinbutler opened this issue May 3, 2019 · 6 comments
Closed

Depends on deprecated package "flatten" #86

austinbutler opened this issue May 3, 2019 · 6 comments

Comments

@austinbutler
Copy link

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.

@shellscape
Copy link
Owner

Thanks for raising the issue. flatten is likely a dependency of another module. We don't use it directly, as can be seen here

"dependencies": {
"color-name": "^1.1.4",
"is-number": "^7.0.0",
"is-url-superb": "^2.0.0",
"postcss": "^7.0.5",
"url-regex": "^4.1.1"
},

@JoshRobertson
Copy link

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

@shellscape
Copy link
Owner

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.

@jaredbeck
Copy link

Can this fix easily be backported to the v2 series? Thanks!

@rmkanda
Copy link

rmkanda commented Jul 24, 2019

Bumping up!!!
@shellscape Can this fix easily be backported to the v2 series? Thanks!

@shellscape
Copy link
Owner

I'm sorry but I don't have the bandwidth to backport features to old major versions. Please use the newer version. Thanks!

Repository owner locked and limited conversation to collaborators Jul 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants