An in-range update of styled-components is breaking the build π¨
greenkeeper opened this issue Β· 4 comments
The dependency styled-components was updated from 4.2.1
to 4.3.0
.
π¨ View failing branch.
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 for v4.3.0
-
Make it possible to initialize
SC_ATTR
andSC_DISABLE_SPEEDY
viaREACT_APP_*
.env variables for easier integration with CRA applications (see #2501) -
Fix components being folded inappropriately when an interim HOC is present (see #2586)
-
Fix
theme
prop for styled native components, also fixestheme
in
defaultProps
for them (see #2576) -
Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components
when usingstyled()
as a higher-order component (see #2580) -
Implement defaultProps folding (see #2597)
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 π΄
After pinning to 4.2.1 your tests are passing again. Downgrade this dependency π.
- The
dependency
styled-components was updated from4.3.0
to4.3.1
.
Your tests are still failing with this version. Compare changes
Release Notes for v4.3.1
- Revert #2586; breaks rehydration in dev for certain runtimes like next.js
We'll explore reintroducing it in v5 but better safe than sorry.
- The
dependency
styled-components was updated from4.3.2
to4.4.0
.
Your tests are still failing with this version. Compare changes
- The
dependency
styled-components was updated from4.4.0
to4.4.1
.
Your tests are still failing with this version. Compare changes
Release Notes for v4.4.1
-
Fix
styled-components
'sreact-native
import for React Native Web, by @fiberjw (see #2797) -
Remove dev-time warning if referencing a theme prop without an outer
ThemeProvider
, the check for it isn't smart enough to handle cases with "or" or ternary fallbacks and creates undesirable noise in various third party integrations