Skip to content

Update dependency @clerk/nextjs to v7.2.3#10

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clerk-nextjs-7.x-lockfile
Open

Update dependency @clerk/nextjs to v7.2.3#10
renovate[bot] wants to merge 1 commit intomainfrom
renovate/clerk-nextjs-7.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
@clerk/nextjs (source) 7.0.47.2.3 age confidence

Release Notes

clerk/javascript (@​clerk/nextjs)

v7.2.3

Compare Source

Patch Changes

v7.2.2

Compare Source

Patch Changes

v7.2.1

Patch Changes

v7.2.0

Minor Changes
  • Introduce internal <OAuthConsent /> component for rendering a zero-config OAuth consent screen on an OAuth authorize redirect page. (#​8289) by @​wobsoriano

    Usage example:

    import { OAuthConsent } from '@&#8203;clerk/nextjs';
    
    export default function OAuthConsentPage() {
      return <OAuthConsent />;
    }
Patch Changes

v7.1.0

Compare Source

Minor Changes
  • Introduce internal useOAuthConsent() hook for fetching OAuth consent screen metadata for the signed-in user. (#​8286) by @​jfoshee
Patch Changes

v7.0.12

Compare Source

Patch Changes
  • Re-exports useAPIKeys() hook. (#​8269) by @​wobsoriano

    Usage example:

    'use client';
    
    import { useAPIKeys } from '@&#8203;clerk/nextjs';
    
    export default function CustomAPIKeys() {
      const { data, isLoading, page, pageCount, fetchNext, fetchPrevious } = useAPIKeys({
        pageSize: 10,
        initialPage: 1,
      });
    
      if (isLoading) return <div>Loading...</div>;
    
      return (
        <ul>
          {data?.map(key => (
            <li key={key.id}>{key.name}</li>
          ))}
        </ul>
      );
    }
  • Updated dependencies [fdac10e, 4e3cb0a, aa32bbc]:

v7.0.11

Compare Source

Patch Changes

v7.0.8

Compare Source

Patch Changes

v7.0.7

Compare Source

Patch Changes

v7.0.6

Compare Source

Patch Changes

v7.0.5

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/clerk-nextjs-7.x-lockfile branch from 7c35f14 to 6ddf803 Compare March 18, 2026 23:17
@renovate renovate Bot changed the title Update dependency @clerk/nextjs to v7.0.4 Update dependency @clerk/nextjs to v7.0.5 Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/clerk-nextjs-7.x-lockfile branch from 6ddf803 to cc73cc7 Compare March 18, 2026 23:20
@renovate renovate Bot force-pushed the renovate/clerk-nextjs-7.x-lockfile branch from cc73cc7 to 8310ebc Compare March 31, 2026 11:04
@renovate renovate Bot changed the title Update dependency @clerk/nextjs to v7.0.5 Update dependency @clerk/nextjs to v7.0.7 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/clerk-nextjs-7.x-lockfile branch from 8310ebc to f4db3fc Compare April 15, 2026 14:41
@renovate renovate Bot changed the title Update dependency @clerk/nextjs to v7.0.7 Update dependency @clerk/nextjs to v7.2.0 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/clerk-nextjs-7.x-lockfile branch from f4db3fc to 450f163 Compare April 19, 2026 05:05
@renovate renovate Bot changed the title Update dependency @clerk/nextjs to v7.2.0 Update dependency @clerk/nextjs to v7.2.3 Apr 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants