chore: add npm bugs metadata to all published packages#2212
Conversation
All @tanstack/form-* packages are missing the bugs field in package.json. Add bugs.url pointing to the GitHub issue tracker for all packages: - @tanstack/form-core - @tanstack/react-form - @tanstack/vue-form - @tanstack/solid-form - @tanstack/svelte-form - @tanstack/angular-form Metadata-only change — no runtime behaviour is affected.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughAdds a ChangesBugs URL Metadata
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
Problem
All
@tanstack/form-*packages are missing thebugsfield in theirpackage.jsonfiles.Fix
Add
bugs.urlpointing to the GitHub issue tracker in all six published packages:@tanstack/form-core@tanstack/react-form@tanstack/vue-form@tanstack/solid-form@tanstack/svelte-form@tanstack/angular-formMetadata-only change — no runtime behaviour is affected.
Summary by CodeRabbit