chore: bump tanstack intent versions - #2328
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
📝 WalkthroughWalkthroughAdds 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 ChangesSkills validation and metadata refresh
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
Possibly related PRs
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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. Comment |
|
| 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
|
Looking at it, it's probably best to nuke and build skills again at some other time. User feedback is sparse for v2. |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |

Summary by CodeRabbit
New Features
Documentation
Chores