* chore: update store dependency
* fix: form meta should never be undefined now
* chore: fix tests that only break on fast computers
Guess I don't need to upgrade my computer anytime soon 😅😅
* fix: strictly type validators on FieldApi
* chore: upgrade vitest to latest
* chore: rename test files to remove tsx prefix
* test(form-core): add initial type tests
* fix: initial work at fixing the typescript typings for fieldapi to be more strict
* chore(form-core): change implementation of strict tdata
* fix(form-core): insertValue should now be typed properly
* test(form-core): validate array helpers
* fix(form-core): make types for getSubField more narrow
* chore: autoformat with prettier
* chore: fix tests, eslint
* chore: upgrade eslint deps
* chore: upgrade nx and concurrent
* chore: remove svelte from prettier plugins
* chore: upgrade TypeScript version to avoid a TS codegen bug
* chore: remove React 17 CI script temporarily
* chore: fix build and formatter
* test(form-core): add initial form api tests
* fix: behavior of FormApi.update works more reliably
* chore: migrate from spread operator to object assign
* fix: reset form should handle option values as expected now
* fix(form-core): pushFieldValue and insertFieldValue should now have the correct typings
* fix(form-core): swapFieldValues should not throw an error anymore
* chore: inital work to migrate to Query's alpha package setup
* chore: update deps
* chore: fix build issues
* chore: disable no-children-prop rule
* fix: user input now works
* fix: useForm defaults now work as-expected