fix(backend,shared): fix generated TypeDoc references - #9340
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: fbde2c0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 23 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-google-signin
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
API Changes Report
Summary
@clerk/backendCurrent version: 3.15.1 🟡 Non-breaking Changes (1)Modified:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
🚧 Files skipped from review as they are similar to previous changes (6)
📝 WalkthroughWalkthroughThe pull request updates TypeDoc link mappings and the Estimated code review effort: 2 (Simple) | ~15 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
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 |
|
@SarahSoutoul confirmed the four link targets here line up with the pages #3100 adds — each has a matching route, manifest entry, and
So once this and #3100 both land and the sync reruns, the generated links in clerk/clerk#3097 resolve. The |
Description
Fixes several regressions and missing links in generated TypeDoc documentation.
This PR:
EnterpriseConnectionCustomAttributeEnterpriseConnectionSamlConnectionLoginHintBillingTotalsBillingSubscriptionItemStatusBillingSubscriptionItemStatusfrom@clerk/backendand documents all supported status values.touchSessiondocumentation.createUser()documentation for verified and reserved email addresses and phone numbers.There are no runtime behavior changes.
Companion Clerk docs PR: https://github.com/clerk/clerk/pull/3100.
Testing
pnpm --filter @clerk/backend buildBillingSubscriptionItemStatusdocuments all eight supported valuesgit diff --checkChecklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change