[frontend] chore(deps): update dependency final-form to v5#4565
Open
renovate[bot] wants to merge 1 commit into
Open
[frontend] chore(deps): update dependency final-form to v5#4565renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
894c47f to
fe1994b
Compare
fe1994b to
d549987
Compare
69523f5 to
541a2b1
Compare
1534c89 to
43adefb
Compare
43adefb to
2243c0a
Compare
2243c0a to
05161e3
Compare
ff5e17a to
08da65f
Compare
08da65f to
37a2b5c
Compare
37a2b5c to
607ee7e
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (0.47%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #4565 +/- ##
=========================================
Coverage 36.99% 36.99%
Complexity 4922 4922
=========================================
Files 1881 1881
Lines 49560 49560
Branches 6191 6193 +2
=========================================
Hits 18333 18333
- Misses 30132 30138 +6
+ Partials 1095 1089 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
db71c66 to
a427f70
Compare
a427f70 to
b4d7407
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.20.10→5.0.1Release Notes
final-form/final-form (final-form)
v5.0.1Compare Source
v5.0.1
A big batch of bug fixes that have accumulated since the v5.0.0 release. No breaking changes.
New
ignoreUnregisterconfig option — Fields that unregister will have their values ignored during validation and submission, without needingdestroyOnUnmount. Useful for multi-step forms. (#500)Bug Fixes
Validation
getValidatorsencounters an undefined field (#532, fixes #158)Submission
beforeSubmitnot being called before the sync errors check — it can now prevent submission even when there are no sync errors (#522)submitErrorsbeing wiped when sync validation fails after a failed submission (#521, fixes #437)Field State
keepDirtyOnReinitializenot working correctly with array fields (#538, fixes #366)modifiedflag not being cleared afterreset()/initialize()(#536, fixes #317)initialValuesnot updating when a field'sinitialValueprop changes (#543, fixes #988)Values /
setInvalues["1.5"]no longer becomes an array) (#526)setIn(#527)setIncrashing onundefinedstate (#535, fixes #909)constructor(#520)TypeScript
FormState.valuesis now correctly typed as non-optional (#502)isEqualinitialization TypeScript error (#517)typesfield topackage.jsonfor better tooling compatibility (#518)blur,change, andfocusare now guaranteed to always be functions (#519, fixes #472)v5.0.0Compare Source
This release has converted the entire library from Flow to TypeScript.
There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.
Read more here: Final Form goes to TypeScript
Configuration
📅 Schedule: (in timezone Europe/Paris)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.