fix(clerk-js): Add expired status to OrganizationInvitationStatus (core 2)#7905
fix(clerk-js): Add expired status to OrganizationInvitationStatus (core 2)#7905austincalvelage wants to merge 118 commits intomainfrom
Conversation
Co-authored-by: Robert Soriano <sorianorobertc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ure support (#7293) Signed-off-by: Kenton Duprey <kenton@clerk.dev> Co-authored-by: Dylan Staley <88163+dstaley@users.noreply.github.com>
Co-authored-by: chris-kreidl <chris-kreidl@users.noreply.github.com>
…a Solana enabled wallet via `<UserProfile />` (#7435) Signed-off-by: Kenton Duprey <kenton@clerk.dev>
…n tests (#7471) Signed-off-by: Kenton Duprey <kenton@clerk.dev>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: valentinogagliardi <valentinogagliardi@users.noreply.github.com>
…ting a compromised password (#7477)
…7500) Signed-off-by: Kenton Duprey <kenton@clerk.dev>
…with verification status (#7489) Signed-off-by: Kenton Duprey <kenton@clerk.dev>
…g creation disabled (#7502)
…r.ts, align error class naming (#7490)
…mised` as stable (#7503)
🦋 Changeset detectedLatest commit: 03c0c3e The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (2)
📒 Files selected for processing (298)
📝 WalkthroughWalkthroughThis PR integrates substantial feature additions across the Clerk JavaScript monorepo, including Solana Web3 authentication, MFA session task setup flow, organization creation defaults system, billing credits display, and comprehensive localization updates. Changes span CI workflows, backend APIs, frontend UI components, test suites, and multiple language translations. Changes
Estimated Code Review Effort🎯 5 (Critical) | ⏱️ ~120+ minutes This PR introduces multiple substantial, interrelated features (Solana Web3 authentication, MFA setup tasks, organization creation defaults, billing credits) across heterogeneous packages with high logic density, diverse file types (backend APIs, UI components, utilities, tests, localizations), and complex integration points requiring careful cross-package validation. Possibly Related PRs
Suggested Labels
Suggested Reviewers
Poem
✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
Description
Last week, I made changes to support sorting of organization invitations by
expired, but I forgot to update the types to includeexpired.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
Release Notes
New Features
Improvements