Skip to content

chore(deps)(deps): bump @clerk/nextjs from 6.39.3 to 7.3.0#458

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/clerk/nextjs-7.3.0
Open

chore(deps)(deps): bump @clerk/nextjs from 6.39.3 to 7.3.0#458
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/clerk/nextjs-7.3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps @clerk/nextjs from 6.39.3 to 7.3.0.

Changelog

Sourced from @​clerk/nextjs's changelog.

7.3.0

Minor Changes

  • Expose OAuthConsent as a public component export across React-based SDKs. (#8381) by @​wobsoriano

    Example:

    import { OAuthConsent } from '@clerk/react';
    export default function Page() {
    return <OAuthConsent />;
    }

Patch Changes

7.2.9

Patch Changes

  • Updated dependencies [1bfd8ab]:
    • @​clerk/shared@​4.8.7
    • @​clerk/backend@​3.4.3
    • @​clerk/react@​6.4.7

7.2.8

Patch Changes

  • Use a constant-time comparison when validating the integrity signature on the middleware-to-origin auth header handoff (assertTokenSignature). The previous !== compare was timing-variable; the new helper is synchronous and runtime-agnostic so it works in both Node and Edge Runtime. (#8411) by @​jacekradko

  • Auto-proxy FAPI requests for .vercel.app subdomains. When deployed to a .vercel.app domain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through /__clerk on the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. (#8035) by @​brkalow

  • Updated dependencies [9b57986, a9f9b29, e0a63f9]:

    • @​clerk/shared@​4.8.6
    • @​clerk/backend@​3.4.2
    • @​clerk/react@​6.4.6

7.2.7

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 17, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 17, 2026

Labels

The following labels could not be found: supply-chain. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from a team as a code owner May 17, 2026 22:15
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 17, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 17, 2026

⚠️ No Changeset found

Latest commit: db66dcd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/clerk/nextjs-7.3.0 branch from 5cb364d to 6cb7bd0 Compare May 17, 2026 23:43
Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 6.39.3 to 7.3.0.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/nextjs@7.3.0/packages/nextjs)

---
updated-dependencies:
- dependency-name: "@clerk/nextjs"
  dependency-version: 7.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/clerk/nextjs-7.3.0 branch from 6cb7bd0 to db66dcd Compare May 18, 2026 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants