Uh oh!
There was an error while loading. Please reload this page.
chore(types): Drop deprecations - #2109
Conversation
🦋 Changeset detectedLatest commit: eb4a21e The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Uh oh!
There was an error while loading. Please reload this page.
fe363d9 to
e6c457fCompare769e1c3 to
89d9c98CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e6c457f to
cb0f046Compare89d9c98 to
48c87b1Compareb05817b to
937338dComparecb0f046 to
2970cbaCompare937338d to
e013129Compare4cbb4c9 to
55612d2CompareUh oh!
There was an error while loading. Please reload this page.
55612d2 to
f052495Comparee013129 to
fd01ed2Comparefd01ed2 to
e0107ddComparee0107dd to
c82f3aeCompare2961583 to
6e7e3ecCompare6e7e3ec to
acafd5bCompareacafd5b to
418ddc0Compare| isSatellite: props.isSatellite || isTruthy(process.env.NEXT_PUBLIC_CLERK_IS_SATELLITE), | ||
| proxyUrl: props.proxyUrl || (process.env.NEXT_PUBLIC_CLERK_PROXY_URL as any), // added as any to cater issue with type resolution | ||
| domain: props.domain || (process.env.NEXT_PUBLIC_CLERK_DOMAIN as any), // added as any to cater issue with type resolution | ||
| isSatellite: props.isSatellite || (isTruthy(process.env.NEXT_PUBLIC_CLERK_IS_SATELLITE) as any), // added as any to cater issue with type resolution |
There was a problem hiding this comment.
@panteliselef i had to do this in order for the MultidomainAndOrProxy types to pass. let's discuss it tomorrow and see if we can simplify the type or fix the current issues.
418ddc0 to
d5e3377Comparedimkl
commented
Nov 16, 2023
Moved localization related PRs to #2151 |
d5e3377 to
cc78b25Compare…Object` `AuthObject` is a kind of superset of `ServerSideAuth`. The only difference is that instead of `auth.claims` in `AuthObject` you need to use `auth.sessionClaims`
…oviderOptionsWrapper
cc78b25 to
eb4a21eCompare
Description
Drop deprecations. Migration steps:
orgsjwt claim from session tokenauthparam ofwithServerAuth()callback toAuthObjectfromServerSideAuthingatsby-clerk-pluginauth.sessionClaimsinstead ofauth.claimsAuthObjectproperties fromauthpublishableKeyinstead offrontendApiClerkProviderOptionsWrappertype instead ofIsomorphicClerkOptionsChecklist
npm testruns as expected.npm run buildruns as expected.Type of change
Packages affected
@clerk/backend@clerk/chrome-extension@clerk/clerk-js@clerk/clerk-expo@clerk/fastifygatsby-plugin-clerk@clerk/localizations@clerk/nextjs@clerk/clerk-react@clerk/remix@clerk/clerk-sdk-node@clerk/shared@clerk/themes@clerk/typesbuild/tooling/chore