Skip to content

fix(deps): update dependency @tanstack/react-form to v1.28.5#8495

Open
renovate[bot] wants to merge 1 commit intolatestfrom
renovate/tanstack-form-monorepo
Open

fix(deps): update dependency @tanstack/react-form to v1.28.5#8495
renovate[bot] wants to merge 1 commit intolatestfrom
renovate/tanstack-form-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-form (source) 1.23.81.28.5 age confidence

Release Notes

TanStack/form (@​tanstack/react-form)

v1.28.5

Compare Source

Patch Changes

v1.28.4

Compare Source

Patch Changes

v1.28.3

Compare Source

Patch Changes

v1.28.2

Compare Source

Patch Changes

v1.28.1

Compare Source

Patch Changes
  • Fix compile error with webpack when using react v17 (#​1982)

  • Fix various issues with SSR. Things should now work as-expected in many many more scenarios than before (#​1890)

  • Updated dependencies [72d970a]:

v1.28.0

Compare Source

Minor Changes
Patch Changes
  • fix: flatten errors consistently when validating before field mount (#​2003)

    Fixed an issue where field.errors was incorrectly nested as [[error]] instead of [error] when form.validate() was called manually before a field was mounted. The flat(1) operation is now applied by default unless disableErrorFlat is explicitly set to true, ensuring consistent error structure regardless of when validation occurs.

  • Updated dependencies [41faffe, 7f2453b]:

v1.27.7

Compare Source

Patch Changes

v1.27.6

Compare Source

Patch Changes

v1.27.5

Compare Source

Patch Changes

v1.27.4

Compare Source

Patch Changes
  • fix(react-form): prevent array field re-render when child property changes (#​1930)

    Array fields with mode="array" were incorrectly re-rendering when a property on any array element was mutated. This was a regression introduced in v1.27.0 by the React Compiler compatibility changes.

    The fix ensures that mode="array" fields only re-render when the array length changes (items added/removed), not when individual item properties are modified.

    Fixes #​1925

  • Updated dependencies [c753d5e]:

v1.27.3

Compare Source

Patch Changes

v1.27.2

Compare Source

Patch Changes
  • use React 18's useId hook by default for formId generation, only calling Math.random() as a fallback if no formId is provided. (#​1913)

  • fix(react-form): ensure FormApi.handleSubmit returns a promise again (#​1924)

  • Updated dependencies []:

v1.27.1

Compare Source

Patch Changes

v1.27.0

Compare Source

Patch Changes

v1.26.0

Compare Source

Patch Changes

v1.25.0

Compare Source

Minor Changes
Patch Changes

v1.23.9

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "before 8am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants