TreyM-WSS / concord

Concord - workflow orchestration and continuous deployment management
https://concord.walmartlabs.com
Other
0 stars 1 forks source link

Update dependency formik to v2.1.5 #255

Open mend-for-github-com[bot] opened 1 year ago

mend-for-github-com[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
formik (source) dependencies patch 2.1.4 -> 2.1.5

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
High 7.2 CVE-2021-23337 #46

Release Notes

jaredpalmer/formik (formik) ### [`v2.1.5`](https://togithub.com/jaredpalmer/formik/releases/tag/v2.1.5) [Compare Source](https://togithub.com/jaredpalmer/formik/compare/v2.1.4...v2.1.5) #### Bugfixes - Properly handle nested array data in `prepareDataForValidation`. ([#​2265](https://togithub.com/jaredpalmer/formik/issues/2265)) - Fix 2.1.4 regression with initialValues updating ([#​2318](https://togithub.com/jaredpalmer/formik/issues/2318)) - Correct import of `LowPriority` from `scheduler` - Updated `innerRef` type signature ([#​2325](https://togithub.com/jaredpalmer/formik/issues/2325)) - Fix `handleChange` / `handleBlur` typings ([#​2472](https://togithub.com/jaredpalmer/formik/issues/2472)) - Fix peer dependency version ([#​2451](https://togithub.com/jaredpalmer/formik/issues/2451)) - Fixed `@typescript-eslint/unbound-method` warning. #### Internal - **New docs** at https://formik.org!!! - Moved to new Formik GitHub org #### Legal - License changed from MIT to Apache 2.0. Formik is 100% still open source. We don't want people using the logo/trademark commercially without our permission. - Intellectual Property and Copyright transferred from Jared Palmer to Formik Inc. Happy to answer questions via DM at hello@formik.com #### Commits - Properly handle nested array data in `prepareDataForValidation`. ([#​2265](https://togithub.com/jaredpalmer/formik/issues/2265)) - Fix 2.1.4 regression with initialValues updating ([#​2318](https://togithub.com/jaredpalmer/formik/issues/2318)) - Added "shouldValidate" to "setValue" and "setTouched" field hel… ([#​2371](https://togithub.com/jaredpalmer/formik/issues/2371)) - Add FieldProps change to v2 migration guide ([#​2356](https://togithub.com/jaredpalmer/formik/issues/2356)) - Correct import of LowPriority from scheduler - Fix: return onSubmit promise result in submission ([#​2420](https://togithub.com/jaredpalmer/formik/issues/2420)) - fix: Update innerRef type signature ([#​2325](https://togithub.com/jaredpalmer/formik/issues/2325)) - Fix handleChange / handleBlur typings ([#​2472](https://togithub.com/jaredpalmer/formik/issues/2472)) - Fix peer dependency version ([#​2451](https://togithub.com/jaredpalmer/formik/issues/2451)) - Make validateOnMount rerun validations when initialValues have changed - Update LICENSE - Merge pull request [#​2507](https://togithub.com/jaredpalmer/formik/issues/2507) from stefanoverna/fix-validateonmount - Merge pull request [#​2438](https://togithub.com/jaredpalmer/formik/issues/2438) from helious/master - Fixes [@​typescript-eslint/unbound-method](https://togithub.com/typescript-eslint/unbound-method).