feat(ui,localizations,shared): rename the organization profile SSO page to Security#8796
feat(ui,localizations,shared): rename the organization profile SSO page to Security#8796iagodahlem wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: a5ad23c The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 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), Repository UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (6)
📝 WalkthroughWalkthroughThe pull request renames the OrganizationProfile self-serve SSO page to "Security" across localization, type definitions, route constants, context types, component exports, routing logic, and test assertions. The route path changes from ChangesOrganizationProfile Security Page Rename
🎯 2 (Simple) | ⏱️ ~12 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Warning Review ran into problems🔥 ProblemsStopped waiting for pipeline failures after 30000ms. One of your pipelines takes longer than our 30000ms fetch window to run, so review may not consider pipeline-failure results for inline comments if any failures occurred after the fetch window. Increase the timeout if you want to wait longer or run a Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@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: |
…ge to Security The OrganizationProfile navbar entry is now labeled "Security" with a shield icon and lives at the organization-security route path. A new organizationProfile.navbar.security localization key replaces organizationProfile.navbar.selfServeSSO.
c8c3a09 to
a5ad23c
Compare
API Changes Report
Summary
🔴 Breaking changes index (10)Every breaking change, up front. Full diffs are in the package sections below.
@clerk/expoVersion: 3.4.0 → 3.3.1 Subpath
|
The
<OrganizationProfile />self-serve SSO surface is becoming a "Security" page that will host more organization security settings over time, mirroring UserProfile's Security tab — SSO is its first section. This PR is the nomenclature half of that reframe:organizationProfile.navbar.securitylocalization key replacesorganizationProfile.navbar.selfServeSSOorganization-self-serve-sso→organization-security; the page component is nowOrganizationSecurityPage<OrganizationProfile.Page label="security" />reordering now targets this pageThe self-serve SSO feature gates (
shouldShowSelfServeSSO, environment settings) and the ConfigureSSO wizard itself intentionally keep their names — only the hosting page's identity changes. The old localization key and route path are removed rather than aliased since the page is still feature-gated/pre-GA.ORGS-1606
Summary by CodeRabbit