sindresorhus / gulp-autoprefixer

Prefix CSS
MIT License
692 stars 50 forks source link

Bump autoprefixer and PostCSS versions #119

Closed alexhrao closed 3 years ago

alexhrao commented 3 years ago

This fixes #118

I'm a big fan of this - it really saves me so much time! I noticed earlier you had rejected a PR that bumped versions in the package.json; however, I don't think your response (#114) is working out as you'd expect, since two of these dependencies (autoprefixer and postcss) aren't updating themselves correctly (I'm thinking it might be because it's a major version change? Unclear). Regardless, these pass the built-in tests, so I don't see an issue in doing this? Let me know if I'm mistaken!

Cheers, Alex

sindresorhus commented 3 years ago

114 was different. There they just bumped minor versions.

sindresorhus commented 3 years ago

https://github.com/sindresorhus/gulp-autoprefixer/releases/tag/v8.0.0

alexhrao commented 3 years ago

Aw man, I was hoping to get my name in the committer list ;) thanks for looking at this so quickly!

Cheers