-
Notifications
You must be signed in to change notification settings - Fork 401
Bump postcss-loader to v2.1.1 from v2.1.2 #4591
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
Bump postcss-loader to v2.1.1 from v2.1.2 #4591
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Make sure the issue about fixing this mentions putting the tilde back in the version spec.
I am getting this failure on travis:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+ if the tests pass
const skipDevDeps = []; | ||
|
||
// postcss-loader: https://github.com/mozilla/addons-frontend/issues/4592 | ||
const skipDevDeps = ['postcss-loader']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, right, I forgot about that
Codecov Report
@@ Coverage Diff @@
## master #4591 +/- ##
=======================================
Coverage 95.46% 95.46%
=======================================
Files 203 203
Lines 4722 4722
Branches 963 963
=======================================
Hits 4508 4508
Misses 188 188
Partials 26 26 Continue to review full report at Codecov.
|
The docker image is being built with a
postcss-loader
version that has been updated with a breaking change. This pins the version to a known working state until we can investigate further.