fix(backend): point lockUser() JSDoc to canonical System Dashboard link - #9691
Conversation
The Dashboard's Protect navigation moved Rules under a System/Custom split, so the old /~/protect/rules target now redirects. Point the lockUser() JSDoc at the System page (/~/protect/rules/system) under Protect > Rules to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 7fdf3c2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (2)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
Included review availability: 3 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 8 reviews per hour. 📝 WalkthroughWalkthroughThe Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to The lockUser() documentation now directs users to the Protect Rules System page rather than the redirecting legacy location. No production behavior changes are included, and no current merge-readiness risk remains. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Warning Linked repositories: Your configuration references 7 linked repositories, but your current plan allows 5. Analyzed Comment |
@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
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
The Dashboard's Protect navigation moved Rules under a System / Custom split, so the old
/~/protect/rulestarget now redirects. This updates thelockUser()JSDoc to point at the System page (/~/protect/rules/system) under Protect > Rules.This is the last occurrence of the old link — the hand-authored docs are handled in clerk/clerk#3319, but the
lockUser()reference atclerk-docs/clerk-typedoc/backend/user-api/methods/lock-user.mdxis generated from this JSDoc, so the fix has to land here and flow back through the Typedoc refresh.Context