Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency final-form to ^4.20.10 #240

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
final-form ^4.16.1 -> ^4.20.10 age adoption passing confidence
final-form ^4.16.1 -> ^4.20.10 age adoption passing confidence

Release Notes

final-form/final-form (final-form)

v4.20.10

Compare Source

  • Merge pull request #​475 from xxleyi/add-async-validating-test 16923ad
  • test: async validating 1367ca0
  • Merge pull request #​473 from xxleyi/fix-async-validating d20c44b
  • Merge pull request #​470 from final-form/dependabot/npm_and_yarn/axios-and-github-build-0.21.4 f5fa420
  • fix: async validating 72c9d73

v4.20.9

Compare Source

v4.20.8

Compare Source

  • Merge pull request #​461 from antonvialibri1/fix-for-array-checkboxes-inputs-after-regression-introduced-in-version-4.20.3 b905214
  • Merge pull request #​446 from final-form/dependabot/npm_and_yarn/follow-redirects-1.14.8 24bc8b3
  • Merge pull request #​452 from final-form/dependabot/npm_and_yarn/minimist-1.2.6 b084b4b
  • Merge pull request #​454 from final-form/dependabot/npm_and_yarn/simple-get-3.1.1 0499149
  • Merge pull request #​466 from final-form/dependabot/npm_and_yarn/decode-uri-component-0.2.2 ec23212
  • Merge pull request #​468 from final-form/dependabot/npm_and_yarn/json5-1.0.2 a5063e4
  • Merge branch 'huan086-feature/fix-up-field-state' 3b49609
  • Merge branch 'feature/fix-up-field-state' of github.com:huan086/final-form into huan086-feature/fix-up-field-state b666d1c
  • Bump json5 from 1.0.1 to 1.0.2 fef51c5
  • Bump decode-uri-component from 0.2.0 to 0.2.2 5464d69
  • Fix for issue #​456 - Fixes unwanted breaking change for array input names introduced in v4.20.3 (a3575ef) - v4.20.2 used to work fine 3e47a6b
  • Bump simple-get from 3.1.0 to 3.1.1 fba79fa
  • Bump minimist from 1.2.5 to 1.2.6 a75117b
  • Bump follow-redirects from 1.14.4 to 1.14.8 6ace61a
  • If mutator creates a new field in MutableState for keeping the field state of a renamed field, set the blur, focus and change function of InternalFieldState when registerField is called. 33e551f

v4.20.7

