Skip to content

ci(repo): Version packages #5968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged

ci(repo): Version packages #5968

merged 1 commit into from
May 22, 2025

Conversation

clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented May 20, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@clerk/[email protected]

Minor Changes

  • Introduce treatPendingAsSignedOut option to getAuth and auth from clerkMiddleware (#5757) by @LauraBeatris

    By default, treatPendingAsSignedOut is set to true, which means pending sessions are treated as signed-out. You can set this option to false to treat pending sessions as authenticated.

    // `pending` sessions will be treated as signed-out by default
    const { userId } = getAuth(req, locals);
    // Both `active` and `pending` sessions will be treated as authenticated when `treatPendingAsSignedOut` is false
    const { userId } = getAuth(req, locals, { treatPendingAsSignedOut: false });
    clerkMiddleware((auth, context) => {
      const { redirectToSignIn, userId } = auth({ treatPendingAsSignedOut: false });
    
      // Both `active` and `pending` sessions will be treated as authenticated when `treatPendingAsSignedOut` is false
      if (!userId && isProtectedRoute(context.request)) {
        return redirectToSignIn();
      }
    });

Patch Changes

@clerk/[email protected]

Minor Changes

  • Introduce treatPendingAsSignedOut option to getAuth (#5842) by @LauraBeatris

    // `pending` sessions will be treated as signed-out by default
    const { userId } = getAuth(req);
    // Both `active` and `pending` sessions will be treated as authenticated when `treatPendingAsSignedOut` is false
    const { userId } = getAuth(req, { treatPendingAsSignedOut: false });

Patch Changes

@clerk/[email protected]

Minor Changes

  • Introduce treatPendingAsSignedOut option to getAuth (#5842) by @LauraBeatris

    // `pending` sessions will be treated as signed-out by default
    const { userId } = getAuth(req);
    // Both `active` and `pending` sessions will be treated as authenticated when `treatPendingAsSignedOut` is false
    const { userId } = getAuth(req, { treatPendingAsSignedOut: false });

Patch Changes

@clerk/[email protected]

Minor Changes

  • Introduce treatPendingAsSignedOut option to getAuth and auth from clerkMiddleware (#5756) by @LauraBeatris

    By default, treatPendingAsSignedOut is set to true, which means pending sessions are treated as signed-out. You can set this option to false to treat pending sessions as authenticated.

    const { userId } = auth({ treatPendingAsSignedOut: false });
    const { userId } = getAuth(req, { treatPendingAsSignedOut: false });
    <SignedIn treatPendingAsSignedOut={false}>
      User has a session that is either pending (requires tasks resolution) or active
    </SignedIn>

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

  • Bug fix: Remove cancel subscription option when implicitly subscribed to the default free plan. (#5946) by @alexcarpenter

  • Maintain _ _clerk_ticket and _ _clerk_status query params through sign up verification flow (#5965) by @jacekradko

  • Maintain selected identifier when going through combined flow (#5972) by @jacekradko

  • Remove 'sms' channel parameter from phone code requests (#5966) by @anagstef

  • Updated dependencies [f237d76]:

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

  • Updated isLoaded comments for useOrganizationList. (#5970) by @royanger

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

Copy link

vercel bot commented May 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clerk-js-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2025 1:55pm

Copy link

pkg-pr-new bot commented May 20, 2025

Open in StackBlitz

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@5968

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@5968

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@5968

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@5968

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@5968

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@5968

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@5968

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@5968

@clerk/express

npm i https://pkg.pr.new/@clerk/express@5968

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@5968

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@5968

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@5968

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@5968

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@5968

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@5968

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@5968

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@5968

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@5968

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@5968

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@5968

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@5968

@clerk/types

npm i https://pkg.pr.new/@clerk/types@5968

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@5968

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@5968

commit: fc4a23c

@github-actions github-actions bot force-pushed the changeset-release/main branch from 666768a to 6728ba2 Compare May 20, 2025 16:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6728ba2 to 7c10e1a Compare May 20, 2025 16:16
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7c10e1a to 153d1e0 Compare May 20, 2025 16:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 153d1e0 to 576c9c2 Compare May 21, 2025 12:00
@github-actions github-actions bot force-pushed the changeset-release/main branch from 576c9c2 to db585a7 Compare May 21, 2025 16:26
@github-actions github-actions bot force-pushed the changeset-release/main branch from db585a7 to 55e647b Compare May 21, 2025 21:24
@github-actions github-actions bot force-pushed the changeset-release/main branch from 55e647b to 56cec65 Compare May 22, 2025 02:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 56cec65 to f6edce7 Compare May 22, 2025 12:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from f6edce7 to 6722438 Compare May 22, 2025 12:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6722438 to 38c6033 Compare May 22, 2025 13:31
@anagstef anagstef closed this May 22, 2025
@anagstef anagstef reopened this May 22, 2025
@anagstef anagstef merged commit 75d68df into main May 22, 2025
36 checks passed
@anagstef anagstef deleted the changeset-release/main branch May 22, 2025 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants