Open tommylau-exe opened 3 years ago
Looks like the CI for Node v6 failed. This is probably due to one of PostCSS 8's breaking changes, which drop support for Node v6, among others:
PostCSS 8 dropped Node.js 6.x, 8.x, 11.x, and 13.x versions support. All these versions have no security updates anymore.
Pulled from PostCSS 8.0.0 release notes under "Breaking Changes".
What can we do to help to get this merged?
@nmccready @tchetwin @phated Could you please merge it and create a release?
Fixes PostCSS ReDoS vulnerability. See https://www.npmjs.com/advisories/1693
All tests run using
npm run test
pass. At a glance, it doesn't look like there are any relevant breaking changes in the PostCSS 8.0.0 release notes.