Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 4ba5a43 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types 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/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@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: |
|
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: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds a new long-running app preset (hono.vite.withCustomRoles). Extends the Hono Vite template with a GET /me endpoint returning userId, sessionId, orgId, orgRole, orgSlug, and a POST /webhooks/clerk endpoint that verifies webhooks (includes a TEST_WEBHOOK_SECRET and uses verifyWebhook). Adds an organization switcher UI mount in the signed-in client. Introduces four integration test files covering error handling, middleware/auth behavior, organization authorization, and webhook processing. Existing proxy/middleware and protected-route behavior are preserved. 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
Comment |
Description
@clerk/honoacross 4 new test files (webhook verification, middleware auth details, error handling, organization-scoped auth), bringing total Hono e2e coverage from 5 to 19 tests/meand/webhooks/clerkroutes to the Hono template server, and mountOrganizationSwitcherin the clienthono.vite.withCustomRoleslong-running app for organization testsChecklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
New Features
Tests
Chores