yurikrupniktools / client-apps

Client applications in monorepo.
MIT License
0 stars 0 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency formik was updated from 2.1.2 to 2.1.3.

🚨 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:** * [since-lint_test_build](https://circleci.com/gh/yurikrupniktools/client-apps/9881?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-checks-link) - Failed

Release Notes for v2.1.3

Patches

  • Start examples page: 8f998ae
  • Be nicer around unspecified checkboxes: #2198. Previously, Formik would throw if a checkbox's key wasn't specified in initialValues and a value wasn't specified at /. Now we are nicer about it, and set the next value to true instead of throwing.
  • Fix compat with latest @types/react: #2214
  • Attempt to fix codesandbox: #2218
  • Try using forwardRef (bypassed commit hooks, sorry!): 67ff970
  • Revert "Try using forwardRef (bypassed commit hooks, sorry!)": 4ff1c5c
  • Update useField docs: #2233
  • Update field.md: #2228
  • Update SECURITY.md to conform to semver: #2227
  • Make num of rows in example equal: #2226
  • Fix grammar and typos: #2225
  • Load Snack code from external source so it stays up to date: #2242

Credits

Huge thanks to @mackness, @JanCizmar, @is2ei, @leonvisscher, @stephan281094, and @brentvatne for helping!

v2.1.2...v2.1.3

Commits

The new version differs by 17 commits.

  • 2852cdb v2.1.3
  • 0f4b9b1 v2.1.3-canary.1
  • dd5b5db Load Snack code from external source so it stays up to date (#2242)
  • 7ae94a4 Fix grammar and typos (#2225)
  • a41458a make num of rows in example equal (#2226)
  • 80f153f Update SECURITY.md to conform to semver (#2227)
  • 31a5d05 Update field.md (#2228)
  • 1e051a7 update useField docs (#2233)
  • 4ff1c5c Revert "Try using forwardRef (bypassed commit hooks, sorry!)"
  • 67ff970 Try using forwardRef (bypassed commit hooks, sorry!)
  • 6618dbc Attempt to fix codesandbox (#2218)
  • d5e1de9 v2.1.3-canary.0
  • 804206a Fix compat with latest @types/react (#2214)
  • d71efde Be nicer around unspecified checkboxes (#2198)
  • 8f998ae Start examples page

There are 17 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 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v2.1.4

Patches

  • Docs: mention that ref prop currently doesn't work: #2235
  • Fix typo in 'Field' docs: #2236
  • Fix typo in api docs: #2232
  • Adds the same behavior in the resetForm as a formik v1.: #2205
  • Add Gremlin to users: #2216
  • Fix validateOnMount useEffect issue: #2243
  • [ImgBot] Optimize images: #2252
  • Add basic-typescript codesandbox example folder: 8bd2b54
  • Add array example: 21ca9a6
  • Add checkbox example: 0c803ba
  • Add Radio Group example: f67e217
  • Add async submission example: ce12418
  • Add one-liner readme's to examples: a5210f0
  • Fix combined validations example: fd35d5a
  • Add instant feedback example: 6e963ca
  • Created new page with links to wrapper libs: #2269
  • Updated docusaurus to v1.14.4: #2264
  • Update JS-doc for mapPropsToErrors to reference errors state: #2258
  • Add setError to v2 breaking changes doc: #2272
  • Upgrade to tsdx 12: #2275

Credits

Huge thanks to @brunohkbx, @aloeugene, @mstanielewicz, @krailler, @zslabs, @whazap, @jcolbyfisher, @jkimbo, and @lukebrobbs for helping!

v2.1.3...v2.1.4

Commits

The new version differs by 45 commits.

  • 747fd89 v2.1.4
  • 197f828 v2.1.4-canary.0
  • 90a3901 (chore): Upgrade to tsdx 12 (#2275)
  • 79abe7d Add setError to v2 breaking changes doc (#2272)
  • 5e94402 Update JS-doc for mapPropsToErrors to reference errors state (#2258)
  • 48cad7c Updated docusaurus to v1.14.4 (#2264)
  • 0bd1bfe created new page with links to wrapper libs (#2269)
  • bb1a4e0 Make help text a11y in instant feedback example
  • fe7ea81 Update comment
  • 3a643a2 Don't pass helpText to the dom
  • 6d3ab59 Fix style import
  • 6e963ca Add instant feedback example
  • 1a766f1 Revert "Attempt to gradually remove async validation"
  • 5470d0a Attempt to gradually remove async validation
  • fd35d5a Fix combined validations example

There are 45 commits in total.

See the full diff