Skip to content

Conversation

@clerk-cookie
Copy link
Collaborator

@clerk-cookie clerk-cookie commented Oct 30, 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

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

Patch Changes

  • Propagate locale from ClerkProvider to PaymentElement (#6885) by @aeliox

@clerk/[email protected]

Minor Changes

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

  • Updated dependencies [3e0ef92, 2587aa6]:

@clerk/[email protected]

Patch Changes

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

  • Updated dependencies [3e0ef92, 2587aa6]:

@clerk/[email protected]

Patch Changes

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

  • Updated dependencies [3e0ef92, 2587aa6, 5b85ea9, fae192f, 02b723d, f47b5a3, 61422b2]:

@clerk/[email protected]

Patch Changes

  • Propagate locale from ClerkProvider to PaymentElement (#6885) by @aeliox

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

  • Add debug logging to session update flows when browser is offline (#7113) by @jacekradko

  • Remove last used badge from rendering on sign-up. (#7100) by @alexcarpenter

  • Bug fix for Checkout success screen to not mention payment if a payment was not made. (#7140) by @panteliselef

  • Optimize Session.#hydrateCache to only cache token if it's new/different (#7105) by @jacekradko

  • Navigates to /sign-up/continue on sign-up with missing_requirements status using ticket as strategy (#7101) by @LauraBeatris

    It fixes IdP-initiated flows with missing requirements such as accepting legal consent

  • Updated dependencies [3e0ef92, 2587aa6]:

@clerk/[email protected]

Patch Changes

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

  • Updated dependencies [3e0ef92, 2587aa6]:

@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

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

@clerk/[email protected]

Patch Changes

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

  • Updated dependencies [3e0ef92, 2587aa6]:

@clerk/[email protected]

Patch Changes

  • Deprecate @clerk/types in favor of @clerk/shared/types (#7022) by @nikosdouvlis

    The @clerk/types package is now deprecated. All type definitions have been consolidated and moved to @clerk/shared/types to improve consistency across the Clerk ecosystem.

    Backward Compatibility:

    The @clerk/types package will remain available and will continue to re-export all types from @clerk/shared/types to ensure backward compatibility. Existing applications will continue to work without any immediate breaking changes. However, we strongly recommend migrating to @clerk/shared/types as new type definitions and updates will only be added to @clerk/shared/types starting with the next major release.

    Migration Steps:

    Please update your imports from @clerk/types to @clerk/shared/types:

    // Before
    import type { ClerkResource, UserResource } from '@clerk/types';
    
    // After
    import type { ClerkResource, UserResource } from '@clerk/shared/types';

    What Changed:

    All type definitions including:

    • Resource types (User, Organization, Session, etc.)
    • API response types
    • Configuration types
    • Authentication types
    • Error types
    • And all other shared types

    Have been moved from packages/types/src to packages/shared/src/types and are now exported via @clerk/shared/types.

  • Updated dependencies [3e0ef92, 2587aa6]:

@vercel
Copy link

vercel bot commented Oct 30, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
clerk-js-sandbox Ready Ready Preview Comment Nov 4, 2025 4:02pm

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 30, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • ci(repo): Version packages

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 30, 2025

Open in StackBlitz

@clerk/agent-toolkit

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

@clerk/astro

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

@clerk/backend

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

@clerk/chrome-extension

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

@clerk/clerk-js

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

@clerk/dev-cli

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

@clerk/elements

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

@clerk/clerk-expo

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

@clerk/expo-passkeys

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

@clerk/express

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

@clerk/fastify

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

@clerk/localizations

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

@clerk/nextjs

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

@clerk/nuxt

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

@clerk/clerk-react

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

@clerk/react-router

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

@clerk/remix

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

@clerk/shared

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

@clerk/tanstack-react-start

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

@clerk/testing

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

@clerk/themes

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

@clerk/types

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

@clerk/upgrade

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

@clerk/vue

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

commit: 3efb67e

@LauraBeatris LauraBeatris reopened this Nov 4, 2025
@LauraBeatris LauraBeatris merged commit 3a69292 into main Nov 4, 2025
42 checks passed
@LauraBeatris LauraBeatris deleted the changeset-release/main branch November 4, 2025 16:21
wobsoriano pushed a commit that referenced this pull request Nov 5, 2025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

3 participants