jsdevtools / apollo-client-jsdevtools

0 stars 0 forks source link

An in-range update of styled-components is breaking the build 🚨 #12

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency styled-components was updated from 4.1.3 to 4.2.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 - ❌ **ci/circleci: Apollo Client:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/jsdevtools/apollo-client-jsdevtools/452?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Commits

The new version differs by 31 commits ahead by 31, behind by 3.

  • df2c947 Publish
  • ad5185c v4.2.0
  • 80ca302 try to handle React's streaming renderer yielding at inopportune times (#2413)
  • cc0f5d2 expose StyleSheetContext and StyleSheetConsumer (#2456)
  • e6f1b85 #2080 forgot to replace \n to '' in className (#2333) (#2338)
  • 822d9c9 Filter suppressClassNameWarning to not to pass down to wrapped components (#2365)
  • c22b95f Reduce GC pressure by avoiding to create new object types (#2428)
  • 563941e #2080 forgot to replace \n to '' in className (#2333)
  • 0ed5eb6 Add svg marker tag to domElements.js (#2389)
  • 78e412d Some small linting fixes (#2395)
  • ab57327 Secure code of conduct links (#2445)
  • fd50880 Merge pull request #2443 from styled-components/revert-2430-refactor/clean-up
  • a1bda36 Revert "Delete unused src folder. (#2430)"
  • 9d06594 Delete unused src folder. (#2430)
  • c1cd458 Merge pull request #2437 from hiroppy/feature/fix-typo

There are 31 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 4.1.3 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.0
  • Make it possible to initialize SC_ATTR and SC_DISABLE_SPEEDY via REACT_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 fixes theme in
    defaultProps for them (see #2576)

  • Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components
    when using styled() as a higher-order component (see #2580)

  • Implement defaultProps folding (see #2597)

greenkeeper[bot] commented 5 years ago

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.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.1
  • Fix styled-components's react-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