Conversation
🦋 Changeset detectedLatest commit: a974b30 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@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 changeset and extends the Vue + Vite integration with multiple Vue single-file components (AuthState, UserState, SessionState, OrgState, ShowComponent, SignOutPage, OrganizationListPage, CreateOrganizationPage) and registers corresponding routes in the router. Introduces Playwright integration tests (composables.test.ts, organizations.test.ts, show-component.test.ts, components.test.ts) to validate composables, organization UI, Show behavior, and sign-out; components.test.ts also updates test cleanup to use null-safe optional chaining. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📝 Coding Plan
Comment |
Description
@clerk/vuecovering composables (useAuth,useUser,useSession,useOrganization), organization components (OrganizationList,CreateOrganization,OrganizationSwitcher), the<Show>component (signed-in/out, permission-based, fallback slots), and<SignOutButton>.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
New Features
Tests
Chores