chore: add bugs.url metadata to all published packages#470
Conversation
Adds the `bugs` field pointing to the GitHub issue tracker to every publishable package under packages/. This was the only standard metadata field missing; repository, license, homepage, funding, author and keywords were already present and consistent across all packages.
|
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 (13)
📝 WalkthroughWalkthroughA ChangesPackage metadata: bugs field
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ 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 |
|
View your CI Pipeline Execution ↗ for commit 3a8ed23
☁️ Nx Cloud last updated this comment at |
More templates
@tanstack/angular-devtools
@tanstack/devtools
@tanstack/devtools-a11y
@tanstack/devtools-client
@tanstack/devtools-ui
@tanstack/devtools-utils
@tanstack/devtools-vite
@tanstack/devtools-event-bus
@tanstack/devtools-event-client
@tanstack/preact-devtools
@tanstack/react-devtools
@tanstack/solid-devtools
@tanstack/vue-devtools
commit: |
What
Adds the
bugsfield to every publishable package underpackages/, pointing at the GitHub issue tracker:Why
While auditing package metadata,
bugswas the only standard npm/TanStack metadata field missing across the packages. Everything else (repositorywithdirectory,license: MIT,homepage,funding,author,keywords) was already present and consistent. Addingbugs.urlgives npm/registry UIs a proper "report issues" link for each package.Scope
All 13 publishable packages:
@tanstack/devtools@tanstack/devtools-client@tanstack/devtools-ui@tanstack/devtools-utils@tanstack/devtools-vite@tanstack/devtools-a11y@tanstack/devtools-event-bus@tanstack/devtools-event-client@tanstack/angular-devtools@tanstack/preact-devtools@tanstack/react-devtools@tanstack/solid-devtools@tanstack/vue-devtoolsPrivate packages (root,
examples/*) were intentionally left untouched — they're never published.Notes
Summary by CodeRabbit