Closed Turbo87 closed 11 months ago
Name | Link |
---|---|
Latest commit | 878c91cb5431827eec7243c35d30e6a24d05477f |
Latest deploy log | https://app.netlify.com/sites/ember-cli-notifications/deploys/646fc44a839e34000851946f |
Deploy Preview | https://deploy-preview-361--ember-cli-notifications.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
@mansona rebasing fixed the compilation issue :)
Hi @mansona any chance this would be merged and released soon?
I've been seeing the following warning in my builds for a while:
It looks like #320 updated the version of
broccoli-postcss
from v5 to v6, which then updated PostCSS under the hood from v7 to v8. Thepostcss-preset-env
dependency of this project however was not updated and was still pointing to a version that was causing the above warning.This PR updates the dependency to the latest version, which is compatible with PostCSS v8. The changelog for the diff is available at https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md. I did not find any breaking changes that would be relevant to this project though, so no code changes on our side were necessary.