siristechnology / siris-technology-old

Siris Technology
https://siris-technology-old.netlify.app
MIT License
0 stars 0 forks source link

An in-range update of formik is breaking the build 🚨 #43

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency formik was updated from 2.0.1 to 2.0.2.

🚨 View failing branch.

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

formik 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 - ❌ **build (10.x):** null

Release Notes for v2.0.2

Bugfixes

  • Fixed return TS type of of useField so that it returns a tuple

Commits

v2.0.1...v2.0.2

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 4 years ago

After pinning to 2.0.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.0.3

Bugfixes

  • Fixed TypeScript when using <Form> due to omitted 2nd generic to React.forwardRef. TypeScript users should use this version.

Commits

v2.0.2...v2.0.3

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.0.4

Bugfixes

  • Fix prepareDataForValidation work with instances (#1949) ec7810a. this fixed a regression where people were having issues when keeping wonky objects like Moment() as values.
  • Fixed scheduler dep.

Internal

  • Moved docs (and jaredpalmer.com) off of Netlify to Now.sh v2.
  • Bumped React and TypeScript
  • Cleaned up migration docs

Commits

v2.0.3...v2.0.4

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.0.5

Bugfixes

  • Changed onSubmit behavior to mimic v1 if the function is synchronous. This means fixes a bug where isSubmitting was never toggled. To summarize: If onSubmit is async, then Formik will automatically set isSubmitting to false on your behalf once the submission is completed. This means you do NOT need to call formikBag.setSubmitting(false) manually in v2. HOWEVER, if your onSubmit function is synchronous (e.g. v1), then you need to still call setSubmitting(false) on your own. (#1987)
  • Fix checkbox bug with null value (#2027)
  • Update validateFormWithLowPriority with to use fresh values (#2025)

Commits

v2.0.4...v2.0.5

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.0.6

Bugfix

  • Change onSubmit's type signature to accept Promise<any>. This allows folks to return a promise that returns something (which is pretty common). Sorry about that folks.

Commits

  • Generate 2.0.6 docs e933b9c
  • Correct 2.0.5 docs 67e9071
  • Change type signature of onSubmit to accept Promise 2738bbc

v2.0.5...v2.0.6

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 27 commits.

  • 09ee3ff v2.1.0
  • 54b0f78 Add FieldHelpers object to useField (#2124)
  • f587ae8 v2.0.11
  • 42def4c v2.0.11-canary.0
  • ae06d2b Keep empty array values on FieldArray (#2144)
  • 02fb066 Tweak useField docs
  • 770417a v2.0.10
  • 2af5cee Add 2.0.9
  • d5f12f2 (ts): fix use field typing (#2154)
  • e8dd093 v2.0.9
  • 83b2bca Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#2105)
  • 708f08a Add version 2.0.8 to website
  • 2cbcb09 Fix documentation for withFormik async validate method (#2122)
  • a4f5372 Fix two minor typos in code comments. (#2139)
  • 9111ad4 fix: unhandled promise exception in low priority validation (#2119)

There are 27 commits in total.

See the full diff