penx / govuk-react-example

Example usage of govuk-react
http://penx.github.io/govuk-react-example
4 stars 3 forks source link

An in-range update of react-final-form is breaking the build 🚨 #26

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-final-form was updated from 3.6.5 to 3.6.6.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

react-final-form 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](https://travis-ci.org/penx/govuk-react-example/builds/436171139?utm_source=github_status&utm_medium=notification)).

Release Notes for v3.6.6

Bug Fixes

  • Added initialValuesEqual prop to Form to allow you to override the default "shallow equal" test for initialValues, to know when to "reinitialize" the form when the initialValues prop changes. Useful for passing in an implementation of "deep equals" when needed. #343 #335
  • Fixed hot reloading bug where forms would become unresponsive after hot reloading in either Create React App or Next.js. #344 #270
Commits

The new version differs by 9 commits.

  • c477916 3.6.6
  • 0c46424 Fixed hot reloading bug (#344)
  • 6549bb2 Added initialValuesEqual predicate prop to Form (#343)
  • 4637dd9 Typo (#334)
  • c6d8ae3 Added link to React Alicante talk
  • 9e8cf93 Added testEnvironment
  • 7e98131 Clarify value FieldProp applicability in docs (#311)
  • 802eb47 Copied postinstall script from styled-components
  • 90459e7 [ReactFinalForm.js]: Add a test for 100% test coverage (#307)

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 3.6.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.6.7

Build Stuff

  • Fixed postinstall script error. #345 #347
  • Upgraded to Babel7 πŸŽ‰, which reduced bundle size by 100 bytes! πŸ’₯ #350
Commits

The new version differs by 4 commits.

  • ce9c2b9 3.6.7
  • 7dc87c1 Upgraded deps, including babel plugins (#350)
  • 0d7799c Fix a typo in the readme (#333)
  • 28498eb Add scripts folder to NPM package (#345)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v3.7.0

Build Stuff

  • Shared @babel/runtime helper dependency with final-form@4.11.0 #351
  • Loose mode for class properties #366

Types

  • Add meta.submitting to FieldRenderProps #367

⚠️ Attention ⚠️

This will be the last version before the breaking change of migrating to the new React v16.3 context API.

Commits

The new version differs by 8 commits.

  • df70345 3.7.0
  • 4be7ca5 Updated deps
  • d4dc55b Add meta.submitting to FieldRenderProps (#367)
  • 8add9ad Use loose mode for class properties transform (#366)
  • 1e4d1f4 Use @babel/runtime helpers instead of bundled ones (#351)
  • 0a14fa9 Update types.js.flow (#354)
  • d0a3898 Added meta parameter to FieldProps validate docs (#368)
  • 4fac308 Fix FAQ external submit via document.getElementById() code example (#356)

See the full diff