Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @clerk/nextjs from 4.30.0 to 5.0.5 #11

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2024

Bumps @clerk/nextjs from 4.30.0 to 5.0.5.

Release notes

Sourced from @​clerk/nextjs's releases.

@​clerk/nextjs@​5.0.5

Patch Changes

@​clerk/nextjs@​5.0.4

Patch Changes

@​clerk/nextjs@​5.0.3

Patch Changes

@​clerk/nextjs@​5.0.2

Patch Changes

  • Export all Webhook event types and related JSON types. The newly exported types are: DeletedObjectJSON, EmailJSON, OrganizationInvitationJSON, OrganizationJSON, OrganizationMembershipJSON, SessionJSON, SMSMessageJSON, UserJSON, UserWebhookEvent, EmailWebhookEvent, SMSWebhookEvent, SessionWebhookEvent, OrganizationWebhookEvent, OrganizationMembershipWebhookEvent, OrganizationInvitationWebhookEvent (#3248) by @​nikosdouvlis

  • Updated dependencies [3c6e5a6f1, 65503dcb9]:

    • @​clerk/backend@​1.0.1
    • @​clerk/clerk-react@​5.0.1

@​clerk/nextjs@​5.0.1

Patch Changes

  • cfbe43d3a: Correctly read legacy NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL and NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL env variables

@​clerk/nextjs@​5.0.0

Clerk Core 2 is now Generally Available

After a little over a month in Beta, we're making our latest major release Generally Available. Core 2 represents a massive overhaul to the way Clerk works under the hood and ships with a bunch of goodies for you and your users. Going forward, whenever you install one of our Clerk packages, you'll be able to take full advantage of the latest Core 2 features.

Core 2 includes these things:

  • 💅 Redesigned and improved component UIs.
  • 🔪 The 401 & "flash of white page" that was visible sometimes when syncing auth state was eliminated.
  • 🧹 A large number of smaller housekeeping changes, bugfixes, and improvements.
  • 📊 Telemetry to allow us to better determine feature usage and priority (easy opt-out if you don't like this)

We want to thank everyone who participated in the beta and helped us get to this point 💜.

Head to our Core 2 Next.js Upgrade Guide or try our Next.js Quickstart to get started with Core 2 today!

... (truncated)

Changelog

Sourced from @​clerk/nextjs's changelog.

5.0.5

Patch Changes

5.0.4

Patch Changes

5.0.3

Patch Changes

5.0.2

Patch Changes

  • Export all Webhook event types and related JSON types. The newly exported types are: DeletedObjectJSON, EmailJSON, OrganizationInvitationJSON, OrganizationJSON, OrganizationMembershipJSON, SessionJSON, SMSMessageJSON, UserJSON, UserWebhookEvent, EmailWebhookEvent, SMSWebhookEvent, SessionWebhookEvent, OrganizationWebhookEvent, OrganizationMembershipWebhookEvent, OrganizationInvitationWebhookEvent (#3248) by @​nikosdouvlis

  • Updated dependencies [3c6e5a6f1, 65503dcb9]:

    • @​clerk/backend@​1.0.1
    • @​clerk/clerk-react@​5.0.1

5.0.1

Patch Changes

  • cfbe43d3a: Correctly read legacy NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL and NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL env variables

5.0.0

Major Changes

  • c2a090513: Change the minimal Node.js version required by Clerk to 18.17.0.
  • f31031a21: Drop deprecations. Migration steps:
    • use NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY instead of NEXT_PUBLIC_CLERK_FRONTEND_API env variable
    • use NEXT_PUBLIC_CLERK_JS_VERSION instead of CLERK_JS_VERSION
    • use CLERK_SECRET_KEY instead of CLERK_API_KEY
    • use publishableKey instead of frontendApi
    • use isEmailLinkError instead of isMagicLinkError

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4.30.0 to 5.0.5.
- [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/[email protected]/packages/nextjs)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2024
Copy link

vercel bot commented May 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
virtue-movement-co ❌ Failed (Inspect) May 2, 2024 0:12am

Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Superseded by #15.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/clerk/nextjs-5.0.5 branch May 6, 2024 11:16
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