Skip to content

Commit fa331cf

Browse files
chore(deps): update dependency @clerk/types to v4.83.0 (#416)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@clerk/types](https://clerk.com/) ([source](https://redirect.github.com/clerk/javascript/tree/HEAD/packages/types)) | [`4.73.0` -> `4.83.0`](https://renovatebot.com/diffs/npm/@clerk%2ftypes/4.73.0/4.83.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@clerk%2ftypes/4.83.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@clerk%2ftypes/4.73.0/4.83.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>clerk/javascript (@&#8203;clerk/types)</summary> ### [`v4.83.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4830) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - Added support for authentication with Base ([#&#8203;6556](https://redirect.github.com/clerk/javascript/pull/6556)) by [@&#8203;jacekradko](https://redirect.github.com/jacekradko) ### [`v4.82.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4820) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - \[Experimental] Signal transfer support ([#&#8203;6614](https://redirect.github.com/clerk/javascript/pull/6614)) by [@&#8203;dstaley](https://redirect.github.com/dstaley) - \[Experimental] Signals `isLoaded` removal ([#&#8203;6605](https://redirect.github.com/clerk/javascript/pull/6605)) by [@&#8203;dstaley](https://redirect.github.com/dstaley) ##### Patch Changes - Remove unused `__internal_hasAfterAuthFlows` property ([#&#8203;6609](https://redirect.github.com/clerk/javascript/pull/6609)) by [@&#8203;LauraBeatris](https://redirect.github.com/LauraBeatris) ### [`v4.81.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4810) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - \[Billing Beta] Rename `cancelFreeTrialDescription` to `cancelFreeTrialAccessUntil`. ([#&#8203;6582](https://redirect.github.com/clerk/javascript/pull/6582)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) - \[Billing Beta] Replace `redirectUrl` with `navigate` in `checkout.finalize()` ([#&#8203;6586](https://redirect.github.com/clerk/javascript/pull/6586)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) ##### Patch Changes - Update copies for create organization screen on session tasks ([#&#8203;6584](https://redirect.github.com/clerk/javascript/pull/6584)) by [@&#8203;iagodahlem](https://redirect.github.com/iagodahlem) - Fix incorrect redirect when completing session tasks within `SignIn` and `SignUp` components ([#&#8203;6580](https://redirect.github.com/clerk/javascript/pull/6580)) by [@&#8203;iagodahlem](https://redirect.github.com/iagodahlem) ### [`v4.80.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4800) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - \[Experimental] Signal SignUp APIs ([#&#8203;6571](https://redirect.github.com/clerk/javascript/pull/6571)) by [@&#8203;dstaley](https://redirect.github.com/dstaley) - Update SubscriptionDetails to support free trials ([#&#8203;6569](https://redirect.github.com/clerk/javascript/pull/6569)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) - \[Experimental] Signal implementation for SignUp ([#&#8203;6568](https://redirect.github.com/clerk/javascript/pull/6568)) by [@&#8203;dstaley](https://redirect.github.com/dstaley) ### [`v4.79.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4790) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - \[Experimental] Signal `fetchStatus` support. ([#&#8203;6549](https://redirect.github.com/clerk/javascript/pull/6549)) by [@&#8203;dstaley](https://redirect.github.com/dstaley) ##### Patch Changes - Add error handling for `setActive` with stale organization data ([#&#8203;6550](https://redirect.github.com/clerk/javascript/pull/6550)) by [@&#8203;LauraBeatris](https://redirect.github.com/LauraBeatris) ### [`v4.78.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4780) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - \[Experimental] Signals: Add support for calling `signIn.password()` without an identifier. ([#&#8203;6534](https://redirect.github.com/clerk/javascript/pull/6534)) by [@&#8203;dstaley](https://redirect.github.com/dstaley) ### [`v4.77.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4770) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - Add `navigate` parameter to `clerk.setActive()` for custom navigation before the session and/or organization is set. ([#&#8203;6486](https://redirect.github.com/clerk/javascript/pull/6486)) by [@&#8203;LauraBeatris](https://redirect.github.com/LauraBeatris) It's useful for handling pending session tasks for after-auth flows: ```typescript await clerk.setActive({ session, navigate: async ({ session }) => { const currentTask = session.currentTask; if (currentTask) { await router.push(`/onboarding/${currentTask.key}`); return; } await router.push('/dashboard'); }, }); ``` ##### Patch Changes - Introduce debugLogger for internal debugging support ([#&#8203;6452](https://redirect.github.com/clerk/javascript/pull/6452)) by [@&#8203;jacekradko](https://redirect.github.com/jacekradko) ### [`v4.76.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4760) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - \[Billing Beta] Replace usage of top level amounts in plan with fees for displaying prices. ([#&#8203;6490](https://redirect.github.com/clerk/javascript/pull/6490)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) - Add support for trials in `<Checkout/>` ([#&#8203;6494](https://redirect.github.com/clerk/javascript/pull/6494)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) - Added `freeTrialEndsAt` property to `CommerceCheckoutResource` interface. - Update billing resources with trial properties. ([#&#8203;6492](https://redirect.github.com/clerk/javascript/pull/6492)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) - Update PricingTable with trial info. ([#&#8203;6493](https://redirect.github.com/clerk/javascript/pull/6493)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) - \[Experimental] Signals reset password flow ([#&#8203;6520](https://redirect.github.com/clerk/javascript/pull/6520)) by [@&#8203;dstaley](https://redirect.github.com/dstaley) ##### Patch Changes - Convert LocalizationResource to interface for typedoc documentation ([#&#8203;6531](https://redirect.github.com/clerk/javascript/pull/6531)) by [@&#8203;NWylynko](https://redirect.github.com/NWylynko) - Add optional `isExternal` to `ApplicationLogo` ([#&#8203;6447](https://redirect.github.com/clerk/javascript/pull/6447)) by [@&#8203;jfoshee](https://redirect.github.com/jfoshee) Add optional `oAuthApplicationUrl` parameter to OAuth Consent mounting (which is used to provide a link to the OAuth App homepage). Harden `Link` component so it sanitizes the given `href` to avoid dangerous protocols. ### [`v4.75.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4750) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - \[Billing Beta] Cleanup naming inconsistencies in billing dates. ([#&#8203;6513](https://redirect.github.com/clerk/javascript/pull/6513)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) ### [`v4.74.0`](https://redirect.github.com/clerk/javascript/blob/HEAD/packages/types/CHANGELOG.md#4740) [Compare Source](https://redirect.github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) ##### Minor Changes - \[Billing Beta] Update `PlanDetailsProps` to reflect that either `planId` or `plan` is allowed. ([#&#8203;6472](https://redirect.github.com/clerk/javascript/pull/6472)) by [@&#8203;panteliselef](https://redirect.github.com/panteliselef) ##### Patch Changes - Introduce `TaskChooseOrganization` component which replaces `TaskSelectOrganization` with a new UI that make the experience similar to the previous `SignIn` and `SignUp` steps ([#&#8203;6446](https://redirect.github.com/clerk/javascript/pull/6446)) by [@&#8203;LauraBeatris](https://redirect.github.com/LauraBeatris) - \[Experimental] Signals ([#&#8203;6450](https://redirect.github.com/clerk/javascript/pull/6450)) by [@&#8203;dstaley](https://redirect.github.com/dstaley) - Rename task key from `select-organization` to `choose-organization` ([#&#8203;6482](https://redirect.github.com/clerk/javascript/pull/6482)) by [@&#8203;LauraBeatris](https://redirect.github.com/LauraBeatris) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de3614a commit fa331cf

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

packages/auth-providers/clerk/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@cedarjs/framework-tools": "workspace:*",
5656
"@clerk/clerk-react": "5.45.0",
57-
"@clerk/types": "4.73.0",
57+
"@clerk/types": "4.83.0",
5858
"@types/react": "^18.2.55",
5959
"concurrently": "8.2.2",
6060
"publint": "0.3.12",

yarn.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,7 +2779,7 @@ __metadata:
27792779
"@cedarjs/auth": "workspace:*"
27802780
"@cedarjs/framework-tools": "workspace:*"
27812781
"@clerk/clerk-react": "npm:5.45.0"
2782-
"@clerk/types": "npm:4.73.0"
2782+
"@clerk/types": "npm:4.83.0"
27832783
"@types/react": "npm:^18.2.55"
27842784
concurrently: "npm:8.2.2"
27852785
publint: "npm:0.3.12"
@@ -4333,16 +4333,7 @@ __metadata:
43334333
languageName: node
43344334
linkType: hard
43354335

4336-
"@clerk/types@npm:4.73.0":
4337-
version: 4.73.0
4338-
resolution: "@clerk/types@npm:4.73.0"
4339-
dependencies:
4340-
csstype: "npm:3.1.3"
4341-
checksum: 10c0/4b3fa73820e4e2d35a45eb1838d02fde2b86030cec17fd5b683a8364aa3b953484ea099a4ae29a724c29ba1e113cf6512619fa27354d783c44bc242930d94ee9
4342-
languageName: node
4343-
linkType: hard
4344-
4345-
"@clerk/types@npm:^4.59.3, @clerk/types@npm:^4.83.0":
4336+
"@clerk/types@npm:4.83.0, @clerk/types@npm:^4.59.3, @clerk/types@npm:^4.83.0":
43464337
version: 4.83.0
43474338
resolution: "@clerk/types@npm:4.83.0"
43484339
dependencies:

0 commit comments

Comments
 (0)