Skip to content

build(deps): bump @clerk/nextjs from 7.0.7 to 7.0.12#156

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/clerk/nextjs-7.0.12
Closed

build(deps): bump @clerk/nextjs from 7.0.7 to 7.0.12#156
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/clerk/nextjs-7.0.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Bumps @clerk/nextjs from 7.0.7 to 7.0.12.

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​7.0.12

Patch Changes

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

    Usage example:

    'use client';
    import { useAPIKeys } from '@​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]:

    • @​clerk/shared@​4.6.0
    • @​clerk/backend@​3.2.8
    • @​clerk/react@​6.2.1

@​clerk/nextjs@​7.0.11

Patch Changes

  • Updated dependencies [bedad42]:
    • @​clerk/backend@​3.2.7

@​clerk/nextjs@​7.0.8

Patch Changes

Changelog

Sourced from @​clerk/nextjs's changelog.

7.0.12

Patch Changes

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

    Usage example:

    'use client';
    import { useAPIKeys } from '@​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]:

    • @​clerk/shared@​4.6.0
    • @​clerk/backend@​3.2.8
    • @​clerk/react@​6.2.1

7.0.11

Patch Changes

  • Updated dependencies [bedad42]:
    • @​clerk/backend@​3.2.7

7.0.10

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) from 7.0.7 to 7.0.12.
- [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.0.12/packages/nextjs)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
@dependabot dependabot Bot requested a review from bjrump as a code owner April 12, 2026 08:14
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 12, 2026

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

Project Deployment Actions Updated (UTC)
car-check Ready Ready Preview, Comment Apr 12, 2026 8:18am

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 19, 2026

Superseded by #168.

@dependabot dependabot Bot closed this Apr 19, 2026
@dependabot dependabot Bot deleted the dependabot/bun/clerk/nextjs-7.0.12 branch April 19, 2026 08:14
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