Compare Source

  • Make allValues argument optional on type FieldValidator (#​394)
  • Prevent formState.values from initializing to undefined (#​450)

v4.20.6

Compare Source

Bug Fixes

  • Better fix for async error bug #​441

v4.20.5

Compare Source

Bug Fixes

  • Don't clear async errors between validations #​440

v4.20.4

Compare Source

Oops. Apologies!

  • Remove engines from package.json #​434

v4.20.3

Compare Source

Bug Fixes

Type Fixes

  • Fix documentation and TypeScript definition of FormApi.restart #​425
  • TypeScript: Make restart and initialize take InitialFormValues instead of FormValues #​429 #​389

v4.20.2

Compare Source

Bug Fixes

  • Notify form (#​386) #​383
  • Do not use defaultValue in register call if formState already has it (#​372)
  • Fix validating field state when blurring before the promise is resolved (#​369)
  • Fix reset in onSubmit (#​363) #​362
  • Fix a crash when renamed field is unregistered (#​385) #​384
  • Force field level initialization over form level (#​364)

Type Fixes

v4.20.1

Compare Source

Hi, @​erikras here. The primary purpose for adding scarf as a dependency to this library was to gain some insights into just who is using this library. Nothing but the IP addresses of the computers running the npm install were ever recorded, which were back referenced to determine corporation identity. It was never "malware", but for sure it broke the contract assumption of "I can run npm install without anyone collecting data about me". Every day that assumption is more tenuous, as the 21st century internet continues the trend towards the default assumption being "someone is collecting data about me". But I, personally, don't feel right participating in that trend. The month or so that I had scarf installed confirmed that the largest Silicon Valley giants are using this library. Further spying will not produce more value. I would like to apologize for violating your trust.

That said, the psychosocial rot that is consuming Open Source is the broken funding model. If each of you would request the equivalent of one hour of your salary every month to go to libraries you use (and save you way more than one hour per month), we OSS devs would feel less compelled to search for funding solutions. Please consider adding a line item... ❤️

Changes

v4.20.0

Compare Source

Features

  • Add restart() API method to reset all form and field state #​348 #​333
  • Add modifiedSinceLastSubmit to field and form state #​345 #​215

Bug Fixes

  • Fix validation preventing update of form state submit errors #​325
  • Fix missing field state argument if validator function is wrapped with unknown number of args #​337

Type Fixes

  • Type safety improvements to FieldState and FormApi #​318
  • Add InitialValues type default to Partial<FormValues> #​332 #​314

v4.19.1

Compare Source

Bug Fixes

v4.19.0

Compare Source

Features

Optimizations

  • Optimize toPath method by caching results #​329

v4.18.7

Compare Source

Bug Fixes

  • Fix field initial value validation #​301 #​296
  • Stop resubmitting when validator throw an error and log the error instead #​309 #​308
  • Reinitialize non-registered values with keepDirtyOnReinitialize #​311

v4.18.6

Compare Source

Bug Fixes

Type Fixes

  • Fixed config typing form mutators #​275

v4.18.5

Compare Source

Bug Fixes

  • No need to run validation on field register without validator #​267

v4.18.4

Compare Source

Bug Fixes

That one has been causing problems for a long time. Thanks @​shrugs!

also....

🎉🎉🎉 ➡️ New Docs Site ⬅️ 🎉🎉🎉

v4.18.3

Compare Source

Bug Fixes

  • Fixed bug where changing field-level validation would not update other fields (#​263)
  • Better compatibility with IE11 (#​260)

Type Fixes

  • Use SubmissionErrors type alias consistently (#​262)
  • Better TypeScript typing for FieldState.initial (#​251)
  • Improve setConfig TypeScript typing (#​259)
  • Improve ARRAY_ERROR & FORM_ERROR TypeScript types (#​254)

v4.18.2

Compare Source

  • Rebind event handlers when field is renamed b0d9bea

v4.18.1

Compare Source

  • Fix bug when mutator removes field state #​246

v4.18.0

Compare Source


Author's note: While technically this is a breaking change, it's only removing an internal API (made for final-form-array) on a Monday morning that was first published less than 48 hours earlier, on Saturday afternoon. If you spent all day Sunday rewriting a project to use the ultimately unneeded forceUpdate API, then I do sincerely apologize. You should change fieldState.forceUpdate=true to fieldState.lastFieldState=undefined to get the same effect. Feel free to yell at @​erikras on Twitter if not bumping the major version number for this release outrages you.


v4.17.0

Compare Source

New Features

  • Added internal forceUpdate flag for fields for final-form-arrays' mutators. #​244

v4.16.2

Compare Source

Bug Fixes

Type Fixes

  • Fixed TS GetFieldValidator #​237

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Dec 2, 2024
@auto-assign auto-assign bot requested a review from raphaelblum December 2, 2024 08:58
@renovate renovate bot changed the title Update dependency final-form to ^4.20.10 Update dependency final-form to ^4.20.10 - abandoned Dec 8, 2024
Copy link
Contributor Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot changed the title Update dependency final-form to ^4.20.10 - abandoned Update dependency final-form to ^4.20.10 Dec 8, 2024
@thomasdax98 thomasdax98 merged commit 7489620 into next Dec 9, 2024
1 check passed
@thomasdax98 thomasdax98 deleted the renovate/final-form-4.x branch December 9, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant