-
Notifications
You must be signed in to change notification settings - Fork 3
Update dependency @clerk/nextjs to v6 #1374
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2f48e5c to
297c39b
Compare
297c39b to
05306de
Compare
05306de to
3ed7684
Compare
3ed7684 to
8417dc5
Compare
8417dc5 to
f3c9b21
Compare
f3c9b21 to
b4057a9
Compare
b4057a9 to
1d0ce26
Compare
1d0ce26 to
6c2c485
Compare
|
Deployment failed with the following error: |
a900352 to
beabff9
Compare
77359b7 to
aa41d0d
Compare
aa41d0d to
25f23f8
Compare
25f23f8 to
e70b055
Compare
|
Deployment failed with the following error: |
e70b055 to
7cb5fda
Compare
|
Deployment failed with the following error: |
7cb5fda to
ce4d263
Compare
|
Deployment failed with the following error: |
e44bcb6 to
3b45f9c
Compare
3b45f9c to
40d2dc8
Compare
|
Deployment failed with the following error: |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^4.31.6->^6.0.0Release Notes
clerk/javascript (@clerk/nextjs)
v6.9.6Compare Source
Patch Changes
b5eb15bf81d94456309d6ca44ad423a4175d50b6,b933a2ba8112aefbabd7fe3313b89e083452d2dd]:v6.9.5Compare Source
Patch Changes
b3300c84a42276bd071a37addbd1ca6888ed9d7c,c9da04636ffe1ba804a1ce5e5b79027d3a2344d2]:v6.9.4Compare Source
Patch Changes
84ccb0049041534f111be65f7c7d4d6120069446]:v6.9.3Compare Source
Patch Changes
Improves the error message when changing keys in development causes a subsequent request to fail. (#4787) by @panteliselef
Updated dependencies []:
v6.9.2Compare Source
Patch Changes
aeafa7c5efd50c893d088ac99199d7eaecc04025,acd9326ef2d6942b981b3ee59c4b20ddd303323d]:v6.9.1Compare Source
Patch Changes
Using the same peerDependencies semver for react and react-dom (#4758) by @jacekradko
Hide warning about missing
CLERK_ENCRYPTION_KEYwhen the secret key is not explictily provided as option toclerkMiddleware. (#4766) by @panteliselefIntroduce
__internal_copyInstanceKeysUrlas property inClerkOptions. It is intented for internall usage from other Clerk SDKs and will be used in Keyless mode. (#4755) by @panteliselefSupport
unstable_rethrowusage insideclerkMiddleware()for the canary version ofnotFound(). (#4727) by @panteliselefUpdated dependencies [
66ad299e4b6496ea4a93799de0f1ecfad920ddad,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d,e1748582d0c89462f48a482a7805871b7065fa19,7f7edcaa8228c26d19e9081979100ada7e982095,e1748582d0c89462f48a482a7805871b7065fa19,dd3fdc7b2a96ddb90b33c6f1cefb055a60f99a9d]:v6.9.0Compare Source
Minor Changes
Patch Changes
9d656c16bc78ac31b59b5edbd25118dfc33c4469,ffa631d2480cfe77bf08c61b1302ace308e5b630,0266f6a73fc34748a86603bc89b6125d6bbb679b]:v6.8.3Compare Source
Patch Changes
cd72a27a75863dfd94b0a00ed5b2d03231556bc0]:v6.8.2Compare Source
Patch Changes
fe75ced8a7d8b8a28839430444588ee173b5230a,1b86a1da34ce4bc309f69980ac13a691a0a633c2]:v6.8.1Compare Source
Patch Changes
4cb22548da81dd8b186a6ef1cf120aea99c85c62]:v6.8.0Compare Source
Minor Changes
A new experimental feature is available: "Keyless mode" (#4602) by @panteliselef
Normally, in order to start a Clerk + Next.js application you need to provide a publishable key and secret key. With "Keyless mode" activated you no longer need to provide these two keys to start your Clerk application. These keys will be automatically generated and the application can be claimed with your account either through a UI prompt or with a URL in your terminal.
Requirements:
14.2.0or laterNEXT_PUBLIC_CLERK_ENABLE_KEYLESS=truePatch Changes
3f640805d2a4e1616aafa56f6848d6657911bb99,3f640805d2a4e1616aafa56f6848d6657911bb99,550c7e9851329688e37be29b83ea0c3b12482af7,3f640805d2a4e1616aafa56f6848d6657911bb99]:v6.7.1Compare Source
Patch Changes
0bc3ccc5bd4a93121bb7e7d6a32271af9c31f8c3,0bc3ccc5bd4a93121bb7e7d6a32271af9c31f8c3]:v6.7.0Compare Source
Minor Changes
ezheaders(#4706) by @jacekradkoPatch Changes
4e5e7f463c12893a21cb3b5f9317fc3f2945879b]:v6.6.0Compare Source
Minor Changes
<CreateOrganization/>. (#4687) by @panteliselefPatch Changes
8ee5d84995fa17532491ff96efac5738c9bcd9ef,09fedd1df155d30cc055ce701b133aa6470e9b47,b6aa589f75be62a89a3853d496176ed2f2c0e2c5,235eaae4c3c9400492fca47d20a47c7081041565]:v6.5.2Compare Source
Patch Changes
Warn for deprecated support for
13.xand14.0.xNext.js versions. (#4657) by @panteliselefUpdated dependencies [
8a28d1f403309f692d9332704f07effbf39d056d,8a28d1f403309f692d9332704f07effbf39d056d]:v6.5.1Compare Source
Patch Changes
Re-export
isClerkRuntimeErrorfrom@clerk/clerk-react/errors. (#4656) by @panteliselefFixes and issue where
isClerkAPIErrorwould only exist in the client bundle.Updated dependencies [
115fd0c32443c6fc4e692c0ebdd60c092e57057e,0a1807552dcf0501a97f60b4df0280525bca9743]:v6.5.0Compare Source
Minor Changes
Introduce the
useReverification()hook that handles the session reverification flow: (#4536) by @panteliselef__experimental_useReverificationwithuseReverificationAlso replaces the following APIs:
____experimental_reverificationError->__reverificationError__experimental_reverificationErrorResponse->reverificationErrorResponsePatch Changes
4da28fa857d1e5538eb5bbe28ecc4bf9dba1ce7d,fe9e147e366153d664af7fc325655ecb299a1f9d,fe9e147e366153d664af7fc325655ecb299a1f9d,fe9e147e366153d664af7fc325655ecb299a1f9d,d84d7e31235c5c7da3415981dc76db4473a71a39,fe9e147e366153d664af7fc325655ecb299a1f9d,dce4f7ffca7248c0500f0ec9a978672b1f2fad69]:v6.4.2Compare Source
Patch Changes
c70994b5b6f92a6550dfe37547f01bbfa810c223,7623a99594e7329200b6b374e483152d7679ce66]:v6.4.1Compare Source
Patch Changes
e47eb5882a7fd4a8dee25933c6644790d6ea3407,273d16cb0665d4d960838cb294dc356f41814745,6b0961765e1f3d09679be4b163fa13ac7dd97191]:v6.4.0Compare Source
Minor Changes
Rename
reverificationMismatchtoreverificationError. (#4582) by @panteliselefAdd
initialValuesoption to<SignUpButton />component. (#4567) by @alexcarpenterPatch Changes
Removing error in dev when useAuth() is not wrapped in (#4588) by @jacekradko
Updated dependencies [
536fa996ff84a545678a3036b28409824d1c00dd,b2671affd230eed176ac03af516307898d371757,b28c5e8bc44885bf6b1533df48e872ba90c387da,6c424e179850f520ae738e816bf0423a55ddf3ef]:v6.3.4Compare Source
Patch Changes
46faeb6f59b19c963fb137c858347525b1cd9e19,ea6c52dd751abe38b350ee07f148652c24125e22]:v6.3.3Compare Source
Patch Changes
1c0b5001f7f975a2f3f54ad692526ecf7257847e,6217a3f7c94311d49f873214bd406961e0b8d6f7,1783025cdb94c447028704c2121fa0b8af785904]:v6.3.2Compare Source
Patch Changes
ff4ebeba6c2a77c247a946070b56bdb2153d1588]:v6.3.1Compare Source
Patch Changes
7dbad4c5abd226d7b10941a626ead5d85b1a3f24]:v6.3.0Compare Source
Minor Changes
Introduce experimental verification helpers exported from
@clerk/nextjs/server(#4480) by @panteliselefPatch Changes
Fixes issues in
ClerkRouterthat were causing inaccurate pathnames within Elements flows. Also fixes a dependency issue where@clerk/elementswas pulling in the wrong version of@clerk/shared. (#4513) by @alexcarpenterAdd timestamp to debug logger output. (#4479) by @BRKalow
Updated dependencies [
b185e42e5136de3511a0b37ce9b0030022ba679e,5a21de1f46df3642828dc27e4862263c9858da2b,f7472e22877f62fc7f3c8d3efe409ff2276fb4a3,e10232c56551bf0cffc11246f2ff9aa58ec584d7,e199037b8f484abdeeb9fc24455a1b4b8c31c8dd,886e294a8d8c54b39cd5bda88d46b89eace3861e,0e443ad7c76643420b50e5b169193e03f6ef79f9,cc24c8145f1eea7fb91550f2c3e0bac3993e4320]:v6.2.1Compare Source
Patch Changes
8a04ae47b8305f994b348301fd8134d5baf02943]:v6.2.0Compare Source
Minor Changes
New Feature: Introduce the
<Waitlist />component and thewaitlistsign up mode. (#4376) by @nikospapcom<Waitlist />component.Join waitlistprompt from<SignIn />component when mode iswaitlist.waitlist.joinWaitlist()method inClerksingleton.redirectToWaitlist()method inClerksingleton to allow user to redirect to waitlist page.Patch Changes
Fixes an issue where Next.js cache invalidation was incorrectly setting a cookie. (#4478) by @BRKalow
Fix issue within
<ClerkProvider />where the window object is possibly undefined. (#4476) by @alexcarpenterUpdated dependencies [
d74a6a7c0f291104c6bba722a8c432814d7b336e,1a0c8fe665869e732d3c800bde0f5219fce54301,0800fc3f1f4e1b6a1d13f5c02557001a283af6e8]:v6.1.3Compare Source
Patch Changes
Fix static analysis warnings warning during production NextJS builds by @nikosdouvlis
Updates broken Clerk documentation references by @nikosdouvlis
Updated dependencies [
a7726cc12a824b278f6d2a37cb1901c38c5f70dc]:v6.1.2Compare Source
v6.1.1Compare Source
v6.1.0Compare Source
Minor Changes
Bug fix: For next>=14 applications resolve
__unstable__onBeforeSetActiveonceinvalidateCacheActionresolves. (#4362) by @panteliselefIntroduce a new experimental hook called
useReverificationthat makes it easy to handle reverification errors. (#4362) by @panteliselefIt returns a high order function (HOF) and allows developers to wrap any function that triggers a fetch request which might fail due to a user's session verification status.
When such error is returned, the recommended UX is to offer a way to the user to recover by re-verifying their credentials.
This helper will automatically handle this flow in the developer's behalf, by displaying a modal the end-user can interact with.
Upon completion, the original request that previously failed, will be retried (only once).
Example with clerk-js methods.
Replace
next/headerswithezheaders(#4392) by @panteliselefPatch Changes
Fixes a bug where
<ClerkProvider dynamic>would error when rendered in a Next.js 13 application using the App Router. (#4421) by @BRKalowUpdating peerDependencies for correct ranges (#4436) by @jacekradko
Updated dependencies [
69c8f4f21,f875463da,41f2ede56,5be7ca9fd,08c5a2add,08c5a2add,24cd77989,434b432f8]:v6.0.2Compare Source
Patch Changes
auth(#4398) by @panteliselefv6.0.1Compare Source
Patch Changes
Await usage of cookies() and ensure the return value of the server action is valid. (#4396) by @BRKalow
Updated dependencies [
3fdcdbf88,1c7e105a3]:v6.0.0Compare Source
Major Changes
Stop
<ClerkProvider>from opting applications into dynamic rendering. A new prop,<ClerkProvider dynamic>can be used to opt-in to dynamic rendering and make auth data available during server-side rendering. The RSCauth()helper should be preferred for accessing auth data during dynamic rendering. (#4366) by @jacekradko@clerk/nextjs: Converting auth() and clerkClient() interfaces to be async (#4366) by @jacekradko
@clerk/upgrade: Adding required codemod for @clerk/nextjs breaking changes
v5.7.5Compare Source
Patch Changes
e1a26547a]:v5.7.4Compare Source
Patch Changes
ce40ff6f0,e81d45b72,752ce9bfa,99cdf9b67,ce40ff6f0,fb7ba1f34,2102052c0]:v5.7.3Compare Source
Patch Changes
d64e54c40,2ba2fd148]:v5.7.2Compare Source
Patch Changes
Introduces
organizationSyncOptionsoption toclerkMiddleware, which syncs an active organization or personal account from a URL to the Clerk session. (#3977) by @izaaklauerUpdated dependencies [
358be296a]:v5.7.1Compare Source
Patch Changes
fb932e5cf]:v5.6.4Compare Source
Patch Changes
3e9160072,748c0bae4,b579c3685]:v5.6.3Compare Source
Patch Changes
4749ed4c5,f1f17eaab,2e35ac538]:v5.6.2Compare Source
Patch Changes
c9063853e,19d3808d4,737bcbb0f]:v5.6.1Compare Source
Patch Changes
cb32aaf59,2e5c550e4,6275c242c,418be2fdb,c59636a1a,5c18671f1,f9faaf031,e0ca9dc94]:v5.6.0Compare Source
Minor Changes
clerkMiddlewareoptions (#4160) by @LauraBeatrisPatch Changes
02babaccb]:v5.5.5Compare Source
Patch Changes
3743eb911]:v5.5.4Compare Source
Patch Changes
e578b1599]:v5.5.3Compare Source
Patch Changes
ba19be354,8cecbe875,248142a6d,1189f71f8,a5e95295b]:v5.5.2Compare Source
Patch Changes
Vendor path-to-regexp (#4145) by @nikosdouvlis
Updated dependencies [
be3b119f8]:v5.5.1Compare Source
Patch Changes
b97b2c1ca,8c6909d46]:v5.5.0Compare Source
Minor Changes
@clerk/elementsreliance onnextand@clerk/clerk-reactdirectly. The host router is now provided by@clerk/nextjs. (#4064) by @BRKalowPatch Changes
Add support for
basePathconfig property (#4063) by @dstaleyUpdated dependencies [[`c63a5
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.