passy / autoprefixer-loader

Webpack loader for autoprefixer
MIT License
217 stars 25 forks source link

Update autoprefixer #27

Closed danieljuhl closed 9 years ago

danieljuhl commented 9 years ago

To get rid of deprecated warnings from PostCSS, and to use autoprefixer instead of autoprefixer-core.

minhtranite commented 9 years ago

+1

Warning message:

Container#eachAtRule is deprecated. Use Container#walkAtRules instead.
Container#eachRule is deprecated. Use Container#walkRules instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead.
passy commented 9 years ago

PR welcome. :)

ai commented 9 years ago

@passy PR to update Autoprefixer? O_o Update packages is work of package maintainer.

passy commented 9 years ago

@ai The job of the maintainer is to stay up to date with the issue tracker, merge PRs and cut new releases. Everything beyond that is contribution, not maintenance. I wish I had the time to not limit myself to one of them, but that's simply not realistic for me at the moment.

grabbou commented 9 years ago

PR with updated dependencies submitted #28.

passy commented 9 years ago

Merged and published as 3.0. Thanks again for the help!

isellsoap commented 9 years ago

Note the and to use autoprefixer instead of autoprefixer-core from the first comment. That wasn’t done. :-)

Console outputs this:

autoprefixer-core was deprecated. Use autoprefixer package.
deepsweet commented 9 years ago

still have

Container#eachAtRule is deprecated. Use Container#walkAtRules instead.
Container#eachRule is deprecated. Use Container#walkRules instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead.

with v3.1.0