Skip to content

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

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/tanstack-form-monorepo
Apr 18, 2026
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
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.29.0 age confidence

Release Notes

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

v1.29.0

Compare Source

Minor Changes
  • Adds extension method to AppForm allowing for teams to extend upstream AppForms (#​2106)
Patch Changes

v1.28.6

Compare Source

Patch Changes

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

Configuration

📅 Schedule: (UTC)

  • 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
Copy Markdown

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 3 times, most recently from f33d8f1 to 7d5ef8e Compare February 22, 2026 12:54
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from 7d5ef8e to dc1e6da Compare March 1, 2026 23:21
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from dc1e6da to caa67e6 Compare March 14, 2026 23:15
@renovate renovate bot changed the title Update dependency @tanstack/react-form to v1.28.3 Update dependency @tanstack/react-form to v1.28.5 Mar 14, 2026
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch 2 times, most recently from e660879 to f44535f Compare March 15, 2026 05:05
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from f44535f to 5b50789 Compare April 16, 2026 05:14
@renovate renovate bot changed the title Update dependency @tanstack/react-form to v1.28.5 Update dependency @tanstack/react-form to v1.29.0 Apr 16, 2026
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch 8 times, most recently from c8cad0f to 75c3ec1 Compare April 17, 2026 18:15
@renovate renovate bot force-pushed the renovate/tanstack-form-monorepo branch from 75c3ec1 to 77fe0a1 Compare April 17, 2026 21:31
@renovate renovate bot merged commit 02da4b1 into main Apr 18, 2026
3 checks passed
@renovate renovate bot deleted the renovate/tanstack-form-monorepo branch April 18, 2026 01:33
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