build(deps): bump @clerk/nextjs from 4.31.8 to 6.30.0
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps @clerk/nextjs from 4.31.8 to 6.30.0.
Release notes
Sourced from @clerk/nextjs's releases.
@clerk/nextjs@6.30.0Minor Changes
- [Billing Beta] Update
PlanDetailsPropsto reflect that eitherplanIdorplanis allowed. (#6472) by@panteliselefPatch Changes
Introduce
TaskChooseOrganizationcomponent which replacesTaskSelectOrganizationwith a new UI that make the experience similar to the previousSignInandSignUpsteps (#6446) by@LauraBeatrisAdd ability to define a machine secret key to Clerk BAPI client function (#6479) by
@wobsorianoconst clerkClient = createClerkClient({ machineSecretKey: 'ak_xxxxx' })clerkClient.m2mTokens.create({...})
feat(nextjs): Forward user-agent, arch, platform, and npm config with POST requests to /accountless_applications (#6483) by
@heatlikeheatwaveUpdated dependencies [
1ad16da,4edef81,6ff416f,e82f177,696f8e1,f318d22,0d27281,1cc66ab]:
@clerk/nextjs@6.29.0Minor Changes
- [Billing Beta] Stricter return type of
useCheckoutto improve inference of other properties. (#6473) by@panteliselefPatch Changes
Propagate
treatPendingAsSignedOuttoauthfromclerkMiddleware(#6477) by@LauraBeatrisexport default clerkMiddleware(async (auth, req) => { // If the session has a `pending` status, `userId` will be `null` by default, treated as a signed-out state const { userId } = await auth(); });export default clerkMiddleware(async (auth, req) => { // If the session has a `pending` status, `userId` will be defined, treated as a signed-in state const { userId } = await auth({ treatPendingAsSignedOut: false }); });Updated dependencies [
9368daf,f93965f,7b6dcee,ef87617]:
@clerk/shared@3.18.0
... (truncated)
Changelog
Sourced from @clerk/nextjs's changelog.
6.30.0
Minor Changes
- [Billing Beta] Update
PlanDetailsPropsto reflect that eitherplanIdorplanis allowed. (#6472) by@panteliselefPatch Changes
Introduce
TaskChooseOrganizationcomponent which replacesTaskSelectOrganizationwith a new UI that make the experience similar to the previousSignInandSignUpsteps (#6446) by@LauraBeatrisAdd ability to define a machine secret key to Clerk BAPI client function (#6479) by
@wobsorianoconst clerkClient = createClerkClient({ machineSecretKey: 'ak_xxxxx' })clerkClient.m2mTokens.create({...})
feat(nextjs): Forward user-agent, arch, platform, and npm config with POST requests to /accountless_applications (#6483) by
@heatlikeheatwaveUpdated dependencies [
1ad16da,4edef81,6ff416f,e82f177,696f8e1,f318d22,0d27281,1cc66ab]:6.29.0
Minor Changes
- [Billing Beta] Stricter return type of
useCheckoutto improve inference of other properties. (#6473) by@panteliselefPatch Changes
Propagate
treatPendingAsSignedOuttoauthfromclerkMiddleware(#6477) by@LauraBeatrisexport default clerkMiddleware(async (auth, req) => { // If the session has a `pending` status, `userId` will be `null` by default, treated as a signed-out state const { userId } = await auth(); });export default clerkMiddleware(async (auth, req) => { // If the session has a `pending` status, `userId` will be defined, treated as a signed-in state const { userId } = await auth({ treatPendingAsSignedOut: false }); });
... (truncated)
Commits
cf284eeci(repo): Version packages (#6481)e82f177feat(backend): Introduce M2M endpoints authentication using machine secret ke...0d27281feat(nextjs): Forward user-agent, arch, platform, and npm config with POST re...1ad16dafeat(clerk-js,clerk-react,types): IntroduceTaskChooseOrganization(#6446)0560de8ci(repo): Version packages (#6454)90acc76fix(nextjs): PropagatetreatPendingAsSignedOuttoauthfrom `clerkMiddlew...ece99c4chore(nextjs): Update dependency next to v14.2.31 (#6466)a3355afci(repo): Version packages (#6429)a34bad4ci(repo): Version packages (#6397)f6375f0chore(clerk-react,vue,nextjs): Introduce\<RedirectToTask />component (#6416)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 5006868 |
| UUID: | 2738639007 |
| Node ID: | PR_kwDOJ_4vkc6jPFCf |
| Host: | GitHub |
| Repository: | fork-commit-merge/fork-commit-merge-web |
| Mergeable: | Yes |
| Merge State: | Unstable |