feat(*): remove keyless bootstrap from astro, nuxt, react-router, and tanstack-react-start - #9487
Draft
djgould wants to merge 1 commit into
Draft
feat(*): remove keyless bootstrap from astro, nuxt, react-router, and tanstack-react-start#9487djgould wants to merge 1 commit into
djgould wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 9bb477c The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
8 tasks
Base automatically changed from
dg/keyless-cli/3-invalid-keys
to
dg/keyless-cli/1-remove-bootstrap
August 18, 2026 18:18
djgould
force-pushed
the
dg/keyless-cli/4-sdk-sweep
branch
from
August 18, 2026 18:18
d099c89 to
d7e46e6
Compare
This was referenced Aug 18, 2026
9 tasks
@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: |
djgould
force-pushed
the
dg/keyless-cli/4-sdk-sweep
branch
from
August 18, 2026 18:29
d7e46e6 to
49cbfdd
Compare
djgould
force-pushed
the
dg/keyless-cli/4-sdk-sweep
branch
from
August 18, 2026 20:08
49cbfdd to
a2d78ee
Compare
djgould
force-pushed
the
dg/keyless-cli/4-sdk-sweep
branch
from
August 18, 2026 20:39
a2d78ee to
0217e07
Compare
… tanstack-react-start Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
djgould
force-pushed
the
dg/keyless-cli/4-sdk-sweep
branch
from
August 18, 2026 20:40
0217e07 to
9bb477c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Part 4 of the keyless→CLI stack (#9491 → #9493 → #9487 → #9488), stacked on #9493. Applies the same pattern to the remaining keyless consumers —
@clerk/astro,@clerk/nuxt,@clerk/react-router,@clerk/tanstack-react-start:parsePublishableKeyfatal error from feat(shared): point missing and invalid key errors at the Clerk CLI #9491, and react-router/tanstack surface their existing secret-key errors, now extended with thenpx clerk@latest initguidance. No new per-SDK error constants; the now-unusedcanUseKeylessfeature-flag modules are deleted.keyless/service, claim-prompt plumbing (__internal_keyless_*props), and cookie/state sync. The astro/nuxt keyless blocks previously swallowed all errors in a barecatch {}; the new throws sit outside them.loadOptionssecret-key checks are now unconditional (previously skipped undercanUseKeyless).@tanstack-react-starttag.@clerk/shared/keylessand the backend accountless API are intentionally untouched — older published SDK versions resolve^-ranged@clerk/sharedand still call them. They are deprecated in the follow-up PR and removed in the next major.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
🤖 Generated with Claude Code