Skip to content

chore: bump tanstack intent versions - #2328

Closed
LeCarbonator wants to merge 1 commit into
alphafrom
bump-intent
Closed

chore: bump tanstack intent versions#2328
LeCarbonator wants to merge 1 commit into
alphafrom
bump-intent

Conversation

@LeCarbonator

@LeCarbonator LeCarbonator commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • New Features

    • Added automated validation for skills on pull requests, releases, and manual runs.
    • Coverage reviews can now open or update a dedicated pull request when gaps are detected.
  • Documentation

    • Updated React Form skill guidance and examples for version 2.0.0-alpha.0.
    • Refreshed repository references and terminology, including current field-group APIs.
    • Added coverage metadata and clarified excluded packages.
  • Chores

    • Added intent tooling for development workflows.

@LeCarbonator
LeCarbonator requested a review from a team as a code owner August 12, 2026 07:24
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 8341758d-ad30-4b74-b8f9-7ec91dd12a43

📥 Commits

Reviewing files that changed from the base of the PR and between 629f700 and 3882b51.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (14)
  • .github/workflows/check-skills.yml
  • _artifacts/domain_map.yaml
  • _artifacts/skill_spec.md
  • _artifacts/skill_tree.yaml
  • package.json
  • packages/react-form/package.json
  • packages/react-form/skills/choosing-form-options-modes/SKILL.md
  • packages/react-form/skills/error-visibility-workflows/SKILL.md
  • packages/react-form/skills/examples-authoring/SKILL.md
  • packages/react-form/skills/query-backed-forms/SKILL.md
  • packages/react-form/skills/react-form-composition-setup/SKILL.md
  • packages/react-form/skills/reusable-form-policies/SKILL.md
  • packages/react-form/skills/schema-driven-forms/SKILL.md
  • packages/react-form/skills/type-error-debugging/SKILL.md

📝 Walkthrough

Walkthrough

Adds GitHub Actions checks for skill validation and stale coverage review. Updates Intent dependencies, skill metadata, repository references, coverage exclusions, and field-group terminology for React Form 2.0.0-alpha.0.

Changes

Skills validation and metadata refresh

Layer / File(s) Summary
Skill validation workflow
.github/workflows/check-skills.yml, package.json, packages/react-form/package.json
Adds pull-request validation with intent validate and configures the Intent development dependencies and workflow triggers.
Stale coverage review pull request
.github/workflows/check-skills.yml
Runs stale coverage review after releases or manual triggers, then creates or updates a versioned review branch and pull request.
Skill coverage and API reference metadata
_artifacts/domain_map.yaml, _artifacts/skill_spec.md, _artifacts/skill_tree.yaml
Updates repository metadata, coverage exclusions, source references, version metadata, and field-group terminology.
React Form skill documentation
packages/react-form/skills/*/SKILL.md
Updates eight skill documents to React Form 2.0.0-alpha.0, current TanStack/form paths, and fieldApi terminology.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Sequence Diagram(s)

sequenceDiagram
  participant PullRequest
  participant GitHubActions
  participant IntentCLI
  participant GitHubPullRequest
  PullRequest->>GitHubActions: trigger validation workflow
  GitHubActions->>IntentCLI: run intent validate
  IntentCLI-->>GitHubActions: validation summary
  GitHubActions-->>PullRequest: report validation result
  GitHubActions->>IntentCLI: run intent stale after release or manual trigger
  IntentCLI-->>GitHubActions: stale coverage review changes
  GitHubActions->>GitHubPullRequest: create or update review branch and pull request
Loading

Possibly related PRs

  • TanStack/form#2284: Introduced the defineFieldGroup and bindComponent field-group API documented by this PR.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-intent

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@nx-cloud

nx-cloud Bot commented Aug 12, 2026

Copy link
Copy Markdown

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 3882b51

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ❌ Failed 4m 5s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 23s View ↗

☁️ Nx Cloud last updated this comment at 2026-08-12 07:29:52 UTC

@LeCarbonator

Copy link
Copy Markdown
Contributor Author

Looking at it, it's probably best to nuke and build skills again at some other time. User feedback is sparse for v2.

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Changeset Version Preview

No changeset entries found. Merging this PR will not cause a version bump for any packages.

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.

1 participant