Skip to content

Update dependency @tanstack/react-form to v1.28.3#747

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

Update dependency @tanstack/react-form to v1.28.3#747
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tanstack-form-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2026

This PR contains the following updates:

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

Release Notes

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

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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@vercel
Copy link

vercel bot commented Feb 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
thread-note Ready Ready Preview, Comment Feb 1, 2026 4:42pm

Request Review

@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from 619b679 to 1482d59 Compare February 1, 2026 16:39
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from 1482d59 to b28ef60 Compare February 8, 2026 07:50
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from b28ef60 to b2707cc Compare February 15, 2026 11:13
@renovate renovate bot changed the title Update dependency @tanstack/react-form to v1.28.0 Update dependency @tanstack/react-form to v1.28.3 Feb 15, 2026
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from b2707cc to 83f8d6f Compare February 15, 2026 13:59
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from 83f8d6f to f33d8f1 Compare February 15, 2026 17:01
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

Comments