An in-range update of styled-components is breaking the build π¨
Closed this issue Β· 4 comments
Version 3.4.6 of styled-components was just published.
Branch | Build failing π¨ |
---|---|
Dependency | styled-components |
Current Version | 3.4.5 |
Type | dependency |
This version is covered by your current version range and after updating it in your project the build failed.
styled-components is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Release Notes
v3.4.6Fixed an issue when streaming with very large amounts of output where sometimes styles might not make it to the client, by @probablyup (see #1997)
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
- The
dependency
styled-components was updated from3.4.6
to3.4.7
.
Your tests are still failing with this version. Compare changes
Release Notes for v3.4.7
-
Add warning for the upcoming removal of the
injectGlobal
API in v4.0, by @rainboxx (see #1867) -
Backport from v4: Beef up the error message that sometimes occurs when multiple versions of styled components are used together and the StyleSheet instance can't be found, by @probablyup (see #2012)
- The
dependency
styled-components was updated from3.4.7
to3.4.8
.
Your tests are still failing with this version. Compare changes
Release Notes for v3.4.8
Fix the injectGlobal deprecation message being improperly guarded for production
- The
dependency
styled-components was updated from3.4.8
to3.4.9
.
Your tests are still failing with this version. Compare changes
Release Notes for v3.4.9
Remove the injectGlobal
warning; it's not actionable since the replacement API is in v4 only, so why say anything?
- The
dependency
styled-components was updated from3.4.9
to3.4.10
.
Your tests are still failing with this version. Compare changes