Skip to content

build(deps): bump @clerk/react from 6.12.10 to 6.14.5 - #46

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

build(deps): bump @clerk/react from 6.12.10 to 6.14.5#46
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/clerk/react-6.14.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @clerk/react from 6.12.10 to 6.14.5.

Release notes

Sourced from @​clerk/react's releases.

@​clerk/react@​6.14.5

Patch Changes

  • Updated dependencies [ea8cb05]:
    • @​clerk/shared@​4.29.3

@​clerk/react@​6.14.4

Patch Changes

  • Updated dependencies [b815047]:
    • @​clerk/shared@​4.29.2
Changelog

Sourced from @​clerk/react's changelog.

6.14.5

Patch Changes

  • Updated dependencies [ea8cb05]:
    • @​clerk/shared@​4.29.3

6.14.4

Patch Changes

  • Updated dependencies [b815047]:
    • @​clerk/shared@​4.29.2

6.14.3

Patch Changes

  • Updated dependencies [7f5c294]:
    • @​clerk/shared@​4.29.1

6.14.2

Patch Changes

6.14.1

Patch Changes

  • Updated dependencies [131edec]:
    • @​clerk/shared@​4.28.1

6.14.0

Minor Changes

  • Add a way to supply a Clerk Protect assertion from your application, so a token minted by your own backend reaches Protect without your having to set a cookie. (#9313) by @​zourzouvillys

    A Protect assertion is a short-lived, signed token you create with the Clerk Backend API, carrying key/value pairs your Protect rules can read. Until now the only way to deliver one was the __clerk_protect_assertion cookie, which requires your app and Frontend API to be on the same site — true with a production CNAME setup, but not on development instances.

    Pass the token to Clerk and it is attached to sign-in and sign-up requests instead:

    // A token you already have.
    Clerk.load({ protectAssertion: token });
    // Or a function, re-read for each request.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2026
@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
nota.mrlemoos.dev Error Error Aug 25, 2026 9:08am

Bumps [@clerk/react](https://github.com/clerk/javascript/tree/HEAD/packages/react) from 6.12.10 to 6.14.5.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/react@6.14.5/packages/react)

---
updated-dependencies:
- dependency-name: "@clerk/react"
  dependency-version: 6.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump @clerk/react from 6.12.10 to 6.14.3 build(deps): bump @clerk/react from 6.12.10 to 6.14.5 Aug 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/clerk/react-6.14.3 branch from 55d7602 to 7acf5ae Compare August 25, 2026 08:55
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants